mfoland Posted October 24, 2011 Share Posted October 24, 2011 Hello, I am creating a website with the use of php and mysql. While I am not advanced, I've been learning quite a bit on php. However, I am looking to build a tracker type script and hide it into my coding so that if someone were to hack into my website and take my website coding, that it would send me an email notifying that they were using my coding. How would I go about this? If you can help me, i'd be glad to credit you! Thank you! Quote Link to comment https://forums.phpfreaks.com/topic/249679-script-to-track-if-people-are-using-code-on-different-server-and-send-email/ Share on other sites More sharing options...
trq Posted October 24, 2011 Share Posted October 24, 2011 Theres not really any decent method of hiding it. mail. Quote Link to comment https://forums.phpfreaks.com/topic/249679-script-to-track-if-people-are-using-code-on-different-server-and-send-email/#findComment-1281713 Share on other sites More sharing options...
mfoland Posted October 24, 2011 Author Share Posted October 24, 2011 Hmm.. ok.. How would I build one then possibly put it on a page somehow? Quote Link to comment https://forums.phpfreaks.com/topic/249679-script-to-track-if-people-are-using-code-on-different-server-and-send-email/#findComment-1281809 Share on other sites More sharing options...
ManiacDan Posted October 24, 2011 Share Posted October 24, 2011 If someone steals your code, they'll be able to simply highlight this tracking code and press backspace. You can protect your code with ioncube or something. However, note that people don't break into your server to steal your mediocre PHP code. You said it yourself that you're not that skilled. If someone were to break into your server, they'd steal your passwords and (fsm forbid) any credit card numbers you were storing. They don't want your code. Protection code of the type you're talking about is generally included with commercial code that's actually for sale. -Dan Quote Link to comment https://forums.phpfreaks.com/topic/249679-script-to-track-if-people-are-using-code-on-different-server-and-send-email/#findComment-1281815 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.