problems
- TeamZ
- A regular
- Posts: 34
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Sat Nov 20, 2004 10:27 pm
- Location: San Jose, CA
- Contact:
problems
how do i turn freezetime permanently off and how do i give people temporary admin access like if they are at a lan center
website
and PHP nuke is being a pain in the ass and asks me to create a super user i do and then it takes me to administration menu and i click on something it has me log in but it takes me right back to the administration menu and it just repeats and i cant do anything to my site
Re: problems
mp_freezetime 0 should do it. (In server.cfg)TeamZ wrote:how do i turn freezetime permanently off
I don't know of an easy way of doing that.and how do i give people temporary admin access like if they are at a lan center
Re: website
I haven't had this problem but it sounds like it would be an issue with cookies on your client.TeamZ wrote:and PHP nuke is being a pain in the ass and asks me to create a super user i do and then it takes me to administration menu and i click on something it has me log in but it takes me right back to the administration menu and it just repeats and i cant do anything to my site
I don't know very much about php nuke since we don't support it (you might try asking in a php-nuke forum).
ok
ok where would ido that?
he's looking for a phpnuke forum.
first site i would try would be http://www.php-nuke.com
first site i would try would be http://www.php-nuke.com
um yea..
well the php-nuke.com is a dead end, thank you edge. heres another question, when i connect to my screen and it shows the window that says go here to rent ur own nuclearfallout server and has the link how do i change that so it has my team logo and text?
wow
wow edge that was fast
ok
ok so im not very good at html so how do i put in a link to my forums and have it show the picture i want
<html>
<a href="link location here">name of link location or can be URL</a>
<img src="location of picture">
</html>
thats the basics, picture must be hosted on a webserver somewhere, like the free hosting we provide you
you can get more info on the html and motd.txt formatting by doing a search on the search feature above
<a href="link location here">name of link location or can be URL</a>
<img src="location of picture">
</html>
thats the basics, picture must be hosted on a webserver somewhere, like the free hosting we provide you
you can get more info on the html and motd.txt formatting by doing a search on the search feature above
-Nick
Something like
<img src="http://yourpictureurl">
<br><br>
<a href="http://yourforumsurl">Click here to visit our forums</a>
I hate that, when someone posts while I'm writing my reply.
I wouldn't worry too much about the <html> and </html> tags, as this isn't well-formed HTML anyhow (it's missing the head, body, doctype, etc) and the browser doesn't really care whether you put it in.
I wouldn't worry too much about the <html> and </html> tags, as this isn't well-formed HTML anyhow (it's missing the head, body, doctype, etc) and the browser doesn't really care whether you put it in.
Last edited by Edge100x on Wed Nov 24, 2004 1:39 pm, edited 1 time in total.