RE: [Request] seconds_since function try something like oninitialize var actDate=new Date(); and then in the pm update function: var nowDate = new Date(); var time = (actDate=nowDate); Messenger.MyPersonalMessage = "I'm 16 for "+time;
RE: [Solved] Problem with ChatWndSendMessage event (i guess) [code] if (Message == '#check') { var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); xmlhttp.open("GET", "http://flippeh.de/minichat_last.php", true); xmlhttp.onreadystatechange=function() { if...
RE: Enkele fouten in de Nederlandse vertaling ik weet niet welke spelling jij gebruikt maar er mag ten alle tijden een verbindings-streepje gebruikt worden als de schrijven denk dat het de lees-baarheid ten goede komt... kortom dit is miere-neukerij...
RE: Conversation Window Problem it is a messenger feature... got to options --> messages there is an opion called something like: Display "Contactperson says:" in front of every message might be a bit different, i'm using a dutch version...
RE: [release] securePLUS @Ezra that is true... but that is always the case... because if you don't use a key.. the code is easy to decode by just analysing the script... you just have to exchange keys when you see eye yo eye with the one you chat to...
[release] securePLUS I wrote a script to code your messengerchats making messengersnifflers useless. More information [url=http://www.ai.rug.nl/~dveraart/securePLUS/sec ure.htm]here[/url] I couldn't really test it completely so if there are any bugs, please tell me I wil...
replace incomming text When I get an incomming message, I can't extend it, because if I put text in front off it the last bit will not be displayed... So I tried to give it some color tags but if I return: "[c=3]"+Message+"[/c=5]" I get: [c=3] Messa is there anyway to...