Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   X-Fusion Tracker (http://www.bvlist.com/showthread.php?t=116)

Poisony-X 29th July 2009 22:07

Nice!
 
Awesome mate! REP! :drink:

dragonss 1st August 2009 22:05

thankyou
 
:drink: conferindo

BBC 3rd August 2009 02:36

Evening boys,
I have a large problem: I do not understand because come cancelled the customers?!? :wallbash:
you can give to a hand an explanation, thanks thousands is a lot urgent:fire:

raefor 11th August 2009 18:07

NICE
 
All good things to say about this working good no bugs so far:drink:

shiznit 22nd August 2009 22:48

Nice tracker! One of the better ones I have used. :ok:

BBC 13th September 2009 10:28

Hello to all, there are here creed here that the problem has been this: in cleanup.php:

Code:

//---------------------------------
//---- Login Attempts v0.1 by xam
//---------------------------------

    // ---- delete inactive user accounts including phpbb accounts (not done by autocleanup, use manual Cleanup from the control panel to call this)
    if ($full_cleanup==true)
    {
        $dt = sqlesc(get_date_time(gmtime() - $max_dead_user_time));
        $maxclass = UC_POWER_USER;
        $res = mysql_query("SELECT id,username FROM users WHERE parked='no' AND status = 'confirmed' AND class <= $maxclass AND last_access < $dt");
      while ($row = mysql_fetch_assoc($res))
      {
          mysql_query("DELETE FROM users WHERE id=".$row["id"]);
          delete_phpBB2user($row["username"],"nopasswordcheck",false);
      }
    }

      //delete parked user accounts
      $secs = 175*86400; // change the time to fit your needs
      $dt = sqlesc(get_date_time(gmtime() - $secs));
      $maxclass = UC_POWER_USER;
      mysql_query("DELETE FROM users WHERE parked='yes' AND status='confirmed' AND class <= $maxclass AND last_access < $dt");

give confirmation to me that every time that click on cleanup.php this active function and cancels the not active members, but I do not see as time, you can help me? :wallbash:

Thanks, this would have to be a modification of this kind: Delete Disabled Users by Alex2005

Thanks Fynnon:drink:

I have also an other problem, place an image:

http://img186.imageshack.us/img186/5516/error2t.png


the linens refer to this part of the code, admincp.php:
Code:

function is_valid_rurl($val,$rta=0)
  {
      GLOBAL $submission;
      $pp=parse_url($val);
      if(($ok= ( $pp["path"]==$val ? true:false)) && $submission)
      {
        $val=(($val[0]=='/' && $rta==0) ? substr($val,1):$val);
        if(!is_dir($val))
            mkdir($val,0777);
        else if(!$rta)
            @chmod($val,0777);
        $ok=is_dir($val);
      }
      return $ok;
  }


c00kie 28th October 2009 18:01

Have you found a solution for the announcement error ?
I replaced the announce.php for the one in Tstrike 0.4 and in utorrent it says working. But downloads do not start.
What should i do ?

Bump: I could fix SENDING NULL from utorrent, but still downloads dont start. And i cant make it work from Seedbox, any idea why this is happening. Plz Help.

Bump: Sorry to keep bothering. Can anybody help... Still having the same issue, Seeders and Lechers from utorrent updated in announce. But everybody is Unconnectable. And Torrents seeding from my torrentflux seedbox are not detected by the tracker... Sorry for being so desperate but this is the only thing that stops me from having my tracker online...:wallbash:

obey 6th April 2010 02:34

Tracker sending invalid data <null>
 
Is someone going to help this torrent error is always red and says Tracker sending invalid data


http://my/tracker.php/343545366675jgfdofg/announce


http://www.postimg.com/13000/12958.jpg
thanks

djchocho 6th June 2010 22:57

problem whit download
 
Hello, i have a problem...
when i download a file from my X-Fusion tracker.. the utorrent say at tracker cause "Tracker send invalid data " what can i do ?:sos:

kilbilou 4th December 2010 15:49

tracker free to the public
 
hello;

can you tell me how to make the tracker free to the public and remove the registration


I also seek to abolish the function a url announce to announce to add multiple URLs in utorrent


I thank you and thank you in advance for service


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

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