outbound links from a page

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
alonbr
Forum Newbie
Posts: 4
Joined: Fri Mar 23, 2007 5:45 am

outbound links from a page

Post by alonbr »

anybody have a php that can detect how many outbound links (not including non follow) are from a page?
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Post by aaronhall »

Have you searched hotscripts.com, evilwalrus.org, google?
alonbr
Forum Newbie
Posts: 4
Joined: Fri Mar 23, 2007 5:45 am

Post by alonbr »

I have check all of them .. downloaded the free one and tried them.. non of them worked.
I think the reason is that they are all using http request from google site and google is blocking it.
maybe someone have the code that uses google api in order to retirive the pagerank?
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Post by aaronhall »

I'm not even sure that Google has an API with a facility to retrieve pagerank
alonbr
Forum Newbie
Posts: 4
Joined: Fri Mar 23, 2007 5:45 am

outbound links

Post by alonbr »

sorry, but lets get back to the original question , anybody knows how to count outbound link from a page? (not including no follow ones)?
printf
Forum Contributor
Posts: 173
Joined: Wed Jan 12, 2005 5:24 pm

Re: outbound links

Post by printf »

alonbr wrote:sorry, but lets get back to the original question , anybody knows how to count outbound link from a page? (not including no follow ones)?
Just <a-A.+?> or any link <param,script,img,css>
Post Reply