############################## Turbo Traffic Trader C Version 2 ############################## Copyright (c) 2004 Choker (Chokinchicken.com). All Rights Reserved. http://www.turbotraffictrader.com/ttt3/ BY INSTALLING THIS SCRIPT, YOU AGREE TO ALL TERMS OF USE AS OUTLINED ON OUR WEBSITE. HTTP://WWW.TURBOTRAFFICTRADER.COM ############## REQUIREMENTS ############## * Your server must be running apache with cgi-bin support. * Your server must have RedHat 7.3+, or FreeBSD 4.9+ (other Linux/FreeBSD versions will probably work as well) * If you are using TTT 2.0, upgrade to TTT Nitro first ########################## INSALLATION INSTRUCTIONS ########################## 1) Upload 3 included binary files (ttt-admin, ttt-in and ttt-out) into your cgi-bin directory BE SURE TO UPLOAD THE BINARY FILES IN BINARY MODE. 2) Create a directory named "data" in your cgi-bin directory (ie. cgi-bin/data) 3) Chmod binary files (ttt-admin, ttt-in and ttt-out) to 755. 4) Chmod "data" directory to 777. 5) Create a directory named "toplists.tpl" in your web root (NOT cgi-bin) directory. 7) Create a directory named "toplists" in your web root (NOT cgi-bin) directory. 8) Chmod "toplists" directory to 777. 9) Double check to make sure that your apache has cgi-bin directory support. Contact your host if necessary. 10) Open http://www.yourdomain.com/cgi-bin/ttt-admin and follow the instructions there. Once you have finished these steps, your script should be ready to use. Please continue reading this installation file if you are upgrading from TTT NITRO or re-installing TTT C. ####################################### UPGRADING FROM TTT NITRO INSTRUCTIONS ####################################### Note: You can not import trade data from all TTT PHP versions. You can only import data from TTT NITRO. Also make note that only trade information is imported, not stats. Thanks. 1) Upload the file "ttt-export.php" to your TTT NITRO tttadmin directory. 2) Complete steps 1-9 from previous section, on 10th step choose upgrade 3) Modify your TGP pages with the following changes: - Replace ttt-out.php? with /cgi-bin/ttt-out? - Replace with IF YOU CURRENTLY USE A TTT TOPLIST IN TTT NITRO PLEASE READ THE FOLLOWING INSTRUCTIONS. IF NOT, IGNORE THESE INSTRUCTIONS. 4) Learn the new TTT C toplist structure/SSI syntax. To use TTT C toplist templates, there is an entirely different structure from TTT NITRO. This is the OLD structure for your toplist. TTT NITRO: File Structure (relative to ttt-in.php): ttt_toplist/filename.thtml - The template file for the toplist. ttt_toplist/filename.html - The built toplist file for the toplist. SSI Structure: This is the new structure for your toplist. TTT C: File Structure (relative to ttt-in): ../htdocs/toplists.tpl/filename.html - The template file for the toplist. ../htdocs/toplists/filename.html - The built toplist file for the toplist. SSI Structure: Things to note: * The built toplist file keeps the SAME filename as the template file. * The template file can have any file extension as long as it's placed in toplists.tpl. * Instead of "htdocs" directory, your webserver may have "html" directory or something else. * You may want to create .htaccess file in the toplist.tpl directory containing "Deny from All" to restrict access through web 5) REMEMBER TO CHANGE YOUR TOPLIST DIRECTORIES IN YOUR TTT SETTINGS. ############################# REINSTALLATION INSTRUCTIONS ############################# 1) Delete all files in your "data" directory (ie: cgi-bin/data) 2) Open http://www.yourdomain.com/cgi-bin/ttt-admin and follow the instructions there. ################## ADDITIONAL NOTES ################## New Features: 1) Settings and Trade data import from TTT Nitro 2) FindTrades.com whitelist 3) Use cgi-bin/out?debug=1 to see how destination URL is selected Future Features: 1) Ability to disable IP/Ref log for better performance If you have any questions, comments or feedback please visit: http://www.chickenboard.com/ttt3 It is very important to us. Thanks. Enjoy TTT C.