Wednesday, May 16th, 2012
31
Jul
In PHP and Scripting | On 31st July 2010 | Comments (218)
Thankyou to an enquiry that came in today, letting me know that my download script was broken for my Free Multisite Pinger in PHP. I have fixed the script now, so you can try to access it again.For the record, here was the error that was fixed. - Subscription Status Thankyou, your subscription was a success. A PHP Error was encountered
11
Jun
In FREE Tools | On 11th June 2010 | Comments (202)
Found this new tool, not bad.Unlike other pinging tools it actually allows you to alter the services that you ping, and it caters for multiple feeds to be submitted.Sure you gotta give your email address, but hey, theyve gotta have some way to let you know of updates.Go and get it now!FREE Multisite Pinger Tool
8
Jun
In Miscellaneous | On 8th June 2010 | Comments (195)
I love statistics... well most of the time.Lately though, the thing that has really been getting to me is spikes in traffic to some of my stuff.Since all stats programs work in the past, I never can remember exactly what I did that could have caused the spikes.So here's a yell out to everybody to remember to write down what you did and when you did it when linkbuilding and promoting your stuff.You'd be surprised what you can learn, if you have something...
30
May
In PHP and Scripting | On 30th May 2010 | Comments (469)
Here is the Bing rank function kids. Bing Rank Checker.Enjoy! /* Function to get ranking position of domain for given keyword. * var $keyword [string] * var $domain [string] | www.domain.com | domain.com * Whichever you expect your domain to be listed with or without www prefix. */ function bingrank($keyword,$domain){ $rank = '0'; $urls = array(); for($i=0;$i<5;$i++){ $rn=$i=='0'?'':$i; $query...
29
May
In PHP and Scripting | On 29th May 2010 | Comments (215)
Here is the function to get Yahoo rank for your keyword and domain. Yahoo Rank Checker.As with the Googlerank function in the previous post, if you want the function to search through more yahoo pageschange the for($i=0;$i<5;$i++){ line in the code.Enjoy!Next will a function to get your ranking in "Bing". /* Function...