|
|
|
[翌朦觐 玎疱汨耱痂痤忄眄 镱朦珙忄蝈腓 祛泱?忤溴螯 耨觇.]<br /><br />How to install<br /><br />1.Extract the archive files and upload to your server.<br /><br />2.Create database and Run SQL Query Below:<br />暑?<br />CREATE TABLE `accounts` (<br />`id` int(10) NOT NULL auto_increment,<br />`login` varchar(150) collate latin1_general_ci NOT NULL default '',<br />`password` varchar(150) collate latin1_general_ci NOT NULL default '',<br />PRIMARY KEY (`id`)<br />) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;<br /><br />CREATE TABLE `logs` (<br />`fid` int(10) NOT NULL auto_increment,<br />`filename` varchar(200) collate latin1_general_ci NOT NULL default '',<br />`fdate` varchar(150) collate latin1_general_ci NOT NULL default '',<br />`ip` varchar(150) collate latin1_general_ci NOT NULL default '',<br />`furl` varchar(150) collate latin1_general_ci NOT NULL default '',<br />`filesize` varchar(150) collate latin1_general_ci NOT NULL default '',<br />PRIMARY KEY (`f_id`)<br />) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;<br /><br />3.Edit file config.php on your favourite editor,I prefer use notepad.<br />暑?<br /><?php<br />$INFO['sql_driver'] = 'mysql';<br />$INFO['sql_host'] = 'localhost';<br />$INFO['sql_database'] = 'your dbname'; // db name<br />$INFO['sql_user'] = 'your dbuser''; // username db<br />$INFO['sql_pass'] = 'your dbpasword';// passwsord db<br />$INFO['base_url'] = '[翌朦觐 玎疱汨耱痂痤忄眄 镱朦珙忄蝈腓 祛泱?忤溴螯 耨觇.]'; //The link to this script<br />$INFO['premium_act'] = '1'; //You should change this number according to the account id number found it the database.<br />$INFO['serverload'] = '50'; //Disable download when server load equal this value.<br />$INFO['dl_limit_perday']= '3'; //How many link can a user download per day 0 = unlimited;<br />?><br /><br />4.Save and upload config.php to your server.<br /><br />5.Assuming you still on phpMyAdmin,run this SQL Query to insert your rapidshare premium account.<br />暑?<br />INSERT INTO `accounts` ( `login` , `password` ) VALUES ( 'your rapidshare login account' , 'your rapidshare password account');<br />5.Point your url on browser and enjoy.<br /><br />6.If you have time just make your template is more great.<br /><br />[Works 100%]<!--content-->thanks in a million.<!--content--> |
|