Re: [flexcoders] ICQ, Skype, Yahoo and other messengers id validation

2006-08-07 Thread Sergey Kovalyov
Yes, but when I'm trying to get online status indicator image, it returns 404 error for all numbers less than 1. On 8/4/06, Rostislav A. Siryk <[EMAIL PROTECTED]> wrote: Sergey,  As I understand, the only requirement for ICQ numbers is to be a number. Historically, ICQ numbers started fr

Re: [flexcoders] ICQ, Skype, Yahoo and other messengers id validation

2006-08-04 Thread Michael Klishin
Sergey Kovalyov wrote: > So, the validation string should be like this [0-9]{4,10}$ in order to > fit future 10-digits numbers? Kinda that -- Michael "Antares" Klishin, http://www.novemberain.com | mailto:[EMAIL PROTECTED] -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcod

RE: [flexcoders] ICQ, Skype, Yahoo and other messengers id validation

2006-08-04 Thread Rostislav A. Siryk
2006 4:28 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] ICQ, Skype, Yahoo and other messengers id validation   Thank you, Michael! And what about ICQ? Now they use both digital value and digital with dashes. Sergey. On 8/4/06, Michael Klishin <[EMAIL PROTECTED]com

Re: [flexcoders] ICQ, Skype, Yahoo and other messengers id validation

2006-08-04 Thread Sergey Kovalyov
So, the validation string should be like this [0-9]{4,10}$ in order to fit future 10-digits numbers? On 8/4/06, Michael Klishin <[EMAIL PROTECTED]> wrote: > Sergey Kovalyov wrote: > > Thank you, Michael! > > > > And what about ICQ? Now they use both digital value and digital with dashes. > > It's

Re: [flexcoders] ICQ, Skype, Yahoo and other messengers id validation

2006-08-04 Thread Michael Klishin
Sergey Kovalyov wrote: > Thank you, Michael! > > And what about ICQ? Now they use both digital value and digital with dashes. It's just digits, the shortest I could find is 4 chars length and the longest at the time is 9. Dashes are stripped in database queries and used just for usability sake.

Re: [flexcoders] ICQ, Skype, Yahoo and other messengers id validation

2006-08-04 Thread Sergey Kovalyov
Thank you, Michael! And what about ICQ? Now they use both digital value and digital with dashes. Sergey. On 8/4/06, Michael Klishin <[EMAIL PROTECTED]> wrote: > Sergey Kovalyov wrote: > > > I assume that it is not Flex specific question and probably software > > issue "in general", but still. Do

Re: [flexcoders] ICQ, Skype, Yahoo and other messengers id validation

2006-08-04 Thread Michael Klishin
Sergey Kovalyov wrote: > I assume that it is not Flex specific question and probably software > issue "in general", but still. Does anybody know the validation rules > for messengers ID. I mean length and allowed characters. I know that > Skype id must be at least 6 and maximum 32 characters lengt

[flexcoders] ICQ, Skype, Yahoo and other messengers id validation

2006-08-04 Thread Sergey Kovalyov
Hi All! I assume that it is not Flex specific question and probably software issue "in general", but still. Does anybody know the validation rules for messengers ID. I mean length and allowed characters. I know that Skype id must be at least 6 and maximum 32 characters length, but I do not know va