Search found 531 matches

by Vanderburg
Mon Sep 25, 2017 8:56 pm
Forum: Unturned
Topic: How do I connect to RCON with Rocket?
Replies: 0
Views: 4402

How do I connect to RCON with Rocket?

You can use PuTTY to connect to RCON through Rocket for Unturned. PuTTY can be downloaded here: http://www.putty.org/ You'll need to edit the following line in your /Servers/Rocket/Rocket.config.xml file via FTP: <RCON Enabled="false" Port="27115" Password="changeme"/> ...
by Vanderburg
Fri Sep 15, 2017 8:27 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: HTTPS on VPS running xampp
Replies: 3
Views: 1227

Re: HTTPS on VPS running xampp

Do you need Windows for a particular reason? Using a Linux-based tool, like Vesta, Plesk or installing the stack manually, you could save the money from not needing a Windows license.
by Vanderburg
Fri Sep 15, 2017 7:49 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: HTTPS on VPS running xampp
Replies: 3
Views: 1227

Re: HTTPS on VPS running xampp

I wouldn't be able to help myself with Let's Encrypt (Though, I would encourage others to reply), but I strongly recommend against using XAMMP. It's notoriously insecure and can provide a point of access for your VDS being compromised. I recommend instead manually installing Apache, MySQL and PHP, f...
by Vanderburg
Fri Sep 08, 2017 4:15 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: SinusBot for my Machine
Replies: 1
Views: 996

Re: SinusBot for my Machine

I don't know anything about SinusBot, but is this something running on the same machine as your TS3 server (Or discord, it looks like it support also)? 127.0.0.1 is another name for "localhost" (But functions slightly differently), so if you're trying to connect to a remote service, that c...
by Vanderburg
Fri Sep 08, 2017 11:40 am
Forum: Webhosting
Topic: "Call to undefined function mysql_connect()" error on PHP 7
Replies: 0
Views: 7119

"Call to undefined function mysql_connect()" error on PHP 7

If you're receiving the following error: Uncaught Error: Call to undefined function mysql_connect() in /usr/www/identifier/public/forums/functions/db.php:324 ...this is due to the deprecated mysql extension no longer being included, breaking all "mysql_" functions. Ideally, you should upda...
by Vanderburg
Sat Sep 02, 2017 12:44 am
Forum: Webhosting
Topic: website down
Replies: 9
Views: 2386

Re: website down

Odd that they'd have the variable but that it wouldn't work and that manually changing the function works instead. I'm glad you got it worked out, though!
by Vanderburg
Fri Sep 01, 2017 9:43 pm
Forum: Webhosting
Topic: website down
Replies: 9
Views: 2386

Re: website down

"mysql" functions were removed in PHP 7. You should make sure Wordpress is using the mysqli extension, by making sure the file wp-includes/wp-db.php has the following:

Code: Select all

private $use_mysqli = true;
by Vanderburg
Fri Sep 01, 2017 5:40 pm
Forum: Webhosting
Topic: website down
Replies: 9
Views: 2386

Re: website down

What is the specific error you are receiving? As much details as possible is helpful.
by Vanderburg
Mon Aug 28, 2017 1:01 pm
Forum: Minecraft
Topic: World will not upload FTB Skyfactory
Replies: 2
Views: 2392

Re: World will not upload FTB Skyfactory

Is your world folder named "world", or something else? Also, are you making sure to full stop the server, delete the existing world, then upload your custom world before restarting the server, and making sure that the name of the world folder is set as the "World folder name" on ...
by Vanderburg
Fri Aug 25, 2017 10:11 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Hurricane Harvey
Replies: 4
Views: 1674

Re: Hurricane Harvey

The current projection is about that it's only going to get halfway to San Antonio before turning around towards the coast, then north east to Houston, about 3 hours from Dallas.
by Vanderburg
Thu Aug 24, 2017 6:11 pm
Forum: SSL/TLS support
Topic: Why is my website showing "Not Secure"?
Replies: 0
Views: 6761

Why is my website showing "Not Secure"?

If you're using an SSL certificate, either a third party certificate that you had us install for you, or the free, included Let's Encrypt certificate for your top level domain, the most common cause for this is due to loading mixed content. This means that your website is using remote resources (CSS...
by Vanderburg
Tue Aug 08, 2017 10:31 pm
Forum: FTP
Topic: Why do I get a warning about encryption when I connect to my website?
Replies: 0
Views: 4797

Why do I get a warning about encryption when I connect to my website?

An update in FileZilla around 2015 enabled encryption by default on FTP. There is an expired certificate that shows when connecting to your website on FileZilla as a result of this. To correct this, there are two options. You can add the site to your Site Manager within FileZilla and select the &quo...
by Vanderburg
Mon Aug 07, 2017 1:32 pm
Forum: General and sales-related
Topic: The Server Control tab says my server is running but the Status tab says it's down!
Replies: 0
Views: 9926

The Server Control tab says my server is running but the Status tab says it's down!

The Server Control tab and the Status tab display two different things. On the Server Control tab, it shows the state of the server process . If it says that the server is running, it means "server.exe has been executed and the process is currently active". On the Status tab, when it says ...
by Vanderburg
Mon Aug 07, 2017 1:09 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: How to install a new operating system not listed on CP?
Replies: 1
Views: 731

Re: How to install a new operating system not listed on CP?

You'd need to mount the ISO that John added to the machine for you, using the virtual DVD drive provided on the Server Control tab, then tell the VDS to boot from that virtual drive. After rebooting, then you can go through the setup process.
by Vanderburg
Mon Aug 07, 2017 12:15 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Port Forwarding
Replies: 3
Views: 3001

Re: Port Forwarding

We don't use NAT, since all IP addresses are dedicated. This means that ports don't need to be (and we have no mechanism for) forwarded. All traffic for your IP address is sent directly to your VDS.