Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   TBDevRU 3.2 (http://www.bvlist.com/showthread.php?t=3148)

alexdeco20 3rd December 2009 23:54

I have this error:

Code:

Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' conflicts with 'zlib output compression' in D:\AppServ\www\tracker\index.php on line 2

duda 14th December 2009 03:07

Code:

ERROR


SQL Error
Table 'sharefile_lydo_org01.bans' doesn't exist

in /home/www/free/lydo.org/sharefile.lydo.org/include/bittorrent.php, line 151


Rendevous 14th December 2009 10:27

Quote:

Originally Posted by duda (Post 18321)
Code:

ERROR


SQL Error
Table 'sharefile_lydo_org01.bans' doesn't exist

in /home/www/free/lydo.org/sharefile.lydo.org/include/bittorrent.php, line 151


add this in phpmyadmin

PHP Code:

CREATE TABLE IF NOT EXISTS `bans` (
  `
idint(10unsigned NOT NULL auto_increment,
  `
addeddatetime NOT NULL default '0000-00-00 00:00:00',
  `
addedbyint(10unsigned NOT NULL default '0',
  `
commentvarchar(255NOT NULL default '',
  `
firstint(11) default NULL,
  `
lastint(11) default NULL,
  
PRIMARY KEY  (`id`),
  
KEY `first_last` (`first`,`last`)
ENGINE=MyISAM  DEFAULT CHARSET=cp1251 AUTO_INCREMENT=


Naureenc 23rd December 2009 22:11

Excelent Sorce, i like it BUT i wont to write in latvian!

Latvian chartset ir utf8_unicode_ci

i put it in phpmyadmin but i write in forum or in shoutbox in ā,ō,ī, pleace shows #229!

Whats Problem?

Clauu 30th December 2009 01:22

when I try to login with specified details - admin & 123456 I receive an error -> Username or password incorrect.

And when i try to download a torrent I receive something like this on a blank page : sorry pal , not found.

Rendevous 30th December 2009 10:32

Quote:

Originally Posted by Clauu (Post 18753)
when I try to login with specified details - admin & 123456 I receive an error -> Username or password incorrect.

And when i try to download a torrent I receive something like this on a blank page : sorry pal , not found.

go to your ftp and set torrents folder to 777

i don`t know why admin acc don`t work but u can create a new one.

Dimaches 30th December 2009 17:18

For all of you who can't login the user isn't admin is BVLIST pls next time ceck the script more close! Cheers


To create a new sysop account is very simple ,register a new user then enter phpmyadmin click on table users ,and after click your name then search for variable userclass change it to sysop value.

poiuy6789 5th January 2010 05:49

?
 
Tell me please how i can remove this image, and this request from registration page.

http://img690.imageshack.us/img690/7376/79333945.png

Zuby 5th January 2010 10:38

Quote:

Originally Posted by poiuy6789 (Post 18930)
Tell me please how i can remove this image, and this request from registration page.

in include/config.php set
Code:

$use_captcha = "0";

Runny 22nd January 2010 19:07

Just installed this source. It works great. But I have a small problem. When I'm downloading a torrent, I'm not getting a .torrent but an unkown file called TorrentName (1)
Anybody got a clue?

Edit.
Nevermind. It was my fuck-up. Sry.
Great source btw.


All times are GMT +2. The time now is 05:08.

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