Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
Thread Tools
  #21  
Old 16th April 2009, 11:19
raefor's Avatar
raefor raefor is offline
Senior Member
 
Join Date: Mar 2008
United States
Posts: 90
Default with update
Code:
tracker sending invalid data <NULL>
(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

Last edited by raefor; 16th April 2009 at 12:33.
Reply With Quote
  #22  
Old 16th April 2009, 13:20
hack346 hack346 is offline
Banned
 
Join Date: Mar 2008
Turkey
Posts: 80
Default
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) :(
Reply With Quote
  #23  
Old 16th April 2009, 13:25
raefor's Avatar
raefor raefor is offline
Senior Member
 
Join Date: Mar 2008
United States
Posts: 90
Default
Quote:
Originally Posted by hack346 View Post
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
Reply With Quote
  #24  
Old 17th April 2009, 11:21
hack346 hack346 is offline
Banned
 
Join Date: Mar 2008
Turkey
Posts: 80
Default
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 = "[<a href=/uploadapps.php>Hide accepted/rejected</a>]";
  else {
	$hide = "[<a href=/uploadapps.php?action=show>Show accepted/rejected</a>]";
	$where = "WHERE status = 'pending'";
	$where1 = "WHERE uploadapp.status = 'pending'";
  }

replace with:

Code:
if (!$action || $action == "show") {
  
  if ($action == "show")
	$hide = "[<a href=".$site_config['SITEURL']."/uploadapps.php>Hide accepted/rejected</a>]";
  else {
	$hide = "[<a href=".$site_config['SITEURL']."/uploadapps.php?action=show>Show accepted/rejected</a>]";
	$where = "WHERE status = 'pending'";
	$where1 = "WHERE uploadapp.status = 'pending'";
  }
tnx to Markus Torstensson
Attached Files
File Type: rar 11.05.2009.rar (27.7 KB, 327 views)

Last edited by hack346; 11th May 2009 at 12:32.
Reply With Quote
The Following User Says Thank You to hack346 For This Useful Post:
Krypto (17th April 2009)
  #25  
Old 18th April 2009, 22:11
raefor's Avatar
raefor raefor is offline
Senior Member
 
Join Date: Mar 2008
United States
Posts: 90
Default
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
Reply With Quote
  #26  
Old 18th April 2009, 22:20
hack346 hack346 is offline
Banned
 
Join Date: Mar 2008
Turkey
Posts: 80
Default
is a bug from mozilla ...just ..disable the ctracker
Code:
$site_config['CTRACKER'] = false;
from config.php
Reply With Quote
  #27  
Old 19th April 2009, 01:00
raefor's Avatar
raefor raefor is offline
Senior Member
 
Join Date: Mar 2008
United States
Posts: 90
Default
thanks but still get it
Reply With Quote
  #28  
Old 19th April 2009, 10:55
hack346 hack346 is offline
Banned
 
Join Date: Mar 2008
Turkey
Posts: 80
Default
Quote:
Originally Posted by raefor View Post
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");
}
Reply With Quote
  #29  
Old 19th April 2009, 16:47
raefor's Avatar
raefor raefor is offline
Senior Member
 
Join Date: Mar 2008
United States
Posts: 90
Default
well that did it thanks bud
Reply With Quote
  #30  
Old 25th April 2009, 15:01
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
can you help me with shoutbox
in original style it works fine but when i change style

Click image for larger version

Name:	55c3NCIcQS.png
Views:	391
Size:	435.9 KB
ID:	1264

cant get it right
Reply With Quote
Reply

Tags
htracker , v2


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



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