Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
[Release] CookieFramework 2- Updated & Optimized.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Weasel" data-source="post: 204116" data-attributes="member: 9520"><p>I agree with this, there is no actual 'security'. They go in the file, and they change </p><p>[PHP] /* Make sure the user don't change the cms name. */</p><p> if(cms_cf == 'CookieFramework 2')</p><p> {</p><p> $hybrid = true;</p><p> }</p><p> else</p><p> {</p><p> die('CookieFramework Copyright error: Don\'t change the name of the cms!');</p><p> }[/PHP]</p><p> </p><p>to</p><p>[PHP] /* Make sure the user don't change the cms name. */</p><p> if(cms_cf == 'AwesomeRenamedFramework 142.0')</p><p> {</p><p> $hybrid = true;</p><p> }</p><p> else</p><p> {</p><p> die('Awesome Error: Don\'t change the name of the cms, its AwesomeCMS!');</p><p> }[/PHP]</p><p> </p><p>Or even simpler, they change == with !=.</p></blockquote><p></p>
[QUOTE="Weasel, post: 204116, member: 9520"] I agree with this, there is no actual 'security'. They go in the file, and they change [PHP] /* Make sure the user don't change the cms name. */ if(cms_cf == 'CookieFramework 2') { $hybrid = true; } else { die('CookieFramework Copyright error: Don\'t change the name of the cms!'); }[/PHP] to [PHP] /* Make sure the user don't change the cms name. */ if(cms_cf == 'AwesomeRenamedFramework 142.0') { $hybrid = true; } else { die('Awesome Error: Don\'t change the name of the cms, its AwesomeCMS!'); }[/PHP] Or even simpler, they change == with !=. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
[Release] CookieFramework 2- Updated & Optimized.
Top