Everyone knows that Empire CMS has a custom JS function, which is often used in search pages or other real-time dynamic displays. Although this function is available, many friends do not know it
SQL statements cannot be used at all. For this reason, here are some commonly used ones. I hope it will be helpful to everyone!
1,根据最新文章 select * from [!db.pre!]ecms_news where checked=1 order by newstime desc limit 10 2,根据推荐文章 select * from [!db.pre!]ecms_news where checked=1 and isgood=1 order by newstime desc limit 10 3,根据热门文章 select * from [!db.pre!]ecms_news where checked=1 order by onclick desc limit 10 4,根据头条新闻 select * from [!db.pre!]ecms_news where checked=1 and firsttitle=1 order by newstime desc limit 10 5,根据评论排行 select * from [!db.pre!]ecms_news where checked=1 order by plnum desc limit 10 6,根据digg排行 select * from [!db.pre!]ecms_news where checked=1 order by diggtop desc limit 10 7,根据投票排行 select * from [!db.pre!]ecms_news where checked=1 order by votenum desc limit 10 8,根据下载排行 select * from [!db.pre!]ecms_news where checked=1 order by totaldown desc limit 10 9,根据评分排行 select * from [!db.pre!]ecms_news where checked=1 order by infopfen desc limit 10
It is recommended to study "Empirecms Tutorial".
The above is the detailed content of Share Empire CMS custom JS statements in detail. 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

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

WebStorm Mac version
Useful JavaScript development tools

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool