Jump to content

Reliable Linux  & Windows RDP Hosting

_R_V_T_™

Member Since 16 Nov 2010
Offline Last Active May 15 2013 08:29 AM
****-

Topics I've Started

New Datafile.com, Ex-Load.com, Upstore.net

25 April 2013 - 09:03 AM

datafile.com

https://www.box.com/s/et2nypzonwls97x8o6ma


premium account configuration :

$premium_acc ["datafile_com"] = array('user' => 'your username', 'pass' => 'your password');


ex-load.com

https://www.box.com/s/05ggdfcfevvf20jy1btq


premium account configuration :

$premium_acc ["ex-load_com"] = array('user' => 'your username', 'pass' => 'your password');


need to edit hosts/download/hosts.php, find (ctrl + f) "$HostnamesToFix", add this in the array list :

'ex.load.com' => 'ex-load.com'


upstore.net

https://www.box.com/s/0elv0y6it5wuzg6yqadp


premium account configuration :

$premium_acc ["upstore_net"] = array('user' => 'your username', 'pass' => 'your password');


need to edit hosts/download/hosts.php, find (ctrl + f) "switch ($hostname) {" add this :

   case 'upstore.net':
	$host['upsto.re'] = $host['upstore.net'];
	break;

About Rapidleech Latest Release

26 January 2013 - 06:57 AM

Please dont make more and more thread about latest release since the script will continue to develop, instead making new thread, try to learn how to use svn client (like tortoise or other) to update ur rapidleech script and see what's change/new...