How to delete members in dedecms
Dedecms method to delete members: 1. Back up the database; 2. Open the dede backend system, and then use the SQL statement "delete from dede_member where not mid="1"" to delete registered members in batches.
The operating environment of this tutorial: Windows 10 system, DedeCMS version 5.10, Dell G3 computer.
dedecmsHow to delete members?
dedecms method of deleting junk members
The specific implementation method is as follows:
Some webmasters must have a headache about members, and some people are idle and bored on the website A lot of members have been registered on the website and a lot of spam information has been posted.
My website is often registered by some registration software and a large number of illegal users. I solved the problem by using dedecms to batch delete members' SQL statements. Now I have a solution here, so I won’t say any more nonsense and go straight to the topic.
1. The database must be backed up before operation.
As shown in the figure below:
2. This method is only applicable to the administrator's website.
dedecms uses SQL to batch delete registered members. Member registration information is mainly in the dede_member table. System/SQL command line tool, query how many members there are in the table select * from dede_member
3. Query results: Run the
code as follows:
SQL:select * from dede_member
There are 598 records in total, and the maximum return is 100.
Delete method:
Open dede background system---->sql command line tool
The code is as follows:
delete from dede_member where not mid="1"
(mid: 1 is myself, so I won’t delete it) as Picture:
One SQL statement was successfully executed. Look again, there are no more registered users. This is the end.
《Recommended Learning: dedecms Tutorial》
The above is the detailed content of How to delete members in dedecms. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



How to use Go language to develop the member management function of the ordering system 1. Introduction With the popularity of mobile Internet, the ordering system has become an indispensable part of the catering industry. As an important part of the ordering system, the member management function plays an important role in improving user experience and enhancing user stickiness. This article will introduce how to use Go language to develop the member management function of the ordering system and provide specific code examples. 2. Demand analysis of membership management functions Member registration: Users can register as members through mobile phone number, email, etc. Member login

How to use PHP to develop a simple membership management function. With the development of the Internet, membership management functions have become very important for many websites and applications. Whether it is an e-commerce website or a social media platform, a convenient and effective member management system is needed. This article will introduce how to use PHP to develop a simple member management function and provide specific code examples. 1. Functional requirements Before starting development, we need to clarify the basic functional requirements of the member management system. A simple member management system should include the following

MySQL is a commonly used relational database management system. For restaurant ordering systems, it is necessary to implement member management functions. This article will share how MySQL implements the member management function of the ordering system and provide specific code examples. 1. Create a membership table. First, we need to create a membership table to store member information. You can define fields such as member ID, name, gender, mobile phone number, points, etc. Code example: CREATETABLEmember(member_idin

Empire CMS template download location: Official template download: https://www.phome.net/template/ Third-party template website: https://www.dedecms.com/diy/https://www.0978.com.cn /https://www.jiaocheng.com/Installation method: Download template Unzip template Upload template Select template

Dedecms is an open source Chinese CMS system that provides content management, template system and security protection. The specific usage includes the following steps: 1. Install Dedecms. 2. Configure the database. 3. Log in to the management interface. 4. Create content. 5. Set up the template. 6. Manage users. 7. Maintain the system.

Template replacement can be implemented in Dedecms through the following steps: modify the global.cfg file and set the required language pack. Modify the taglib.inc.php hook file and add support for language suffix template files. Create a new template file with a language suffix and modify the required content. Clear Dedecms cache.

Accurate and reliable dedecms conversion tool evaluation report With the rapid development of the Internet era, website construction has become one of the necessary tools for many companies and individuals. In website construction, using a content management system (CMS) can manage website content and functions more conveniently and efficiently. Among them, dedecms, as a well-known CMS system, is widely used in various website construction projects. However, sometimes we are faced with the need to convert the dedecms website to other formats, in which case we need to use a conversion tool

Dedecms is an open source CMS that can be used to create various types of websites, including: news websites, blogs, e-commerce websites, forums and community websites, educational websites, portals, other types of websites (such as corporate websites, personal websites, photo album websites, video sharing website)
