PHP

26 articles

PHP Crawler

    About PHPCrawl PHPCrawl is a framework for crawling/spidering websites written in the programming language PHP, so j...

By Tech Writer Apr 10, 2014
Read more →

glype force ipv4

  add this link in browse.php on line 303   //force ipv4$toSet[CURLOPT_IPRESOLVE] = CURL_IPRESOLVE_V4;...

By Tech Writer Mar 1, 2014
Read more →

force ipv4 php curl

curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );   If you encounter this problem with file_get_contents(), get_h...

By Tech Writer Mar 1, 2014
Read more →