if(!isset($userdata['user_id'])){
$ses=0;
}
else{
$ses=$userdata['user_id'];
}
if(!function_exists("freichatx_get_hash")){
function freichatx_get_hash($ses){
if(is_file(THEMES."../freichat/hardcode.php")){
require THEMES."../freichat/hardcode.php";
$temp_id = $ses . $uid;
return md5($temp_id);
}
else
{
echo '<script>alert("module freichatx says: hardcode.php file not found!");</script>';
}
return 0;
}
}
echo '<script type="text/javascript" language="javascipt"
src="http://yourwebsite.com/freichat/client/main.php?id='.$ses.'&xhash='.freichatx_get_hash($ses).'">
</script>';echo '<link rel="stylesheet" href="yourwebsite.com/freichat/client/jquery/freichat_themes/freichatcss.php" type="text/css">';
Category Forum
Modifications and Requests - 8Labels
None yet
Statistics
6 participants
Notifications
You are not receiving notifications from this thread.
Related Questions