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?
|