tôi đã cố gắng cho tuần nay để có được freichat làm việc
tôi có nó được cài đặt và trong quản trị tất cả người dùng từ trang web của tôi có
freichat
liều ai biết nơi tôi có thể đặt các tập lệnh php để có được các cuộc trò chuyện để hiển thị trên trang web của tôi
<? php
$ ses = null;
if (! function_exists ("freichatx_get_hash"
) {
chức năng 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
tìm!'
; </ script> ";
}
return 0;
}
}
?>
i have been trying for weeks now to get freichat working
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;
}
}
?>