Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Banning of a Super-Admin?

Asked Modified Viewed 2,199 times
T
TWENTY4pack
T
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 7 threads in the forums
  • Started this discussions
asked
Junior Member

Okay, I have a site, (http://24packofshrooms.freehostia.com), and for some reason (I believe it is lag in the forums, causing a post of a catastrophic amount), my account was suspended. What can/do I need to do to get my account unsuspended? This would really suck if there was nothing I could do, as I finally have 500 page views and 15 members. Any help is appreciated.


TWENTY4pack
0 replies

6 posts

X
Xessive
X
I am not always right, but I'm never wrong.
http://www.xessive.nl
  • Senior Member, joined since
  • Contributed 327 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

Check using PhpMyAdmin the USERS tabel and see what value is set for your account in the field USER_STATUS.
If other then 0 (zero) change it to zero and try logging in again.
0 replies
T
TWENTY4pack
T
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 7 threads in the forums
  • Started this discussions
answered
Junior Member

I'm confused. It took me long enough to find the PHPmyAdmin thing, and now I'm at the user status thing, and uber confused. PLEASE HELP!! :o
Edited by TWENTY4pack on 03-06-2008 02:49,
0 replies
E
Elactos
E
Elactos 10
Infusions & modifications for PHP-Fusion v7
http://www.redward.org
  • Member, joined since
  • Contributed 138 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

Make a new file, called for example 123.php
Add this into the file:
dbquery("UPDATE ".DB_PREFIX."users SET user_status='0' WHERE user_id='1'");
echo 'User account with id #1 have been updated.';

Go to www.domain.com/123.php
Delete the file.

You should now be able to login to your site.
0 replies
J
Josso
J
Josso 10
–––
Without faith, nothing is possible. With it, nothing is impossible
  • Senior Member, joined since
  • Contributed 309 posts on the community forums.
  • Started 1 thread in the forums
answered
Senior Member

@Elactos: That won't work. ;)

You gotta include maincore.php first:
<?php
require_once "maincore.php";
dbquery("UPDATE ".DB_PREFIX."users SET user_status='0' WHERE user_id='1'");
echo 'User account with id #1 have been updated.';
?>
0 replies
T
TWENTY4pack
T
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 7 threads in the forums
  • Started this discussions
answered
Junior Member

im a n00b, could you give me more details? I don't get it. :@
0 replies
E
Elactos
E
Elactos 10
Infusions & modifications for PHP-Fusion v7
http://www.redward.org
  • Member, joined since
  • Contributed 138 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

Unzip the attached file into your webserver and then point your browser to it.
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 6 posts
  • Votes 0 votes
  • Topic users 4 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet