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"];
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"];