The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Would this be correct now ?
<?php $selected = $_POST['selected']; require_once('forum/global.php'); if (!$vbulletin->userinfo['userid']) print_no_permission(); switch ($selected) { case "John T Heard Lodge": $vbulletin->url = $vbulletin->options['bburl']."/forumdisplay.php?f=30"; eval(print_standard_redirect('redirecting to forum', false, true)); break; case "The Tyrian-Acacia Lodge": $vbulletin->url = $vbulletin->options['bburl']."/forumdisplay.php?f=31"; eval(print_standard_redirect('redirecting to forum', false, true)); break; default: echo "Invalid page"; break; } ?> THANKS Frank H. Shaw |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|