/* Password Protection Script by www.bloggerspice.com*/
var password = ‘123456687’
password=prompt(‘Please enter the Admin Password to enter Admin Panel:’,”);
if (password != ‘12345687’) {
location.href=’PAGE URL HERE’;
}
/* Password Protection Script by www.bloggerspice.com*/
var password = ‘123456687’
password=prompt(‘Please enter the Admin Password to enter Admin Panel:’,”);
if (password != ‘12345687’) {
location.href=’PAGE URL HERE’;
}
Sign in to your account