Hi, Some time ago I released some PR scripts (with baclinks and etc), but now my site is banned by google and I cannot get any PR for any site. Anyway this is normal because google doesn't allow you to use PR in your site and etc. My questions is: How is possible for other sites (iwebtool for example) to get PR without getting BANNED by google ? I pressume this sites have hundreads of request/day and them are not banned at all. Regards P.S. Some time ago getting PR through API was not possible ! But now is that possible ?
Does you personally get that? Or users using your website? I am just wondering since many people have dynamic IPs
All page ranking is made on server ... and my server is banned not user computer. The user only can see PR0 ... but in server logs you can see the Forbideen error from Google ! Regards
Hmm OK It probably happens because all your users go though your website and therefore it is your website ip that gets banned. Did you have some sort of limits? e.g. max 100 pages?
Yes I have some limits ... But I don't have a cache ... and I think it will be perfect to cache the data in a Mysql. But even then I still don't understand how big sites can handle so much requests ? Probably the balance the traffic over different ip's or proxy's ? Regards
may be able to use the 'Google Page Rank (PR) Verifier' at webhostingfordummies.com/pr/index.php it can show your domains pr and verify it
Google is banning any server sending too much queries of the similar nature during certain period of time. Use proxies to avoid getting your IP highlighted and banned.
How do we use a proxy ? is there any simple example put there ? I was searching for this for quite sometime.
Search after phpproxy ... if you find enough servers for a pool then you can do the requests with file_get_contents from php Regards
Ah...you mean the 40+ google's datacenters ? I was thinking like, we can send different IP addresses. Something like PHP's $_SERVER['REMOTE_ADDR'] which'll get different values from the same PC.
How can you send from different ip addresses if you don't have them ? Changeing REMOTE_ADDR will not help in any case Regards