Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
  #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)
  #2  
Old 14th February 2009, 11:37
Terminator's Avatar
Terminator Terminator is offline
Senior Member
 
Join Date: Sep 2008
Iraq
Posts: 45
Thumbs up
is there any tracker demo for this version prior commenting on the software?

i really love tbdev series and hope we can get a smart and advanced one too

solid effort guys... solid effort

hehe, nice try dude!!

i meant the tracker in full mods with staff panel and etc or even an actual tracker demo is built/ designed for testing purposes. NOT a site with host selling ads..!

still look forward for any tracker demo not a built site!!!
__________________
http://hqanime4arab.com
The Home of HQ Hand Dubbed Arabic Anime for Arabs!
Reply With Quote
  #3  
Old 1st May 2009, 00:22
AMTI AMTI is offline
Member
 
Join Date: Jan 2009
Default
Posts: 6
Default
I been months searching... but need to post this

What must I fill
please help

see attachments

thanks

A config file will also help alot

Click image for larger version

Name:	btit1.JPG
Views:	708
Size:	138.7 KB
ID:	1272 Click image for larger version

Name:	btit2.JPG
Views:	405
Size:	124.1 KB
ID:	1273
Reply With Quote
The Following User Says Thank You to AMTI For This Useful Post:
tendersf (29th October 2009)
  #4  
Old 1st May 2009, 15:01
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
its all about simple numbers and paths...for Allowed Login Attempts write 10, for Maximum Number Of Requests Per User you choose, maybe 5 or whatever as for the path settings you must write down the location where those files are, something like /var/www/site/?
Reply With Quote
The Following User Says Thank You to Fynnon For This Useful Post:
tendersf (29th October 2009)
  #5  
Old 1st May 2009, 16:18
AMTI AMTI is offline
Member
 
Join Date: Jan 2009
Default
Posts: 6
Default
Quote:
Originally Posted by Fynnon View Post
its all about simple numbers and paths...for Allowed Login Attempts write 10, for Maximum Number Of Requests Per User you choose, maybe 5 or whatever as for the path settings you must write down the location where those files are, something like /var/www/site/?
must I delete the whole staff and put in values... or values in place of $

like
Code:
<?echo 200 GLOBALS[
or just 200
Reply With Quote
  #6  
Old 1st May 2009, 16:36
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
Quote:
Originally Posted by AMTI View Post
must I delete the whole staff and put in values... or values in place of $

like
Code:
<?echo 200 GLOBALS[
or just 200
i think values, pure numbers will do the job
Reply With Quote
The Following User Says Thank You to Fynnon For This Useful Post:
tendersf (29th October 2009)
  #7  
Old 1st May 2009, 18:32
AMTI AMTI is offline
Member
 
Join Date: Jan 2009
Default
Posts: 6
Default
Thanks, you were correct
only values

the problem was that my permission was set as full and therefore duplicating the file..
I had to self make my config.php

I hate myself ( 6months wasted)

thanks

Last edited by AMTI; 1st May 2009 at 18:56.
Reply With Quote
The Following User Says Thank You to AMTI For This Useful Post:
tendersf (29th October 2009)
  #8  
Old 1st May 2009, 21:48
evilgit1 evilgit1 is offline
Member
 
Join Date: Jan 2009
United Kingdom
Posts: 13
Default pb edition shoutbox refresh
is there any way to add a refresh to the shoutbox on the pb edition as there is no current refresh on it it drives me mad having to refresh the whole page jus to see wots wrote in shout and sometimes i forget and then its to late ppl have gon
any info on this would really help my dilema
respects to you all
evil
Reply With Quote
The Following User Says Thank You to evilgit1 For This Useful Post:
tendersf (29th October 2009)
  #9  
Old 1st May 2009, 23:22
AMTI AMTI is offline
Member
 
Join Date: Jan 2009
Default
Posts: 6
Default
I change mine to xbtit chat
Reply With Quote
The Following User Says Thank You to AMTI For This Useful Post:
tendersf (29th October 2009)
  #10  
Old 26th August 2009, 09:26
re4ux's Avatar
re4ux re4ux is offline
Senior Member
 
Join Date: May 2009
Posts: 17
Default
So, how to do this? I want to change SB chat to xBtit chat.
Reply With Quote
The Following 2 Users Say Thank You to re4ux For This Useful Post:
djblackout (5th December 2009), tendersf (29th October 2009)
Reply

Tags
btitracker , edition , pb

Thread Tools

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FTS 1.1 Bug Fix Edition Phogo Free Torrent Source 45 16th March 2014 09:08
TS Special Edition v.5.6 need help stall20080 Template Shares 10 9th August 2012 10:46
Btitracker Problem Jack747 xBTiT 13 23rd January 2010 16:04
TS Special Edition v4.0 free87239888 Template Shares 1 29th June 2009 03:39



All times are GMT +2. The time now is 16:23. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.