Search found 28 matches

by phaiz
Tue Aug 01, 2023 10:21 am
Forum: Ark
Topic: Transfer to different map
Replies: 1
Views: 2976

Transfer to different map

I am currently running a server on the Island but we want to transfer to a different map. Typically Ark servers run as a cluster with multiple maps online at the same time. Support told me to post here to figure out how to transfer to the new map.
by phaiz
Fri Jul 22, 2016 5:36 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Issue with linux Screen
Replies: 2
Views: 965

Re: Issue with linux Screen

That is a very unusual way to run screen. You seem to be trying to do everything within a single screen, and send commands to it. Did you intend to start these up as separate screen sessions? That is generally simplest and best. For instance, screen -AmdS server1 /some/script/to/run screen -AmdS se...
by phaiz
Tue Jul 19, 2016 7:50 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Issue with linux Screen
Replies: 2
Views: 965

Issue with linux Screen

I've been screen for a couple of years without any issues however once I add a 5th screen I begin seeing a single server or multiple server startup scripts being skipped entirely. This is my screen script #!/bin/bash screen -dmAS SERVERS1 -t s1 /path/to/tf2-startup.sh screen -S SERVERS1 -X screen -t...
by phaiz
Mon Jun 29, 2015 6:49 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Executing php scripts
Replies: 2
Views: 917

Re: Executing php scripts

soja wrote:Try lynx,
lynx -dump http://mywebsite.com/index.php?raw=1

This can be ran in a cron job as well.
I will give this a shot once I have someone to test it on. Thanks!
by phaiz
Mon Jun 29, 2015 6:07 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Executing php scripts
Replies: 2
Views: 917

Executing php scripts

I have a "Seeder Program" on my TF2 game servers which gives players certain rewards for helping to fill empty servers. This program is ran by a php script which automatically tracks the program requirements and then adds the players to a Sourcebans group. The problem I am running into is ...
by phaiz
Sun Mar 15, 2015 6:02 am
Forum: News
Topic: Spring VDS sale
Replies: 11
Views: 13294

Re: Spring VDS sale

Is this a permanent change to the current pricing or will it return to the previous prices soon?
by phaiz
Wed Dec 24, 2014 2:24 pm
Forum: Testimonials
Topic: Why go anywhere else?
Replies: 0
Views: 2510

Why go anywhere else?

NFO is my third host, and hopefully my last. My first host (which I am cutting next week and upgrading here) is Gameservers. Can I mention other hosts here? They suck. Not only are they much more expensive but their customer "service" is non existent. They aren't even able to support auto ...
by phaiz
Thu Dec 04, 2014 3:46 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: [TF2] IP/Port issue?
Replies: 3
Views: 1626

Re: [TF2] IP/Port issue?

Yeah that was the issue. Is my first time needing to do that step and didn't see it in the events thing. Thanks for the help!
by phaiz
Thu Dec 04, 2014 2:14 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: [TF2] IP/Port issue?
Replies: 3
Views: 1626

Re: [TF2] IP/Port issue?

Just want to add that if I use an IP from one of the other two servers, it changes the port but otherwise works normally. I bought this latest IP several days ago so I am assuming it is ready to use. However this makes me think it IS an issue with the IP.
by phaiz
Thu Dec 04, 2014 1:59 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: [TF2] IP/Port issue?
Replies: 3
Views: 1626

[TF2] IP/Port issue?

I've been trying to setup a 3rd game server on my vds but keep running into this error message when running the startup script. WARNING: NNET_OpenSocket: bind: Cannot assign requested address Couldn't allocate any server IP port cat: hlds.27660.pid: No such file or directory Not sure if the 3rd line...
by phaiz
Wed Oct 29, 2014 3:25 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Email server setup
Replies: 4
Views: 1305

Re: Email server setup

soja wrote:If you need any help with specifics(like steps of a guide)or if something doesn't seem to work, please reply back and see if we can help :)
I found a pretty useful guide and everything is working now. I just need to get with my dev in order to change permissions so I can actually view the mail..
by phaiz
Wed Oct 29, 2014 1:29 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Email server setup
Replies: 4
Views: 1305

Re: Email server setup

The only option would be to set this up on an unmanaged VDS here. The best place to find documentation and install guides would be at the mail servers website. If your VDS is under 2 weeks old, you will need to open a ticket to get port 25 opened for outgoing mail. I've had two servers for a few mo...
by phaiz
Wed Oct 29, 2014 1:21 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Email server setup
Replies: 4
Views: 1305

Email server setup

I have been wanting to setup a mail server but I have not been able to find any official documentation here for it. I really just need a fairly basic application such as squirrelmail or something similar. Does anyone know where to find this info?
by phaiz
Fri Jul 25, 2014 5:47 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Assistance installing game server
Replies: 22
Views: 4950

Re: Assistance installing game server

My developer was able to shut down the excess servers, apparently I had 6 screens running. So far we are able to start the two servers correctly, just dealing with mysql issues now.
by phaiz
Fri Jul 25, 2014 5:07 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Assistance installing game server
Replies: 22
Views: 4950

Re: Assistance installing game server

You need to kill srcds_run instead of srcds_linux. When I check to see what is running on those ports, it's srcds_linux and not srcds_run. scrds_run is the startup script for srcds_linux. srcds_run is what keeps auto rebooting your server. Shutting down srcds_run will shut down srcds_linux. Care to...