Jump to content
MakeWebGames

Recommended Posts

Posted

I know there has already been one of these made but this ones unique no SQL required, Can be used on any page.

You can put in a single user/pass for everyone or use a different user/pass for each person you want to access the file.

Price: $10

Screenshot:

pwprotect.jpg

PM me if your interested.

Posted

Re: Password Protect Staff/Admin Panel

Password protecting the admin pannel has never made sense to me because if they have the staffs password (usually by keylogger etc) then they would have the staff password too?

Posted

Re: Password Protect Staff/Admin Panel

No because the username/passwords are stored in this file. You obviously use a different user/pass then you game one so they could be sat there for hours fingering it out.

You use a different user/pass for each staff member.

Posted

Re: Password Protect Staff/Admin Panel

seriusly useless :-o

I made the other free one into a way better one where my staff can choose there own particular password apart from there game password and such.

What happens if one of your staff hates you but likes the hacker? of course your staff will go and say the password wich you gave to everyone duh thats so obvius.

But leave it your way IT is just useless in my eyes for $10 when i can make it for free

Posted

Re: Password Protect Staff/Admin Panel

 

I have made a mod liek this but about 5 months ago.

Bullet is this your mod...

 

if ($_POST['password']=="bulletisc00l") { echo 'You can now enter the [url="admin.php"]admin panel[/url]...'; $h->endpage(); 
$_SESSION['staffloged']=1; }
else
{
echo 'Access denied!';
$h->endpage();
exit;
}

 

:-P

  • 4 weeks later...
Posted

Re: Password Protect Staff/Admin Panel

 

that code is dumb all you have to do is view source and you will have the password.

Are you retarded?

Posted

Re: Password Protect Staff/Admin Panel

 

that code is dumb all you have to do is view source and you will have the password.

Are you retarded?

Rofl, Lmao. That was funny

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...