Search found 297 matches

by Spray
Sat Apr 27, 2013 10:23 pm
Forum: Webhosting
Topic: MX Error
Replies: 2
Views: 899

Re: MX Error

Make sure you don't have any extra spaces at the end when pasting entries into the textfield.
by Spray
Sat Apr 27, 2013 3:18 pm
Forum: CS:Source/TF2/DoD:Source
Topic: GunGame:SM music
Replies: 21
Views: 6383

Re: GunGame:SM music

Scratch my last reply. Use the new custom folder, as it will be the only one synced using the Websync tool in the Control Panel. For the mod listed above, you would put the included sound folder in a path that looks like: /cstrike/custom/gg/ So once you had the files added, the full path to a file w...
by Spray
Fri Apr 26, 2013 11:00 am
Forum: Game and voice servers
Topic: Red Orchestra redirect
Replies: 2
Views: 2035

Re: Red Orchestra redirect

Have you tries using lowercase map names in the redirect / in the config files? I know it's a known issue for RO2 redirects hosted on Linux.
by Spray
Thu Apr 25, 2013 8:25 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: How to manage DNS?
Replies: 11
Views: 2524

Re: How to manage DNS?

To add webhosting to your account, simply use the order page and use the same login you use for your VDS. It will show up under "websites" in your control panel.
by Spray
Thu Apr 25, 2013 11:34 am
Forum: CS:Source/TF2/DoD:Source
Topic: GunGame:SM music
Replies: 21
Views: 6383

Re: GunGame:SM music

Is this the mod you're using? https://forums.alliedmods.net/showthread.php?t=93977

If so, you can merge the sound folder included with the sound folder on the server and it will work. The new custom directory is optional, but helps for organization.
by Spray
Sun Apr 21, 2013 8:04 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Running bukkit server.
Replies: 25
Views: 5708

Re: Running bukkit server.

Was that the full output for Iptables -L ? I don't see any Output rules. You will want to add in the following rule to allow outgoing traffic:

Code: Select all

-A OUTPUT -j ACCEPT
by Spray
Sun Apr 21, 2013 6:26 pm
Forum: Webhosting
Topic: Cronjob help please
Replies: 4
Views: 1176

Re: Cronjob help please

Are you trying to reference an external php script, or is the php file located here in your webhosting account?
by Spray
Sun Apr 21, 2013 2:48 pm
Forum: General
Topic: need help to edit windows registry on server 2012
Replies: 5
Views: 1427

Re: need help to edit windows registry on server 2012

It sounds like you want to run your ARMA 3 server as a Windows service. There are a few free programs that allow you to run an application as a service such as Non-Sucking Service Manager (http://nssm.cc/) and ServiceEx (http://serviceex.com/). If you would like to take the commercial route, you can...
by Spray
Sun Apr 21, 2013 10:02 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Running bukkit server.
Replies: 25
Views: 5708

Re: Running bukkit server.

When I ping port 25565 at that IP I get that the port is closed. Would you mind showing us the output of iptables -L ?
by Spray
Sat Apr 20, 2013 11:32 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Running bukkit server.
Replies: 25
Views: 5708

Re: Running bukkit server.

As it says in your server log, your server is running in offline mode. Set online-mode=true in your server.properties and give your server a restart.
by Spray
Thu Apr 18, 2013 4:42 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: HLDS fail Linux VDS
Replies: 8
Views: 4780

Re: HLDS fail Linux VDS

Also, to list files inside of a directory use the command: ls

If you want to see the files with some sort of GUI, you can try connecting to your server via SFTP using a client like WinSCP (http://winscp.net/eng/index.php)
by Spray
Wed Dec 28, 2011 10:44 pm
Forum: Webhosting
Topic: Rsync
Replies: 1
Views: 782

Rsync

Is rsync on the whitelist for processes that are allowed to use more than 60 seconds of CPU time? I tried rsyncing some files from another host tonight and the the connection would drop after a while, I figure it was getting killed.