View file chat spall script/web/config.php
<?php
$dbname = "deepak_wert";
$dbhost = "localhost";
$dbuser = "deepak_amhi";
$dbpass = "amha";
$max_buds=100;
$topic_af = 20;
$post_af = 15;
$onver = true;
$sitetitle = "CHATSPELL.COM";
$timeadjust = (5 * 30 * 00); // 4 hours
putenv("TZ=Asia/Calcutta"); //Time Zone (Asia/Calcutta +5:30)
$imgpath = "../usergallery"; //User Gallery Image Upload Path (CMOD TO 777)
$ucdir ="../share";
?>