Rapidshare Premium Link Generator Script

henderson

Active member
  • Nov 24, 2007
    3,150
    2
    38
    Senior Executive, Goldman Sachs
    gazaly said:
    How to Install

    1.Extract the archive files and upload to your server.

    2.Create database and Run SQL Query Below:

    Code:
    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.

    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.


    Code:
    INSERT INTO `accounts` ( `login` , `password` ) VALUES ( 'your rapidshare login account' , 'your rapidshare password account');
    6.Point your url on browser and enjoy.

    7.If you have time just make your template is more great.

    Download :

    Download Archive

    seems you need to have a premium account for this to work.
     

    Xinger

    Junior member
  • May 17, 2008
    414
    0
    16
    SL
    Machan dis is gud
    Bt mata nam Web server ekak ne..
    and I dnt think lots of elakiri members hv any..

    If anyone would have I appreciate if they can upload this script to their server and post us the user name & password to login :D

    thnx again
     

    henderson

    Active member
  • Nov 24, 2007
    3,150
    2
    38
    Senior Executive, Goldman Sachs
    TΞΞNSTAR™ said:
    Nah bro... i dont think so... if A guy has a premium account.. why does he needs to do all these.. he can just download from the site with his premium account...

    well bro, what do you think about this SQL then,

    INSERT INTO `accounts` ( `login` , `password` ) VALUES ( 'your rapidshare login account' , 'your rapidshare password account');

    according to that I guess,
    'your rapidshare login account'

    and
    'your rapidshare password account'

    should be of real RS premium account user name and password. Isn't it?
     

    TΞΞNSTAR™

    Member
    Mar 19, 2008
    15,866
    42
    0
    StuCk In My AnGelZ HeArT!!!
    henderson said:
    well bro, what do you think about this SQL then,

    INSERT INTO `accounts` ( `login` , `password` ) VALUES ( 'your rapidshare login account' , 'your rapidshare password account');

    according to that I guess,
    'your rapidshare login account'

    and
    'your rapidshare password account'

    should be of real RS premium account user name and password. Isn't it?

    Yeah na bro..

    So whats the usage of this???