Quote:
Originally posted by Willard Reece
You can't see the passwords
|
Yes you can, they just happen to be an MD5 hash unless you have hacked it out of vB.
Quote:
But basicly my only prob with it is I wish a admin could delete post made in any journal or what ever.
|
Not having installed this hack I don't know how the DB is set out but you just need to run a simple query along the lines of the following:
[sql]DELETE FROM journal WHERE journalid=X ANDuserid=X[/sql]