04-24-2010, 11:01 AM
1. The first step is that we need an host to place this on. Id recommend an VPS or Dedicated server or Colo.
Here are some. PRQ and OlioHost.
The prices for it should be around $10 to $150 depending on who you go though and what you get.
2. After you purchased those
Download TorrentTrader v.2 (Direct Download)
That's all I have done so far, I created many MAJOR modifications to TorrentTrader v.2, I will post the modifications I made when I done testing them.
Here are some. PRQ and OlioHost.
The prices for it should be around $10 to $150 depending on who you go though and what you get.
2. After you purchased those
Download TorrentTrader v.2 (Direct Download)
Quote:If you choose Shared Web Host!*****************************************************************************
1. Create a new database
2. Logon onto phpmyadmin and import "Full Database.sql"
3. Put you MySQL info into /backend/mysql.php
Quote:$mysql_host = "localhost"; //leave this as localhost if you are unsure4. Edit "/backend/config.php" - Make sure you change the name of your site, domain and tracker, and other settings.
$mysql_user = "user"; //Username to connect
$mysql_pass = "pass"; //Password to connect
$mysql_db = "dbname"; //Database name
?>
5 Login to your FTP Client, and Upload the folder "upload" to you site root, normally "public_html".
6. Chmod 777 the following ./cache , ./backups , ./uploads , ./upload/images , and ./import
7. To verify that the site is setup correctly, run check.php and make sure everything is up.
8. Delete check.php from the site and then register yourself on the site, you are now administrator.
Quote: If you choose an VPS, dedicated or colo. ( If you don't know how to do this, please EMail me or just get a Shared. )
1. SSH into your server and then install memcached, php5, php-curl, php-mysql, mysql-server, mysql-client, apache2, phpmyadmin.
2. Create a new database
3. Logon onto phpmyadmin and import "Full Database.sql"
4. Put you MySQL info into /backend/mysql.php
Quote:$mysql_host = "localhost"; //leave this as localhost if you are unsure5. Edit "/backend/config.php" - Make sure you change the name of your site, domain and tracker, and other settings. (Now, GOTO the bottom and do the following. )
$mysql_user = "user"; //Username to connect
$mysql_pass = "pass"; //Password to connect
$mysql_db = "dbname"; //Database name
PHP Code:// Caching settings
$site_config["cache_type"] = "memcache"; // disk = Save cache to disk, memcache = Use memcache, apc = Use APC
$site_config["cache_memcache_host"] = "localhost"; // Host memcache is running on
$site_config["cache_memcache_port"] = 11211; // Port memcache is running on
$site_config['cache_dir'] = getcwd().'/cache'; // Cache dir (only used if type is "disk"). Must be CHMOD 777
6. Login to your FTP Client, and Upload the folder "upload" to you site root, normally "public_html".
7. Chmod 777 the following ./backups , ./uploads , ./upload/images , and ./import
8. To verify that the site is setup correctly, run check.php and make sure everything is up.
9. Delete check.php from the site and then register yourself on the site, you are now administrator.
That's all I have done so far, I created many MAJOR modifications to TorrentTrader v.2, I will post the modifications I made when I done testing them.