Forum Moderators: coopster
I'm planning to build a system that can track whether other web sites have link to mine or not, using PHP & MySql. Meaning with that, i can check where is my reciprocal link on other people's site.
Could you guys advice me on how to build the system or any references or better alternative besides PHP MySql?
Any references or advice will help.
Thanks in advance!
Regards,
Lowkei
Which Stats Package is right for you? [webmasterworld.com]
err..anyway, i think there're some misundestanding.. I'm not looking for visitors tracking nor traffic reference stats.
But I'm looking for a scripts that can trace/track back whether a webmaster link bcak to my site in link-exchange campaign.
Sorry if i have made thing blur.
Any reference that i can refer?:) thanks
If you know where the link is supposed to be, then you would:
1. CURL [php.net] the page
2. Parse the page [php.net] for your URL
If you don't know where the link is supposed to be, then you would:
1. Sign up for the Yahoo API [developer.yahoo.com]
2. CURL results from a search at the inlinkData [developer.yahoo.com] API