Posts tagged: php

php

General-purpose server side scripting language that is especially suited for Web development (and Wordpress).

proxies !

I got a site banned at Google so I got pissed and took a script from the blackbox @ digerati marketing to scrape proxy addresses, wired a database and curl into it, so now it scrapes proxies, random picks a … Continue reading

Posted in php, seo tips and tricks | Tagged , , | Leave a comment

using ajax readystate 3 polling

This one is not news anymore, but anyway, a friend of mine asked about a function to notify the browser of changes on the backend, so with multiple online users you can notify a user of changes others make. One … Continue reading

Posted in php | Tagged | Leave a comment

hands on xml-rpc : copying msql tables

I don’t have anything to blog on, so I will bore you all with a quick generic function to copy mysql tables from one host to another, using xml-rpc. I use the Incutio xml-rpc library on both hosts, to handle … Continue reading

Posted in optimisation, php, xml-rpc | Tagged , , | Leave a comment