Copyright Cms Etc.
just wondering how do i copyright a cms? or protect myself from people stealing it.
etc. can i sell a open source project? has anybody done this sort of thing before.
View Complete Forum Thread with Replies
Sponsored Links:
Related Messages:
Copyright Problems
I am making a new script and there are some copyright problems, what i mean is that, if i write a COPYRIGHT STATEMENT at the bottom of the page, people juse remove it and its getting really annoying. So does any one know of any code where it makes the script stop working when they remove the copyright. -OR- does anyone know a PHP ENCODING tool (not an obfuscator) like they have in ColdFusion where you can encode the real version of the script, if so, can anyone please tell me where i can find it.
View Replies !
View Related
Better Copyright Function?
Im having a problem with people discovering how to crack the copyright removal on one of my scripts, and Im trying to look for a better way to protect the copyright, and to offer copyright removal without it being cracked. Do you guys have any suggestions?
View Replies !
View Related
Protecting Your Copyright
Lets say I have include("copyright.php") in a php file, now I dont want anybody to remove this but can remove the other text or code, do you know how? I heard there is an option in IonCuber but I dont want to encode the whole php file.
View Replies !
View Related
Copyright At The Bottom
im getting no errors but the only thing displaying is the copyright at the bottom of the page. Anyone tell me whats wrong? Home.php_____________________ <?php require('includes/page.inc'); $homepage = new page(); $homepage ->SetContent('<table width="95%" height="239" border="0" align="center" cellpadding="0" cellspacing="0" > <tr> <td width="120" height="69" bgcolor="#99CC00" align="center">jhg </td> <td>this was inherited</td> .......................
View Replies !
View Related
Photo Copyright
I really don't know where to ask this question, but is there any other way to place a watermark copyright on a photograph besides doing it in photoshop or some sort of photo software?
View Replies !
View Related
Copyright Tied To PR Variable.
I tried looking this one up, it likely exists, but i dont know what terms to search for so... scenario: I offer downloadable software or script or templates etc. On that internet viewable code is my copyright at the bottom with a link back to my site. I have no control over the type of site who will use my software, or its quality, so can I add some code that removes the link back to my site if page PR is below say.. 2. PR1 and PR0 pages would simply display copyright without link. It can be done but... should it? and where to start?
View Replies !
View Related
Simple Copyright Line
I want to echo out the copyright at the footer of my page (still a noob). Here's what I have in my vars page. $copyright = '<span class="smallwhite">© 2007 Stone Island Records </span>'; Then I just echo.. <?php echo $copyright; ?> What I really want to do is have php adjust the year for me. So do I have to make 3 variables, one for the copyright symbol, one to display the current year & another to display our name, or is there a simpler way of doing this?
View Replies !
View Related
MySQL Database To Manage All Copyright Notices
My problem is with copyright and as others have pointed out is it is quite easy just to take the code from the page that displays the copyright. For example if using JavaScript, all you need to do is to remove the bit of JavaScript that points to your external file. The only benefit I see to using a JavaScript file is you can remotely control the content of the copyright notice, but it does not really stop them removing it and is a right pain to modify each file if you need to change the notice. Say there are 100 sites/systems. What I think might be better, although a little harder to setup would be to use a database (MySQL) to show the copyright notice. I can see there are a few benefits to this, e.g... - You can use one file on all 'systems' you want to copyright. If someone removes it, it will error their system, as I can include important bits of the system in this external file. Therefore, they cannot remove the notice. If you update this file, it will update across all systems. - I can use the one database to manage all copyright notices. Rather than separate files. So when you want to modify its saves so much time. - I can use the database to store other important information such as license keys, company name, URL, expiry dates etc.... I might be misunderstanding the complexity of what I wish to achieve, but I believe copyright notices are begging to be done in an external database with an external file, at least that way they cannot remove anything. I have one sticking point however; I have no idea how to do this! Are there any takers that can point me to a good example on how to carry this out, or anyone that already has a script like this that they could share with me.
View Replies !
View Related
|