How To Empy User_post In Database


Subject: How To Empy User_post In Database
Hi
I want know how i can empy a userpost in database.

i load in mysql only user list and i want annul their messages

Thanks

(sorry my english is poor but i hope you can understand it and help me)

Subject: Re: How To Empy User_post In Database
U mean editing user_posts to 0?

U can do it with admin utilities in ACP. When u edit an user

Subject: Re: How To Empy User_post In Database
Zuker wrote: [View Post]
U mean editing user_posts to 0?

U can do it with admin utilities in ACP. When u edit an user


yes i want edit user_post to 0

with admin utilities is too slow because i have 200 user and edit all user is very slow






i have another problem.....in the http://............ip/memberlist.php i see only admin nick...how file i must edit for see all user???

memberlist

Subject: Re: How To Empy User_post In Database
Code: [Download] [Hide]
  1. UPDATE phpbb_users set user_post 0 


Maybe could work, right?

Subject: Re: How To Empy User_post In Database
Code: [Download] [Hide]
  1. UPDATE phpbb_users SET user_posts = 0 


This should be the correct SQL.

Subject: Re: How To Empy User_post In Database
:mricy:


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0915s (PHP: 20% SQL: 80%)
SQL queries: 10 - Debug Off - GZIP Enabled