What's on your CTRL+V?
Collapse
This topic is closed.
X
X
-
-
-
Re: What's on your CTRL+V?
EyE Ish PreshiDent
(lol, i just posted that...)Originally posted by dAnceguy117esm, you are a fucking legendOriginally posted by Arntonachwow ur prettyOriginally posted by MrGigglescaring should be a get-outable offenseComment
-
Comment
-
-
Re: What's on your CTRL+V?
hahaha. classic game of Duck Hunt! =]
Comment
-
Comment
-
Re: What's on your CTRL+V?
PHP Code:<?php
function decode($text_org)
{
$text = @gzinflate(str_rot13(base64_decode($text_org)));
if($text==false)
{
$text = @gzinflate(base64_decode($text_org));
}
$start1 = '?><? eval(gzinflate(str_rot13(base64_decode(\'';
$end1 = '\'))? )); ?><?';
$strpos1 = strpos($text,$start1);
if($strpos1===0)
{
$new_text = substr($text,strlen($start1),(strlen($end1))*-1);
decode($new_text);
}
elseif($strpos1===false)
{
$start2 = '?><? eval(gzinflate(base64_decode(\'';
$end2 = '\'))); ?><?';
$strpos2 = strpos($text,$start2);
if($strpos2===0)
{
$new_text = substr($text,strlen($start2),(strlen($end2))*-1);
decode($new_text,$rec);
}
}
if(strpos($text,'?><? eval')===false)
die (substr($text,2,-2));
}
?>
Comment
-
-













Comment