Bravo List
Register
Go Back   Bravo List > Top Tracker Sources > xBTiT

Reply
  #1 (permalink)  
Old 19-06-08, 12:23
Fynnon's Avatar
xxx
 

Join Date: Nov 2007
Location: Home
Denmark
Posts: 604
Thanks: 45
Thanked 148 Times in 53 Posts
Fynnon has much to be proud of Fynnon has much to be proud of Fynnon has much to be proud of Fynnon has much to be proud of Fynnon has much to be proud of Fynnon has much to be proud of Fynnon has much to be proud of Fynnon has much to be proud of Fynnon has much to be proud of Fynnon has much to be proud of
Default BTi Tracker v1.4.X PB Edition 1.5.3
- This is a PreModded BTiT Tracker -

Hidden Block (you must be registered):
You do not have sufficient rights to see the hidden data contained here.


----------------
USING INSTALLER:
----------------

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.
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 ;)
the 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" )

License System

Probably if u reading this u have got the error message "Your License Is Invaild"
For the most times the users has messed with the license system, like trying to change the
values in the file.

Some user forget to chmod the license.inc.php to 777 and will bring so the script can't update The file with the right license who are generated from the license server.

So go to /include/client/ folder (by useing ssh, ftp or on localhost) then set the permissions to 777 for that file. After make sure to delete the license.lock file so the license system gets writeable again, then point your browser to the license file and update the info.

What u can do to restore the whole license system is to download this file then after locate to /root/ (Your root folder for the BTITFM/The Base Dir) and delete the keyfile.dat, and then after locate to /include/client/ and also delete license.lock file.
After upload the files who are included in the .zip archive to the /include/client directory. The other files index.php and license.php shall be in the root. After that u shall bee auto located to the License system again.

For more info or other support go to the forums and start a topic there
Reply With Quote
The Following 2 Users Say Thank You to Fynnon For This Useful Post:
Rroy (10-11-08), zenja7777 (28-10-08)
  #2 (permalink)  
Old 03-08-08, 21:20
Caterpillar's Avatar
Member
 

Join Date: Jun 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Caterpillar
Default
Archive file corrupt...
Reply With Quote
  #3 (permalink)  
Old 03-08-08, 21:57
Fynnon's Avatar
xxx
 

Join Date: Nov 2007
Location: Home
Denmark
Posts: 604
Thanks: 45
Thanked 148 Times in 53 Posts
Fynnon has much to be proud of Fynnon has much to be proud of Fynnon has much to be proud of Fynnon has much to be proud of Fynnon has much to be proud of Fynnon has much to be proud of Fynnon has much to be proud of Fynnon has much to be proud of Fynnon has much to be proud of Fynnon has much to be proud of
Default
Quote:
Originally Posted by Caterpillar View Post
Archive file corrupt...
We moved recently to an other host and changed the board from phpBB3 to vBulletin and did not have the time to check every atachment yet (over 200)

I updated the archive, you can download it from the first post !

Thankx for reporting !
Reply With Quote
  #4 (permalink)  
Old 27-09-08, 18:07
connected's Avatar
Member
 

Join Date: Sep 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
connected is on a distinguished road
Default problem
I have problem, i finish install and i have error "Error creating key file." were is a problem?
Reply With Quote
Sponsored Links
Advertisement
  #5 (permalink)  
Old 21-11-08, 07:32
pspmaster's Avatar
Member
 

Join Date: Nov 2008
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
pspmaster is on a distinguished road
Unhappy Error! Missing Language! help me!!!!
can some one help me i have this problem i dont know .... but i tell u i downlaoded from forum romanian.php language and i put it in from ftp in languange folder and when i go to admin panel and i put there default language for all users romanian he display to me this error pls some help me if can this is my site PSP MANIA - Index --- PSP MANIA - Index ok i will wait
Reply With Quote
Reply

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
Forum Jump



All times are GMT +1. The time now is 20:01. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Advertisement System V2.6 By   Branden