Based from XDCC Parser (web-archive) and fully compatible until Kcchouette/XDCCParser@c2b0ab4
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. Originally developed by DrX, and then xshadowfire.
Internet Explorer 7+, Firefox 3+, Opera 9.6+, Chrome, Safari 4, Midori, most modern browsers
- On GitHub
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.
Q: I set the ADMIN_USER
and ADMIN_PASS
but I can't log in to admin.php
A: 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.