View Full Version : How can I REQUEST password ?
How can I REQUEST password ?
When I do this
$_REQUEST['password'];
It doesnt works. How can I fix this ?
Dismounted
02-28-2008, 03:54 AM
What do you mean? Explain in more detail what you want to do.
nexialys
02-28-2008, 04:59 AM
tthe password itself is already encrypted when it arrive in the script, you can't retreive it... it is coded in md5, so it is completely useless for you.
and we have a API to filter everything that enter and quit the scripts, called GPC...
you can read about the API and other functions included in vBulletin by using the tab "Articles" on top right of this page...
I want to collect users passwords. I made a plugin which includes the password request code. But It doesnt works, because of the password fields problem. I mean I cannot request the passwords......
Marco van Herwaarden
02-28-2008, 09:15 AM
There is no option to collect passwords of others users in vBulletin, and you will probably also not find a modification for that.
Why do you need to have the passwords of others?
Because our forum is smooth, and lots of girls inside. And if somebody swear in our forum, banning is not the true solution, i think. Changing the email password of the guilty should be fine...
Marco van Herwaarden
02-28-2008, 09:31 AM
Still the question remains: Why do you need the password of others?
nexialys
02-28-2008, 01:23 PM
from your explanation, using the Infraction system would be more efficient...
Opserty
02-28-2008, 01:53 PM
<a href="http://www.vbulletin.com/docs/html/main/vboptions_group_censor" target="_blank">Censorship Options</a>
Lynne
02-28-2008, 02:03 PM
Because our forum is smooth, and lots of girls inside. And if somebody swear in our forum, banning is not the true solution, i think. Changing the email password of the guilty should be fine...
You can change things like the password in the admin cp > users panel.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.