- Code: Select all
$url = "http://dmoz.org/".$path;
replace the above code with:
- Code: Select all
$url = "http://www.dmoz.org/".$path;
The reason for DMOZ import function not working properly was DMOZ.org server redirecting all traffic from http://dmoz.org/ to http://www.dmoz.org/ When ADP was trying to reach http://dmoz.org/Arts/ it found nothing, because there is really nothing there.
Anyways..

