Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   TS SE v5.1 - Tracker sending invalid data (http://www.bvlist.com/showthread.php?t=649)

lost91 17th July 2008 10:33

TS SE v5.1 - Tracker sending invalid data
 
Hi,

I have just installed the TS SE v5.1 yesterday
But i have this error when i try to seed a torrent :

Tracker sending invalid data

I have configured "Private Tracker Patch Enabled?" to "Yes"

I need help please


It's ok now please delete this post thanx

reptileking 17th July 2008 12:57

Re: TS SE v5.1 - Tracker sending invalid data
 
im getting that problem how did u fix it

Fynnon 17th July 2008 13:08

Re: TS SE v5.1 - Tracker sending invalid data
 
Quote:

Originally Posted by lost91
It's ok now please delete this post thanx

We delete only posts that don`t folow forum rules !

It would be great if you could share with us what was the solution you found for your problem so other users that have the same problem learn the solution form this topic !

10x

reptileking 17th July 2008 16:20

Re: TS SE v5.1 - Tracker sending invalid data
 
has anyone got fiux for this yet ??

lost91 17th July 2008 19:36

Re: TS SE v5.1 - Tracker sending invalid data
 
For the people that have the same probleme :

Install
ts_special_edition_v5_1_(nulled by mrdecoder)_fixed_v2.rar

viewtopic.php?f=61&t=808

LEGEND 17th July 2008 19:52

Re: TS SE v5.1 - Tracker sending invalid data
 
GO to tracker settings/ security settings and Banned Client Detection Enabled? NO
And for me work.. thanks to mrdecoder :whistle:

reptileking 17th July 2008 21:18

Re: TS SE v5.1 - Tracker sending invalid data
 
didnt work legend

LEGEND 17th July 2008 22:04

Re: TS SE v5.1 - Tracker sending invalid data
 
Quote:

Originally Posted by reptileking
didnt work legend

for mork this.....

GaBoNtZ 11th August 2008 17:19

Try this
 
Try to use this core_announce.php
Code:

  @error_reporting (E_ALL & ~E_NOTICE);
  @ini_set ('error_reporting', E_ALL & ~E_NOTICE);
  @ini_set ('display_errors', '0');
  @ini_set ('display_startup_errors', '0');
  @ini_set ('ignore_repeated_errors', '1');
  @set_time_limit (0);
  @ignore_user_abort (1);
  @set_magic_quotes_runtime (0);
  @ini_set ('magic_quotes_sybase', 0);
  if (!defined ('IN_ANNOUNCE'))
  {
    exit ('Hacking attempt!');
  }

  require 'config_announce.php';
  require 'languages/' . $defaultlanguage . '/announce.lang.php';
  require 'functions_announce.php';
  if (get_magic_quotes_gpc ())
  {
    if (!empty ($_GET))
    {
      $_GET = strip_magic_quotes ($_GET);
    }
  }

  if (!get_magic_quotes_gpc ())
  {
    if ((isset ($HTTP_GET_VARS) AND is_array ($HTTP_GET_VARS)))
    {
      while (list ($k, $v) = each ($HTTP_GET_VARS))
      {
        if (is_array ($HTTP_GET_VARS[$k]))
        {
          while (list ($k2, $v2) = each ($HTTP_GET_VARS[$k]))
          {
            $HTTP_GET_VARS[$k][$k2] = addslashes ($v2);
          }

          @reset ($HTTP_GET_VARS[$k]);
          continue;
        }
        else
        {
          $HTTP_GET_VARS[$k] = addslashes ($v);
          continue;
        }
      }

      @reset ($HTTP_GET_VARS);
    }
  }

?>

i still get "tracker sending invalid data." but on browse page i get "Health:Perfect"
i dunno if someone can download the torrent, but i have to wait untill someone tryes to get it.

Krypto 11th August 2008 20:03

What solved this for me was to go into

Staff Menu / Tracker Settings

GENERAL SETTINGS / MAIN Settings

Make sure that your announce URL is correct and click on SAVE, this is because in the files that you uploaded by mrdecoder has his settings in and you need to save your own settings.


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

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