Fiuuh.. finally, i have subject to post. Almost a month with no activity, hopeless with previous case, now i’m back with a little stuff for you. Idoenk has launched new v7.3 on Ocean Leecher Community official forum. I’ve modified that script to match my needs. Just add a simple login script base on P.U.L.S script (also modified and reconstructed by me).

Now that’s new v7.3 moded by me named v7.3 Lite, why lite? Because i add new lines and removes some unnecessary features. I think Files button on the left menu ain’t important as the default Rapidleech moded by idoenk has this feature on the main menu. So i remove it. I also remove youtube and vbulletin feature. I think people don’t use it frequently, i thought people will manually download from Youtube using their IDM. I also change the color of main menu button, hehehe.. just to refresh its look.

Well, you must be curious right? I’ll show you login page preview, here it is..

Login page

How do you think? Not too disturbing right? You can also try the demo here:

YOU SHOULD CLICK THIS LINK BECAUSE IT’S USING REFFERAL PROTECTION!

please use username: demo | password: demo, or you can register the new one. :)

If you like it and wanna have it, you can download it free from DOWNLOAD HERE.

You need to execute a table to your database. I’ll provide you with the SQL/database so you can execute it on phpmyadmin. Here’s the code:

-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Mar 29, 2010 at 11:28 AM
-- Server version: 5.1.30
-- PHP Version: 5.2.4

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `habs_lites`
--

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(30) NOT NULL DEFAULT '',
`password` varchar(40) NOT NULL DEFAULT '',
`regdate` varchar(30) NOT NULL DEFAULT '',
`ip` varchar(15) NOT NULL DEFAULT '',
`lastdate` varchar(30) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `username`, `password`, `regdate`, `ip`, `lastdate`) VALUES
(1, 'demo', '0e307d689cf83954f6ec39d77379e6059796186d', '2010-03-26  12:31:50', '118.96.199.54', '2010-03-29  10:12:23');

edit it from settings.php on /akses/ directory. If you wanna add premium accounts, just edit the config.php like usual, there’s no change with the file. On the next post, maybe i’ll post how to customize your rapidleech look. Hope i have time to write it down :)

Here’s the simple steps for you:

  1. Login to your cPanel, upload all files through FTP, images should be uploaded using binary mode
  2. Go to MySQL wizard, create new database and add a user to that database.
  3. Open database.sql and copy all the code there, or you can copy from this post.
  4. back to your cPanel and open phpmyadmin, go to you new database and go to SQL tab, paste the code you got from database.sql and click GO to execute the code
  5. Back to cPanel and open File Manager, go to Akses directory and edit the settings.php to match what you need like database info and a few setting to enable registration or disable it.
  6. Go to your favourite browser, and enter your rapidleech url, login with username: demo ; password: demo
  7. See if it works or not
  8. Go to your rapidleech url xpanel http://yourdomain.com/your-rl/xpanel.php ; login with user/pass: admin/admin
  9. Put anything you need there like premium accounts or another setting but don’t enable rl index password because it’s already handle by the login system
  10. done!
« »