Donate Share

Extended BitTorrent Client and Tracker

Code

Programming Languages: C++, PHP

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2009-11-17 svn co https://xbtt.svn.sourceforge.net/svnroot/xbtt xbtt

Show:

What's happening?

  • Followup: RE: peerguardian & xbt_deny_from_hosts

    I think I found what the problem was. The level1.gz file from bluetack.co.uk has a DOS/Windows end of line. After unzipping it and then converting it to UNIX end of line, the above example in the link works without a problem :)

    2009-12-22 05:56:58 UTC by microbooster

  • peerguardian & xbt_deny_from_hosts

    Hi, I'm looking for an easy way to convert peerguardian IP block lists for the "xbt deny from hosts" table. I found an example in the link below, but it does not seem to work (and I'm not very good at PHP to fix it myself). It seems to do the conversion but it somewhere fails to do it properly. It only fills up the "begin" column of the table while the "end" one is filled with 0 (zero). I...

    2009-12-22 01:53:00 UTC by microbooster

  • Client Ban

    Hi How can I integrate this in XBT > CREATE TABLE IF NOT EXISTS agentlist ( tagent varchar(120) NOT NULL, agentmd5 varchar(32) NOT NULL, banned enum('yes','no') NOT NULL DEFAULT 'no', addtime int(11) NOT NULL, PRIMARY KEY (agentmd5) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; > > INSERT INTO agentlist (tagent, agentmd5, banned, addtime) VALUES ('KTorrent/3.1.5'...

    2009-12-14 21:13:53 UTC by orti1980

  • Followup: RE: Number of seeders/leechers issue

    Thx. If i rewrite the announce URL to include the IP, like tracker.mysite.com/announce?ip=IP, Will resolve the problem ?.

    2009-12-14 11:12:27 UTC by samoud

  • Followup: RE: Number of seeders/leechers issue

    Don't use a proxy or rewrite the URL to include &ip=.

    2009-12-14 10:26:59 UTC by olafvdspek

  • Followup: RE: Number of seeders/leechers issue

    Do you have an idea how can i fix this ?.

    2009-12-14 08:19:33 UTC by samoud

  • Followup: RE: Number of seeders/leechers issue

    Yes, that's the problem.

    2009-12-14 08:11:16 UTC by olafvdspek

  • Followup: RE: Number of seeders/leechers issue

    Last thing the xbt_users and xbt_files_users tables are empty.

    2009-12-13 23:23:03 UTC by samoud

  • Followup: RE: Number of seeders/leechers issue

    I found why problem happens i think. I activated the announce log and when I look at announce_log table, I have different peer_id but they have all my server IP in the ipa field. I think that the tracker see all peers with the same IP (my tracker IP) and not their IP. But I don't know why ?? I'm using an announce URL like this one : tracker.mywebsite.com/announce, with a virtual server...

    2009-12-13 22:58:48 UTC by samoud

  • Followup: RE: Number of seeders/leechers issue

    This is what I get in IP lists : MY SERVER IP 22449 0 1 128 2d5554313835302d0644746ddc6bfe566b372981 And in xbt raw log I see this : 1260019603 MY SERVER IP 55178 GET...

    2009-12-13 21:59:05 UTC by samoud

Our Numbers