Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
Thread Tools
  #61  
Old 16th February 2009, 00:25
NatashaRhea NatashaRhea is offline
Senior Member
 
Join Date: Aug 2008
Posts: 48
Default
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
Reply With Quote
  #62  
Old 16th February 2009, 02:31
Timisoreanul's Avatar
Timisoreanul Timisoreanul is offline
Senior Member
 
Join Date: Apr 2008
P2P
Posts: 211
Default
look at include/secrets.php and announce.php end find $mysql_host end put detalis
Reply With Quote
  #63  
Old 16th February 2009, 07:53
NatashaRhea NatashaRhea is offline
Senior Member
 
Join Date: Aug 2008
Posts: 48
Default
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

Last edited by NatashaRhea; 16th February 2009 at 20:08.
Reply With Quote
  #64  
Old 22nd May 2009, 17:11
hellalien hellalien is offline
Member
 
Join Date: Sep 2008
Romania
Posts: 2
Default 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: <NULL>

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.

Last edited by hellalien; 22nd May 2009 at 18:56.
Reply With Quote
  #65  
Old 24th May 2009, 13:07
Morbidawn's Avatar
Morbidawn Morbidawn is offline
Senior Member
 
Join Date: Sep 2008
P2P
Posts: 34
Default
I`m having problems with seding the torrents, if I use this code in upload.php

Code:
<p><tr><td class=colhead align=center><? print("" .ANNOUNCE_URL. "")?> <b><?= $announce_urls[0] ?>?passkey=<?= $CURUSER['passkey'] ?></b></td></tr></p>
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:
<p><tr><td class=colhead align=center><? print("" .ANNOUNCE_URL. "")?> <b><?= $announce_urls[0] ?>?passkey=<?= $CURUSER['passkey'] ?></b></td></tr></p>
For it to remain

Code:
<td class=colhead align=center><? print("" .ANNOUNCE_URL. "")?> <b><?= $announce_urls[0] ?></b>
Then it gives me : "Failure: Invalid passkey (0 -)"

Click the image to open in full size.

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: <NULL>."

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.

Click the image to open in full size. Click the image to open in full size.

What should i do ?

Quote:
Originally Posted by RikT View Post
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
How do you add that code in the database?
Reply With Quote
  #66  
Old 12th February 2010, 12:12
sirusuk sirusuk is offline
Member
 
Join Date: Sep 2008
P2P
Posts: 10
Default
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
//---------------------------------------------------------------------------------------------------
Reply With Quote
  #67  
Old 22nd March 2011, 13:36
DooM's Avatar
DooM DooM is offline
Senior Member
 
Join Date: Feb 2009
United Kingdom
Posts: 118
Default
This tracker is keep sending invalid data: <NULL>.

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?
__________________
* Ubuntu Linux User since 2009 *
Reply With Quote
  #68  
Old 14th May 2012, 22:43
kapel12 kapel12 is offline
Senior Member
 
Join Date: Feb 2012
P2P
Posts: 19
Default
Thanks.
__________________
I do not assume any risk.
Reply With Quote
  #69  
Old 2nd January 2013, 21:11
ivo ivo is offline
Member
 
Join Date: Jul 2012
Croatia
Posts: 14
Question TBDev_v1.7_-_07.08.2008_-k
Why do I get Whitewood page? inability to home.?
Reply With Quote
Reply

Tags
edition , netmaniack tbdev source , tbdev , tobbies


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
TBDev Music Mania Edition hellix Downloads 43 14th August 2013 12:51
TBDev Modded Edition v1.3? jernej1 Community Cafe 3 29th January 2010 16:35
TBDev v2.0 Yuna Scatari Edition BEST TBDev 0 16th October 2009 19:49
TBDev Catarr Edition Beta 0.1 Mindfreak Downloads 9 30th July 2009 20:18
TBDev Bravo Edition ANDiTKO Community Cafe 17 19th August 2008 23:27



All times are GMT +2. The time now is 08:01. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.