Jump to content

DragosGaftoneanu

Members
  • Posts

    8
  • Joined

  • Last visited

  • Days Won

    1

DragosGaftoneanu last won the day on January 30 2011

DragosGaftoneanu had the most liked content!

About DragosGaftoneanu

  • Birthday 07/20/1994

Contact Methods

  • Website URL
    http://dragosgaftoneanu.com/
  • Yahoo
    syn_ah.23php
  • Facebook
    http://facebook.com/dragosgaftoneanu
  • Twitter
    http://twitter.com/syngov

Profile Information

  • OS
    Windows XP
  • Location
    Brasov

DragosGaftoneanu's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

3

Reputation

  1. Eu l-am descoperit cu prietenul Google.
  2. Nu este cumva acest topic?
  3. Difera in functie de tema blogului. Da-mi un mail la syn_ah.23php@yahoo.com cu codul tau XML al temei si ti-l rezolv.
  4. Statusurile se afla utilizand protocolul Yahoo 16. Nu am publicat metoda deoarece nu vreau sa apara maine dimineata 126123 de site-uri de scanat prietenii.
  5. De obicei stau pana pe la 11, dar se poate prelungi, in functie de treburile pe care le am.
  6. Acesta este un script facut in urma cu cateva luni, care in timp s-a raspandit pe multe site-uri de pe internetul romanesc. Scrii la variabila $id id-ul persoanei si scriptul ii va gasi statusul. <?php /* Yahoo! Invisible Scanner Author: Dragos Gaftoneanu Date: 09/24/2010 www.dragosgaftoneanu.com */ $id = "YourIdHere"; // The id which will be scanned $link = "http://www.ymsgr.net/check.php?id="; // The server which scans the id /* Scanning */ $thelink = $link . $id; $source = file_get_contents_curl($thelink); $status = get_string_between ($source, '<font color="#FF9900">--', '--</font>'); echo $id . " is " . $status; /* Functions */ function file_get_contents_curl($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_URL, $url); $data = curl_exec($ch); curl_close($ch); return $data; } function get_string_between($string, $start, $end){ $string = " ".$string; $ini = strpos($string,$start); if ($ini == 0) return ""; $ini += strlen($start); $len = strpos($string,$end,$ini) - $ini; return substr($string,$ini,$len); } ?>
  7. Mersi
  8. Salutare tuturor! Ma numesc Dragos si sunt un programator in PHP. Am ajuns pe forumul acesta la sugestia prietenei mele. Numai bine!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.