<?php
/*---------------------------------------------------+
| PHPFusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
$result = dbquery("UPDATE ".$db_prefix."users SET user_status = '0' WHERE user_level = '103'");
echo "status changed for super admins in ".$db_prefix."users";
require_once "side_right.php";
require_once "footer.php";
?>
Quote
Ken wrote:
Just to let you know I have now helped Druid with this. I used phpmyadmin and changed user_status from 1 to 0.
Quote
LSainsbury wrote:
How much did you charge? LOL! :p
BTW - Any ideas why it banned him? Or was it a user error?
Category Forum
Official Core Support - 6Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions