Subversion Repositories svnkaklik

Rev

Go to most recent revision | Blame | Last modification | View Log | Download

<?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
?>