problems

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
User avatar
TeamZ
A regular
A regular
Posts: 34
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Nov 20, 2004 10:27 pm
Location: San Jose, CA
Contact:

problems

Post by TeamZ »

how do i turn freezetime permanently off and how do i give people temporary admin access like if they are at a lan center
User avatar
TeamZ
A regular
A regular
Posts: 34
Joined: Sat Nov 20, 2004 10:27 pm
Location: San Jose, CA
Contact:

website

Post by TeamZ »

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
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: problems

Post by Edge100x »

TeamZ wrote:how do i turn freezetime permanently off
mp_freezetime 0 should do it. (In server.cfg)
and how do i give people temporary admin access like if they are at a lan center
I don't know of an easy way of doing that.
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: website

Post by Edge100x »

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 haven't had this problem but it sounds like it would be an issue with cookies on your client.

I don't know very much about php nuke since we don't support it (you might try asking in a php-nuke forum).
User avatar
TeamZ
A regular
A regular
Posts: 34
Joined: Sat Nov 20, 2004 10:27 pm
Location: San Jose, CA
Contact:

ok

Post by TeamZ »

ok where would ido that?
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

Where would you do what?
User avatar
bOoya
Former staff
Former staff
Posts: 886
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

Post by bOoya »

he's looking for a phpnuke forum.
first site i would try would be http://www.php-nuke.com
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

bOoya wrote:he's looking for a phpnuke forum.
That's only one of the things he may have been asking about. Hence my question.
User avatar
TeamZ
A regular
A regular
Posts: 34
Joined: Sat Nov 20, 2004 10:27 pm
Location: San Jose, CA
Contact:

um yea..

Post by TeamZ »

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?
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

That would be edited in the motd.txt file. motd.txt is an HTML-formatted file located in your main server folder.
User avatar
TeamZ
A regular
A regular
Posts: 34
Joined: Sat Nov 20, 2004 10:27 pm
Location: San Jose, CA
Contact:

wow

Post by TeamZ »

wow edge that was fast
User avatar
TeamZ
A regular
A regular
Posts: 34
Joined: Sat Nov 20, 2004 10:27 pm
Location: San Jose, CA
Contact:

ok

Post by TeamZ »

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
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

<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
-Nick
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

Something like
<img src="http://yourpictureurl">
<br><br>
<a href="http://yourforumsurl">Click here to visit our forums</a>
User avatar
Edge100x
Founder
Founder
Posts: 13127
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

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.
Last edited by Edge100x on Wed Nov 24, 2004 1:39 pm, edited 1 time in total.
Post Reply