24, July 2008

Checking PR with a script - webmaster forum

 
Webdigity webmaster forums
This forum shares its ad revenue with its members!
[ Home | Help | Search | Forum's Shop | Archive | Login | Register | Webmaster Directory ]
Webdigity Webmaster Forums  >  WebDigity Community  >  User Forums  >  3rd-Party Scripting  >  PhP (Moderator: Meth0d)
Topic: Checking PR with a script
« previous next »
Pages: [1] Print

Author Topic: Checking PR with a script  (Read 1578 times)
Global Moderator
Internet Junkie
*****
Gender: Male
Posts: 1517
6803 credits
Members referred : 8


Gimme all your cookies!!!


« on: Mar 13, 2006, 05:08:30 AM »

Is it true that you need to use your API to make PR checks? I heard (read) that you your server can be blocked or banded from Google if you do this incorrectly.

What scripts do you use to check PR?


Last blog : Site of the Month - August 2007
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 7975
40807 credits
Members referred : 3



« Reply #1 on: Mar 13, 2006, 10:30:09 AM »

Ask my server Smiley

Yes you can get banned very easilly for automatic queries. Even with the API, it is not sure as the API is not for commercial use.

Here is the script : http://www.webdigity.com/index.php/topic,1139.0.whats+wrong+with+this+snippet+of+code%3F.html Visit through proxy

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
Global Moderator
Internet Junkie
*****
Gender: Male
Posts: 1517
6803 credits
Members referred : 8


Gimme all your cookies!!!


« Reply #2 on: Mar 15, 2006, 04:09:49 AM »

Thanks Nick, I have used your site on the individual information pages as the image. I would also like to show or lookup just the number to put in the detail popups.


Last blog : Site of the Month - August 2007
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 7975
40807 credits
Members referred : 3



« Reply #3 on: Mar 15, 2006, 10:58:34 AM »

Maybe the best would be to update your database from your local machine.

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6280
38506 credits
Members referred : 374


It's time to use PHP5!


« Reply #4 on: Aug 15, 2006, 01:07:57 PM »

Quote
Yes you can get banned very easilly for automatic queries. Even with the API, it is not sure as the API is not for commercial use.

That will say, you get banned if the PR function is used for commercial use (like if you ask money for a PR button on your website).

what if I use this button on a website with thousands of page and 100 thousands visits?
http://pagerank.thetopsites.net/ Visit through proxy


Last blog : 4th of July Lottery from TemplateMonster.com
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 7975
40807 credits
Members referred : 3



« Reply #5 on: Aug 15, 2006, 01:58:55 PM »

Quote
what if I use this button on a website with thousands of page and 100 thousands visits?
http://pagerank.thetopsites.net/ Visit through proxy

Can you rephrase this? I don't understand what you say....

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6280
38506 credits
Members referred : 374


It's time to use PHP5!


« Reply #6 on: Aug 15, 2006, 02:07:19 PM »

Quote
what if I use this button on a website with thousands of page and 100 thousands visits?
http://pagerank.thetopsites.net/ Visit through proxy

Can you rephrase this? I don't understand what you say....

Just in case, I place your button on all of the pages from a website (say 1000 pages) and this website is visited very often.
This are maybe 500.000 dyn. image requests in one month...


Last blog : 4th of July Lottery from TemplateMonster.com
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 7975
40807 credits
Members referred : 3



« Reply #7 on: Aug 15, 2006, 02:10:30 PM »

That's not a problem. All images are cached so the server don't have any problem

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6280
38506 credits
Members referred : 374


It's time to use PHP5!


« Reply #8 on: Aug 15, 2006, 02:29:02 PM »

That's not a problem. All images are cached so the server don't have any problem
where are the images cached ? are you saving the requests in the database?


Last blog : 4th of July Lottery from TemplateMonster.com
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 7975
40807 credits
Members referred : 3



« Reply #9 on: Aug 15, 2006, 02:32:56 PM »

I have a database where all the values are stored, and a text file (with the value) for each site that is using the image.

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6280
38506 credits
Members referred : 374


It's time to use PHP5!


« Reply #10 on: Aug 15, 2006, 02:34:35 PM »

I have a database where all the values are stored, and a text file (with the value) for each site that is using the image.
Its faster this way?


Last blog : 4th of July Lottery from TemplateMonster.com
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 7975
40807 credits
Members referred : 3



« Reply #11 on: Aug 15, 2006, 02:35:58 PM »

Yes because the files are not so many, so it is very easy to fetched, while the database has thousands of records and the query is not that fast.

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6280
38506 credits
Members referred : 374


It's time to use PHP5!


« Reply #12 on: Aug 15, 2006, 02:38:04 PM »

Yes because the files are not so many, so it is very easy to fetched, while the database has thousands of records and the query is not that fast.
OK I understand, I thought already what I have to do later if there are a lot of user using my button...


Last blog : 4th of July Lottery from TemplateMonster.com
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6280
38506 credits
Members referred : 374


It's time to use PHP5!


« Reply #13 on: Aug 15, 2006, 02:47:47 PM »

Nick,

how dow you upgrade all the files betweern the updates? CRON?


Last blog : 4th of July Lottery from TemplateMonster.com
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 7975
40807 credits
Members referred : 3



« Reply #14 on: Aug 15, 2006, 02:49:23 PM »

When an update is done, I erase all the files, and they get created one the next request automatically.

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6280
38506 credits
Members referred : 374


It's time to use PHP5!


« Reply #15 on: Aug 15, 2006, 02:51:01 PM »

When an update is done, I erase all the files, and they get created one the next request automatically.
nice idea to do it that way


Last blog : 4th of July Lottery from TemplateMonster.com
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=1764
Tags : google databases Bookmark this thread : Digg Del.icio.us Dzone more....

Topic sponsors:
Get a permanent link here for $1.99!


Pages: [1] Print 
Webdigity Webmaster Forums  >  WebDigity Community  >  User Forums  >  3rd-Party Scripting  >  PhP (Moderator: Meth0d)
Topic: Checking PR with a script
« previous next »
Jump to:
User Area
Welcome, Guest. Please login or register.
Did you miss your activation email?
Jul 24, 2008, 11:12:57 PM





Login with username, password and session length

Donate to our community, and get a permanent link back to your site!

Donate to our community, and get a permanent link back to your site!


Forum Statistics
Total Posts: 35.717
Total Topics: 7.379
Total Members: 3.710
Tutorials : 56
Resources : 143
Designs : 220
Latest Member: prolist

37 Guests, 4 Users online :

11 users online today:



Readers

Web Design Gallery · Whois Lookup · Pagerank · Tag Browsing · Lo-fi version · Syndication · Webmaster forum history · Advertise
Developed by HumanWorks © 2005 - 2008 Webdigity webmaster community · sublime directory
Webdigity Webmaster Forums | Powered by SMF 1.0.12. © 2001-2005, Lewis Media. All Rights Reserved.