I have some problems with register on my Cabal Site.
I think the problem is from config.php
Anyone can release his site with a good config or anyone know what I can do to fix that ?
Thank you.Quote:
<?PHP
$mssql_host = "ServerIP"; ( edited in file)
$mssql_user = "sa";
$mssql_pass = "Password";(edited in file)
$mssql_db = "player";
// do not edit
if ($_config['close_site'] == true ) exit('<h3> We are in maintenance.Please try later.</h3> Go to : '.$_config['redirect']);
include('includes/file.php');
?>







