1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Secure an application

Discussion in 'PHP' started by piropeator, Jan 19, 2017.

  1. #1
    When I install a php application on a client (local network) this application can be copied and reinstalled on another pc.
    Is there any way to secure my application?
     
    piropeator, Jan 19, 2017 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    For any real purposes, no, not really. You have things like Zend Guard, but it's a pay-only solution, and it has a history of not ever being very secure in any way: http://www.zend.com/en/products/zend-guard
     
    PoPSiCLe, Jan 19, 2017 IP
  3. AlexMGM

    AlexMGM Greenhorn

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    you can also use this one: https://www.ioncube.com/php_encoder.php
     
    AlexMGM, Jan 26, 2017 IP
  4. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #4
    Since it's reversible, there is no real security involved. It just makes it slightly harder to get at the code, and makes making changes almost impossible, since it involves a lot of hassle. My tip: don't.
     
    PoPSiCLe, Jan 26, 2017 IP