View Full Version : i have been banned from my forum!!!!!!!!!!
drmeemo
06-01-2007, 07:24 PM
hello every body
i cant enter my forum
im the administrator
i recived this message every time i sign in
vBulletin Message
You have been banned for the following reason:
No reason was specified.
Date the ban will be lifted: Never
and i cant access to admincp
when i sign in
it shows me the welcome message but i return to signing page
pleaaaaaaaaase help me
theFAILURE
06-01-2007, 07:32 PM
Delete all cookies that show your forum name, see if that helps.
SCRIPT3R
06-01-2007, 07:33 PM
use tools.php and reset your account.
harmor19
06-01-2007, 07:36 PM
Save this file as "unbanme.php" and upload to your forum's root.
<?php
require_once('./global.php');
$db->query_write("UPDATE ".TABLE_PREFIX."user SET usergroupid = '6' WHERE userid = '".$vbulletin->userinfo['userid']."'");
?>
Run the script on your site eg. yoursite.com/your_forums/unbanme.php
Disable the forums and read the logs to see if you can find the user who banned you.
Edit: I didn't think about tools.php
Snake
06-02-2007, 11:36 AM
That's some great and quick coding, harmor19, so well done on that. But I highly recommend you to use the tools.php script located in the vBulletin pack.
If you're having some trouble, contact me and I'll be able to do it for you.
Rat1972
07-28-2007, 11:41 AM
as admin, i think you have access to your database (mysql). There you can change your settings of your account (or delete the ban) and you are back on track.
Symbian Galaxy
07-28-2007, 12:14 PM
You should always keep your self as unalterable! so that No other admin can touch you!
Try tools.php or else mysql , change your pass and usergroup! :)
tipoboy
07-28-2007, 01:53 PM
personally i keep a second super admin account hidden so if that were to happen i could log on using that account and unban me lol
TheBlackPoet
08-04-2007, 03:29 AM
i was working with a hack.... and tried to manually edit my dbase (1st mistake).. i deleted my usergroup.... (major mistake).. i and all my members were banned.... i tried the unbanme... and the tools.php.... i was able to reset the usergroup and get back in....
but its like an altered universe!! the same things... except, now, i cant give myself permissions!! they were all set to no or default....
but, i HAVE permission... its weird.....
is there anyone else suffering from this insanity??!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.