PHP guru s: compiling PHP code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zester
    Confirmed User
    • Jul 2003
    • 5344

    #1

    PHP guru s: compiling PHP code

    Just started to code a little in PHP and I've written a cute little script in PHP I am thinking of selling.
    is there a way to compile PHP scripts in order to hide the source code?
    * Mainstream ? $65 per sale
    * new male contraception
  • BoyAlley
    So Fucking Gay
    • Nov 2004
    • 19714

    #2
    Their site is fucky slow right now, but what you want is the "zend encoder"

    http://www.zend.com/

    Comment

    • Zester
      Confirmed User
      • Jul 2003
      • 5344

      #3
      thanks

      http://zend.com/store/products/zend-encoder.php

      I can't believe this thing is free and will work on every server without any installation requirments on the customer's party.

      I wonder if there is a catch

      was aren't everybody usnig it? I still see open source php code all the tim
      Last edited by Zester; 12-11-2005, 12:13 AM.
      * Mainstream ? $65 per sale
      * new male contraception

      Comment

      • darksoul
        Confirmed User
        • Apr 2002
        • 4997

        #4
        Originally posted by Zester
        thanks

        http://zend.com/store/products/zend-encoder.php

        I can't believe this thing is free and will work on every server without any installation requirments on the customer's party.

        I wonder if there is a catch

        was aren't everybody usnig it? I still see open source php code all the tim
        because they're reading it right.
        Hook me up with a free copy whenever you get it
        1337 5y54|)m1n: 157717888
        BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
        Cambooth

        Comment

        • gg1e21
          Confirmed User
          • Nov 2005
          • 116

          #5
          To encode the script, you need paid software from Zend.

          To run the encoded script, the server has to use a free "add-on".

          Comment

          • Jace
            FBOP Class Of 2013
            • Jan 2004
            • 35562

            #6
            Originally posted by Zester
            thanks

            http://zend.com/store/products/zend-encoder.php

            I can't believe this thing is free and will work on every server without any installation requirments on the customer's party.

            I wonder if there is a catch

            was aren't everybody usnig it? I still see open source php code all the tim
            any large commercial script I have bought is using zend

            and you have to pay to encode, but the decoder is free

            Comment

            • Trax
              [----------------------]
              • Aug 2001
              • 14486

              #7
              i cant believe you coded a php script and dont know about zend lol
              i would really love you to write my scripts hehe

              Comment

              • Damian_Maxcash
                So Fucking Banned
                • Oct 2002
                • 12745

                #8
                Originally posted by Zester
                thanks

                http://zend.com/store/products/zend-encoder.php

                I can't believe this thing is free and will work on every server without any installation requirments on the customer's party.

                I wonder if there is a catch

                was aren't everybody usnig it? I still see open source php code all the tim
                Zend is far from free - 2-3K or more.

                Comment

                • Damian_Maxcash
                  So Fucking Banned
                  • Oct 2002
                  • 12745

                  #9
                  A free alternative is ioncube.com

                  Comment

                  • chaze
                    Confirmed User
                    • Aug 2002
                    • 9774

                    #10
                    Originally posted by damian2001
                    A free alternative is ioncube.com
                    But running cude and zend on the same server can cause problems from what I hear. I would pick one and stick with it unless you have multiple servers.
                    Like the desert needs the rain
                    We do fully manged WordPress, VPS, and Servers. Adult Host Pro https://adulthostpro.com/ Since 2001

                    Comment

                    • gg1e21
                      Confirmed User
                      • Nov 2005
                      • 116

                      #11
                      ioncube is years lagging behind Zend

                      Zend are the backbone of PHP

                      PHP is light years ahead of Perl*








                      * Just to piss of the Perl geeks

                      Comment

                      • Damian_Maxcash
                        So Fucking Banned
                        • Oct 2002
                        • 12745

                        #12
                        Originally posted by gg1e21
                        ioncube is years lagging behind Zend

                        Zend are the backbone of PHP

                        PHP is light years ahead of Perl*








                        * Just to piss of the Perl geeks
                        Zend are the worst kind of skum - PHP is free and they want to make it chargeable.

                        Comment

                        • studiocritic
                          Confirmed User
                          • Jun 2005
                          • 2442

                          #13
                          Originally posted by damian2001
                          Zend are the worst kind of skum - PHP is free and they want to make it chargeable.
                          uhm.. yeah. <hands damian a clue>
                          254342256

                          Comment

                          • disregard
                            Confirmed User
                            • May 2004
                            • 118

                            #14
                            If your client is not technical and is not dishonest enough to pay someone to reverse engineer, you can try my free code obfuscator. I don't have a page up for it anymore, but there's copies all over the net. Try searching for PHP Code Obfuscator (in quotes)..

                            It's easy for a techie to reverse engineer (you can recover the exact source code in about 10 minutes if you're technical) but if you're smart you can make it uneconomical for an untechnical client to steal the code from you.
                            house o' fart

                            Comment

                            • disregard
                              Confirmed User
                              • May 2004
                              • 118

                              #15
                              Oh, and as far as being able to write code, and not being able to install zend.. People seem to have forgotten.. sysadmin skill are *very* different from programming skills. Generalists know both, and may even be particularly good at one.. very few people are very good at both. Most *educated* (disclaimer) programmers are ONLY good at programming.

                              (disclaimer) -- you can be educated without school.. but I mean school educated.
                              house o' fart

                              Comment

                              • gg1e21
                                Confirmed User
                                • Nov 2005
                                • 116

                                #16
                                Originally posted by damian2001
                                Zend are the worst kind of skum - PHP is free and they want to make it chargeable.
                                Every single professional PHP programmer reading this will be laughing out loud

                                PHP core code is written by Zend
                                Last edited by gg1e21; 12-11-2005, 02:54 AM.

                                Comment

                                • Zester
                                  Confirmed User
                                  • Jul 2003
                                  • 5344

                                  #17
                                  Originally posted by Trax
                                  i cant believe you coded a php script and dont know about zend lol
                                  i would really love you to write my scripts hehe
                                  I just wrote one of my first codes after looking at a php tutorial googling "learn php".
                                  and guess what?there was no Zend mentioned there so you wanna kiss my ass
                                  Last edited by Zester; 12-11-2005, 03:22 AM.
                                  * Mainstream ? $65 per sale
                                  * new male contraception

                                  Comment

                                  • studiocritic
                                    Confirmed User
                                    • Jun 2005
                                    • 2442

                                    #18
                                    Originally posted by gg1e21
                                    Every single professional PHP programmer reading this will be laughing out loud

                                    PHP core code is written by Zend
                                    hehe.. don't tell the trolls.
                                    254342256

                                    Comment

                                    • Damian_Maxcash
                                      So Fucking Banned
                                      • Oct 2002
                                      • 12745

                                      #19
                                      Originally posted by gg1e21
                                      Every single professional PHP programmer reading this will be laughing out loud

                                      PHP core code is written by Zend
                                      That would be the free php that we all know and love right?

                                      Comment

                                      • Nookster
                                        Confirmed IT Professional
                                        • Nov 2005
                                        • 3744

                                        #20
                                        Originally posted by damian2001
                                        That would be the free php that we all know and love right?
                                        lol yes man. Google "Rasmus Lerdorf" and "Zend" combined and get to reading.
                                        The Best Affiliate Software, Ever.

                                        Comment

                                        • Damian_Maxcash
                                          So Fucking Banned
                                          • Oct 2002
                                          • 12745

                                          #21
                                          Originally posted by Nookster
                                          lol yes man. Google "Rasmus Lerdorf" and "Zend" combined and get to reading.
                                          lol - I would, but then my ISP would know I was a geek as well.

                                          anyway - PHP is free - you can keep it free by using ioncube etc. - if you want to spend cold hard cash then use .NET - lets face it, its a better product anyway

                                          Comment

                                          Working...