Made progress but new error

https’s server DNS address could not be found.

I think its connecting to the database now… here is the code

$UniList = array (

1 => array ( “uniurl” => “/public_html/uni.php”, “dbhost” => “localhost”, “dbuser” => “id3703001_nytstudios”, “dbpass” => “****”, “dbname” => “id3703001_ogame” ),

);

dbpass i edited out for obvious reasons :smiley:

When I try to create an account it does nothing, no error, no page reload, nothing. Have you disabled anything? Also, @teodor please take a look at this.

Tried the past 12 hours to get this to work looks like im just screwed… :confused: last attempt if someone would please respond i dont even care ill let you login to the ftp… I just need to know what im doing wrong :frowning:

public_html’s server DNS address could not be found.
or
localhost refused to connect.
either error i get randomly when i try different uniurls :frowning:

I think this is the issue but i cant find the right link to work :confused:
“uniurl” => “/public_html/uni.php”

<?php $UniList = array ( 1 => array ( "uniurl" => "/public_html/uni.php", "dbhost" => "localhost", "dbuser" => "id3703001_nytstudios", "dbpass" => "*****", "dbname" => "id3703001_ogame" ), ); function GetUniParam ($num) { $param = $UniList[$num]; return $param; } ?>

nope nothign has changed… I just tried again myself and i got

game’s server DNS address could not be found.