Jump to content

Recommended Posts

Posted

Hi nice free hosting btw!!

 

okay so here is my problem, I've been trying for weeks to find a hosting that let us connect remotely. Finally I find you, I try but still not working. So I have this team on a game (warcraft III) and we use a public bot to host games. And to track stats and stuff, we can use a MySQL database. But I think we need to connect remotly and GoDaddy doesn't allow it.

 

So in the config.php file of that bot, I have to enter the fallowing:

 

$host = '';
$username = '';
$password = '';
$databasename = '';

 

My account name here is dilstats

 

So I edit with the fallowing:

 

$host = 'dilstats.heliohost.org';
$username = 'dilstats_admin';
$password = '******';
$databasename = 'dilstats_stats';

 

And when I go to my website, I get this:

 

Link

 

Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'dilstats.heliohost.org' (4) in /home/content/b/d/t/bdtech/html/dil/stats/config.php on line 144
Not connected : Can't connect to MySQL server on 'dilstats.heliohost.org' (4)

 

 

Any ideas? Ty in advance

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...