Re: Weird Behavior

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Oct 20, 2010 at 07:02:49PM -0400, admin@xxxxxxxxxxxxxxxxxxx wrote:
> Hmmmmm
> 
> I guess the little person inside, just hates the long way of doing
> something.
> 
> 
> My suggestion
> 
> $CD = 1287583899;
> $q1s = 1283313600;
> $q1e = 1291093200;
> $q2s = 1291179600;
> $q2e = 1298869200;
> $q3s = 1298955600;
> $q3e = 1306814400;
> $q4s = 1306900800;
> $q4e = 1314763200;
> 
> for($a=1; $a<=4; $a++)
> {
> 	$sSQ = "q".$a."s";
> 	$eSQ = "q".$a."e";
> 	if(($CD >= $$sSQ) && ($CD <= $$eSQ)){ $qCUR = "$a";}
> }
> 
> echo $qCUR;
> 
> The result is 1
> 
> 
> 
> 
> Richard L. Buskirk

There is also a very cool Wikipedia page for more code obfuscation hints:

http://en.wikipedia.org/wiki/Obfuscated_code

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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux