DOMINIK Posted July 5, 2007 Report Share Posted July 5, 2007 http://depositfiles.com/files/1149742 How to install 1.Extract the archive files and upload to your server. 2.Create database and Run SQL Query Below:???:CREATE TABLE `accounts` (`id` int(10) NOT NULL auto_increment,`login` varchar(150) collate latin1_general_ci NOT NULL default '',`password` varchar(150) collate latin1_general_ci NOT NULL default '',PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ; CREATE TABLE `logs` (`fid` int(10) NOT NULL auto_increment,`filename` varchar(200) collate latin1_general_ci NOT NULL default '',`fdate` varchar(150) collate latin1_general_ci NOT NULL default '',`ip` varchar(150) collate latin1_general_ci NOT NULL default '',`furl` varchar(150) collate latin1_general_ci NOT NULL default '',`filesize` varchar(150) collate latin1_general_ci NOT NULL default '',PRIMARY KEY (`f_id`)) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ; 3.Edit file config.php on your favourite editor,I prefer use notepad.???:<?php$INFO['sql_driver'] = 'mysql';$INFO['sql_host'] = 'localhost';$INFO['sql_database'] = 'your dbname'; // db name$INFO['sql_user'] = 'your dbuser''; // username db$INFO['sql_pass'] = 'your dbpasword';// passwsord db$INFO['base_url'] = 'http://www.yourdomain.com/index.php'; //The link to this script$INFO['premium_act'] = '1'; //You should change this number according to the account id number found it the database.$INFO['serverload'] = '50'; //Disable download when server load equal this value.$INFO['dl_limit_perday']= '3'; //How many link can a user download per day 0 = unlimited;?> 4.Save and upload config.php to your server. 5.Assuming you still on phpMyAdmin,run this SQL Query to insert your rapidshare premium account.???:INSERT INTO `accounts` ( `login` , `password` ) VALUES ( 'your rapidshare login account' , 'your rapidshare password account');5.Point your url on browser and enjoy. 6.If you have time just make your template is more great. [Works 100%] ??? ?????????? ??????????! Link to comment Share on other sites More sharing options...
Guest koikalover Posted August 5, 2007 Report Share Posted August 5, 2007 I seems a bit cunfusing but i'll give it a try Thanks Link to comment Share on other sites More sharing options...
XCOM Posted February 19, 2008 Report Share Posted February 19, 2008 Такого файла не существует или он был удален из-за нарушения авторских прав. а жаль! Link to comment Share on other sites More sharing options...
DOMINIK Posted February 19, 2008 Author Report Share Posted February 19, 2008 вечно у тя, позднее зажигание....))) Link to comment Share on other sites More sharing options...
XCOM Posted February 21, 2008 Report Share Posted February 21, 2008 ну а че * люблю юзать все старое! =) :orc: Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now