First off there is no copy issue with the scraping of this page. The site I am working on is a subdomain.
Using the following code:
...
$url = 'http://www.outlands.org/Portals/0/event_cal.php';
$fp = file_get_contents($url);
echo $fp;
...
error: failed to open stream: Bad file descriptor...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.