Once again, ICQ has changed the way you send ICQ pages from websites, thus breaking everybodies script, even their own.
I was able to write up a message and send it and ICQ send it was sent, but I never received it. I tried sending a page from my Unified Messaging Center on ICQ, and I received the message instantly. So there is no error message. The user just doesn't receive the page.
In pop_messengers.asp file, line 90, you will find this (if you made the changes above):
" <form action=""http://wwp.icq.com/scripts/WWPMsg.dll"" method=""get"">" & vbNewLine & _
" <form action=""http://www.icq.com/whitepages/page_me.php"" method=""post"">" & vbNewLine & _
The url for the form action has changed plus the method. I have tested it with my forum and it works.<