HF premium problem on RL

Status
Not open for further replies.

asmorth

Member
20
2010
2
240
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.
Back
Top