The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Members area popup
Every time you access the members area, a popup window will show, asking you to enter the license number and pass:
"vBulletin Members Area: Please enter your customer number (username) and password:" I would like to know what is the code used. Thanks. |
#2
|
|||
|
|||
Isn't that just a plain .htaccess popup?
~Regs. |
#3
|
||||
|
||||
PHP has a function for this as well. You use the header() thing hold on I think I saw a function to do this.
Here is what you could put at the top of your webpage: PHP Code:
PHP Code:
|
#4
|
||||
|
||||
Thanks. That's what I needed.
|
#5
|
||||
|
||||
Where does it get the username and password from?
|
#6
|
||||
|
||||
You have to manually enter it.
|
#7
|
||||
|
||||
Hmmm. But i mean how does it compare the password entered in this pop-up to another one to see if its correct?
- miSt |
#8
|
|||
|
|||
Search around on php.net for HTTP authentication. They give an example there. I also used it a year ago in a project at work where it used a MySQL database and it worked nicely (no cookies, too).
|
#9
|
|||
|
|||
Quote:
|
#10
|
||||
|
||||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|