#=============================================================================== # toptenserp.com/ Resource File v1.2 - c_URL # Created: 2008-01-04 02:33:48 # # Member ID: 1040 # Member Name: Paul Ang # Domain ID: 308 # Domain Name: buy-samsung-tv.com # Do NOT try to use this code on any other domain than the one above! # It will NOT work and it WILL violate our TOS and your account might be closed! # -------------------------------------------------------------------------- # *** PLEASE DO NOT MODIFY THIS FILE OR IT MIGHT NOT WORK!!! *** # -------------------------------------------------------------------------- # Upload this file partners.php to the root directory of http://www.buy-samsung-tv.com. # Add a link from http://www.buy-samsung-tv.com that point to this file, like this: # # My Partners # # IMPORTANT: You MUST upload it as an ASCII / TEXT file to your server, NOT as binary!. # # For this resource file to work YOUR SERVER MUST HAVE PHP with cURL installed! # # Copyright 2008 - toptenserp.com #=============================================================================== $ch = curl_init(); curl_setopt($ch, CURLOPT_HTTPGET, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_ENCODING, "gzip,deflate"); curl_setopt($ch, CURLOPT_URL, "http://www.toptenserp.com/get_outbounds.php?m=1040&did=308&p=2&next=$next"); $html = curl_exec($ch); curl_close($ch); echo $html; ?>