如何从PHP检测特定站点是否在DMOZ目录中被侦听?
发布于 2012-02-20 03:05:49
好吧,我不知道这是否合法,但由于没有“好”的方法,你可以得到页面的内容:http://www.dmoz.org/search?q=www.domain.com,然后搜索字符串"domain.com“。
http://php.net/manual/en/function.file-get-contents.php
另一种方法是,您可以使用curl。
发布于 2015-01-27 13:46:47
我知道这是一个古老的问题,但仍然可能对某些人有用,在DMOZ API上有一个api服务,可能会有用。
https://stackoverflow.com/questions/9162238
复制相似问题