Jump to content

MjrEyesWater

Member
  • Posts

    144
  • Joined

  • Last visited

Posts posted by MjrEyesWater

  1. If "http://cosmicbunny.uphero.com/" is your website where your trying to host it the problem is you have the link to your database incorrect. It should be the same IP that you use for your game server and not es-gamers.com/chiveme

     

     

    No it was linked to my sever (or at least the right details)  but MassAsster suggested try linking to es-gamers.com/chiveme.

     

    This is it linked back to my server : http://cosmicbunny.uphero.com/

  2. copied and pasted directly from my hiveext.ini 
     
     
    ;Hostname or IP of the server to connect to
    Host = 109.236.89.182
    ;Port to connect to. The default is the default listening port of a server of the selected Type
    ;Instead of specifying Port, you can specify Socket and set Value to the socket name
    Port = 2303
  3.  

    this is PHP , not HTML,  you would simply upload the files to the server via FTP - 

    http://support.hostg...indows-explorer

     

    Thanks,  But I've also tried just uploading via FTP (filezilla) and this was the result I have now:

     

    http://cosmicbunny.uphero.com/

     

     

    I'm really stumped, everything seems to be right..........

     

    I used these setting in the config:

     

    <?

     
    //set up the names of the database and table
    $db_name ="epoch";
    $table_name ="player_data";
    $server = "109.236.89.182:2302";
    $dbusername = "REMOVED";
    $dbpassword = "REMOVED";
     
    //domain information
    $domain = "cosmicbunny.uphero.com/";
     
    ?>
×
×
  • Create New...