Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   TBDev Tobbies Edition (http://www.bvlist.com/showthread.php?t=794)

KustomizeR 27th September 2008 13:43

I have this problem:
my passkey always changes....why is that?I had correctly field the announce.php file with my tracker`s database details and the problem still running...:( what should i do?

RikT 27th September 2008 15:12

your problem with passkey
 
Quote:

Originally Posted by KustomizeR (Post 4504)
I have this problem:
my passkey always changes....why is that?I had correctly field the announce.php file with my tracker`s database details and the problem still running...:( what should i do?

You need to add this sql query into your db this will stop the passkey keep changing

Code:

ALTER TABLE users ADD passkey VARCHAR(32) NOT NULL;
hope this helps you :relax:

KustomizeR 27th September 2008 15:57

Welllthx...the passkey doesn`t change anymore, but the uTorrent client still shows me the "The tracker send invali data " error :|

Grom 27th September 2008 16:08

I have a problem in announce.php

I have removed code
PHP Code:

/////////////////////Fix Increase ratio using Firefox //////////////////////
$headers getallheaders();
if (isset(
$headers["Cookie"]) || isset($headers["Accept-Language"]) || isset($headers["Accept-Charset"]))
err("Anti-Cheater= You cannot use this agent");
///////////////////end of fix////////////////////// 

And i seedng torrent seeders 1-0 working or me not connectable


And i download in my client uttorrent 1.7 this torrent in my tracker seeders 1 leechers 0
I found this code and hove remove in announce
PHP Code:

useragent substr($peer_id12);
                
$agentversion substr($peer_id34);
                if((
$useragent != "AZ" && $useragent != "UT") || ($useragent == "AZ" && $agentversion 2504) || ($useragent == "UT" && $agentversion 1610))
                
err("Client is banned. Please use uTorrent >1.7.2 or Azureus >2.5 and Vuze!");
                if((
$useragent == "UT" && $agentversion == 1700))
                
err("Sorry utorrent 1.7 is banned use >1.7.1!"); 

please help and sory my bad english

Grom 28th September 2008 16:33

help my brother in my log client

[2008/09/28 - 15:26:48] error: Problem connecting to tracker - [Errno http error] 500: 'Internal Server Error'
[2008/09/28 - 15:27:49] error: Problem connecting to tracker - [Errno http error] 500: 'Internal Server Error'
[2008/09/28 - 15:28:49] error: Problem connecting to tracker - [Errno http error] 500: 'Internal Server Error'
[2008/09/28 - 15:29:50] error: Problem connecting to tracker - [Errno http error] 500: 'Internal Server Error'
[2008/09/28 - 15:30:51] error: rejected by tracker - Too many users. Try seeding/leeching after 1min.
[2008/09/28 - 15:31:52] error: Problem connecting to tracker - [Errno http error] 500: 'Internal Server Error'
[2008/09/28 - 15:32:53] error: Problem connecting to tracker - [Errno http error] 500: 'Internal Server Error'

trackers....
seeders leechers 1-0

bbtag IMG not working in description torrent...

ElemenT^ 7th October 2008 08:48

i have 1 problem
Code:

SQL Error
Table 'photostrike.loginattempts' doesn't exist

in C:\xampp\htdocs\include\bittorrent.php, line 1490

Kotafi 7th October 2008 09:03

remove maxsysop(); from every file that is in or add that function :bye:

ElemenT^ 7th October 2008 09:14

I deleted the code but I now appears another error

Code:

Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampp\htdocs\include\bittorrent.php on line 176
Code:

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\xampp\htdocs\include\bittorrent.php on line 176
Code:

Fatal error: Call to undefined function sqlerr() in C:\xampp\htdocs\include\bittorrent.php on line 176

Subzero 7th October 2008 14:50

Quote:

Originally Posted by Hatchet (Post 4794)
remove maxsysop(); from every file that is in or add that function :bye:

did you delete that and only that from every page maxsysop();

Quote:

Originally Posted by ElemenT^ (Post 4793)
i have 1 problem
Code:

SQL Error
Table 'photostrike.loginattempts' doesn't exist

in C:\xampp\htdocs\include\bittorrent.php, line 1490


Drop all tables and try and put them all in manually failing that go to line 1490 and remove the code

KM4 8th October 2008 20:35

why can't i login ? it always says that cookies aren't activated..i've searched and saw every post in this thread, i've done step 12 of the "tutorial" included with the source,so can you tell me what's wrong please?


All times are GMT +2. The time now is 13:44.

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