PDA

View Full Version : Newbie webquestion


petterfoo
27-08-2002, 10:55
I've never used anything but php/mysql for webdevelopment.
So I'd be grateful if anybody could give me a quick explanation about this %%INCLUDE%header.html% stuff.
I suppose this is something like the php include() or require() functions?
The problem is that at my webpage it only appears like:

%%INCLUDE%header.html%
Teamspeak server administration
%%INCLUDE%footer.html%

when I look at the index page.
Is there anything i have to change in my webserver(apache@linux) configuration for this to work?

Otherwise, kickass app guys!!
Congratulations!

Rrroot
27-08-2002, 11:13
try this:


<?

include ("html.html");

?>

Imaboyo
27-08-2002, 11:13
You shouldnt be opening the HTML pages manually as this generates these errors for some reason........

Start the server up then make a URL request to http://your_ip:14534 This will start up the WebAdmin and you need your admin login and pass to proceed

EDIT: if ur on the same box as the server you can go to http://localhost:14534

Imaboyo
27-08-2002, 11:14
ROFL hi rrroot....... you trolling to ?????

Rrroot
27-08-2002, 11:20
Yes Imagirly :)

petterfoo
27-08-2002, 11:55
Originally posted by Imaboyo
You shouldnt be opening the HTML pages manually as this generates these errors for some reason........

Start the server up then make a URL request to http://your_ip:14534 This will start up the WebAdmin and you need your admin login and pass to proceed

EDIT: if ur on the same box as the server you can go to http://localhost:14534

Cheers mate, Worked like a dream.
Now all I have to do is find a solution about the exception generated by accessing the webinterface:)

Imaboyo
27-08-2002, 11:57
From what i see.... that only happens when more than one user is using it at the same time or a lot of requests are made before the page has finished loading.

Try rebooting the server and when you use the interface make sure you wait a couple of seconds after the page has completely loaded before you make a new request and you shouldnt have a problem

petterfoo
27-08-2002, 12:08
Well, what i've done is killing all the zombies and started up a new tss2 server. but i get a runtime error immediatly when trying to access the webinterface.