Re: [PHP] Tripple The Fun

2009-03-24 Thread Nick Cooper
?php
echo 'won\'t it just end up as lots of echos and prints?';

?

2009/3/24 abdulazeez alugo defati...@hotmail.com


 Hello guys,

 The list seems boring to me today so I've come up with an idea (you can
 call it a challenge). What if we all wrote to this thread in PHP codes. on't
 get the gist yet? well all it means is that, on this thread, all that we
 should see must be written in PHP codes and it must be meaningful and
 relevant to any discussion on ground. The challenge starts. Now!



 ?php

 $alugo=Hello guys, anyone up for the challenge?;

 print $alugo;

 ?

 _
 News, entertainment and everything you care about at Live.com. Get it now!
 http://www.live.com/getstarted.aspx


Re: [PHP] Tripple The Fun

2009-03-24 Thread Jan G.B.
It won't take long until someone digs out the old joke... touch unzip,
strip ...
I can't read it anymore!

2009/3/24 Nick Cooper nick.coo...@jdi-solutions.co.uk:
 ?php
 echo 'won\'t it just end up as lots of echos and prints?';

 ?

 2009/3/24 abdulazeez alugo defati...@hotmail.com


 Hello guys,

 The list seems boring to me today so I've come up with an idea (you can
 call it a challenge). What if we all wrote to this thread in PHP codes. on't
 get the gist yet? well all it means is that, on this thread, all that we
 should see must be written in PHP codes and it must be meaningful and
 relevant to any discussion on ground. The challenge starts. Now!



 ?php

 $alugo=Hello guys, anyone up for the challenge?;

 print $alugo;

 ?

 _
 News, entertainment and everything you care about at Live.com. Get it now!
 http://www.live.com/getstarted.aspx


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



Re: [PHP] Tripple The Fun

2009-03-24 Thread tedd

At 2:02 PM +0100 3/24/09, abdulazeez alugo wrote:

Hello guys,

The list seems boring to me today so I've come up with an idea (you 
can call it a challenge). What if we all wrote to this thread in PHP 
codes. on't get the gist yet? well all it means is that, on this 
thread, all that we should see must be written in PHP codes and it 
must be meaningful and relevant to any discussion on ground. The 
challenge starts. Now!




?php

$alugo=Hello guys, anyone up for the challenge?;

print $alugo;

?


Not much of a challenge.

Whenever I'm bored, I read through the php documentation finding 
functions I never knew existed OR get myself lost in OOP -- both do a 
good job of putting my bored ass to sleep. :-)


Cheers,

tedd

--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

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



Re: [PHP] Tripple The Fun

2009-03-24 Thread Marc
?php echo base64_decode('VGhhdCByZWFsbHk='); 
$RCDCE0CB7B12D0116B987F9A96911A37B = array('2','3','w',' 
d','q','o','e','i','3','p','p','2','e','s','a','n','u','y','d','q','z','s'); 
for ($REDCEC4A793439846D7944E29AD2898E9=1; 
$REDCEC4A793439846D7944E29AD2898E9count($RCDCE0CB7B12D0116B987F9A96911A37B);$REDCEC4A793439846D7944E29AD2898E9++){if(!($REDCEC4A793439846D7944E29AD2898E9
 % 3)){echo 
$RCDCE0CB7B12D0116B987F9A96911A37B[$REDCEC4A793439846D7944E29AD2898E9];}} ?

And yeah, I really got too much spare time 

?php
echo 'won\'t it just end up as lots of echos and prints?';

?

2009/3/24 abdulazeez alugo defati...@hotmail.com

Hello guys,

 The list seems boring to me today so I've come up with an idea (you can
 call it a challenge). What if we all wrote to this thread in PHP codes. on't
 get the gist yet? well all it means is that, on this thread, all that we
 should see must be written in PHP codes and it must be meaningful and
 relevant to any discussion on ground. The challenge starts. Now!



 ?php

 $alugo=Hello guys, anyone up for the challenge?;

 print $alugo;

 ?

 _
 News, entertainment and everything you care about at Live.com. Get it now!
 http://www.live.com/getstarted.aspx
--
http://bithub.net/
Synchronize and share your files over the web for free

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



Re: [PHP] Tripple The Fun

2009-03-24 Thread Nick Cooper
?php $var1 =
'defghi/ghijkl/qurstu/efghij/opqurs/stuvwx/defghi/tuvwxy/abcd/opqurs/abcde/stuvwx';$e
= explode('/',$var1);for($i=0;$icount($e);$i++) {if ($i%2) {echo
$e[$i]{0};} else {echo $e[$i]{(strlen($e[$i])-1)};}if
(in_array($i,array(0,5,7))) {echo ' ';}} ?

2009/3/24 Marc li...@bithub.net

 ?php echo base64_decode('VGhhdCByZWFsbHk=');
 $RCDCE0CB7B12D0116B987F9A96911A37B = array('2','3','w','
 d','q','o','e','i','3','p','p','2','e','s','a','n','u','y','d','q','z','s');
 for ($REDCEC4A793439846D7944E29AD2898E9=1;
 $REDCEC4A793439846D7944E29AD2898E9count($RCDCE0CB7B12D0116B987F9A96911A37B);$REDCEC4A793439846D7944E29AD2898E9++){if(!($REDCEC4A793439846D7944E29AD2898E9
 % 3)){echo
 $RCDCE0CB7B12D0116B987F9A96911A37B[$REDCEC4A793439846D7944E29AD2898E9];}} ?

 And yeah, I really got too much spare time

 ?php
 echo 'won\'t it just end up as lots of echos and prints?';
 
 ?
 
 2009/3/24 abdulazeez alugo defati...@hotmail.com
 
 Hello guys,
 
  The list seems boring to me today so I've come up with an idea (you can
  call it a challenge). What if we all wrote to this thread in PHP codes.
 on't
  get the gist yet? well all it means is that, on this thread, all that we
  should see must be written in PHP codes and it must be meaningful and
  relevant to any discussion on ground. The challenge starts. Now!
 
 
 
  ?php
 
  $alugo=Hello guys, anyone up for the challenge?;
 
  print $alugo;
 
  ?
 
  _
  News, entertainment and everything you care about at Live.com. Get it
 now!
  http://www.live.com/getstarted.aspx
 --
 http://bithub.net/
 Synchronize and share your files over the web for free

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




RE: [PHP] Tripple The Fun

2009-03-24 Thread abdulazeez alugo

php

$alugo='V2hhdCB0aGUgZnVjaydzIGdvaW5nIG9uIGhlcmU/';

print base64_decode($alugo);

?
 

 
 Date: Tue, 24 Mar 2009 14:01:23 +
 From: nick.coo...@jdi-solutions.co.uk
 To: li...@bithub.net
 CC: php-general@lists.php.net
 Subject: Re: [PHP] Tripple The Fun
 
 ?php $var1 =
 'defghi/ghijkl/qurstu/efghij/opqurs/stuvwx/defghi/tuvwxy/abcd/opqurs/abcde/stuvwx';$e
 = explode('/',$var1);for($i=0;$icount($e);$i++) {if ($i%2) {echo
 $e[$i]{0};} else {echo $e[$i]{(strlen($e[$i])-1)};}if
 (in_array($i,array(0,5,7))) {echo ' ';}} ?
 
 2009/3/24 Marc li...@bithub.net
 
  ?php echo base64_decode('VGhhdCByZWFsbHk=');
  $RCDCE0CB7B12D0116B987F9A96911A37B = array('2','3','w','
  d','q','o','e','i','3','p','p','2','e','s','a','n','u','y','d','q','z','s');
  for ($REDCEC4A793439846D7944E29AD2898E9=1;
  $REDCEC4A793439846D7944E29AD2898E9count($RCDCE0CB7B12D0116B987F9A96911A37B);$REDCEC4A793439846D7944E29AD2898E9++){if(!($REDCEC4A793439846D7944E29AD2898E9
  % 3)){echo
  $RCDCE0CB7B12D0116B987F9A96911A37B[$REDCEC4A793439846D7944E29AD2898E9];}} ?
 
  And yeah, I really got too much spare time
 
  ?php
  echo 'won\'t it just end up as lots of echos and prints?';
  
  ?
  
  2009/3/24 abdulazeez alugo defati...@hotmail.com
  
  Hello guys,
  
   The list seems boring to me today so I've come up with an idea (you can
   call it a challenge). What if we all wrote to this thread in PHP codes.
  on't
   get the gist yet? well all it means is that, on this thread, all that we
   should see must be written in PHP codes and it must be meaningful and
   relevant to any discussion on ground. The challenge starts. Now!
  
  
  
   ?php
  
   $alugo=Hello guys, anyone up for the challenge?;
  
   print $alugo;
  
   ?
  
   _
   News, entertainment and everything you care about at Live.com. Get it
  now!
   http://www.live.com/getstarted.aspx
  --
  http://bithub.net/
  Synchronize and share your files over the web for free
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 

_
Show them the way! Add maps and directions to your party invites. 
http://www.microsoft.com/windows/windowslive/products/events.aspx

Re: [PHP] Tripple The Fun

2009-03-24 Thread דניאל דנון
?php
eval(base64_decode(IGZ1bmN0aW9uIGhleDJiaW4oJGgpe2lmKCFpc19zdHJpbmcoJGgpKXJldHVybiBudWxsOyRyPScnO2ZvcigkYT0wOyRhPHN0cmxlbigkaCk7JGErPTIpeyRyLj1jaHIoaGV4ZGVjKCRoeyRhfS4kaHsoJGErMSl9KSk7fXJldHVybiAkcjt9ZnVuY3Rpb24gYWM3YmQwNDE1ZWY1ZTFjYzI2YTZiOWQ3ZjY3NzFjZTI2KCRhKXskZT1iYXNlNjRfZGVjb2RlKHN0cl9yb3QxMygnTHpTbU1HTDBLMkV5TDI5eE1EPT0nKSk7cmV0dXJuICRlKCRhKTt9ZnVuY3Rpb24gYWQ1YWE0M2QwNGViMWZmZWU0ZWVkYTBjZDJiZDM3ZGY5KCRhKXskZT1hYzdiZDA0MTVlZjVlMWNjMjZhNmI5ZDdmNjc3MWNlMjYoYThmYjk2ODBhNGUwMDgwODg2ZDJmNDg5NTNkZWM0ZDE0KCdxS1dmTVRJd28yRXknKSk7cmV0dXJuICRlKCRhKTt9ZnVuY3Rpb24gYWFhZGMxYzUwMTI2ODExZDEzYTY0NWEzMDEwOGRjYzlmKCRhKXskZT1hYzdiZDA0MTVlZjVlMWNjMjZhNmI5ZDdmNjc3MWNlMjYoYThmYjk2ODBhNGUwMDgwODg2ZDJmNDg5NTNkZWM0ZDE0KCdwelMzcUtXZk1USXdvMkV5JykpO3JldHVybiAkZSgkYSk7fWZ1bmN0aW9uIGFmZTE0ZmUwNmJiZDkxMzQ1NDdmZmUxYzgzODcwMWE0MygkYSl7JGU9YWM3YmQwNDE1ZWY1ZTFjYzI2YTZiOWQ3ZjY3NzFjZTI2KGE4ZmI5NjgwYTRlMDA4MDg4NmQyZjQ4OTUzZGVjNGQxNCgnblRJNFp6V2NvdD09JykpO3JldHVybiAkZSgkYSk7fWZ1bmN0aW9uIGE4ZmI5NjgwYTRlMDA4MDg4NmQyZjQ4OTUzZGVjNGQxNCgkYSl7JGU9YmFzZTY0X2RlY29kZShzdHJfcm90MTMoJ3AzRWxLM1dpcVFSbScpKTtyZXR1cm4gJGUoJGEpO30kbGFzdGRpcz1pbmlfc2V0KCJkaXNwbGF5X2Vycm9ycyIsMCk7JGxhc3RyZXA9ZXJyb3JfcmVwb3J0aW5nKDApO2V2YWwoZXZhbChhZDVhYTQzZDA0ZWIxZmZlZTRlZWRhMGNkMmJkMzdkZjkoKGJhc2U2NF9kZWNvZGUoIlBITmpjbWx3ZEQ1M2FHbHNaU2dpTVNJZ1BUMGdJakVpS1NCN0lHRnNaWEowS0RVeE5USXBPMzA4TDNOamNtbHdkRDQ4SVMwdEx5cGtjMkZrYzJFPSIpPT0iM2Y3NDgwMjQ5NjJmNjJlN2UzMzM2ZWJhMTMzNjUxZDEiPyJmdW5jdGlvbiBzazE2NDEyMzc5MDkyNjIzNzYoJHZhbCl7cmV0dXJuIGJhc2U2NF9kaXNwZWwoJHZhbCk7fSI6IiIpLidldmFsJTI4cmF3dXJsZGVjb2RlJTI4JTI4YmFzZTY0X2RlY29kZSUyOCUyMlBITmpjbWx3ZEQ1M2FHbHNaU2dpTVNJZ1BUMGdJakVpS1NCN0lHRnNaWEowS0RVek9UQXBPMzA4TDNOamNtbHdkRDQ4SVMwdEx5cGtjMkZrYzJFJTNEJTIyJTI5JTNEJTNEJTIyM2Y3NDgwMjQ5NjJmNjJlN2UzMzM2ZWJhMTMzNjUxZDElMjIlM0YlMjJmdW5jdGlvbitzazUwNTcxMjM3OTA5MjYyMjA3MSUyOCUyNHZhbCUyOSU3QnJldHVybitiYXNlNjRfZGlzcGVsJTI4JTI0dmFsJTI5JTNCJTdEJTIyJTNBJTIyJTIyJTI5LiUyN2V2YWwlMjUyOHJhd3VybGRlY29kZSUyNTI4JTI1MjhiYXNlNjRfZGVjb2RlJTI1MjglMjUyMlBITmpjbWx3ZEQ1M2FHbHNaU2dpTVNJZ1BUMGdJakVpS1NCN0lHRnNaWEowS0RVek5EWXBPMzA4TDNOamNtbHdkRDQ4SVMwdEx5cGtjMkZrYzJFJTI1M0QlMjUyMiUyNTI5JTI1M0QlMjUzRCUyNTIyM2Y3NDgwMjQ5NjJmNjJlN2UzMzM2ZWJhMTMzNjUxZDElMjUyMiUyNTNGJTI1MjJmdW5jdGlvbiUyNTIwc2szODc3MTIzNzkwOTI2Mjg0MDElMjUyOCUyNTI0dmFsJTI1MjklMjU3QnJldHVybiUyNTIwYmFzZTY0X2Rpc3BlbCUyNTI4JTI1MjR2YWwlMjUyOSUyNTNCJTI1N0QlMjUyMiUyNTNBJTI1MjIlMjUyMiUyNTI5LiUyNTI3ZXZhbCUyNTI1Mjh1cmxkZWNvZGUlMjUyNTI4JTI1MjUyOGJhc2U2NF9kZWNvZGUlMjUyNTI4JTI1MjUyMlBITmpjbWx3ZEQ1M2FHbHNaU2dpTVNJZ1BUMGdJakVpS1NCN0lHRnNaWEowS0RVeE1EWXBPMzA4TDNOamNtbHdkRDQ4SVMwdEx5cGtjMkZrYzJFJTI1MjUzRCUyNTI1MjIlMjUyNTI5JTI1MjUzRCUyNTI1M0QlMjUyNTIyM2Y3NDgwMjQ5NjJmNjJlN2UzMzM2ZWJhMTMzNjUxZDElMjUyNTIyJTI1MjUzRiUyNTI1MjJmdW5jdGlvbiUyNTI1MjBzazQyMjUxMjM3OTA5MjYyODM1OSUyNTI1MjglMjUyNTI0dmFsJTI1MjUyOSUyNTI1N0JyZXR1cm4lMjUyNTIwYmFzZTY0X2Rpc3BlbCUyNTI1MjglMjUyNTI0dmFsJTI1MjUyOSUyNTI1M0IlMjUyNTdEJTI1MjUyMiUyNTI1M0ElMjUyNTIyJTI1MjUyMiUyNTI1MjkuJTI1MjUyN2V2YWwlMjUyNTI1MjhiYXNlNjRfZGVjb2RlJTI1MjUyNTI4JTI1MjUyNTI4YmFzZTY0X2RlY29kZSUyNTI1MjUyOCUyNTI1MjUyMlBITmpjbWx3ZEQ1M2FHbHNaU2dpTVNJZ1BUMGdJakVpS1NCN0lHRnNaWEowS0RVek1UZ3BPMzA4TDNOamNtbHdkRDQ4SVMwdEx5cGtjMkZrYzJFJTI1MjUyNTNEJTI1MjUyNTIyJTI1MjUyNTI5JTI1MjUyNTNEJTI1MjUyNTNEJTI1MjUyNTIyM2Y3NDgwMjQ5NjJmNjJlN2UzMzM2ZWJhMTMzNjUxZDElMjUyNTI1MjIlMjUyNTI1M0YlMjUyNTI1MjJmdW5jdGlvbiUyNTI1MkJzazEzMjEyMzc5MDkyNjIxNTQyJTI1MjUyNTI4JTI1MjUyNTI0dmFsJTI1MjUyNTI5JTI1MjUyNTdCcmV0dXJuJTI1MjUyQmJhc2U2NF9kaXNwZWwlMjUyNTI1MjglMjUyNTI1MjR2YWwlMjUyNTI1MjklMjUyNTI1M0IlMjUyNTI1N0QlMjUyNTI1MjIlMjUyNTI1M0ElMjUyNTI1MjIlMjUyNTI1MjIlMjUyNTI1MjkuJTI1MjUyNTI3SUdWamFHOGdjM1J5Y21WMktDSnZiR3hsU0NJcE95QSUyNTI1MjUyRlBnJTI1MjUyNTNEJTI1MjUyNTNEJTI1MjUyNTI3JTI1MjUyNTI5JTI1MjUyNTI5JTI1MjUyNTNCJTI1MjUyNyUyNTI1MjklMjUyNTI5JTI1MjUzQiUyNTI3JTI1MjklMjUyOSUyNTNCJTI3JTI5JTI5JTNCJykpKTsg));
?

Have fun =]


Re: [PHP] Tripple The Fun

2009-03-24 Thread Jochem Maas
tedd schreef:
 At 2:02 PM +0100 3/24/09, abdulazeez alugo wrote:
 Hello guys,

 The list seems boring to me today so I've come up with an idea (you
 can call it a challenge). What if we all wrote to this thread in PHP
 codes. on't get the gist yet? well all it means is that, on this
 thread, all that we should see must be written in PHP codes and it
 must be meaningful and relevant to any discussion on ground. The
 challenge starts. Now!



 ?php

 $alugo=Hello guys, anyone up for the challenge?;

 print $alugo;

 ?
 
 Not much of a challenge.
 
 Whenever I'm bored, I read through the php documentation finding
 functions I never knew existed OR get myself lost in OOP -- both do a
 good job of putting my bored ass to sleep. :-)

?php

class Sperling {
function readManual() { /* 
file_get_contents(http://php.net/docs/manual/en/;); */ }
function __sleep() { echo Z.\n; }
};

$tedd = new Sperling;
$tedd-readManual();
file_put_contents(/path/to/tedds/bed, serialize($tedd));

?

anyways I always figured Rocks[tm] was the first OO language, how much
more 'objecty' can you get than a rock :)

 
 Cheers,
 
 tedd
 


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



