Hongmu Notes
Home Practical Collection

Practical Collection

Summary of various commonly used code source code collections

Empire cms8.0 Information News Document Self-Media Template
👁 74
EmpireCMS 7.5 – Generate sitamap.xml mapping plugin

EmpireCMS 7.5 – Generate sitamap.xml mapping plugin Practical Collection empire plugin

First, here's a screenshot: 20251003193735549-sitemap_w8WEJ.tar.gz – Download the.tar.gz file (5.7 KB). The code was found online and has been slightly optimized. First, please ensure that the website address in the system settings is filled in correctly. Additionally, the URL in the config.php file must also be entered accurately. I recommend placing the sitemap.xml file in the root directory for easier web crawling...
👁 225
Online LRC to STR converter/Base64 decoding tool – implemented using HTML and jQuery

Online LRC to STR converter/Base64 decoding tool – implemented using HTML and jQuery Summary of pitfalls Practical Collection Website source code Utility tools

A very useful web application designed primarily to convert LRC lyric files to STR subtitle format, along with a Base64 decoding tool. Main Features: 1. LRC to STR Converter – Input: Users can paste LRC lyrics or upload an LRC file; Conversion: Click the "Convert to STR" button to convert the LRC file to STR format; Output: The converted STR subtitles are displayed; these can be downloaded or saved. 2. Base64 Decoding Tool...
👁 215
EmpireCMS 7.5 Batch Import Plugin for TXT-format articles – supports importing up to 2,000,000 articles per day.

EmpireCMS 7.5 Batch Import Plugin for TXT-format articles – supports importing up to 2,000,000 articles per day. Practical Collection empire plugin

It sounds simple – yet it's actually quite complex! Empire CMS boasts an astonishingly high article capacity – which means some users need to import articles in bulk into Empire CMS. That's how this plugin was born! Configuration PHP code: <?php // Directory where the TXT file is stored $AddNews['target'] = 'Physical Science 16–30,000'; // Category ID $AddNews['class'] =...
👁 341
View the fireworks source code

View the fireworks source code Practical Collection Website source code

🔒 Hidden content: View the link after commenting: https://pan.baidu.com/s/1G3eLaecjq34uvbRiU-K1GA?pwd=9257 – Extraction code: 9257. Copy this link and open the Baidu Netdisk mobile app to access the file; the process is very convenient. The code is simple – just upload and extract the file to run it and view the result.
👁 281
What is the optimal number of data sub-tables for EmpireCMS? How should published data be distributed across sub-tables? How can a million records in EmpireCMS be evenly distributed across multiple sub-tables?

What is the optimal number of data sub-tables for EmpireCMS? How should published data be distributed across sub-tables? How can a million records in EmpireCMS be evenly distributed across multiple sub-tables? Program Notes Empire cms Practical Collection empire plugin

How many data rows should be split into separate tables for EmpireCMS? 1. For a database size of 50 GB, it is advisable to create a new main table; 2. For a dataset of 50,000 rows or more, create a new secondary table and set this newly created secondary table as the current storage table; [Some recommend splitting the entire dataset into a single table when the data volume reaches 100,000 rows.] An excessively large dataset has resulted in extremely high I/O read/write operations on the MySQL database, leading to excessive server load. This is particularly noticeable when performing backend operations in EmpireCMS – especially for sections with large data volumes; this was the case on my website before I implemented table partitioning...
👁 683
A simple yet powerful HTML code snippet – iFearMe Framework

A simple yet powerful HTML code snippet – iFearMe Framework Summary of pitfalls Practical Collection Utility tools

Since I prefer automation when building websites, many tasks require multiple visits to a single URL to process content stored on the server. In such cases, for various reasons, it may not be possible to simply refresh the page directly; this is where the iFearMe framework comes in handy! The iFearMe framework code: <!DOCTYPE html> <html> <head> <title...
👁 212
PBOOTCMS Authorization Code Record

PBOOTCMS Authorization Code Record Practical Collection pb tool

Some time ago, a friend gifted me a mobile device authorization code – reportedly at a considerable cost – without me asking why. Recently, I needed this code again, so I found it and recorded it once more! I have no intention of selling it; it's simply for my own convenience when looking it up. If you're interested, please visit the official website. 🔒 Hidden content: Paid subscription – 'sn' = '3822550667', // Authorized user's phone –' sn_user' =...
👁 200
Empire CMS INFO NEWS ARTICLE DOCUMENT CMS Responsive Admin Template 058

Empire CMS INFO NEWS ARTICLE DOCUMENT CMS Responsive Admin Template 058 Practical Collection empire template

The 1 responsive template has been optimized for calling! Home List Page Content Page
👁 306
The Empire CMS partial tradition kind tea kind culture kind of information class website, the response type template 057

The Empire CMS partial tradition kind tea kind culture kind of information class website, the response type template 057 Practical Collection empire template

A set of templates that I imitated before! Home page list page video list page article details page video playback page decompression password 🔒 Hidden content: view after commenting If there is no password prompt on the download page, the default password is: www.4s5.cn
👁 626
1 234 235 236 237 238 245