Go Back   Gaming Gutter > Just Chat > Guides & Tutorials


Guides & Tutorials - Your gaming walk-thrus and tutorials.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post Fucking AMAZING!!!
11-21-2008 02:16 PM
Last post by scromlette
Today 07:09 PM
15 Replies, 118 Views
Go to first new post dont forget your 0s
Today 06:59 PM
Last post by Dunx
Today 07:09 PM
1 Replies, 2 Views
Go to first new post Its my Birthday tomorrow.
12-02-2008 07:23 AM
by Zombies
Last post by Ruzzeh
Today 07:09 PM
60 Replies, 300 Views
Go to first new post Name and Age?
10-24-2008 09:17 PM
by jjprime
Last post by Condemned92
Today 07:08 PM
227 Replies, 2,137 Views
Go to first new post Lending Sneezles Pet
11-21-2008 09:26 PM
by Judle
Last post by Bex
Today 07:03 PM
2 Replies, 10 Views
Reply
 
LinkBack Thread Tools Display Modes

 your own rapidshare premium link generator website
Old 07-27-2008, 04:44 PM   #1 (permalink)
Underground

Male the dark ninja is offline
 
the dark ninja's Avatar
 
Join Date: Sep 2007
Location: istanbul
Age: 18
Posts: 969
GPoints: 879
iTrader: 0 / 0%
the dark ninja Is a Lord of Awesomenessthe dark ninja Is a Lord of Awesomenessthe dark ninja Is a Lord of Awesomeness
Rep Power: 8
your own rapidshare premium link generator website

ok, so i found this script and archive on net that helps you make your own rapidshare premium link generator website with your own host so that you wont need to wait for any download... like it? ok here goes the description:


How to Install
1. Extract the archive files and upload to your server [[the archive files are here]]
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.
Code:
<?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.
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.


even if i didnt made this, a little +rep wouldnt hurt anyone D=
__________________
3: i needs fun~

Last edited by the dark ninja; 07-27-2008 at 04:47 PM..
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 07:11 PM.


vBulletin skin developed by: eXtremepixels
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.09136295 seconds (100.00% PHP - 0% MySQL) with 19 queries