The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hi there!
I´m not very good in programming, so i have to ask for it... I run a board (VB 2.0.3) with 3 Administrators. I only want one of them to be able to backup the SQL Database. I guess it´s very easy to programm a hack like this.... But how??? Perhaps someone can halp me..... THX a lot! |
#2
|
||||
|
||||
In backup.php, under admin folder, add this:
Code:
if ($bbuserinfo[userid]!=XXX) { echo "You do not have permission to do this!"; exit; } Code:
require("./global.php"); |
#3
|
|||
|
|||
Wow!
That was fast! THX! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|