The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to ban an external page?
I do not have much knowledge of php please help
my code: Code:
<body bgcolor="#ffffff"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <center> <?php define("IN_vbulletin", 1); require_once "../global.php"; if(!in_array($vbulletin->userinfo['usergroupid'], array(1,4,8))){ $a = "Welcome"; echo $a; } else{ if(!$vbulletin->userinfo['usergroupid']) error_no_permission(); $b = "No Permission!"; echo $b; die(); } //my php code ?> </center> </body> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|