Where's my logo?
Recent Posts
  • CodeIgniter Community Voice - HOWTO: Set up a CodeIgniter project in Subversion CodeIgniter Community Voice - HOWTO: Set up a CodeIgniter project in Subversion

    EllisLab is blessed with two of the greatest communities that can be found anywhere on the internet in ExpressionEngine and more recently CodeIgniter.  Despite being a relative newcomer to the scene, the people attracted to CodeIgniter are am..

  • CodeIgniter 1.7.0 Released CodeIgniter 1.7.0 Released

    Code Igniter Version 1.7 has been released.  This version contains a number of new features and enhancements, as well as many small improvements and bug fixes. For a list of all changes please see the

  • CodeIgniter Community Voice - HOWTO: Set up a CodeIgniter assignment in Subversion CodeIgniter Community Voice - HOWTO: Set up a CodeIgniter assignment in Subversion

    EllisLab is blessed with two of the greatest communities that can be found anywhere on the internet in ExpressionEngine and more recently CodeIgniter.  Despite being a relative newcomer to the scene, the people attracted to CodeIgniter are am..

  • CodeIgniter Community Voice - Generating PDF files using CodeIgniter CodeIgniter Community Voice - Generating PDF files using CodeIgniter

    EllisLab is blessed with two of the greatest communities that can be found anywhere on the internet in ExpressionEngine and more recently CodeIgniter.  Despite being a relative newcomer to the scene, the people attracted to CodeIgniter are am..

  • CodeIgniter Community Voice - Lee?s Lost Bet CodeIgniter Community Voice - Lee?s Lost Bet

    EllisLab is blessed with two of the greatest communities that can be found anywhere on the internet in ExpressionEngine and more recently CodeIgniter.  Despite being a relative newcomer to the scene, the people attracted to CodeIgniter are am..

Recent Comments
  • Anggara Says : menurut mas, setuju engga..
  • - s L i K e R s - Says : waduh itu apaan ya, gak n..
  • budex Says : outputnya variabel keywor..
  • indra Says : thanks, but it really dep..
  • Xrvel Says : Nice trick, bro
  • bunk Says : mas, minta virus scannya ..
  • d. scully Says : very informative. thank y..
  • xhinsx Says : rancu banget definisi por..
  • zigouras Says : ntar pertandingan tinju d..
  • kaka Says : emang otak anggota dwn qt..
  • Squeaky Says : That is a very simple thi..
  • Sacx from Dofollow.us Says : I heard about this scanda..
  • mr.x Says : kolam renang indoor dmn y..
  • heloo Says : l;dfkgdf dfgfdg dfgfdg
  • SweetWinter Says : Thanks!
  • OBeh Says : katanya tetep jalan tuh, ..
  • Korekapi Says : disini ga bisa konek ke r..
  • Korekapi Says : di tempatku kok ga bisa m..
  • Arief Says : lebih bagus dari lagu asl..
  • White Bunny Says : Diliat dari 2 sisi ya gak..
Random Articles
PHP script to find domain age
Date 30/10/2008 22:44 Author admin
Print Pdf RSS

Simple script to obtain domain age.
This script using curl module, make sure its turned on
        function getAgeInfo($domain){      
                $url = "http://www.webconfs.com/domain-age.php";
                $ch = curl_init ( $url );
                curl_setopt ( $ch, CURLOPT_RETURNTRANSFER, true );
                curl_setopt($ch, CURLOPT_POST, 1);
                curl_setopt($ch, CURLOPT_HEADER, 0);
          curl_setopt($ch, CURLOPT_POSTFIELDS,'domains='.$domain.'&submit=submit');
                curl_setopt ( $ch, CURLOPT_USERAGENT, $_SERVER ['HTTP_USER_AGENT'] );
                $data = html_entity_decode(curl_exec ( $ch ))

                preg_match("/\<a target=_blank title='View how the website looked at this Age'(.*?)\<\/a\>/i",$data,$p);
                if(empty($p[0]))
                        return false;
                else
                        return strip_tags($p[0]);
        }
 


 

Related Article:
RankRankRankRankRank
Tags - Del Tec Bli Spu Dig
Xrvel
Nice trick, bro
13
Nov
indra
thanks, but it really depends on webconfs.com layout,

so if they change their layout, this script will no longer work
13
Nov
- s L i K e R s -
waduh itu apaan ya, gak ngerti saya hehehe...
05
Jan