How to configure fleaim script.
my database is
<?php
// This is an example of config.php
$dbhost = "localhost";
$dbuser = "abc";
$dbpass = "abc";
$dbname = "webpoto";
// This is connection between php & mysql
$conn = mysql_connect($dbhost,$dbuser,$dbpass) or die (mysql_error());
$myDb= mysql_select_db($dbname) or die (mysql_error());
?>
But inside fleaim script within "fuction.php", they say;
session_start();
require('db.php');
require('inc.php');
header("Content-type: text/html;charset=utf-8");
define('PreloadFriendFace',false);
define('toDay',date('Y-m-d H:i:s'));
//*************************Change the following line to yours*****************//
$DB = new db("localhost","root","","fleaim");
//*************************Change the following line to yours*****************//
function CheckLogin(){
if($_SESSION['userid']==''||!isset($_SESSION['userid'])){
die();
}
}
So what should i put in $DB

. change the following lines to yours. wat should be there. i have tried it but each time i try to sign in,the msn interface Loads forever,and ever. it sayz Loading..... until forever