Jump to content

Is this possible?


jrws

Recommended Posts

What I want to know if it is possible (and if so how to implement it) is this:

 

Pick a random password from an array and change ever 24 hours OR when a user uses the password, show admins and mods password so they do not have to look around.

 

I was thinking that this will probably require MySQL for the User Database but I have no idea where to even start, I thought this idea was interesting so if you can help it is appreciated

Link to comment
https://forums.phpfreaks.com/topic/114762-is-this-possible/
Share on other sites

Ok so lets see if I can explain it better:

Once a password has been used, it randomises again.

 

The other thing was, show the admins and mods what the current password is. So this could happen.

When somebody wins the prize admins know the password and pass it along to the winner, they then claim their prize and the password changes.

 

Does this make more sense?

Link to comment
https://forums.phpfreaks.com/topic/114762-is-this-possible/#findComment-590160
Share on other sites

well to change it every twenty four hours, you will need something called a cronjob.  Most hosts have these, so look around your admin panel for them. They are basically scripts that are automatically run at certain times.

 

As to coding it, basic SQL knowledge is really all you need.

Link to comment
https://forums.phpfreaks.com/topic/114762-is-this-possible/#findComment-590176
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.