With all this talk about encoded scripts I was trying to think of other options to...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Damian_Maxcash
    So Fucking Banned
    • Oct 2002
    • 12745

    #1

    With all this talk about encoded scripts I was trying to think of other options to...

    Protect vendors and clients.

    I cant think of any short of recoding the progs in C or similar and compiling them to distribute as EXEs.

    I hate the idea that my sites are dependent on another server being up 24/7.

    Any other bright ideas?

    This is a NATS/MPA free thread!! (except for that bit)
  • sortie
    Confirmed User
    • Mar 2007
    • 7771

    #2
    Originally posted by Damian_Maxcash
    Protect vendors and clients.

    I cant think of any short of recoding the progs in C or similar and compiling them to distribute as EXEs.

    I hate the idea that my sites are dependent on another server being up 24/7.

    Any other bright ideas?

    This is a NATS/MPA free thread!! (except for that bit)
    I don't quite understand your question.

    Comment

    • ClickBuster
      Confirmed User
      • May 2004
      • 210

      #3
      LOL, yes, I'm sure you'll answer that question on GFY! Cmon now everybody - lets recode all open source PHP in C and compile... ROFL
      -- ClickBuster
      -- ICQ# 263653704
      -- Email: clickbuster1 [-at-] gmail [-dot-] com

      Comment

      • Damian_Maxcash
        So Fucking Banned
        • Oct 2002
        • 12745

        #4
        Originally posted by sortie
        I don't quite understand your question.
        How can you have a script on your computer only, while still protecting the code for the developers benefit?

        The only way I can think of doing it is to use compiled code and as far as I know there isnt a way of doing it with PHP...

        Comment

        • Damian_Maxcash
          So Fucking Banned
          • Oct 2002
          • 12745

          #5
          Originally posted by ClickBuster
          LOL, yes, I'm sure you'll answer that question on GFY! Cmon now everybody - lets recode all open source PHP in C and compile... ROFL
          I asked for alternatives and made it clear that redoing code in C and compiling is not realistic.

          You might also be suprised at what some people on GFY have come up with in the past.

          Comment

          • ClickBuster
            Confirmed User
            • May 2004
            • 210

            #6
            Originally posted by Damian_Maxcash
            How can you have a script on your computer only, while still protecting the code for the developers benefit?

            The only way I can think of doing it is to use compiled code and as far as I know there isnt a way of doing it with PHP...
            Currently - impossible if its coded in PHP
            -- ClickBuster
            -- ICQ# 263653704
            -- Email: clickbuster1 [-at-] gmail [-dot-] com

            Comment

            • GrouchyAdmin
              Now choke yourself!
              • Apr 2006
              • 12085

              #7
              Improbable.

              If you don't want someone to have your source, you have to convert it to p-code, such as the case with Zend/ionCube or an executable. Making a platform specific program hinders you and makes it nearly impossible to support.

              Comment

              • sortie
                Confirmed User
                • Mar 2007
                • 7771

                #8
                Originally posted by Damian_Maxcash
                How can you have a script on your computer only, while still protecting the code for the developers benefit?

                The only way I can think of doing it is to use compiled code and as far as I know there isnt a way of doing it with PHP...
                You are right. Compiling in C is about the only way and you still have to be careful how you set that up.

                Just search on my nick and see when I released tubecgi in C and because of not wanting to get on everyone's server and fix libraries, I re-wrote it in perl.
                Then do a search on tube scripts and see how many new tube scripts were amazingly now for sale after I released in perl.

                Those half assed copies are going to fuck up but people have to get abused before they realize it.

                Comment

                • DamageX
                  Marketing & Strategy
                  • Jun 2001
                  • 14293

                  #9
                  Enout encoding, I believe I've seen it posted that Zend-encoding can be decoded. Does the same hold true for ioncube-encoding?
                  Whitehat is for chumps

                  If you don't do it, somebody else will - true story!

                  Comment

                  • sortie
                    Confirmed User
                    • Mar 2007
                    • 7771

                    #10
                    Originally posted by DamageX
                    Enout encoding, I believe I've seen it posted that Zend-encoding can be decoded. Does the same hold true for ioncube-encoding?
                    Everything can be unencoded by the right people but in many cases the unencode code is so fucked that they can't do much with it that is practical in time and energy.

                    Comment

                    Working...