Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #15556 > unrolled thread

PHP Packer

Started byMASTER TROLL BAIT <0ntariokingston@gmail.com>
First post2015-07-02 15:26 -0700
Last post2015-07-03 12:34 -0700
Articles 3 — 3 participants

Back to article view | Back to comp.lang.php


Contents

  PHP Packer MASTER TROLL BAIT <0ntariokingston@gmail.com> - 2015-07-02 15:26 -0700
    Re: PHP Packer Jerry Stuckle <jstucklex@attglobal.net> - 2015-07-02 19:28 -0400
    Re: PHP Packer Dave Brown <0ntariokingston@gmail.com> - 2015-07-03 12:34 -0700

#15556 — PHP Packer

FromMASTER TROLL BAIT <0ntariokingston@gmail.com>
Date2015-07-02 15:26 -0700
SubjectPHP Packer
Message-ID<73e8e9fc-6abb-40f5-8601-03dc68df0844@googlegroups.com>
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)

[toc] | [next] | [standalone]


#15557

FromJerry Stuckle <jstucklex@attglobal.net>
Date2015-07-02 19:28 -0400
Message-ID<mn4hbu$a2o$2@dont-email.me>
In reply to#15556
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
jstucklex@attglobal.net
==================

[toc] | [prev] | [next] | [standalone]


#15558

FromDave Brown <0ntariokingston@gmail.com>
Date2015-07-03 12:34 -0700
Message-ID<1e78e97e-d7a5-4eca-8ac9-2c511cd9d520@googlegroups.com>
In reply to#15556
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

> 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.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.php


csiph-web