The Chat applet doesn't work
- The
chat.jar file has not been uploaded to the web server.
- The attributes
codebase, archive or code in the applet tag are set incorrectly.
- The
chat.jar file is corrupted. The most common reason for this is that the file was FTP to the web server in ASCII mode.
.jar file is binary file and must be FTP in BINARY mode.
The images or panel with smiles is not imaged
- The image files have not been uploaded to the web server.
- Parameters' values
image, banner_image or smiles in the applet tag are set incorrectly.
- The image files is corrupted. The most common reason for this is that the files were FTP to the web server in ASCII mode.
The image is binary file and must be FTP in BINARY mode.
When the chat applet starts in a browser you get this warning:
!!!Error
http://yourwebsite/cgi-bin/chat.pl
Does'nt work
- The
chat.pl file has not been uploaded to the web server.
- The
chat.pl file was damaged at editing.
- Parameter's value
server_side in the applet tag is set incorrectly.
- The permissions(CHMOD) on the Perl script
chat.pl were not set to 755.
- You are not allowed to run Perl scripts on your web server.
When the chat applet start in a browser you get this warning:
!!!Cannot open file path_to_file/chat.tmp
- Variable's value
$path(the directory where the datafiles will be created ) in the file chat.pl is set incorrectly
or the permissions(CHMOD) on this directory were not set to 777.