Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   H-Tracker v2 (http://www.bvlist.com/showthread.php?t=1753)

raefor 16th April 2009 11:19

with update
 
Code:

tracker sending invalid data
(getting red in my utorrent on that torrent)
although its showing 1 leecher whos connectable h-tracker site is down
and getting this on seedbox error: bad data from tracker - bad bencoded data

hack346 16th April 2009 13:20

try to create another torrent with your tracker announce, h-tracker is down, sow...will not work (I don`t know what's happening, i can`t find a HT) :(

raefor 16th April 2009 13:25

Quote:

Originally Posted by hack346 (Post 10845)
try to create another torrent with your tracker announce, h-tracker is down, sow...will not work (I don`t know what's happening, i can`t find a HT) :(

did that and still get the same trying some other things

good luck getting site back up been looking for it sorry to hear it's down

hack346 17th April 2009 11:21

1 Attachment(s)
2 bugs fixed:

open account.php & find :

Code:

htmlspecialchars($CURUSER["age"]) . "\" disabled
& replace with:
Code:

htmlspecialchars($CURUSER["age"]) . "\" readonly
Open torrents-upload.php , find

Code:

$descr = sqlesc($_POST['descr']);
& replace with:
Code:

$descr = $_POST['descr'];
(this will fix "rnrn" chars from torrent description) (on windows)

if i will found another bugs , i will post in the same topic,
My advice: watch every time this topic

Last fix 17.04.2009
for who receive this error
Code:

Warning: Invalid argument supplied for foreach() in Q:\trackerwindows\xampp\htdocs\torrents-details.php on line 357
Just replace your old files with this


11.05.2009

open uploadapps.php

find:

Code:

  if ($action == "show")
        $hide = "[Hide accepted/rejected]";
  else {
        $hide = "[Show accepted/rejected]";
        $where = "WHERE status = 'pending'";
        $where1 = "WHERE uploadapp.status = 'pending'";
  }


replace with:

Code:

if (!$action || $action == "show") {
 
  if ($action == "show")
        $hide = "[Hide accepted/rejected]";
  else {
        $hide = "[Show accepted/rejected]";
        $where = "WHERE status = 'pending'";
        $where1 = "WHERE uploadapp.status = 'pending'";
  }

tnx to Markus Torstensson

raefor 18th April 2009 22:11

getting this when you download after it's uploaded


Code:

Youre attack was blocked:
74.xxxxxx - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8


hack346 18th April 2009 22:20

is a bug from mozilla ...just ..disable the ctracker
Code:

$site_config['CTRACKER'] = false;
from config.php

raefor 19th April 2009 01:00

thanks but still get it

hack346 19th April 2009 10:55

Quote:

Originally Posted by raefor (Post 10924)
thanks but still get it

open your backend/functions.php
find
Code:

require("ctracker.php");
replace with:
Code:

if ($site_config['CTRACKER']){
require("ctracker.php");
}


raefor 19th April 2009 16:47

well that did it thanks bud

wMan 25th April 2009 15:01

1 Attachment(s)
can you help me with shoutbox
in original style it works fine but when i change style

Attachment 1264

cant get it right :sos:


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

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