Skip to content
WJunction - Webmaster Forum

HF premium problem on RL

Status
Not open for further replies.
Hi, i have RL on hostgator but i cant download with my premium HF...i tried many hotfile_com.php and im trying with edited config.php and without too..i need edit hotfile_com.php with my premium login? if yes, where?

my config.php :
//$premium_acc["hotfile"] = array('user' => '1111000', 'pass' => '2222333');
-------------------------------------

my hotfile_com.php but i dont know what i need edit here:

if (($_REQUEST ["premium_acc"] == "on" && $_REQUEST ["premium_user"] && $_REQUEST ["premium_pass"]) || ($_POST ["premium_acc"] == "on" && $premium_acc ["hotfile"] ["user"] && $premium_acc ["hotfile"] ["pass"]))
{
$in = parse_url ( "http://hotfile.com/login.php" );
$post = array ();
$post ["returnto"] = "/";
$post ["user"] = $_REQUEST ["premium_user"] ? $_REQUEST ["premium_user"] : $premium_acc ["hotfile"] ["user"];
$post ["pass"] = $_REQUEST ["premium_pass"] ? $_REQUEST ["premium_pass"] : $premium_acc ["hotfile"] ["pass"];
 

2 comments

Thanks for the acc but its not working. -4-

Go to this line :
Code:
  //$premium_acc["hotfile"] = array('user' => '1111000', 'pass' => '2222333');
and Remoe the 1111000 and 2222333 and save the settings it should work now.
 
Status
Not open for further replies.

About the author

A
Member · Joined
20
Messages
2
Reactions
3
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom