Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2004
    Location
    USA
    Posts
    4,345

    Lightbulb Whats the best PHP encoder?

    On certain conditions:

    Folder must not be CMOD to moer than 755 (for security reasons)..

    User must not download any sort of program..

    Compatible with and from most php verisons..

    User must not have to have the same php verison the program was made in..

    thank you,
    aziz
    Testing 1.. Testing 1..2.. Testing 1..2..3...
      0 Not allowed!

  2. #2
    Join Date
    Mar 2004
    Location
    USA
    Posts
    4,345
    Zend seems to be the closet one of all..

    ion says i must change the php.ini (which no one has access to on shared hosting)..

    I guess its the closes

    Peace,
    Testing 1.. Testing 1..2.. Testing 1..2..3...
      0 Not allowed!

  3. #3
    Join Date
    May 2002
    Location
    UK
    Posts
    2,997
    ionCube does not require access to php.ini so long as a) safe mode is off and b) dl() is enabled.
      0 Not allowed!

  4. #4
    Join Date
    Mar 2004
    Location
    USA
    Posts
    4,345
    Originally posted by Rich2k
    ionCube does not require access to php.ini so long as a) safe mode is off and b) dl() is enabled.
    i read in there faq's that it is?

    are the above seetings normal?
    Testing 1.. Testing 1..2.. Testing 1..2..3...
      0 Not allowed!

  5. #5
    Join Date
    Jan 2003
    Posts
    259
    Those are usually set by default. IonCube is more what your looking for (then Zend?) since you don't need to install the Optimizer for it.
    "Television has brought back murder into the home -- where it belongs."
    ♣ Alfred Hitchcock ♣
      0 Not allowed!

  6. #6
    Join Date
    Jun 2002
    Location
    Kansas City
    Posts
    12
    safe mode is often turned on in shared servers
    Email : ben.summers@gmail.com | AIM : beeeeeeeeeeeeeen | MSN : ben@bensummers.net
      0 Not allowed!

  7. #7
    Join Date
    May 2002
    Location
    UK
    Posts
    2,997
    Originally posted by azizny
    i read in there faq's that it is?

    are the above seetings normal?
    I don't have it in my php.ini and yet I actually generate encoded files myself and they run just fine. I think you'll find a scary amount of shared hosts don't have safe mode turned on.
      0 Not allowed!

Posting Permissions

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