| | |||||
| ||||||||
| Website Development Development concepts, scripts, sponsors and affiliate programs. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Account Suspended Join Date: Sep 2006
Posts: 1,059
![]() ![]() ![]() ![]() ![]() ![]() | |
| |
| | #2 (permalink) |
| NamePros Member Join Date: Jul 2006 Location: Bucharest, Romania
Posts: 30
![]() | There are some SEO extensions for FireFox. These extensions have an open code, so you can just check out how these extensions get the Google's PR.
__________________ Cratima Software and Cratima Interactive - www.cratima.com - Get your custom web site or software. |
| |
| | THREAD STARTER #3 (permalink) | ||||
| Account Suspended Join Date: Sep 2006
Posts: 1,059
![]() ![]() ![]() ![]() ![]() ![]() |
But where can find more about them? | ||||
| |
| | #4 (permalink) |
| NamePros Regular Join Date: May 2004 Location: NYC
Posts: 236
![]() ![]() ![]() | Hotscripts has a number of free php PageRank scripts here:http://www.hotscripts.com/search/14564596.html Adding the "fake" check is just a couple of lines of php: use the php curl functions to get the headers for desired url. If the return code is a 200 the page is genuine. If it's a 301 or a 302, it's a "fake". Any other return code, well, you might as well ignore the site because 200,301,302 are the only meaningful return codes for our purposes. Mind you, this isn't a perfect indicator. Plenty of sites do 301 and 302 redirects for legitimate reasons, but the test is better than nothing I suppose. |
| |