T O P I C R E V I E W |
Davio |
Posted - 07 July 2004 : 18:33:17 Just to inform the community, the ICQ messaging feature which is part of the Snitz Forums is currently not working. If you have this feature turned on in your forum, and your users try to message another user using this feature, they will get the following error:quote: Method Not Allowed The requested method POST is not allowed for the URL /scripts/WWPMsg.dll.
This is a problem on ICQ's end and nothing we can do about it at the moment. The ICQ messaging also does not work at ICQ's website. I have contacted ICQ support about this along with posting help requests at thier various ICQ groups. Still waiting for a response.
So during the meantime, forum administrators might want to disable this feature on thier forum for the time being.< |
11 L A T E S T R E P L I E S (Newest First) |
Giumer |
Posted - 05 January 2009 : 12:07:23 hi all and file pop_profile.asp find this :
if strUseExtendedProfile then strColspan = " colspan=""2""" strIMURL1 = "javascript:openWindow('" strIMURL2 = "')" else strColspan = "" strIMURL1 = "" strIMURL2 = "" end if
and cange for this :
if strUseExtendedProfile then strColspan = " colspan=""2""" strIMURL1 = "javascript:openWindow6('" strIMURL2 = "')" else strColspan = "" strIMURL1 = "" strIMURL2 = "" end if
is for open file pop_messanger.asp large for write cod antispam< |
Giumer |
Posted - 02 January 2009 : 00:09:11 thx davio< |
Davio |
Posted - 01 January 2009 : 18:33:03 quote: Originally posted by Giumer
Davio hi ess: is this ?
" <form action=""http://www.icq.com/people/webmsg.php?to=ME NUMBER &from=Giumer &fromemail=gi@gi.it ""method=""post"">"&vbNewLine & _
Yes, that's correct Giumer. (if that's what you were asking).< |
Carefree |
Posted - 01 January 2009 : 17:08:04 Anyone notice a trend? When ICQ was owned & controlled by Mirabilis (the Israeli group who created it), everything worked well and everyone was thrilled with it. AOL bought it. Nothing works and it's full of advertising, adware, security holes, etc.< |
Giumer |
Posted - 01 January 2009 : 12:43:56 Davio hi ess: is this ?
" <form action=""http://www.icq.com/people/webmsg.php?to=ME NUMBER &from=Giumer &fromemail=gi@gi.it ""method=""post"">"&vbNewLine & _< |
Davio |
Posted - 10 October 2006 : 12:58:23 Another update to this ever changing ICQ feature.
You can now directly load the form on ICQ website that will allow you to send an ICQ message to a member. The url is as follows:http://www.icq.com/people/webmsg.php?to=ICQNUMBER&from=NAME&fromemail=EMAIL
Only the ICQNUMBER is required. The other options are optional, but can be filled in if you would like.
All that is needed is that you replace the call to pop_messenger.asp on topic.asp and members.asp and pop_profile.asp and enter the url to icq's page. This will load the page in the popup window.< |
tribaliztic |
Posted - 09 March 2006 : 03:12:25 Thanks for the update! < |
Davio |
Posted - 08 March 2006 : 15:13:40 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 & _ Change it to this:" <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.< |
Davio |
Posted - 07 August 2004 : 11:02:57 Found the solution to this. ICQ has increased security when using thier web to icq messaging feature, to prevent spam bots from automatically sending icq messages to users.
Because of this change, the ICQ form method in the pop_messengers.asp file, needs to be changed from POST to GET.
Line 90, pop_messengers.asp file, change from this:" <form action=""http://wwp.icq.com/scripts/WWPMsg.dll"" method=""post"">" & vbNewLine & _ to this:" <form action=""http://wwp.icq.com/scripts/WWPMsg.dll"" method=""get"">" & vbNewLine & _ < |
OneWayMule |
Posted - 07 July 2004 : 22:04:15 Yes, I have noticed that there were problems about 2 months ago, but it looked like they were fixed (i've rceived ICQ messages until about 20 days ago).
Shame on them (isn't it an honour to be inegrated into Snitz? - we had enough problems with the online/offline status ).< |
RichardKinser |
Posted - 07 July 2004 : 19:52:57 I've turned it off here.< |