Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/web/test/chat/dcshout/admin/config.php
0,0 → 1,16
<?php
//Dc-shout2.0 (c)devilcoderz 2004
//data base settings
$dbuser = "chaosdell" ; //your data base username
$dbpass = "sesvul";//your data base password
$dbname = "dcshout"; //data base name
$host = "localhost" ; //your host name
$theme = "basic";//Your shout box theme
//dont edit below this line
 
// lets start off with the concation
mysql_connect($host, $dbuser, $dbpass) or die ("did not connect to db") ;
mysql_select_db($dbname) ;
//That was the easy part
?>