09-08-2011, 10:44 PM
It's giving me hell. I managed to modify background colors and frame height on this:
http://in-uo.net/index.php/changelogs/staticupdates
But, that's loading an external text file, not executing a remote PHP file.
If I try do do this, it makes really janky html code where it's reopening body and head tags within the actual body tag. : Plus it looks like there are some colors hard-coded into the php file that I can't override with stylesheets. I'm going to have to either modify the php file on the server or get Taran to do it. ;P
But, I dont' want to muck with that until I know Taran's not going to poop himself over the new color scheme.
http://in-uo.net/index.php/changelogs/staticupdates
But, that's loading an external text file, not executing a remote PHP file.
If I try do do this, it makes really janky html code where it's reopening body and head tags within the actual body tag. :
Code:
<?php include 'http://game.in-uo.net/serverstatus/status.php' ?>
But, I dont' want to muck with that until I know Taran's not going to poop himself over the new color scheme.