Author |
Topic |
|
Davio
Development Team Member
Jamaica
12217 Posts |
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.< |
Support Snitz Forums
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 07 July 2004 : 19:52:57
|
I've turned it off here.< |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
Davio
Development Team Member
Jamaica
12217 Posts |
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 & _ < |
Support Snitz Forums
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
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.< |
Support Snitz Forums
|
|
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 09 March 2006 : 03:12:25
|
Thanks for the update! < |
/Tribaliztic - www.gotlandrace.se -
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
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.< |
Support Snitz Forums
|
|
|
Giumer
Junior Member
Italy
163 Posts |
|
Carefree
Advanced Member
Philippines
4207 Posts |
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.< |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
|
Giumer
Junior Member
Italy
163 Posts |
|
Giumer
Junior Member
Italy
163 Posts |
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< |
======================= http://www.Giumer.it/forum
======================= |
|
|
|
Topic |
|