I tried everything I can, still cannot get it to work. It would be great if a coder here can install it on their server, and try to figure this out. I'll donate $20 via paypal.
I even tried this code as well in the custom_realchat template
Code:
<script language="Javascript" type="text/javascript">
<!--
function realchatPopup(url, nn, pu, au, hmac) {
var r = screen.height / screen.width;
var w = screen.width>800?1000:800;
var h = Math.round(w*r);
var c = function(s) { return encodeURIComponent(s).replace('!', '%21'); }
var rcw = window.open(url + '&nn=' + c(nn) + '&pu=' + c(pu) +'&au=' + c(au) + '&hmac=' + hmac + '&cu=cw', 'rc',
'width='+w+',height='+h+',status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes');
rcw.focus();
}
//-->
</script>
<td class="vbmenu_control"><a href="$chatLink">Chat</a></td>
Still shows up blank. I think the trick is trying to figure out the exact link "chatLink". For example, the above code creates this link (but end numbers change variously too)
HTML Code:
http://147.202.66.9:8085/?nn=Chad&pu=http%3A%2F%2Fwww.talkjesus.com%2Fmember.php%3Fu%3D3&au=http%3A%2F%2Fwww.talkjesus.com%2Fimage.php%3Fu%3D3&hmac=584058dae975b3869557bb9bad6c26ec&cu=
I hope someone can figure this out. Its a nice chat software really.
I even attached the realchat.php file too