|
|
 |
| Links |
| |
// ***********************************************
// Paste this code where you would like the links.
// This code will dynamically add and remove text.
// DO NOT modify anything below
// ***********************************************
$url="http://asalinks.com/publisher_pagelinks_187.html";
if(function_exists('curl_init')) {
$ch = curl_init ( $url);
curl_setopt ($ch, CURLOPT_HEADER, 0);
curl_exec ($ch);
curl_close ($ch);
}
elseif(function_exists('file_get_contents'))
{
echo file_get_contents($url);
}
else
{
echo "The script could not run. ";
echo "Please contact your hosting provider.";
}
?>
|
| |
| |
|
|