XDCC Parser Project Page

About XDCC Parser

XDCC Parser is a PHP/AJAX script that parses packlists created by iroffer and presents the packlist in a fully searchable web2.0 environment.
XDCC Parser aims to make XDCC packlists more presentable while staying efficient and lightweight.
Although originally developed by DrX, current development is now lead by xshadowfire.

Current Releases

XDCC Parser v1.1 Single

Testing

XDCC Parser v1.2 Global - Status: Beta. Please help test it by downloading the beta release.

Global vs. Single

Global searches all bots serverside and Single searches one bot clientside.
For more information, read the Global and Single comparison page

Supported browsers

Internet Explorer 7+, Firefox 3+, Opera 9.6+, Chrome, Safari 4, Midori, most modern browsers

Feedback/Bug Reports/Development

Visit our IRC channel at #XDCCParser@irc.rizon.net
Webchat: open

Demos

here

Download

Latest (unstable):
git clone git://xdccparser.is-fabulo.us/global permanently offline, download from gitweb snapshots
browse/web: http://xdccparser.is-fabulo.us/gitweb/

Releases:
XDCC Parser Global v1.2 Beta
(sha1sum: 489af24eba42a0b1fabeae546c9cbeb7d834100f xdccparser-global-1.2beta.tar.bz2)
XDCC Parser Single v1.1.5 Stable
(sha1sum: 880aa7e248d8081969493d7b721d1c94b85a2721 xdccparser-single-1.1.5.tar.bz2)

FAQ

Q: This script is retarded, how the hell do you install it?
A: We have tried our best to make sure XDCC Parser is error free, but as it is still a relatively new script, there are bound to be bugs.
Please drop by our IRC channel and we will help you get it installed and fix any bugs for future releases.
Q: What happened to Global v1.1?
A: XDCC Parser Global v1.1 support was discontinued on 8 July 2009 due to lack of a streamlined install process and and an increasing number of bugs that were discovered while developing Global v1.2.
Although still in a feature incomplete development stage, v1.2 has proven to be as or even more stable than v1.1.
If you are still interested in Global v1.1 for whatever reason, an archive of (some) releases can be found here.
Q: I set the ADMIN_USER and ADMIN_PASS but I can't log in to admin.php
When PHP is running in CGI (with some hosts such as Dreamhost), PHP_AUTH_USER and PHP_AUTH_PW are not sent to PHP, causing admin authentication to fail.
To bypass this, remove the authentication codeblock from admin.php and use your webserver's basic authentication for admin.php.
For more information, visit our IRC channel.