Re: [PHP] decode

2002-11-18 Thread Steve Keller
At 11/18/2002 07:55 AM, you wrote: I have document in encryption type : B*C*N**N but I don't know how do abbab abbab Well, assuming that the above isn't someone sending you The Kinks, and flogging myself for replying to an off-topic post... A simple Google search should have directed you rig

Re: [PHP] decode

2002-11-18 Thread Maxim Maletsky
where is that coming from? What encoding is that? Any info of the "b abbab abbab baaba" part? -- Maxim Maletsky [EMAIL PROTECTED] "Roman Duriancik" <[EMAIL PROTECTED]> wrote... : > Please Help me ! > This is not a php problem but if someone knows how to decode this : > I have document i

[PHP] decode

2002-11-17 Thread Roman Duriancik
Please Help me ! This is not a php problem but if someone knows how to decode this : I have document in encryption type : B*C*N**N but I don't know how do decode. for example : b abbab abbab baaba thanks roman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Decode email

2002-08-04 Thread Paul Roberts
the imap function will do this. http://za2.php.net/manual/en/ref.imap.php Paul Roberts http://www.paul-roberts.com [EMAIL PROTECTED] - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 04, 2002 1:06 AM S

RE: [PHP] Decode email

2002-08-03 Thread Maxim Maletsky
y, August 04, 2002 2:06 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Decode email > > Hi > > Anyone know a good email decoder (function or class) that can split the > any email to subject, from, to , body and attachments ? > > > Thank You > >_

[PHP] Decode email

2002-08-03 Thread support-bot
Hi Anyone know a good email decoder (function or class) that can split the any email to subject, from, to , body and attachments ? Thank You ___ http://www.SaudiABM.com ___ About Islam : http://home2.swipnet.se/~w-20479/Audio.htm http://sultan.org

Re: [PHP] Decode Encoded text in phpMyAdmin

2002-02-15 Thread David
So then there's no way to get it decoded :(. Ah well, thanks for your help anyway. -- - Dave Visit http://www.geocities.com/earthtohorny/ for info on Computers and Upgrading. "Joffrey Van Wageningen" <[EMAIL PROTECTED]> wrote in message 00f101c1b570$d4697450$[EMAIL PROTECTED]">news:00f101c1b570

Re: [PHP] Decode Encoded text in phpMyAdmin

2002-02-14 Thread Joffrey van Wageningen
> Hello, > How can I decode encoded text/numbers in my phpMyAdmin? I looked at > BASE64, but thats not it. Any help is great. Thanks > > Example: 8e73b27568cb3be29e2da74d42eab6dd i dont wanna spoil your day, but your looking at a md5 hash... md5 is a one way encoding scheme, no way back.

Re: [PHP] Decode Encoded text in phpMyAdmin

2002-02-14 Thread Toni Kustiana
porting base64 encode/decode module on Perl to php. http://www.cpan.org David <[EMAIL PROTECTED]> wrote: Hello, How can I decode encoded text/numbers in my phpMyAdmin? I looked at BASE64, but thats not it. Any help is great. Thanks Example: 8e73b27568cb3be29e2da74d42eab6dd -- - Dave Visit http

[PHP] Decode Encoded text in phpMyAdmin

2002-02-14 Thread David
Hello, How can I decode encoded text/numbers in my phpMyAdmin? I looked at BASE64, but thats not it. Any help is great. Thanks Example: 8e73b27568cb3be29e2da74d42eab6dd -- - Dave Visit http://www.geocities.com/earthtohorny for info on Computers and Upgrading. -- PHP General Mailing

[PHP] Decode binhex files?

2002-02-12 Thread Brad Hubbard
Anyone know of any scripts/functions available to decode binhex 4.0 encoded files? Cheers, Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Decode ?iso strings?

2001-04-06 Thread Jeroen Geusebroek
Hello, I'm creating a mailinglist archive in PHP, and all is going very well. I'm planning to release it open source when version 1.0 is ready. I have a question, when i get emails and parse them sometimes the name of the sender is in this format: =?iso-8859-13?B?TWFyaXVzIFBldHJhdmnoaXVz?= Ho