Looking for someone to make me a clone script of the site with all same functions: http://tinyurl.com/bbmg32z Take a long look at that site before making a quote, i want same function with different layout Regards
You'd need more than just a website script - you'd need to setup Windows machines with custom software that take URL requests from the site, open it in X browser, takes a screenshot, then closes the process it until the next request, and finally uploading to the site - and you'll probably need several of these machines. In almost all of the previews, if you click the screenshot tab, you can see a console application (I'm assuming their custom software) running in the task bar....
I had no intention of doing the Job. I may be the last person qualified for such a thing. I was just being curios how it works. Thank you for taking the time to write back. Peace
rhougla , i've just told to Syndication, there is no direct way to get this done in PHP so, we are just thinking of a workaround: - WKHTMLTOWEB - (http://code.google.com/p/wkhtmltopdf/w/list) generating the PDF / PNG from a HTML page (usually used to get PDF reports from html using QT/WebKit) - Snappy - (a tool that is aiming for fast compressions / decompressions even if it's not designed to be compatible with any other compression apps) , optional. - Although I am going to be compiling wk with engines like Gecko (which is a bit harder) so I can generate different layouts. Another idea is to use Chrome sepparately, changing it's user agent.
Be warned, I used wkhtmltoweb for a similar project and it doesn't parse advanced html pages properly.