About Me
This entry was posted on Monday, January 28, 2008 at 1:13 pm and is filed under Uncategorized.4 Responses to “About Me”
Posted on May 22nd, 2008 at 8:49 am
Hello Alex,
My name is tony.
I saw all the tools posted on your blog all of them are good.I tried “MASS PAGERANK CHECKER” and found it awesome.
I am an domainer and that tool is like a boon to me cause now I can check the pagerank of all my domains at once.Thanks for creating that script.
I am writing this mail cause I have a small feature request.Actually After using this script for a week I found that,if frequent requests are made, google blocks the server IP on which the script is hosted.I am hosting this script on my server and this script is used by me and few of my friends who use this scripts to scan tones of domain which results a ban from google .So I want to request you to introduce some feature by which I can limit the number of scans done at time.Currently there’s no such limit on this script.
I hope you will be kind enough to think over my request.I will be very thankful if you can introduce any such feature.
Thanks
Posted on May 22nd, 2008 at 12:41 pm
Shawn Medero, I will appreciate any help.
Tony, I’m thinking about this problem. Maybe it will be resolved in the nearest future releases.
Posted on August 4th, 2008 at 8:18 pm
Hello
Alex,my name is Xing,
thanks for the great blog.
I had installed the “MASS PAGERANK CHECKER” on my hosting, but all pagrank showing:”error!”
can you help me on it .
thank your very much,
by the way ,May I have your msn id?
I have some business want to do with you, I want make some programming for my new iste, Please send your msn id to my email.
thank you














Posted on May 21st, 2008 at 5:34 pm
Hi Alex,
I’ve added basic PUT support to your CI Curl Library and I was wondering if you had any plans to do this yourself or if you wanted to collaborate together on it.
It is not terribly hard to do since it is quite similar to an HTTP POST. There appears to be two ways to do HTTP PUT with the PHP curl extension and your library. One is using a curl option of CURLOPT_PUT + CURLOPT_INFILE (plus another for the content size) with a pointer to a PHP file handler resource the other is just to set a custom PUT method and treat the PUT like a raw POST by setting the POSTFIELDS to your binary content. To be honest I’m not sure which is best, though I’ve test out both and they work as expected.
Otherwise, the handling is pretty much the same as the http_post() code you currently have.
Let me know if you have any interest in discussing this further,
Shawn