Showing posts with label HowTo. Show all posts
Showing posts with label HowTo. Show all posts

Wednesday, October 29, 2008

How to get Cookies value of MEGAUPLOAD


If you want to add your account premium MEGAUPLOAD in your Rapid Leech, you can add like this:



or using cookie value like this:



But how to get this cookie value, this topic will show you how to do this.

If you using Firefox, following these step:

1. Click at menu Tool, chose Options. Then click on tab Privacy, and click at Show Cookies...:



2. You enter the word: megaupload in textbox Search and Enter. Then look at the gray textbox, at the right of the word Content is the cookie value you want. (e.g. e01c1c961b3a76163680d991b5018d15)



For Internet Explorer, it is a little bit more difficult than Firefox. You can use another soft to view cookie.
I recommend you use this soft: IE Cookies View. Because it is portable and very small, only 95KB
Download

1. Enter this program, and click at icon Search



2. Enter the word: megaupload.com in the textbox Find what. Then click Find Next.



3. You double click at key user to view cookie properties. And after that, copy this cookie at right side of textbox Value (e.g. e01c1c961b3a76163680d991b5018d15)



After getting this cookie value, you follows these steps behind to add in Rapid Leech

1. Open configs/config.php using notepad (or any editor).
2. Find //$mu_cookie_user_value = '';
Remove '//' at the beginning of this line, and insert cookie value at here. If your cookie is xxx, then you should replace like this:
$mu_cookie_user_value = 'xxx';




More Info ...

Tuesday, October 28, 2008

How to add acc Premium in Rapid Leech


If you want to share your account Premium (Rapid or Mega), you can add this account to RapidLeech and give them this RapidLeech server to leech with account pre.

1. Open config.php using notepad (or any editor).
2. Find $premium_acc = array();



3. Currently, you can add acc premium of 6 hosting: rapidshare.de, rapidshare.com, megaupload.com, netload.in, megashares.com, gigasize.com. If you want to add acc MEGA PREMIUM, find this line:
//$premium_acc["megaupload"] = array('user' => 'your username', 'pass' => 'your password');
Remove the character '//' at the beginning of this line, replace "your username" and "your password" with your account information



4. So from now, you can leech with account premium.
But for megaupload, there is another way to do this by using cookies value. For more detail, go to this link:
How to get Cookies value of MEGAUPLOAD


More Info ...

Wednesday, October 22, 2008

How to setup password on RapidLeech ?


Sometime you don't want other people to see your RapidLeech server. So you can turn on this function in RapidLeech by setup a username & password. After turning this function, you will see the message at the homepage of RapidLeech:



Just enter your user & pass that you have already setup.
Here is step by step to do this:

1. Open config.php using notepad (or any editor).
2. Find $login = false;



3. Set to this:
$login = true;
$users = array('user1' => 'pass1');
where user1 means your Username and pass1 means your password



4. If you want to set multiple user & pass, you can add more username like this:
$users = array('user1' => 'pass1' , 'user2' => 'pass2' );



5.Save the file and upload it to the web server.
6.Now it will ask for user name and password every time the page is opened.


More Info ...

Sunday, October 5, 2008

How to install RapidLeech


1. Download Rapidleech



Download Rapidleech’s Latest Version Here : Rapidleech v2.3 PlugMod by Eqbal
And Extract It On Your Pc Desktop Using WinRAR

2. Download FileZilla [ FTP Client ]

Download : FileZilla (Free) And Install It

3. Open FileZilla



4. Open Site Manager



Click On the Icon Highlighted

5. Create New Site



6. Fill in The FTP Information



Fill In The Ftp information Given to You By Your Host.
Your Host Name .e.g, ftp.domain.com or domain.com
Logon Type : Normal
Username To Login In Ftp
Password For Your Account
Click Connect button Finish The Logon To Your Website’s Ftp

7. Transfer Rapidleech Folder In ‘public_html’



Drag The Rapidleech Folder On your desktop viewing To Your Website’s Ftp

8. Files Are Transferring



9. Rename The Folder



Rename the folder so that the folder name is in small letters [This is necessary as when you will open your website you need to have exactly the same name of the folder you have installed the rapidleech in .]

10. Changing Permissions [CHMod]



Open The Rapidleech Folder and Right Click On Files Folder To Change Permission By Clicking On ‘File Attributes‘ Option As It Is The Most Important Step For Functioning Of Rapidleech.



11. Your Rapidleech is working

Goto http://Your Domain.Com/Rapidleech_Folder_name/ Its Alive



Src: http://rapidleech.info

More Info ...