View Single Post
  #1  
Old 11th February 2008, 00:47
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default BtiTracker PB Edition 1.5.4
Note: PB Edition is a modded source code of btitracker 1.4.X's, souce code.


Release Date 10-10-2008 By FatePower

**************
*INSTALLATION*
**************


1. Read the included doc named readme_ioncube.txt

Upload all the files (except config.php if upgrading) into your ftp account


2. change the properties/CHMOD 777

* /include/config.php,
* /include/paypal.php,
* /include/client/license.inc.php
* /addons/guest.dat,
* /shoutbox/config.php,
* /torrents/,
* /badwords.txt,
* /chat.php,
* /paypal2.php,
* /avatar,
* /backups,
* /newsCache,
* /dox,
* /phpeditor.php

so it has full read/write capabilities.

3. Open your browser and point to your site address, you'll find the installation wizard.

After install:

Delete the install folder for more security.
Now locate to root, and u shall auto be redired to the licensefile, follow the inscrution there and insert
the license key u get, your name, your email and your domain.

Press Update and now your site shall be up ;)


4. Then do THIS:

Settings in DB before using FM;
Login to PHPmyAdmin or other software u use.
Go to the 'users table' and edit the System user.

Set the id_level=0 and id=0 on the 'System' user, Save and logoff.

or run a SQL who looks like this:
UPDATE `users` SET `id` = '0' WHERE `users`.`id` =4 LIMIT 1 ;

But be sure that the 'System' user has the id=4, before u running the SQL. And after the sql querry it shall has the id = 0.

If u have creat an new admin user, with
the INSTALL delete the user admin
in users table.

Then Open, Donate.php and set your changes. (Optional)
Then Open, lintous.php and set your changes. (Optional)
Then Open, Paypal2.php and set your changes. (Optional)


4.1
If u want to use that users only can use the url http://www.yoursite.com and not http://yoursite.com.

If they try to access trough http://yoursite.com they get redericted to http://www.yoursite.com.

Open the htaccess.txt and edit the URL, then rename to .htaccess

*** IMPORTANT: ***

Then go to Admin ControlPanel, point to tracker settings,
then sett your settings.

( Dont forget to set the "cut torrent names after x numbs of char to a good choose like 30 or 40" )


*********************
*MANUAL INSTALLATION*
*********************


1. Read the included doc named readme_ioncube.txt then
Upload all the files (except config.php if upgrading) into your ftp account,

2. change the properties/CHMOD 777

* /include/config.php,
* /include/paypal.php,
* /include/client/license.inc.php
* /addons/guest.dat,
* /shoutbox/config.php,
* /torrents/,
* /badwords.txt,
* /chat.php,
* /paypal2.php,
* /avatar,
* /backups,
* /newsCache,
* /dox,
* /phpeditor.php

so it has full read/write capabilities.

3. Locate the "include" folder and edit config.php to set the basic information for your mysql account.
The others can be edited with the Admin Panel.

The dbhost is the address for accessing your mysql server (90% of the time it works if
left as localhost).

$dbhost = "localhost";
dbuser is the username you use to access your mysql server.
$dbuser = "yourdbusername";
dbpass is your password you use to access your mysql server.
$dbpass = "yourdbpassword";
database is the database name.
$database = "databasename";

4. Now, open your mysql manager (something like phpmyadmin), select your database, select the "SQL" tab and:
- And process sql/database_manually.sql



5. Settings in DB before using FM;

Login to PHPmyAdmin or other software u use.
Go to the 'users table' and edit the System user.

Set the id_level=0 and id=0 on the 'System' user, Save and logoff or run a SQL who looks like this:
UPDATE `users` SET `id` = '0' WHERE `users`.`id` =4 LIMIT 1 ;

But be sure that the 'System' user has the id=4, before u running the SQL.
And after the sql querry it shall has the id = 0.

Then Open, Donate.php and set your changes. (Optional)
Then Open, lintous.php and set your changes. (Optional)
Then Open, Paypal2.php and set your changes. (Optional)
Then Open, userlevels.php and set your changes. (Optional)


5.1 If u want to use that users only can use the url http://www.yoursite.com and not http://yoursite.com.

If they try to access trough http://yoursite.com they get redericted to http://www.yoursite.com.

Open the htaccess.txt and edit the URL, then rename to .htaccess


6.
Now point your browser to. http://www.yoursite.com and u shall auto be redired to the licensefile, follow the inscrution there and insert the license key u get, your name, your email and your domain.

Press Update and now your site shall be up then login as:

user: admin
password: admin

Change your admin pass, after u have logged in.

*** IMPORTANT: ***

Then go to Admin ControlPanel, point to tracker settings,
then sett your settings.

( Dont forget to set the "cut torrent names after x numbs of char to a good choose like 30 or 40" )


/////////////////////////////////
BTI Tracker 1.4 FM, PB Edition 1.5.X Credits
/////////////////////////////////


All hacks is installed by fatepower and supported by Panthera.
Attached Files
File Type: zip BTITFM14_PB_Edition_1.5.4.zip (2.29 MB, 1828 views)
Reply With Quote
The Following 12 Users Say Thank You to Fynnon For This Useful Post:
borosoft (19th September 2020), cybernet (17th February 2009), Elena (8th May 2011), fux0r (5th October 2009), miralsplet (7th January 2024), nicukent (25th December 2009), peiratikos (14th October 2011), pesadilla (1st October 2009), redlabel (30th October 2008), tendersf (29th October 2009), Terminator (14th February 2009), thairocker (29th October 2008)