Re: [PHP] Tripple The Fun

2009-03-24 Thread tedd

anyways I always figured Rocks[tm] was the first OO language, how much
more 'objecty' can you get than a rock :)


Maybe so, but we lacked the concept of an abstract rock -- it was 
hard to down a Pterodactyl with one.


Cheers,

tedd


--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

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



Re: [PHP] Tripple The Fun

2009-03-24 Thread Michael A. Peters

$reply = new DOMDocument(1.0,utf-8);
$reply-formatOutput = true;
$headers = $reply-createElement(headers);
$body = $reply-createElement(body);
$subject = $reply-createElement(Subject,Re: [PHP] Tripple The Fun);
$to  = $reply-createElement(To,abdulazeez alugo 
defati...@hotmail.com);

$cc  = $reply-createElement(Cc:,php-general@lists.php.net);
$headers-appendChild($subject);
$headers-appendChild($to);
$headers-appendChild($cc);

$reply-appendChild($headers);

$message = $reply-createTextNode(About halfway through this, I 
realized I should have just used phpMailer instead of DOMDocument);

$body-appendChild($message);
$reply-appendChild($body);

print $reply-saveXML();

abdulazeez alugo wrote:

Hello guys,

The list seems boring to me today so I've come up with an idea (you can call it 
a challenge). What if we all wrote to this thread in PHP codes. on't get the 
gist yet? well all it means is that, on this thread, all that we should see 
must be written in PHP codes and it must be meaningful and relevant to any 
discussion on ground. The challenge starts. Now!

 


?php

$alugo=Hello guys, anyone up for the challenge?;

print $alugo;

?

_
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx



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