Location: PHPKode > scripts > Stillsoft's RS - Faisal Tasleem's édition > stillsoft-s-rs-v1-0-faisal-tasleem-s-edition/RS/includes/configuration.php
<?php
SESSION_START();
//Stillsoft's RS v1.0 Faisal Tasleem's édition
//22:08 14/july/2009 French Standard time..
//configuration.php

$db_name = "";
$db_user = "";
$db_pass = "";
$db_host = "";


mysql_connect("$db_host","$db_user","$db_pass") or die("can't connect to DB");

mysql_select_db("$db_name") or die("Can't select DB");


$one_comment_per_ip = "no";	 //can replace with yes or no
$guest_article_approval = "no";//can be replaced with yes or no

?>
Return current item: Stillsoft's RS - Faisal Tasleem's édition