Unfortunately no, not yet. The hash_hmac function we use is needed to ensure secure logins (we wouldn't want people to be able to fake being chat admins...), and that function is only available in php5. I suspect a workaround could be made for php4. Feel free to tweak the code... all you should have to do is replace that hash_hmac function with something php4 compatible. This is on our todo list for the future.
|