Current location: Hot Scripts Forums » Programming Languages » PHP » protect code


protect code

Reply
  #1 (permalink)  
Old 04-25-05, 02:31 AM
netbakers's Avatar
netbakers netbakers is offline
Newbie Coder
 
Join Date: Dec 2004
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
protect code

Hi all,

how i can protect my web page ? i want to secure only "Powered By " line.

webcodelock is software to encrypt your code. have you any other solution with out encryption?
__________________
---------------------------------------------------------

info@netbakers.com

http://www.netbakers.com/
Reply With Quote
  #2 (permalink)  
Old 04-25-05, 05:27 AM
FiRe FiRe is offline
Code Guru
 
Join Date: Oct 2004
Location: UK
Posts: 801
Thanks: 0
Thanked 0 Times in 0 Posts
use zend to encode it!

the free way is to encode the line yourself, encode what you want in base64 then echo it using the decode bit!

PHP Code:

<? echo base64_decode('UG93ZXJlZCBieSBibGFoLi4u'); ?>

__________________
Alexa Share <-- Trade virtual shares in websites with this online game.

codR.us <-- Submit and vote for your favorite code snippets with codR.us.

XEWeb.net <-- The ultimate PHP resource network.
Reply With Quote
  #3 (permalink)  
Old 01-09-06, 02:39 AM
zend_decoder zend_decoder is offline
New Member
 
Join Date: Jan 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send me your file and I will protect the file for you (free)
__________________
Need to decode zend files ? Contact me for assistance
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Have a look at my JSP code which is not giving me the desired output j.gohel Everything Java 1 04-07-05 03:55 AM
Protect script code through Norton badg PHP 0 08-05-04 03:07 PM
Can anyone help me ? (problem using php variables in html db insert code) chronic_ PHP 2 06-13-04 11:19 AM
How to sale php code to customer without giving him code pradeep_soft PHP 4 03-12-04 12:10 PM
protecting code in PHP ckb PHP 12 01-02-04 08:53 AM


All times are GMT -5. The time now is 06:40 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.