Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of dynamically calling the number of clicks on the Home list Page of Dream Weaving DedeCMS

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the method of dynamically calling the number of clicks on the home page of Weaving Dream DedeCMS, which is very detailed and has a certain reference value. Interested friends must finish reading it!

Dream DedeCMS home page list page how to dynamically call the number of clicks?

The number of clicks on the list page of the home page of dream weaving DedeCMS

Recommended study: dream weaving cms

Clicks on the home page and list page in DedeCMS are not called dynamically by default, and clicks are updated only when they are updated. The solution to dynamic invocation is as follows:

Find the count.php in the / plus directory and make a copy and name it viewclick.php. Open and delete the viewclick.php with the editor.

If (! empty ($maintable)) {$dsql- > ExecuteNoneQuery ("UPDATE `{$maintable}` SET click=click+1 WHERE {$idtype} ='$aid'");} if (! empty ($mid)) {$dsql- > ExecuteNoneQuery ("UPDATE `dede_member_ tj` SET pagecount=pagecount+1 WHERE mid='$mid'");}

These lines of code are inserted into the database to save these two lines.

Finally, add where you need to call the number of clicks on the home page and the list page.

Can

The above is all the contents of the method of dynamically calling the number of clicks on the home page of Weaving Dream DedeCMS. Thank you for your reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report