Results 1 to 9 of 9

Thread: PHP Obfuscator

  1. #1
    Join Date
    Jan 2003
    Posts
    67

    PHP Obfuscator

    Hi

    i'm looking for a good PHP source code obfuscator.
    a free one.

    Does anyone know of one?

    thanks

  2. #2
    Join Date
    Mar 2004
    Posts
    1,468
    Simple way:
    sometimes people will just encode their code base_64 and then decode it in the script.

    However anybody could just go into the code and pate it in a decoder to get the info back.

  3. #3
    Join Date
    Mar 2003
    Location
    MD
    Posts
    640
    If you want something like that I suggest you try and of the following:

    Turks MMCache
    SourceGuardian
    IonCube
    Zend

  4. #4
    Join Date
    Jan 2003
    Posts
    67
    Originally posted by jasong
    Simple way:
    sometimes people will just encode their code base_64 and then decode it in the script.

    However anybody could just go into the code and pate it in a decoder to get the info back.
    you know i know what you mean

  5. #5
    Join Date
    Jan 2003
    Posts
    67
    Originally posted by t c
    If you want something like that I suggest you try and of the following:

    Turks MMCache
    SourceGuardian
    IonCube
    Zend
    the scripts will not be running on my server, what Zend offers for example is something i have to install on my server

  6. #6
    Join Date
    Nov 2003
    Location
    Uk
    Posts
    46
    My friend, also on this forum known as 'barrywien' runs a service..

    http://codemixup.com/

    its not free, but its very cheap..
    prices can be seen here http://codemixup.com/price.php

    Ive tried it myself, and it seems very good.

    Phil
    --PowerDesignz--FreeLance Designer
    --RefFolio--Free Reference Portfolio--
    PM me if you are interested in joining the Powerdesignz Network

  7. #7
    Join Date
    Jan 2003
    Posts
    674
    Originally posted by Jim999
    the scripts will not be running on my server, what Zend offers for example is something i have to install on my server
    As far as I am aware all you need is zend optimizer to run encoded scripts. Which is a free and very simple install for a server and no reason for any server not to have it.

  8. #8
    SourceGuardian also have a free Obfuscator. Try it out

  9. #9
    or write simple owns, which will change variable names, delete unneeded spaces, etc.
    In most situations it will require much time to understand how the code is work to try change it, than to write own or take another
    HostNodeList Web Host Directory, DEV.INTOEX.COM - products for online business

    Experienced web-developer | PHP | Smarty | Zend | Databases | Graphic design - looking for long-time relationship

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •