Need a PHP expert so fix some parsers. Pay 30 USD. Its is 3 parsers fo fix. Example of an error for http://www.megaporn.com/video/?c=videos&t=day Parser colects the folowing way: preg_match_all('%<a href="\\?v=([a-zA-Z0-9]*)"><img src="(.*?)" (?:.*?)<a href="\\?v=(?:[a-zA-Z0-9]*)">(.*?)</a>(?:.*?)Added:</font>([a-zA-Z0-9 ]*)</div>%i', (string)$this->page_html, $result, PREG_PATTERN_ORDER); data colected from it: video id: 20916 title: <img src="http://img3.megaporn.com/a/3/8bc8a0e267760df416b4a66f305ee0.jpg" width="120" height="90" border="0" id="img_64W5FW9P" onmouseover="startslideshow('64W5FW9P');" onmouseout=& thumb: http://img1.megaporn.com/c/c/577356072865e21cf29d9ba596f09f.jpg - The problem is that some placements on the website were changed - so instead of video title it enters a sth else - everything else is ok So to know that you are an expert on parsers - please fix the above line and will send you the other 2 if your fix works