Members   Search      Help    Register    Login    Home
Home » Support Forums for PMBT 1.X » Bug Reports » Bug in announce.php when parsing data sent from client
Bug in announce.php when parsing data sent from client [message #1997] Fri, 09 May 2008 19:21 Go to next message
Revan is currently offline Revan  Czech Republic
Messages: 125
Registered: April 2007
Super-Seeder
I've been doing some research as for why some clients (ABC, XBT to mention few) return "missing key" error.
I haven't found much so far, but looking into this problem I found one little bug in announce script.
This is now:
if (!isset($$x)) {
  if (!$opt) err("missing key");
  else $xx = "";
  continue;
}

And I think there should be this instead:
if (!isset($$x)) {
  if (!$opt) err("missing key");
  else $$x = "";
  continue;
}

Just a small error, but I thought I'd mention it anyway...

[Updated on: Fri, 09 May 2008 22:43]

Report message to a moderator

Re: Bug in announce.php when parsing data sent from client [message #2017 is a reply to message #1997] Mon, 12 May 2008 08:32 Go to previous messageGo to next message
RazorSK is currently offline RazorSK  France
Messages: 52
Registered: April 2008
Seeder
thanks a lot
Re: Bug in announce.php when parsing data sent from client [message #2026 is a reply to message #1997] Tue, 13 May 2008 00:05 Go to previous messageGo to next message
lodp is currently offline lodp  Austria
Messages: 336
Registered: June 2006
Releaser
i put that into CVS, thanks for reporting!
Re: Bug in announce.php when parsing data sent from client [message #2043 is a reply to message #1997] Sat, 17 May 2008 20:25 Go to previous message
Revan is currently offline Revan  Czech Republic
Messages: 125
Registered: April 2007
Super-Seeder
no problem...
even though this fixed probably doesn't influence anything Very Happy
Previous Topic:Privacy check in announce
Next Topic:ABC, G3 Torrent, XBT - "missing key" error
Goto Forum:
  


Current Time: Wed Feb 08 04:21:02 GMT 2012

Total time taken to generate the page: 0.02986 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software