Search found 362 matches

by hiimcody1
Sat Jul 31, 2021 6:13 pm
Forum: Webhosting
Topic: Website DEAD - Changed nothing... Support directed me here.
Replies: 9
Views: 5104

Re: Website DEAD - Changed nothing... Support directed me here.

I ended up working a bit with tr1age in a support request, just triple-checking everything we could on our side without digging into the software too much and we were able to make some headway by getting Apache to reload its config for the domain by adding a temporary subdomain. Still trying to figu...
by hiimcody1
Sat Jul 31, 2021 10:28 am
Forum: Webhosting
Topic: Website DEAD - Changed nothing... Support directed me here.
Replies: 9
Views: 5104

Re: Website DEAD - Changed nothing... Support directed me here.

If the other domain is on the same webhosting package (Both domains would show on the exact same Domains tab of your panel), the software versions host-side would all be exactly the same for both domains, so that is very strange for a specific domain to stop working while the other continues to run....
by hiimcody1
Tue Jul 13, 2021 2:04 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Can't Copy/Paste into the remote box
Replies: 4
Views: 2063

Re: Can't Copy/Paste into the remote box

I usually run the following in command prompt to fix it when this happens to me. The ping command is just to waste a couple seconds before relaunching it.

Code: Select all

taskkill /IM rdpclip.exe
ping -n 2 127.0.0.1 >nul
start rdpclip.exe
by hiimcody1
Sat Jun 19, 2021 2:01 pm
Forum: Game and voice servers
Topic: 128 tick rate
Replies: 2
Views: 1682

Re: 128 tick rate

You set this on the startup line for your server. -tickrate is the flag to use.

I've included a link to valve's wiki that outlines other flags you can use as well: https://developer.valvesoftware.com/wik ... rameters_5
by hiimcody1
Tue Jun 15, 2021 9:13 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: .ovpn download issues
Replies: 20
Views: 5569

Re: .ovpn download issues

It could be any number of things in that case.

The only way I was able to get things working with OpenVPN was to use a program called tunnelblick. I had to update it to work with Big Sur. Not sure if it works on M1 macs though.
by hiimcody1
Tue Jun 15, 2021 8:35 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: .ovpn download issues
Replies: 20
Views: 5569

Re: .ovpn download issues

If FZ doesn't work, you could use Cyberduck. It is a native Mac client and I know for a fact that it works, I use it on my macbook.
by hiimcody1
Tue Jun 15, 2021 5:46 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: .ovpn download issues
Replies: 20
Views: 5569

Re: .ovpn download issues

I followed the tutorial that was posted on one of the forums https://forums.nfoservers.com/viewtopic.php?f=46&t=11034 I’m stuck on 4 which reads “The script generates a file named something similar to client.ovpn. That file contains all the necessary config files and certificates for connecting...
by hiimcody1
Tue Jun 08, 2021 5:17 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: VDS Hosted Gmod Server Command Line
Replies: 4
Views: 2015

Re: VDS Hosted Gmod Server Command Line

Ouch, I see what happened.

Eh, we've all been there one time or another. Least it is fixed!
by hiimcody1
Sat May 22, 2021 7:00 pm
Forum: Webhosting
Topic: Need help with crontab
Replies: 3
Views: 1399

Re: Need help with crontab

No problem.

Take care!
by hiimcody1
Sat May 22, 2021 6:33 pm
Forum: Webhosting
Topic: Need help with crontab
Replies: 3
Views: 1399

Re: Need help with crontab

Is the PHP file designed to be run from the CLI and not the browser? If so, all you should need to do is change the line to this:

Code: Select all

* * * * * /usr/bin/php -q ~/public/[folder]/[folder]/[whatiwanttorun.php]
Having "/usr/bin/php -q" in front of the script will execute it through PHP.
by hiimcody1
Tue May 18, 2021 10:21 am
Forum: 7 Days to Die
Topic: 7d2d help :<
Replies: 8
Views: 5026

Re: 7d2d help :<

That machine should be capable of pushing a couple 7dtd servers.

Do you have the servers running off the SSD?
by hiimcody1
Mon May 17, 2021 10:24 am
Forum: 7 Days to Die
Topic: 7d2d help :<
Replies: 8
Views: 5026

Re: 7d2d help :<

What type on dedi (hardware specs) and OS are you hosting these on?
by hiimcody1
Mon Apr 05, 2021 4:09 pm
Forum: Webhosting
Topic: Why do I get an "Access denied" error when trying to use mysqldump?
Replies: 0
Views: 32377

Why do I get an "Access denied" error when trying to use mysqldump?

You may encounter this error when trying to use mysqldump on your webhosting as mysqldump tries to export tablespaces by default. Tablespaces were introduced in MySQL 5.7, however we do not allow the usage of them due to security issues associated with their usage in a shared environment. You can ge...
by hiimcody1
Sat Mar 20, 2021 10:19 am
Forum: Minecraft
Topic: Minecraft Forge 1.12.2
Replies: 6
Views: 4410

Re: Minecraft Forge 1.12.2

hiimcody1, I've done that many times and it doesn't work. Respectfully, I don't think you were paying attention to what I said. Also the server was working last night but when I changed the mod folder once, it stopped working again. I'm sorry for the confusion here. What I should have prefaced this...
by hiimcody1
Fri Mar 19, 2021 11:06 am
Forum: Minecraft
Topic: Minecraft Forge 1.12.2
Replies: 6
Views: 4410

Re: Minecraft Forge 1.12.2

When installing Forge, you have to download the installer and run it locally, selecting the extract server option. Once you do that, the directory it extracts to will have these contents: libraries 1.12.2.json forge-1.12.2-14.23.5.2854.jar minecraft_server.1.12.2.jar All of those need to be uploaded...