Jump to content

getWebArchive() function not working please help


Jnerocorp

Recommended Posts

Displaying nothing please help

 

		        function getWebArchive () {
            $url = $this->url['host'];
            $url = "http://web.archive.org/web/*/$url";
            $data = $this->getPage($url);
            preg_match('#<p align="right"><b>([0-9\,]+)</b> Results</p>#si', $data, $p);
            $value = ($p[1]) ? number_format($this->toInt($p[1])) : 0;
            return $value;
        }

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.