|
Post by llxwarbirdxll on Jan 16, 2005 21:18:19 GMT
I noticed that theres a link to the admin cp which could be a problem to some people that dont want their saybox hacked. So I made a code that hides the admin link: <script type="text/javascript"> function hideadmin() { SBlinks.style.visibility = "hidden"; } window.onload=hideadmin; </script> Preview: birdtest.proboards34.com
|
|
|
Post by Renegade on Jan 16, 2005 21:24:48 GMT
I noticed that theres a link to the admin cp which could be a problem to some people that dont want their saybox hacked. So I made a code that hides the admin link: <script type="text/javascript"> function hideadmin() { SBlinks.style.visibility = "hidden"; } window.onload=hideadmin; </script> Preview: birdtest.proboards34.comNice code, but you could just uncheck the "Display admin link" option from the "Preferences" page of your admin panel
|
|
|
Post by llxwarbirdxll on Jan 16, 2005 21:27:12 GMT
Nice code, but you could just uncheck the "Display admin link" option from the "Preferences" page of your admin panel omg!!! I NEVER KNEW THAT
|
|
|
Post by phantom on Jan 20, 2005 0:21:56 GMT
um.... how would someone following your admin link make it any easier for them to HACK your account? it might make it easier to CRACK it perhaps...
|
|
|
Post by Ron on Jan 21, 2005 0:13:26 GMT
um.... how would someone following your admin link make it any easier for them to HACK your account? it might make it easier to CRACK it perhaps... Either way it wouldn't decrease the chances that someone can guess your password to gain access to your account as there is a login form on the main SayBox website.
|
|