Welcome Guest, Not a member yet? Register   Sign In
Protecting code from unauthorised access
#1

[eluser]Sudz[/eluser]
Hi buddy

I had developed a web application which is on client web server.
I want to protect my whole code
so that no one can get the access to read or write to my code.

How can i do this?
Please help.
#2

[eluser]danmontgomery[/eluser]
http://www.ioncube.com/sa_encoder.php
http://www.zend.com/en/products/guard/
#3

[eluser]ProImage Web[/eluser]
You could try removing your code, placing this in the index.php file on your clients server, then do a remote db connection for any db interactivity.

include 'http://www.example.com/file.php?foo=1&bar=2';

$foo = 1;
$bar = 2;
include 'file.txt';
include 'file.php';


MORE on the INCLUDE() function here:
http://us2.php.net/manual/en/function.include.php
#4

[eluser]Nick_MyShuitings[/eluser]
[quote author="Sudhakar@CI" date="1305724310"]Hi buddy

I had developed a web application which is on client web server.
I want to protect my whole code
so that no one can get the access to read or write to my code.

How can i do this?
Please help.[/quote]

Depending on your contract with the client, that sounds like a recipe for a pissed off client. Most clients make you sign a work for hire or something similar, which means that once they paid you, they own the code.
#5

[eluser]skunkbad[/eluser]
Depending on your server type and configuration, you should be able to restrict access by IP, assuming you still require access. For Apache, you can find many tutorials online how to do this.

See this: http://htaccessfile.com/htaccess-allow-ip-addresses
#6

[eluser]Sudz[/eluser]
[quote author="Nick_MyShuitings" date="1305793725"]

Depending on your contract with the client, that sounds like a recipe for a pissed off client. Most clients make you sign a work for hire or something similar, which means that once they paid you, they own the code.[/quote]

No thats not the matter.
Client is one of my companion and i dont want that he misuse my code.
#7

[eluser]Sudz[/eluser]
Thanks to all,

But I need more explanation can anyone help?.
#8

[eluser]Sudz[/eluser]
[quote author="noctrum" date="1305735087"]http://www.ioncube.com/sa_encoder.php
http://www.zend.com/en/products/guard/[/quote]

Ya its good tool.
But is there any solution so that i can do it programmatically.
I just want that my file should be read,copy and write protected.
#9

[eluser]InsiteFX[/eluser]
You can try this one also.

ByteRun Protector for PHP

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB