Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Announcements
 Announcements: Community
 ICQ Messaging Feature Not Working
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 07 July 2004 :  18:33:17  Show Profile  Reply with Quote
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  Show Profile  Reply with Quote
I've turned it off here.<
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 07 July 2004 :  22:04:15  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message  Reply with Quote
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 ).<

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 07 August 2004 :  11:02:57  Show Profile  Reply with Quote
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
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 08 March 2006 :  15:13:40  Show Profile  Reply with Quote
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
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 09 March 2006 :  03:12:25  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
Thanks for the update!
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 10 October 2006 :  12:58:23  Show Profile  Reply with Quote
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
Go to Top of Page

Giumer
Junior Member

Italy
163 Posts

Posted - 01 January 2009 :  12:43:56  Show Profile  Send Giumer an ICQ Message  Reply with Quote
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 & _<

=======================
http://www.Giumer.it/forum

=======================
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 01 January 2009 :  17:08:04  Show Profile  Reply with Quote
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.<
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 01 January 2009 :  18:33:03  Show Profile  Reply with Quote
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).<

Support Snitz Forums
Go to Top of Page

Giumer
Junior Member

Italy
163 Posts

Posted - 02 January 2009 :  00:09:11  Show Profile  Send Giumer an ICQ Message  Reply with Quote
thx davio<

=======================
http://www.Giumer.it/forum

=======================
Go to Top of Page

Giumer
Junior Member

Italy
163 Posts

Posted - 05 January 2009 :  12:07:23  Show Profile  Send Giumer an ICQ Message  Reply with Quote
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

=======================
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07