http://cgxwikifunck7z7yx2ex4d4u6dzmzzc5kbnmeie7zp7n2nesiat63cad.onion/code/php/classes/cgxcrawler.class.php
                                
                                
                                                                            php   class CgXCrawler { private $timeout = CRAWLER_TIMEOUT ; protected $cookiejar = CRAWLER_COOKIEJAR ;   public function fetch_data ( $url , $method = 'GET' , $data = false , $headers = false , $returnInfo = false ) { $ch = curl_init ( ) ;   if ( $method == 'POST' ) { curl_setopt ( $ch , CURLOPT_URL , $url ) ; curl_setopt ( $ch , CURLOPT_POST , true ) ;   if ( $data !