Hello,
Today I will release an antiscam protection for client compatible with RevCMS coded by Zubrag and adapted by me:
In order to install correctly this you will follow these steps:
1) Run this query:
ALTER TABLE `users` ADD `staffpin` TEXT NULL DEFAULT NULL
2) Insert 'stafflogin.php' in...
This is probably the best way of going about this.
Add these in your head tag (<head></head>)
First disable F12 element
<script>
$(document).keydown(function(e){
if(e.which === 123){
return false;
}
});
</script>
Then disable inspect element on right click
<script>...
Hello I am a certified PHP developer I have my own brute force script...
First you must run this sql code into your phpmyadmin/navicat
CREATE TABLE `login_attempts` (
`attempt_number` INT(11) NOT NULL,
`time` VARCHAR(255) NOT NULL,
`ip_addr` VARCHAR(255) NOT NULL,
PRIMARY KEY (`ip_addr`)...