Recent content by Herna

  1. H

    A spyonweb.com tool like for Yandex Metrika ?

    Hi there, Everyone knows spyonweb, to returns website info (tracking UA code...etc). I'm looking for a same tool for Yandex Metrika id. If someone knows a tool to return all websites using the same YandexMetrika id, it would be very helpfull. TY folks,
  2. H

    How follow (and reveal) nofollow links with php curl ?

    Thanks AdvancedDevelopment, So the advise is to prefer using getElementByTagName than XPath ? I tried to print / echo / var_dump the $links variable without success :(
  3. H

    How follow (and reveal) nofollow links with php curl ?

    Yeah sure, but in my first post I was unable to paste it. This is the little code : $url = 'myurl'; $curl = curl_init($url); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true); curl_setopt($curl, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U...
  4. H

    How follow (and reveal) nofollow links with php curl ?

    Hi, I would like to grab all links of a webpage with PHP curl using XPath. My code is well working but when it's a nofollow link, my script is "printing" "nofollow" :confused: How can I do to "force" my script to follow this kind of links ? Regards,
  5. H

    Hi everybody :)

    Hi, i'm Herma a guy interested in SEO et dev (i'm not a dev but I try do stuff with my knowledges :) I guess post as interesting things as I read here !
Back
Top