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)

NatashaRhea 16th February 2009 00:25

i get white page any idea how to sort


or with torrentstrikes i get

1045 access denied user apache@local host now i am sure it is darn plesk i dont normally have issues

Timisoreanul 16th February 2009 02:31

look at include/secrets.php and announce.php end find $mysql_host end put detalis

NatashaRhea 16th February 2009 07:53

okay i got 2 different sources in and now i get white page on both

this one is TBDEV = http://sitename.com


this one is Torrentstrikes fully modded i had no problem putting them both in before now i seems to get white page with both sources on 2 different domains

http://sitename.info - Torrent Strikes

any idea how to get the blank page gone on both sites thanks in advance

hellalien 22nd May 2009 17:11

can`t see upload button.
 
Uploaders can`t see the Upload section in the menu ? what I can do about this?

I promoted an user to uploader and he can`t see the upload button in the menu

Another Problem

I have an error..can`t seed the torrents .. tracker error : Tracker sending invalid data:

I have deleted in announce.php what says in readme.txt but same problem occur.
I have replaced the announce.php with announce.php from netmaniack v1.6 and it works ok.


My passkey at the end of the http://powerstrike2.sytes.net/announce.php is allways changing like this :

After any refresh i get a new passkey :

The tracker's announce url is https://powerstrike2.sytes.net/annou...81a2f5fd82f29f

The tracker's announce url is https://powerstrike2.sytes.net/annou...1663d5b20e553e

The tracker's announce url is https://powerstrike2.sytes.net/annou...d67be7e2a14c6e

So I figured I`ll remove this from upload.php

Code:


For it to remain

Code:

Morbidawn 24th May 2009 13:07

I`m having problems with seding the torrents, if I use this code in upload.php

Code:

?passkey=
?passkey=

Then it gives me : "Failure: Invalid passkey (0 -)"

http://i210.photobucket.com/albums/b...er-666/ss2.jpg

If I leave the upload code the way it is, when i`m uploading a torrents, and try to seed it, it gives me the "Tracker sending invalid data: ."

aldough i`ve removed

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

from the anounce.php file as it was writen in the instal info note.

http://i210.photobucket.com/albums/b...er-666/ss3.jpg http://i210.photobucket.com/albums/b...-666/ss1-1.jpg

What should i do ?

Quote:

Originally Posted by RikT (Post 4510)
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:

How do you add that code in the database?

sirusuk 12th February 2010 12:12

simple fix for the max sysop problem

replace this in bittorrent.php
Code:

//-----------------------------------------------------------------------------------------------
//---- Max. Sysops and Admins v0.1 by xam
//-----------------------------------------------------------------------------------------------

function maxsysop () {
global $CURUSER;
$lmaxsysop = 4; // How many sysop account on your website? write here..
$lmaxclass  = 6; // Max. Class, e.g: mine is: define ("UC_SYSOP", 8);
$lsysopnames = array("SysOp"); // Case sensitive.
$query = mysql_query("SELECT COUNT(id) AS total FROM users WHERE class >= $lmaxclass")  or sqlerr(__FILE__, __LINE__); // get total sysops
list($info['maxsysop']) = mysql_fetch_row($query); // list

if ($info['maxsysop'] > $lmaxsysop)
    if ($CURUSER['class'] >= $lmaxclass)
      if (!in_array($CURUSER["username"], $lsysopnames)){
      write_log(htmlstrip($CURUSER['username'])." changed themselves to class ".htmlstrip($CURUSER['class']).". Current page: $_SERVER[PHP_SELF], previous page: $_SERVER[HTTP_REFERER]");
      mysql_query("UPDATE users set enabled='no' WHERE id=$CURUSER[id]");
      $msg="Fake Account Detected: Username: ."]".$CURUSER["username"]." - UserID: ".$CURUSER["id"]." - UserIP : ".getip();
      $subject="Fake account detected, greater than SysOp!";
      mysql_query("INSERT INTO messages (poster, sender, receiver, added, msg, subject) VALUES(0, 0, 1, '" . get_date_time() . "', " .sqlesc($msg) . ", ".sqlesc($subject).")") or sqlerr(__FILE__, __LINE__);
        stderr("Locked!","We come to believe you are using a fake account, therefore we've logged this action, and disabled your account!"); // die
        }
if(get_user_class() >= UC_MODERATOR){
  $adminids = array(1,x,x,xx);    // put your admins id in here like this (5,1553,956,12414)
  if (!in_array($CURUSER['id'], $adminids)){
        write_log(htmlstrip($CURUSER['username'])." changed themselves to class ".htmlstrip($CURUSER['class']).". Current page: $_SERVER[PHP_SELF], previous page: $_SERVER[HTTP_REFERER]");
        mysql_query("UPDATE users set enabled='no' WHERE id=$CURUSER[id]");
        $msg="Fake Account Detected: Username: ."]".$CURUSER["username"]." - UserID: ".$CURUSER["id"]." - UserIP : ".getip();
      $subject="Fake account detected, not a Mod+!";
      mysql_query("INSERT INTO messages (poster, sender, receiver, added, msg, subject) VALUES(0, 0, 1, '" . get_date_time() . "', " .sqlesc($msg) . ", ".sqlesc($subject).")") or sqlerr(__FILE__, __LINE__);         
      stderr("Locked!","We come to believe you are using a fake account, therefore we've logged this action, and disabled your account!");
  }
}
}

//---------------------------------------------------------------------------------------------------
//---- Max. Sysops and Admins v0.1 by xam
//---------------------------------------------------------------------------------------------------

with this

Code:

//-----------------------------------------------------------------------------------------------
//---- Max. Sysops and Admins v0.1 by xam
//-----------------------------------------------------------------------------------------------

function maxsysop () {
}

//---------------------------------------------------------------------------------------------------
//---- Max. Sysops and Admins v0.1 by xam
//---------------------------------------------------------------------------------------------------


DooM 22nd March 2011 13:36

This tracker is keep sending invalid data: .

So: I edited announce.php and I filled up the fields with MySQL details, then I removed "Fix increase ratio using firefox", but the tracker still gave me this error. Does anyone know how to fix this problem?

kapel12 14th May 2012 22:43

Thanks.

ivo 2nd January 2013 21:11

TBDev_v1.7_-_07.08.2008_-k
 
Why do I get Whitewood page? inability to home.?


All times are GMT +2. The time now is 00:29.

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