You are correct.. I overwrote the 'global.inc.php' file.
And I had no backup of this file.. I tried manually entering some of the stuff, but am getting error pages, and I cannot access the admin panel.
Here is what I put in:
<?php
$glob['dbdatabase'] = 'blahblahname';
$glob['dbhost'] = '16.5.4.1';
$glob['dbpassword'] = 'password';
$glob['dbprefix'] = '';
$glob['dbusername'] = 'blahblahname';
$glob['installed'] = '1';
$glob['rootDir'] = '';
$glob['rootRel'] = '';
$glob['storeURL'] = 'airplanereplicas.com';
?>
This is the store: www.airplanereplicas.com
As you can see there is an error message at the top.. Any idea what's wrong? (I have uploaded all files to the server - double checked).