View Single Post
  #2  
Old 10-28-2011, 08:38 AM
Inf3rnal's Avatar
Inf3rnal Inf3rnal is offline
Member
 
Join Date: Mar 2011
Location: Florida
Posts: 108
Gender: Male
Credits: 23,697
Inf3rnal is on a distinguished road
Default

Inspect Element is a feature pretty much all browsers have and there isn't a way to block it.

If you make security checks in your code you can make sure no one edited the form fields.
It's called SQL Injection and it can be done using those unless you have serverside checks.

Most of Mysidia has to be recoded to prevent those because if someone uses the right SQL statement they can drop your whole database and that wouldn't be good.
__________________
Finished Mods/Themes:
Admin Notes | Better Messages Buttons | Avatars in Memberlist
Chibiry! Theme | Midnight Rain Theme
Work in Progress:
Redesign of the core functions
Couple more themes
Reply With Quote