Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PHP Packer

32 views
Skip to first unread message

MASTER TROLL BAIT

unread,
Jul 2, 2015, 6:26:42 PM7/2/15
to
http://www.whak.ca/packer/PHP.htm is a PHP2PHP packer similar in workings to http://dean.edwards.name/packer/ that is a well known JavaScript2JS Packer. It doesn't take long before compression of sorts will be achieved.

Please let me know of any glitches with this PHP version as I just made it. It is actually JavaScript that generates the PHP code.

Example Code Made by Generator:

$chars=str_split('ÀÄÆÈÊ');
$words=explode('|','seekfreak|tring|http|www|com');
$map='$Ä=\'<a href="Æ://È.À.Ê">Æ://È.À.Ê</a>\';echo($Ä);';
eval(str_replace($chars,$words,$map));

Unpacker/Decompressor/Extractor is Only 70 Bytes!

$x=str_split("");$y=explode("|","");$z='';eval(str_replace($x,$y,$z));

Handy Uses For This Tool:

-packing and escaping HTML with embedded CSS, JavaScript (just change eval to echo)

-obfuscating your PHP source code

-discovering repeated words

-seeing the basics of almost all compression @ work (search/replace of repetitive words)

Jerry Stuckle

unread,
Jul 2, 2015, 7:28:23 PM7/2/15
to
On 7/2/2015 6:26 PM, MASTER TROLL BAIT wrote:
> http://iamaspammer.ca/packer/PHP.htm is a PHP2PHP packer similar in workings to http://i.am.a.spammer.name/packer/ that is a well known JavaScript2JS Packer. It doesn't take long before compression of sorts will be achieved.
>
> Please let me know of any glitches with this PHP version as I just made it. It is actually JavaScript that generates the PHP code.
>

You're still spamming this piece of crap? No one in their right mind
would use it. I guess that's why you have to SPAM usenet so that maybe
someone will be enough of a sucker to try it.

You're almost right with your name - MASTER BAITER is more accurate.

<snip more crap>

And you still don't even know how to crosspost...


--
==================
Remove the "x" from my email address
Jerry Stuckle
jstu...@attglobal.net
==================

Dave Brown

unread,
Jul 3, 2015, 3:35:05 PM7/3/15
to
If you are like me, then you program is all languages, so here is the alternative server side packer for ASP: http://www.whak.ca/packer/ASP.htm
0 new messages