473,473 Members | 1,782 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How to prevent editing of a cleartext license file.

shoonya
161 New Member
helloo..

there is a software which uses licensing scheme to restricr the user.
all the things (the php codes, the licensing server) are with any organization.
the php page checks the license from the licensing server and do accodingly

Now since the php page is a text file with the organization, so they may change the conditional statement in php to allow more people to work on that software

Is there any way to prevent this.
May 18 '07 #1
3 1395
rug
6 New Member
Try hosting the code you need secured on a secure server outside the organization and have your PHP scripts or other software inside the organization call on these scripts.

Or else you could build a mini web-server executable that accepts some input and outputs accordingly. You can build this using sockets, not that hard.


Cheers,
rug
May 18 '07 #2
pbmods
5,821 Recognized Expert Expert
Changed thread title to better match contents.

Have you tried using Zend Guard?

You could also try obfuscating your license file (such as using str_rot13). But that will only discourage casual abuse.
May 18 '07 #3
shoonya
161 New Member
Changed thread title to better match contents.

Have you tried using Zend Guard?

You could also try obfuscating your license file (such as using str_rot13). But that will only discourage casual abuse.
@pbmods

thnx a ton
cn u be more descriptive
May 21 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Alberto | last post by:
I am struggling with the php mail function so to allow a multipart mime settings where both the message and any set of attachments can be allowed. Teorically, I'd know how to do. I build up my...
3
by: Brian Mitchell | last post by:
How do I prevent other people from using the dll's I create? I looked at identity permissions but it looks like those are more for identifying an assembly. Any help would be great. Thanks!!
14
by: Ludwig77 | last post by:
I read that there are some tags that can be entered in a web page's meta tags in order to prevent web bot searching and indexing of the web page for search engines. What is the tagging that I...
2
by: Amine | last post by:
Hi ALL, I am trying to add a license agreement to my setup project. I have added the lic.rtf file to the setup project and added the "License Agreement" dialog to the setup. But when I run the...
4
by: P1ayboy | last post by:
I need advice on how to best to protect software with licenses. We are developing a windows application that people can purchase and download off the net, but the software needs to be protected...
5
by: Sharon | last post by:
I have a DataGrid on my Form, and I wish to disable any cell editing. For example; when the user clicks on a cell, the cell become editable by changing its color to gray and context menu is shown...
0
by: Jon Paal | last post by:
Cannot get license file to validate to "valid" - what is missing ? '================ page file - default.aspx ============= <%@ Page Language="vb" Debug="true"%> <%@ Import...
13
by: ts-dev | last post by:
Is it possible to prevent modification of a python file once its been deployed? File permissions of the OS could be used..but that doesn't seem very secure. The root of my question is verifying...
3
by: Dave | last post by:
Does Microsoft have ANY plans for .Net to allow developers to protect their software from decompilation of the intellectual property or easily hacking an otherwise secure licensing scheme by simply...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.