If you wish I can help with it for you. Iam programming on php (back end) and front end (js,css,html) at work, for ablout 2 yrs.
make
<input type="text" name="spablc" class="spablc">
in login screen
in php write
if($_POST[spablc]){
exit();
}
in css file
.spablc{
display:none;
}
Thats it :D. It will be protected now
make
<input type="text" name="spablc" class="spablc">
in login screen
in php write
if($_POST[spablc]){
exit();
}
in css file
.spablc{
display:none;
}
Thats it :D. It will be protected now
