Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   BtiTracker PB Edition 1.5.4 (http://www.bvlist.com/showthread.php?t=175)

Fynnon 11th February 2008 00:47

BtiTracker PB Edition 1.5.4
 
1 Attachment(s)
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.

Terminator 14th February 2009 11:37

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 :coffee:

solid effort guys... solid effort :muscle:

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!!!

AMTI 1st May 2009 00:22

2 Attachment(s)
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

Attachment 1272 Attachment 1273

Fynnon 1st May 2009 15:01

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/?

AMTI 1st May 2009 16:18

Quote:

Originally Posted by Fynnon (Post 11225)
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:


or just 200

Fynnon 1st May 2009 16:36

Quote:

Originally Posted by AMTI (Post 11232)
must I delete the whole staff and put in values... or values in place of $

like
Code:


or just 200

i think values, pure numbers will do the job

AMTI 1st May 2009 18:32

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

evilgit1 1st May 2009 21:48

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

AMTI 1st May 2009 23:22

I change mine to xbtit chat

re4ux 26th August 2009 09:26

So, how to do this? I want to change SB chat to xBtit chat. :sos:


All times are GMT +2. The time now is 22:10.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.