After installing freichat I get this error at the top of the website
"alert('module freichatx says: hardcode.php file not found!'
;"; } return 0; } } ?> "
The path to the hardcode.php is correct.
root@freeshellaccounts.com /var/www/html # locate hardcode.php
/var/www/html/freichat/hardcode.php
if(!function_exists("freichatx_get_hash"
){
function freichatx_get_hash($ses){
if(is_file("/var/www/html/freichat/hardcode.php")){
require "/var/www/html/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;
Here is a screen shot of the website with the error...
**After installing freichat I get this error at the top of the website
**
"alert('module freichatx says: hardcode.php file not found!');"; } return 0; } } ?> "
**The path to the hardcode.php is correct.**
root@freeshellaccounts.com /var/www/html # locate hardcode.php
/var/www/html/freichat/hardcode.php
if(!function_exists("freichatx_get_hash")){
function freichatx_get_hash($ses){
if(is_file("/var/www/html/freichat/hardcode.php")){
require "/var/www/html/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;
**Here is a screen shot of the website with the error...**


