Follow us on twitter

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.


  1.  
    Guys
    Is any free PHP source code encryption software available? if so list give there names?

  2.  
    free ? no .. but give a try to TrueBug

    • CommentAuthorJunyann
    • CommentTimeOct 14th 2009
     
    ne0hack3r currently my project is php web apps we are using ioncube but i want know how to create a dll or extension to protect my code without using ioncube loader .even if they took the entire folder and put in anyother server it should ask for a password or licence to work?
    one more thing we will deploy it as a LAN based application.

    • CommentAuthorJunyann
    • CommentTimeOct 14th 2009 edited
     

    Thanks guys.
    dark immortal nu coder looks cool although its not free ...i will give a try, Thank u ! 


    • CommentAuthorLeeching
    • CommentTimeOct 14th 2009 edited
     
     
    Thanks guys.
    dark immortal nu coder looks cool although its not free ...i will give a try, Thank u ! 



    :) )


    • CommentAuthorJunyann
    • CommentTimeOct 14th 2009
     
    guys 1 more doubt. Just forgot about encryption for time being
    is there any way to hide the include files from the web application package where the include file contains the actual class for a specific function? is there any way to make a dll like windows applications? The apps should work only if the dll or registry key exists ?

    • CommentAuthorLevi666
    • CommentTimeOct 14th 2009
     
    The only real sure fire way to make sure your code is always protected is to keep it... Give the client a front-end that runs all of scripts on the server via API calls.

    This is a nice way to distribute licenses for software - they have the front-end you give them, no matter what they do with that code - it just gets information from the server

    • CommentAuthorJunyann
    • CommentTimeOct 16th 2009
     
    any innovative ideas to develop our own extension to encrypt or protect our web applications?

    • CommentAuthorJunyann
    • CommentTimeOct 17th 2009
     
    come on PHP gurus pls help to find the solution !

    • CommentAuthorJunyann
    • CommentTimeOct 22nd 2009 edited
     

    Guys any one know about wring our own custom extension?