Introduction - If you have any usage issues, please Google them yourself
avatar chat- open source
anyone interested in a open source iso 3d avatar chat engine? it′s a very simple one working with a php script and a text file on the server side but maybe it is useful. feel free change/extend the code- it′s open source
To fix the server issue, add the following directly under the leaveroom function.
$a = $_GET[a]
$name = $_GET[name]
$room = $_GET[room]
$line = $_GET[line]
$field = $_GET[field]
$userlist = $_GET[userlist]
$message = $_GET[message]