Ja klar ist bei MySqL n pw drin das geht ja auch und mom
<?php
session_start();
// SQL Data
define('MSSQL_HOST', ''); // MsSQL Host
define('MSSQL_USER', ''); // MsSQL Username
define('MSSQL_PASS', ''); // MsSQL Password
// Connecting to MsSQL (ODBC)
$mssql = odbc_connect('Driver={SQL Server};Server='.MSSQL_HOST.';', MSSQL_USER, MSSQL_PASS);
// Including Files
include('functions.inc.php');
// Config
$_CONFIG['webtitle'] = getConfigValue('webtitle', 'Lost Crusade Website');
$_CONFIG['forumlink'] = getConfigValue('forumlink', 'http://www.google.com');
$_CONFIG['pwdsalt'] = getConfigValue('pwdsalt', 'kikugalanet');
$_CONFIG['noreply'] = getConfigValue('noreplymail', '

');
$_CONFIG['ppemail'] = getConfigValue('ppemail', '

');
// PaySafeCard: Euro => Points
$psc_values = array('10,00' => '1000', '25,00' => '2500', '50,00' => '5250', '100,00' => '11000');
// Vote Sites (must be 3!)
$votelist1 = 'http://topofgames.com/index.php?do=votes&id=34758'; // Top of Games
$votelist2 = 'http://www.xtremetop100.com/in.php?site=1132323346'; // Xtreme Top 100
$votelist3 = 'http://www.gtop100.com/in.php?site=62923'; // G Top 100
?>
Das is jz die Original conf.ini ohne irgendwelche änderungen und oben in den 3 Spalten hab ich auch alles so angegeben wie original... -.- ...
PS: Hab früher aus schleim mal alles runter gehaun wenn jemand vllt ne lösung hat werde ich nochma alles neu machen bin schon so genervt danke dir oder euch für eure hilfe bis jz.