Recent content by Napalm

  1. N

    Someone wanna Make a little money for php?

    PHP script for pagination: code.eyecatch-up.de/?p=165 Is that, what you are looking for? ;)
  2. N

    PHP Class SEOstats

    As i'm not able to edit the original post: these are the new functions: echo $obj->YahooLinks(); // Display Backlinks indexed at yahoo print_r ($obj->YahooLinkDetails()); // Array with detailed Backlink data from yahoo AS i'm very busy i wasn't able so far to implement a...
  3. N

    PHP Class SEOstats

    Thank you bloodcult, always good to hear somebody finds it useful. ;) at satyawrat: I've updated the class, so now you're able to get also backlink data from Yahoo (including details like anchor text and clickurl). You can download and/or test the lastest version at the project page (linked in...
  4. N

    PHP Class KeywordDensityChecker

    Hi all, over the last week, sometimes i was in need of a script that returns an array with keyword density data of any given URL. I know there are many webservices to calculate the kd. But as i was not able to find a php class/function to do this, i wrote a simple yet powerfull php class...
  5. N

    NuCaptcha - The end of autocaptcha?

    95% have installed (and enabled) the flash player plugin, so what's your point? Furthermore, don't you think HTML5 will also do that job!? :rolleyes:
  6. N

    NuCaptcha - The end of autocaptcha?

    CaptchAd is doing this for 2 years now - this is not new. Problem with analysing videos: Playtime*Framerate = huge data mass to analyse For every single ad there's a bulk of possible questions. And as every (re)visit you get another ad from another vendor, there're millions of possible...
  7. N

    Scraping Gmail Google Alerts Blog Links

    Here's the php code, that does the job you want: code.eyecatch-up.de/?p=153
  8. N

    PHP Class SEOstats

    Hi all, i wrote a simple yet powerfull php class to retrieve following website statistics: GOOGLE - Page Rank - Indexed URL's - Backlinks MAJESTICSEO - Backlinks - Backlinking Domains - Backlinking IP's ALEXA - G lob al Traffic Rank - Country Traffic Rank Stats and Trends for: - Traffic...
  9. N

    Scraping Gmail Google Alerts Blog Links

    Hey, why using the email alerts? i would put a cronjob on the json feed and parse the feed to get the url's..
Back
Top