1
0
Fork 0
Go to file
Nick Scheibenpflug f9a36d5679 Add HTTPS detection
Add HTTPS detection when figuring out the URL when the URL global
variable is not set.
2015-08-26 14:55:51 -04:00
cache Initial commit 2013-08-06 17:08:35 +02:00
smarty Initial commit 2013-08-06 17:08:35 +02:00
templates_c Initial commit 2013-08-06 17:08:35 +02:00
tpl Initial commit 2013-08-06 17:08:35 +02:00
.gitignore .gitignore 2013-08-06 17:27:39 +02:00
CHANGELOG Initial commit 2013-08-06 17:08:35 +02:00
INSTALL Initial commit 2013-08-06 17:08:35 +02:00
README Initial commit 2013-08-06 17:08:35 +02:00
README.md Add demo link 2013-08-06 18:26:46 +02:00
admin.php Initial commit 2013-08-06 17:08:35 +02:00
core.php Initial commit 2013-08-06 17:08:35 +02:00
index.php Add HTTPS detection 2015-08-26 14:55:51 -04:00
load1.gif Initial commit 2013-08-06 17:08:35 +02:00
load2.gif Initial commit 2013-08-06 17:08:35 +02:00
load3.gif Initial commit 2013-08-06 17:08:35 +02:00
packlist.js Add by bot rss feed 2013-08-06 17:27:11 +02:00
refresh.php Match also french listing 2013-08-06 17:18:11 +02:00
rss.php Erf hardcoded infos in rss 2013-08-06 23:01:37 +02:00
search.php Initial commit 2013-08-06 17:08:35 +02:00
style-ie.css Initial commit 2013-08-06 17:08:35 +02:00
style1.css Initial commit 2013-08-06 17:08:35 +02:00
style2.css Initial commit 2013-08-06 17:08:35 +02:00
style3.css Initial commit 2013-08-06 17:08:35 +02:00
style4.css Initial commit 2013-08-06 17:08:35 +02:00
style5.css Initial commit 2013-08-06 17:08:35 +02:00
style6.css Initial commit 2013-08-06 17:08:35 +02:00
uncompressed.js Add by bot rss feed 2013-08-06 17:27:11 +02:00

README.md

XDCC Parser Project Page

(dump from web-archive)

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 only searches one bot at a time clientside.
  • Single is no longer being developed; support is restricted to bugfixes.
  • Global caches packlists, Single fetches in realtime. The reason for this is that it's just not practical to constantly parse a large number of packlists everytime the page is loaded.
  • Single has a box that shows bot stats (slots, speeds, gets, etc).
  • Global has a more advanced search algorithm
  • For more differences between Global and Single, read Global's CHANGELOG from 1.2.0 and on.

Supported browsers

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

Demo

here (ipv6) or here (ipv4)

Feedback/Bug Reports/Development

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

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.

For more information, visit our IRC channel.