Changeset 2324266
- Timestamp:
- 06/15/2020 10:47:20 AM (6 years ago)
- Location:
- spiderdisplay
- Files:
-
- 4 added
- 2 edited
-
tags/1.9.1 (added)
-
tags/1.9.1/SpiderDisplay-zh_CN.mo (added)
-
tags/1.9.1/SpiderDisplay.php (added)
-
tags/1.9.1/readme.txt (added)
-
trunk/SpiderDisplay.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
spiderdisplay/trunk/SpiderDisplay.php
r2324164 r2324266 4 4 Plugin URI: http://fyljp.com/archives/48.html 5 5 Description: 记录搜索引擎蜘蛛访问的页面地址、时间等信息 6 Version: 1.9 6 Version: 1.9.1 7 7 Author: 闪电 8 8 Author URI: http://www.fyljp.com … … 164 164 </form> 165 165 <?php 166 $spidercountall = $wpdb->get_results("SELECT `spidername`, COUNT(*) as 'allnum' FROM ` wp_spiderdisplay` WHERE 1 GROUP BY `spidername` ORDER BY `allnum` DESC");166 $spidercountall = $wpdb->get_results("SELECT `spidername`, COUNT(*) as 'allnum' FROM `" . $sd_spiderdisplay_table_name . "` WHERE 1 GROUP BY `spidername` ORDER BY `allnum` DESC"); 167 167 ?> 168 168 <style> -
spiderdisplay/trunk/readme.txt
r2324164 r2324266 5 5 Requires at least: 4.6 6 6 Tested up to: 5.4.2 7 Stable tag: 1.9 7 Stable tag: 1.9.1 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.