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 wink

Indocron
$theQuestion = (2*b) || !(2*b);

Re: extern.php

Try to do : include('/extern.php?action=online_full');

[img]http://www.famfamfam.com/lab/icons/silk/icons/error.png[/img] /me speaks French and bad English [img]http://www.famfamfam.com/lab/icons/silk/icons/error.png[/img]

Re: extern.php

you might not be allowed to include html files, since having ?action=online_full makes it include it as html i think

Re: extern.php

fixed it, somehow..

Indocron
$theQuestion = (2*b) || !(2*b);

Re: extern.php

Notice: Undefined variable: pun_cms in /home/gary1357/public_html/dragonfighter/header.php on line 66

i get this at the top when i click on the forums link. the page loads fine but that error.

~James
FluxBB - Less is more

Re: extern.php

yeh gary needs to change it from if ($pun_cms) to if (isset($pun_cms))

Re: extern.php

yes, its changed on my local server, just havent uploaded it yet.

im thinking about releasing this as a mod, a blog for punbb

just to make the readme and installer smile

Indocron
$theQuestion = (2*b) || !(2*b);

Re: extern.php

wait for 1.2 full to come out since theres some CSS changes wink