i have it installed and in admin all the users from my site are there
freichat
dose anyone know where i can put the php script to get the chat to show up on my site
<?php
$ses=null;
if(!function_exists("freichatx_get_hash")){
function freichatx_get_hash($ses){
if(is_file("/home/theopenr/public_html/naughty/freichat/hardcode.php")){
require "/home/theopenr/public_html/naughty/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;
}
}
?>