Topic: extern.php
Okay, Ive all has worked fine on my localhost server. I uploaded it to my normal site, and the functions from extern.php arent working anymore.
Its weird because at first i was doing
include('http://garyschilling.info/punbb12/extern.php?action=online_full');
, and it worked fine, even after uploading it to the new server.
I noticed it said no users online, and I knew i was online at that site, so I released i forgot to change it. I took the file, changed it to
include('http://dragonfighter.gary13579.info/extern.php?action=online_full');
and it came up with a list of errors. Ive tried many things, like doing include("extern.php?action=online_full"); and so, but that only gave me less errors
the page is here http://dragonfighter.gary13579.info
BTW, this is using my version of PunCMS
$theQuestion = (2*b) || !(2*b);