Very stupid action of me...

This mod, makes it posible to assign PRIVATE permissions to guest users
guest users can therby have different permissions than REG users
guest users may even have MODERATOR permissions inside a forum - if one should wish

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

Very stupid action of me...

Postby Marit on Sat 01. Nov, 2003 21:21

My colleague accidently deleted my Anonymous... my guest..... the -1...
I had forgotten to tell her she shouldn't....
But now it's gone and people (who aren't logged in) can't reach my forum... (http://www.kyka.nl/forum/)
How can I fix this??

Please help me??
Marit
Poster
Poster
 
Posts: 20
Joined: Mon 14. Jul, 2003 01:22

Postby duvelske on Mon 03. Nov, 2003 23:49

kooky i'm helping her already on the phpbb.nl forum. So thnx ;) Do you know the answer? let me know ;)
duvelske
Poster
Poster
 
Posts: 194
Joined: Sat 16. Aug, 2003 17:31

Postby Niels on Tue 04. Nov, 2003 00:57

First of all - how did she/he deleted the user - if this mod allow sutch action, I should update it to prevent this from hapening again. ?

To fix it run these 3 SQL commands:
Code: Select all
INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_viewemail, user_style, user_aim, user_yim, user_msnm, user_posts, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_pm, user_notify_pm, user_allow_viewonline, user_rank, user_avatar, user_lang, user_timezone, user_dateformat, user_actkey, user_newpasswd, user_notify, user_active) VALUES ( -1, 'Anonymous', 0, 0, '', '', '', '', '', '', '', '', 0, NULL, '', '', '', 0, 0, 1, 0, 1, 0, 1, 1, NULL, '', '', 0, '', '', '', 0, 0);


INSERT INTO phpbb_groups (group_id, group_name, group_description, group_single_user) VALUES (1, 'Anonymous', 'Personal User', 1);


INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES (1, -1, 0);


you may run these from phpmyadmin or like.
(if a how-to is EM ready, it will mostly be bullet prof, since a machine is more picky than a human. :D)
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby duvelske on Tue 04. Nov, 2003 10:52

Thnx niels, but i knew it allready how to answer her question. BUT YOUR THE GREATEST!!
duvelske
Poster
Poster
 
Posts: 194
Joined: Sat 16. Aug, 2003 17:31


Return to Guest permission [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron