PHP password retriever

This is where you can post about tools related specifically to the POL Server itself
Post Reply
goqsane

PHP password retriever

Post by goqsane »

Hello, being a POL admin for many many years I learned that this issue is quite common. However, I never created anything that could help me dealing with it, today morning (CET time) I felt like coding, and here it is, a command-line PHP password retriever for all you POL admins running on Linux (however, it's pretty easy to embeed this into HTML, just get the variables from $_POST instead of the CLI $argv)

http://zsuatt.com/~pol/retrpass1.zip

Usage: ./retrpass account_login [cfgpath]

the default value for cfgpath is "./data/accounts.txt", take a not, the path is RELATIVE to the script.
Also, if you are having problems running the retrpass please, do change the #!/usr/bin/php to one, that is working on your system, if you are having problems running it

Any comments and bugs would be highly appreciated, thank you
Shinigami
Former Developer
Posts: 308
Joined: Mon Jan 30, 2006 9:28 am

Re: PHP password retriever

Post by Shinigami »

goqsane wrote:today morning (CET time)
hmm, I would say... it's independend from time zone if it's morning or not :oP

Shinigami
goqsane

Post by goqsane »

Hah :D
Why the hell did I mention that 8)
You're right :D
phwoar
New User
Posts: 5
Joined: Wed Jun 28, 2006 5:52 am

Post by phwoar »

cheers

saves me using my brain :D
Post Reply