Posts: 879
Threads: 90
Joined: Jan 2011
Reputation:
0
Volt-Host is bad with the new owners. I personally wouldnt recommend them to anyone.
Gameservers are bad and webhosting are bad.
When I had my website there, It was down atleast twice a day.
Contacted them many times, each time they said it was fixed and it should be no more issues.
It kept going down every single day...
And about the gameservers, Had alot of troubles with that to.
Server kept going down for no reason, contacted suppport and it took 3 days to get a simple answer.
So I would not use them if I were you. I would recommend KingJ or Smartbytes that its called right now.
Posts: 51
Threads: 4
Joined: Nov 2013
Reputation:
0
Thanks guys. May I ask one more thing? Here on Smartbytes, they say that you get free MySql database with purchasing the server. I'm not pretty sure what that means because I'm using SQLite in my gamemode and database is stored in one file, so how could I get free db?
Posts: 253
Threads: 7
Joined: Sep 2013
Reputation:
0
MySQL is a way of saving data. Now since your script is coded to utilize SQLite instead, a MySQL database is not a necessity; /unless/ you plan on having a web site in which case a MySQL database may be needed to store all your information in there. If you purchase from Smartbytes, you'll still receive a free DB whether you use it or not.
Posts: 51
Threads: 4
Joined: Nov 2013
Reputation:
0
But how are they giving a database when your files are saved in a .db files that you make by yourself?
Posts: 253
Threads: 7
Joined: Sep 2013
Reputation:
0
The database is stored on their own hardware - accessible by you /online/
Posts: 51
Threads: 4
Joined: Nov 2013
Reputation:
0
oh got it. Thank you for helping me!