The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Your password is 180 days old, and has therefore expired and SSI login details
Hi, I am using a script that someone wrote here to get login details so I can insert it on any page via SSI. This is the modified script that I am using:
Code:
<?php chdir("C:/webpages/forum"); require('../forum/global.php'); include('../forum/includes/functions_user.php'); if ($vbulletin->userinfo['userid']) { echo "<li><a href=/forum/login.php?$session[sessionurl]do=logout&logouthash=$logouthash"; echo $vbulletin->userinfo['logouthash']; echo ">"; echo " Log Out"; echo "</a>"; } if ($vbulletin->userinfo['userid'] == '') { print '<li><A href="/forum/quick_register.php" rel="nofollow">Register</A></li>'; if ($vbulletin->userinfo['userid'] == 0) { echo "<li><a href=\"/cgi-bin/dir/user.cgi?url=" . $_SERVER['REQUEST_URI'] . "\" rel=\"nofollow\">Login</a></li>"; } } ?> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|