The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
As per request, this is verstion 2.0 of the Random Password hack.
I am starting a new thread for this, because users of vB 2.0.3 and down should use version 1.0 of this hack, whereas users if v.2.2.0 and up should use this version. [hr] Purpose: When a new user regsiters, he is e-mailed a password generated randomly. He will not be able to log in until he receives this e-mail and uses that password. (the same happens if an existing user changes his e-mail address). After installing this hack, you will have three options essentially: 1) Don't verify the e-mail is valid. In this case the user selects his own password and nothing is sent to him. 2) Verify the e-mail is valid by sending an activation code This is how vBulletin works now: a user selects his own password during registration, and the BB Mailer sends him an activation code / link that he needs to use before he's able to post 3) Verify the e-mail is valid by sending a random password In this case the user DOES NOT select a password but instead he receives a randomly generated password by e-mail. He will not be able to log in / post until he receives and uses this password. Installation: download the attached installer and run it in your admin directory. All changes that need to be made manually to scripts and/or templates are listed there. [high]Important: If you previously installed this hack, select the "upgrade" option and not the "new install"[/high] Cheers, Bira Show Your Support
|
Comments |
#42
|
|||
|
|||
Dear bira ,,,
Thank you alot for the first help .. but there is sconed help and problems .. in the register.php your script line is : if ($username=="" or $email=="" or $emailconfirm=="" or ($password=="" or $passwordconfirm=="" and $randpassword=="0")) { and my register.php line is if ($username=="" or $email=="" or $emailconfirm=="" or $password=="" or $passwordconfirm=="" or $country=="") { please tell me how can i replaced your line with my line .. regards Note : when i recieved the randome password there is wrong password is this problem or what .. regards and thanks alot and i'll promise you this is the last help from you to me thanks bira |
#43
|
||||
|
||||
if ($username=="" or $email=="" or $emailconfirm=="" or ($password=="" or $passwordconfirm=="" and $randpassword=="0") or $country=="") {
dunno what you did wrong elsewhere. The hack works just fine if you install it correctly |
#44
|
|||
|
|||
dear bira..
evry thing is ok now .. but there is one problem with my new register user .. when any user want register to my board and he recieved the password and try to login there is message (the password is wrong ) and if he request the new password he will get the true password and he can login the board ....i think this is a problem with me becuase my user need to request a new password ... please if you can have any help tell me know about it .. regards |
#45
|
||||
|
||||
ForYou can you please give me the URL to your forums?
Thanks |
#46
|
|||
|
|||
Ok bira ..
but my forum in arabic FONT ..i hope the arabic font not problem for you .. any way my link is http://montada.dardasha.net/montada/ i hope you can help me .. regards |
#47
|
||||
|
||||
ok, send me to goren@atlasf1.com your register.php and member.php files pls
|
#48
|
|||
|
|||
hello bira ..
i was send for you the files ..... waiting you help ... regards |
#49
|
||||
|
||||
in your register.php line 489, this:
Code:
'".addslashes($password)."' Code:
'".addslashes([high]md5([/high]$password)[high])[/high]."' |
#50
|
|||
|
|||
Thank you alot bira .... you are the best
evry thing is OK now happy new year regards |
#51
|
|||
|
|||
Hm..
how to make after they register, they are not logged in.. cuz I have tested myself, after you register, they are automactically logged in. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|