Page 1 of 1
Help with Script
Posted: Mon Aug 28, 2006 3:30 am
by zeeshanhashmi
Hi
Please visit
http://www.scriptshock.com/pagerank/
I want to make a similar script. Please let me know how i can obtain the following in PHP:
1 - Results from Googls
2 - Results from MSN
3 - Results from Yahoo
please guide. Thanks
Posted: Mon Aug 28, 2006 5:52 am
by bmcewan
a quick search for
php pagerank yeilded some interesting results
Also you might find the code here useful
http://programmabilities.com/php/?id=36
Posted: Mon Aug 28, 2006 7:48 am
by zeeshanhashmi
Thanks for youre reply
But the site i mention as a sample DOES NOT ONLY CONTAIN the PageRank script. There is also
Result from Google
Result from Yahoo
Result from MSN
please let me know about the above as well..
Thanks
Posted: Mon Aug 28, 2006 7:55 am
by Benjamin
Hi.
Please post your code and then we can help you with any trouble you are having with your page rank script.
Posted: Mon Aug 28, 2006 10:23 am
by bmcewan
What you could do is try out the script that has been suggested, play around with it, and maybe with a bit of research you could have it do a pagerank for Yahoo and MSN as well.
If you get stuck, post some code (
using these guidlines) and we should be able to spot the error of your ways and point you in the right direction
Possibly someone else here may be kind enough to supply you with the script you need, otherwise try a bit more digging.
I only found the information i gave you earlier, "By the Power of Google"

.
Seek and you may find.

Posted: Mon Aug 28, 2006 11:27 am
by RobertGonzalez
One of our unspoken rules here is that we tend to help those that try to help themselves. Work on this a bit, and if you have problems with what you are working, post your code and we will help with that.
If you are looking for someone to do the job for you, post in Job Hunt so the developers around here can bid on the job.
Posted: Mon Aug 28, 2006 12:33 pm
by zeeshanhashmi
thanks for the replys. But unfortunately, I cant run these scripts on my Localhost. as the function file_get_contents() gives unable to load stream error.
i will put hte code tommorow.