The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Problem
Hi,
I have the following problem: I can not login. I messed up with either the templates or the actual vbulletin PHP files (but forgot what did I do). I was trying to remove the cookies that vbulletin sets on non-logged users. I managed to remove the cookies however I can not login now (probably because cookies are being deleted before sending to the browser). I remember putting: header('Set-cookie: '); or similar. Can someone help? |
#2
|
|||
|
|||
You must have changed a php file. If you don't have any other changes to the vbulletin files you could just upload the files again and overwrite the existing ones. If you do have other changes you don't want to overwrite, then maybe look at the file modification dates and see what you changed.
You could also use a plugin, but you didn't mention that. If you think you might have created a plugin then you can disable them by editing includes/config.php and temporarily adding this line (near the top just under <?php): Code:
define('DISABLE_HOOKS', 1); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|