Help with Script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
zeeshanhashmi
Forum Newbie
Posts: 4
Joined: Mon Aug 28, 2006 3:23 am

Help with Script

Post 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
User avatar
bmcewan
Forum Commoner
Posts: 55
Joined: Wed Jun 02, 2004 7:19 am
Location: West Yorkshire, UK.

Post 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
zeeshanhashmi
Forum Newbie
Posts: 4
Joined: Mon Aug 28, 2006 3:23 am

Post 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
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

Hi.

Please post your code and then we can help you with any trouble you are having with your page rank script.
User avatar
bmcewan
Forum Commoner
Posts: 55
Joined: Wed Jun 02, 2004 7:19 am
Location: West Yorkshire, UK.

Post 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" :idea:.
Seek and you may find. :)
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post 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.
zeeshanhashmi
Forum Newbie
Posts: 4
Joined: Mon Aug 28, 2006 3:23 am

Post 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.
Post Reply