Search found 2113 matches

by Nick|NFo
Sun Mar 02, 2008 2:53 pm
Forum: AMX Mod X
Topic: I want to restrict weapons, how do I?
Replies: 0
Views: 1134

I want to restrict weapons, how do I?

If you have full admin rights in-game, type these commands at the console: amx_restrict on weapon amx_restrict save For instance, to disable the shield, I might use "amx_restrict on shield" followed by "amx_restrict save". To disable the awp, I would replace the word "shield...
by Nick|NFo
Sun Mar 02, 2008 2:50 pm
Forum: AMX Mod X
Topic: File type isn't allowed? File is too large?
Replies: 0
Views: 1018

File type isn't allowed? File is too large?

You need to use FTP to upload plugins and other larger files.

Please refer to the FTP FAQ for more information on how to use FTP.
by Nick|NFo
Sun Mar 02, 2008 2:49 pm
Forum: AMX Mod X
Topic: Use a different configuration file for different maps?
Replies: 0
Views: 1157

Use a different configuration file for different maps?

Create a "maps" folder inside addons/amxmodx/configs/ using the FTP, and then place map configs inside this directory "maps", named mapname.cfg. One example would be de_dust2.cfg. Inside this de_dust2.cfg, you list cvars that you wish to have for that specific map, such as: mp_ti...
by Nick|NFo
Sun Mar 02, 2008 2:47 pm
Forum: AMX Mod X
Topic: I can't get custom maps to show up on the Votemap menu?
Replies: 0
Views: 1043

I can't get custom maps to show up on the Votemap menu?

You need to add the map names to the addons/amxmodx/configs/maps.ini file. If there is no comment the map will not show in the amxmodmenu/Votemaps menu. Type the maps in the following format: ; Maps configuration file ; File location: $moddir/addons/amxmodx/configs/maps.ini ; To use with Maps Menu p...
by Nick|NFo
Sun Mar 02, 2008 1:31 pm
Forum: CoD series
Topic: Need help with CoD4 admin
Replies: 4
Views: 2400

Re: Need help with CoD4 admin

You have to make sure you are using the right number and also make sure you are using the specific name.

You will see a list of numbers on the far left side when you go rcon status, its 0 1 2 3 4, etc. Use these numbers to kick/ban people by #.

For example, /rcon banclient 3
by Nick|NFo
Sun Mar 02, 2008 1:05 pm
Forum: CoD series
Topic: Need help with CoD4 admin
Replies: 4
Views: 2400

Re: Need help with CoD4 admin

Please refer to our CoD4 Server Administration guide in our tutorials section here, http://forums.nfoservers.com/viewtopic.php?f=8&t=3479.

If you have any questions beyond this, please let us know.
by Nick|NFo
Sat Mar 01, 2008 1:16 pm
Forum: Webhosting
Topic: I'm getting an error message when using my script?
Replies: 0
Views: 24944

I'm getting an error message when using my script?

It could mean one of many things. Here's a list to describe some potential problems: Server Error - Premature end of script headers CGI program isn't executable --- Make it executable (chmod 700 filename.cgi, or check executable, read, and write for owner only) or simply run the blanket permissions ...
by Nick|NFo
Sat Mar 01, 2008 1:14 pm
Forum: Webhosting
Topic: How do I password protect part of my site?
Replies: 0
Views: 25875

How do I password protect part of my site?

You will need to create two files in the directory you want to protect (all subdirectories will then be protected as well): one called .htaccess, and another called .htpasswd. Because these files start with a period, you will not be able to see them in your FTP folder after you upload them, so make ...
by Nick|NFo
Sat Mar 01, 2008 1:11 pm
Forum: Webhosting
Topic: What's the difference between CGI and Perl scripts?
Replies: 0
Views: 24542

What's the difference between CGI and Perl scripts?

On our webserver, they are treated the same, so the extensions are interchangeable. By convention, if a script uses Perl, you should give it a .pl extension. If it uses another language, such as compiled c or a shell script, use .cgi.
by Nick|NFo
Sat Mar 01, 2008 1:11 pm
Forum: Webhosting
Topic: What user and group am I?
Replies: 0
Views: 24659

What user and group am I?

Your username is your identifier, and your group is ftp. The webserver runs everything you upload as your user and group.
by Nick|NFo
Sat Mar 01, 2008 1:10 pm
Forum: Webhosting
Topic: How do I show the status of my game or voice server?
Replies: 2
Views: 43558

How do I show the status of my game or voice server?

Simply add code like the following to any webpage: <iframe src="http://www.nfoservers.com/query/stat.pl?id=bf3sea01" width=400 height=600 frameborder=0></iframe> Replace the value of "id" with your server's identifier (the one you chose when you ordered the server). That code the...
by Nick|NFo
Sat Mar 01, 2008 12:48 pm
Forum: Webhosting
Topic: Do I lose my webspace if I cancel my game server?
Replies: 0
Views: 25662

Do I lose my webspace if I cancel my game server?

If you have a free webhosting account through the rental of a game server, that account will stay up as long as your server is up, and it will be taken down when you cancel. If you wish to switch your free webspace into a paid one, you can do this as a server modification through the website orderin...
by Nick|NFo
Sat Mar 01, 2008 12:42 pm
Forum: Webhosting
Topic: Can I use your hosting for forums? How about map downloads?
Replies: 0
Views: 26136

Can I use your hosting for forums? How about map downloads?

Absolutely. We have an auto-installer for phpBB forums on the Autoinstallers page of our control panel and our game servers have a Websync page that will transfer custom content to the webspace for fast downloads, making both of these very easy to do.
by Nick|NFo
Sat Mar 01, 2008 12:31 pm
Forum: Webhosting
Topic: Do you support ASP? FrontPage Extensions? ColdFusion?
Replies: 0
Views: 24740

Do you support ASP? FrontPage Extensions? ColdFusion?

We do not support these at this time. If you'd like us to add support for one of these, please contact us.
by Nick|NFo
Sat Mar 01, 2008 12:31 pm
Forum: Webhosting
Topic: What type of machine are the websites hosted on?
Replies: 0
Views: 25058

What type of machine are the websites hosted on?

Our standard hosted websites configuration are Intel X3470, E5-2690's and X5690's with eight gigabytes of RAM and 1 TB drives in RAID-1 with an additional hot-spare.