[PHP] [Fwd: DNS.050125191312.29782 (Re: Re: [PHP] Replace credit card numbers with X ???)]

2005-01-25 Thread Afan Pasalic
Hey!
I just got this emai lfrom RIPN mail processor at Moscow ?!?!?!?!?
What's going on?
-afan
 Original Message 
Subject: 	DNS.050125191312.29782 (Re: Re: [PHP] Replace credit card 
numbers with X ???)
Date: 	Tue, 25 Jan 2005 19:13:27 +0300
From: 	RIPN NCC [EMAIL PROTECTED]
To: 	php-general@lists.php.net,[EMAIL PROTECTED]


Dear Madam/Sir,
Here are results of  processing your  request:
From:Afan Pasalic [EMAIL PROTECTED]
Subject: Re: [PHP] Replace credit card numbers with X ???
Date:Tue, 25 Jan 2005 10:06:21 -0600
Msg-Id:  [EMAIL PROTECTED]

this is my way.
unrecognized statment - line ignored.
$cc_stars = '';
unrecognized statment - line ignored.
$cc_no_lenght = strlen($cc_number);
unrecognized statment - line ignored.
$cc_info_first4 = substr($cc_number, 0, 4);
unrecognized statment - line ignored.
$cc_info_last4 = substr($cc_number, (strlen($cc_number) - 4), 4);
unrecognized statment - line ignored.
for($i=0; $i($cc_no_lenght-8); $i++) $cc_stars .= '*';
unrecognized statment - line ignored.
$cc_number = $cc_info_first4 .$cc_stars. $cc_info_last4;
unrecognized statment - line ignored.

-afan
unrecognized statment - line ignored.
Joe Harman wrote:
unrecognized statment - line ignored.
Hello,
unrecognized statment - line ignored.

unrecognized statment - line ignored.
I need to replace all the numbers of a credit card except for the last
unrecognized statment - line ignored.
4 with an 'X' ... can't seem to locate the string function for this...
unrecognized statment - line ignored.
can someone point me in the right direction here to what php item i
unrecognized statment - line ignored.
should be using.
unrecognized statment - line ignored.
Too many warnings (max. 2) - FATAL ERROR!

Thanks!
Joe

  


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Your current request counter: 1.
You may send us 119 in this hour.
Thank you,
RIPN mail processor.
Tue Jan 25 19:13:27 MSK/MSD 2005
Moscow, Russia.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] [Fwd: DNS.050125191312.29782 (Re: Re: [PHP] Replace credit card numbers with X ???)]

2005-01-25 Thread Richard Davey
Hello Afan,

Tuesday, January 25, 2005, 4:12:43 PM, you wrote:

AP Hey!
AP I just got this emai lfrom RIPN mail processor at Moscow ?!?!?!?!?

Join the club.. everyone who posts gets one. Annoying, no?

Best regards,

Richard Davey
-- 
 http://www.launchcode.co.uk - PHP Development Services
 I am not young enough to know everything. - Oscar Wilde

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] [Fwd: DNS.050125191312.29782 (Re: Re: [PHP] Replace credit card numbers with X ???)]

2005-01-25 Thread Mike Johnson
From: Richard Davey [mailto:[EMAIL PROTECTED] 

 Hello Afan,
 
 Tuesday, January 25, 2005, 4:12:43 PM, you wrote:
 
 AP Hey!
 AP I just got this emai lfrom RIPN mail processor at Moscow ?!?!?!?!?
 
 Join the club.. everyone who posts gets one. Annoying, no?
 
 Best regards,
 
 Richard Davey

My personal favorite is when someone requests a read receipt on
listmail. I wonder what their inbox looks like when 500 people send one
back all in the space of five minutes.


-- 
Mike Johnson Smarter Living, Inc.
Web Developerwww.smartertravel.com
[EMAIL PROTECTED]   (617) 886-5539

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] [Fwd: DNS.050125191312.29782 (Re: Re: [PHP] Replace credit card numbers with X ???)]

2005-01-25 Thread Afan Pasalic
Not at all... Actually, I enjoy  :-D
I just wonder what's going on and is it problem on my side or... Now I 
breath easier...

;-)
-afan

Richard Davey wrote:
Hello Afan,
Tuesday, January 25, 2005, 4:12:43 PM, you wrote:
AP Hey!
AP I just got this emai lfrom RIPN mail processor at Moscow ?!?!?!?!?
Join the club.. everyone who posts gets one. Annoying, no?
Best regards,
Richard Davey
 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] [Fwd: DNS.050125191312.29782 (Re: Re: [PHP] Replace credit card numbers with X ???)]

2005-01-25 Thread John Nichel
Mike Johnson wrote:
From: Richard Davey [mailto:[EMAIL PROTECTED] 


Hello Afan,
Tuesday, January 25, 2005, 4:12:43 PM, you wrote:
AP Hey!
AP I just got this emai lfrom RIPN mail processor at Moscow ?!?!?!?!?
Join the club.. everyone who posts gets one. Annoying, no?
Best regards,
Richard Davey

My personal favorite is when someone requests a read receipt on
listmail. I wonder what their inbox looks like when 500 people send one
back all in the space of five minutes.
I usually just delete those without a second glance, but you may be on 
to something...if we all send the read receipt, then maybe the user will 
get tired of all the receipts and turn it off. ;)

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php