DEDECMS program installed, suddenly found that there are many ads, looking at the annoyance, the customer has to find to ask, can you bring these ads to clear?
The answer is yes, we can delete it manually, or we can delete it in bulk. So how exactly do you want to do it?
The following is the Ding peak a D to you said:
First, we need to login to the space backstage, click on the module, open the ad management, we can see the ads.
Of course, we can delete the ad we want to delete directly by one, click Delete on the right. (It can also be modified to be the ad content we want) This method is the most secure, recommended.
Someone will say, one of the deletion, if the ads a lot of words, that should be deleted to delete the end of it?
Here's a way for you to clear all ads at once. (This method is just to make the front desk does not show, the background still exists, we can first close the ad display, and then you can slowly clean up the unwanted ads.) )
Click System, select the SQL command line tool, enter the command to execute, the specific command is as follows:
SQL commands that do not display ads:
Update Dede_myad Set timeset = 1;
SQL command to display ads:
Update Dede_myad Set timeset = 0;
Here is a comparison between the official ad display and the non-display. (This ad is the most conspicuous, but also the most profitable)
Dedecms how to get rid of your own ads