| View previous topic :: View next topic |
dbamikeloeven Newbie
Joined: 06 Mar 2006 Posts: 2
|
Posted: Mon Mar 06, 2006 7:15 pm Post subject: need cirtain hack installed on my forum |
|
|
|
would it be at all possible to install the main admin account protection hack as to prevent the other admins in my clan from potentally locking me out of my forum the hack is edited like this
#################################################################
## Mod Title: Auto Activate Main Admin Account
## Mod Version: 1.0.0
## Author: RL < RometL@hot.ee >
## Description: This mod will activate main admin account if it`s not active.
##
## Installation Level: easy
## Installation Time: 2 Minutes
## Files To Edit: common.php
##
#################################################################
## Security Disclaimer: This MOD Cannot Be Posted To Or Added At Any Non-Official phpBB Sites
#################################################################
##
## Author Note:
## None.
##
#################################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
#################################################################
#
#-----[ OPEN ]------------------------------------------
#
/common.php
#
#-----[ FIND ]------------------------------------------
#
//
// Show 'Board is disabled' message if needed.
//
if( $board_config['board_disable'] && !defined("IN_ADMIN") && !defined("IN_LOGIN") )
{
message_die(GENERAL_MESSAGE, 'Board_disable', 'Information');
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
//
// Activate Main Admin Account
//
$sql = "UPDATE " . USERS_TABLE . "
SET user_active = 1
WHERE user_id = 2";
if (!$db->sql_query($sql))
{
message_die(GENERAL_MESSAGE, 'Unable to access the Users Table.');
}
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
the forum i want it on is at the adress
http://1.myfreebulletinboard.com/index.php?xs_preview=db.2&sid=c894f10b47e57a7ec8c1b6fd1d9bed17&mforum=dba
i would really apreiciate this protection for my forum |
|
| Back to top |
|
|
admin Advanced Member
Joined: 16 Jul 2004 Posts: 2117
|
Posted: Mon Mar 06, 2006 8:00 pm Post subject: |
|
|
|
Sorry, we do not install hacks/mods. _________________ Please use the search function. |
|
| Back to top |
|
|
dbamikeloeven Newbie
Joined: 06 Mar 2006 Posts: 2
|
Posted: Mon Mar 06, 2006 8:49 pm Post subject: can |
|
|
|
| can you at least give forum andins the ability to up[load smilies from their computers |
|
| Back to top |
|
|
admin Advanced Member
Joined: 16 Jul 2004 Posts: 2117
|
Posted: Mon Mar 06, 2006 9:01 pm Post subject: |
|
|
|
You do have the ability to do that in General Admin > Smiles. _________________ Please use the search function. |
|
| Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
Powered by phpBB © 2001, 2002 phpBB Group |
|
|
|
|