Hey guys, you must have heard about Rapidshare, the famous file hosting service. Well, you downloaders would really have found it to be pretty annoying by now when you have to wait 2 hours after one download. Also, unless you don't have a premium account, you don't get support for download accelerators and your download speed is pretty slow too.
Well I have a solution to solve all this. I have a script that generates premium rapidshare download links with full download manager support and fast downloads!
NOTE: You'll have to install this script on your hosting server. You also should have MySQL. I am going to show you the steps required to install it.
This script is actually being sold on the internet starting from $15 and you know what? I am going to give it free to all the readers of my blog! Rejoice... :)
Ok, here are the download links for the script!
Download Links
Mirror1
Mirror2
Well I have a solution to solve all this. I have a script that generates premium rapidshare download links with full download manager support and fast downloads!
NOTE: You'll have to install this script on your hosting server. You also should have MySQL. I am going to show you the steps required to install it.
This script is actually being sold on the internet starting from $15 and you know what? I am going to give it free to all the readers of my blog! Rejoice... :)
Ok, here are the download links for the script!
Download Links
Mirror1
Mirror2
Rapidshare Premium Link Generator Script | 21KB
- Extract the archive files and upload to your server.
- Create database and Run SQL Query Below:
`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 ; [/code]
5.Assuming you still on phpMyAdmin,run this SQL Query to insert your rapidshare premium account.
7.If you have time just make your template is more great.
0 comments:
Post a Comment