Forum Moderators: open
I wonder if there are any scripts out there that would allow me to have a search function like dmoz on our own server. I am aware that I can download the rdf dump but I am looking for some script that I could use like the search.dmoz.org site (listing sites only - not the cat or other info)
I know that there are some php scripts that get it from DMOZ directly but SMOZ search doesnt work longer for me since yesterday.
Any suggestions?
Example Search:
<snip url>
Since DMOZ search doesnt work you see 5 cats but no actual website listings
Thats why I look for some way to download the rdf feed and a script that can search it like search.dmoz.org
:(
[edited by: skibum at 2:01 am (utc) on Oct. 27, 2003]
[edit reason] no links to commercial sites please [/edit]
<added>
Uhh, I can't believe that whois dot sc is on the banned list here, but that's what I put in the **** above.
At most, it would take about 6 lines of code to fopen the dmoz xml, and parse for the listings (url, title, desc). A few more lines if you want to limit what categories you want to remove/include.