> Jim Grill wrote:
>
> > Incase anyone was wanting to hire John, I've cracked the code. Phear me,
I
> > great H4x0r.
> >
> > I'd like to suggest this as the official PHP mailing list email format
for
> > Mondays, Tuesdays, Rainy days, and all through May... if I may...you
hear
> > what I say?
>
> lol.. you guys crack me up.
>
> Wouldn't
>
> str_replace(array_keys($rplc),$rplc,$eml);
>
> be better, though?
Damn... You are master l33t H4X0r. Exploiting esoteric features of
str_replace by passing array as argX0rz.

I make postings on the Sourceforge and make your name on the head developer.
We be pheared by all!! Muhahaha

<?php
/**
[EMAIL PROTECTED] John Holmes
*/
// system requirements: PIV 3.0GHz 1.5GB RAM - 3D graphics accelerator -
14.4 Fax Modem.
$eml = '*&hn[foo]h&l!$s(_2_)littler$dpsar%[foo]c&!';

$rplc = array
  (
    '$' => 'e',
    '&' => 'o',
    '[foo]' => '.',
    '(_2_)' => '@',
    'ps' => 'sp',
    'little' => 'big',
    '%' => 'k',
    '!' => 'm',
    '*' => 'j'
  );
$eml = str_replace(array_keys($rplc),$rplc,$eml);

echo '<br /><b>l33t code Warning</b>:  phear John in <b>this here file</b>
on line <b>18</b><br />';
echo '<a href="mailto:'.$eml.'">'.$eml.'</a>';
?>

hehe
(poor english faked for comedy purposes)

Jim Grill

>
>
> -- 
>
> ---John Holmes...
>
> Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
>
> php|architect: The Magazine for PHP Professionals – www.phparch.com
>
>
>

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

Reply via email to