Fallzone
07-10-2005, 07:06 PM
Im currently trying to crawl game cheat pages but when im crawling some pages some parts of the websites follows which i dont want it to do.
Is there a way to block some things?
heres the php file which crawls if you click on the link ull see what i mean. i just want the links below and the titles to the links not the above crap.
http://www.megagamecheats.net/admin/crawltest.php
$Pattern = "/(?ims)\<a(.*?)href=\"(.*?)\">(.*?)<\/a>\<br\>/";
heres my regex code it might suck cuz i pretty much blow at regex hehe
Is there away to block certain lines in php somehow?
Best Regards
Jawn
Is there a way to block some things?
heres the php file which crawls if you click on the link ull see what i mean. i just want the links below and the titles to the links not the above crap.
http://www.megagamecheats.net/admin/crawltest.php
$Pattern = "/(?ims)\<a(.*?)href=\"(.*?)\">(.*?)<\/a>\<br\>/";
heres my regex code it might suck cuz i pretty much blow at regex hehe
Is there away to block certain lines in php somehow?
Best Regards
Jawn
