Hongmu Notes
Home Program Notes

Program Notes

In the final analysis, programmers taking notes is an efficient behavior of recording work experience. It can not only record the various technical problems encountered in the process of program development, but also record the beneficial experiences gained in learning technical knowledge. It can both help...

PHPStudy 8.2 Extension Fix

PHPStudy 8.2 Extension Fix Program Notes PHP Hobbies

I don’t know what’s wrong with php. After opening the 8.2 version of php, the extension cannot be installed. When opening the php.ini configuration, there is nothing. All, find a piece of content, fill it in, and the problem will be solved. [PHP] engine = On short_open_tag = On precision = 14 output_buffering = 4096 zli…
👁 1
PHP Questionnaire Survey System

PHP Questionnaire Survey System Program Notes PHP Hobbies Practical Collection

Questionnaire System · Complete Tutorial 1. System Architecture Data Flow User Fills in Questionnaire (index.php) │ │ POST FormData ▼ .api.php ←── Receive + record environment information (IP/OS/browser/device/time) │ │ Write JSON ▼ data/submissions.json │ │ Read ▼ ad…
👁 7
Empire cms8.0 search list page supports dynamic php code display

Empire cms8.0 search list page supports dynamic php code display Program Notes Empire cms PHP Summary of pitfalls

Empire cms updated to 8.0. During daily use, I discovered that this search list page does not support dynamic php code display, so I modified the code and put it here. <?php require("../../class/connect.php"); require("../../data/dbcache/class.php");…
👁 85
How to make WordPress fly? I used SQLite to defeat Redis

How to make WordPress fly? I used SQLite to defeat Redis Program Notes Summary of pitfalls wordpress

My website runs on WordPress + Zibi theme. Zibi knows everything about this thing - login, membership, download permissions, QQ login, reply visibility...it is packed with functions, and the database needs to be checked dozens of times every time it is refreshed. So I wanted to simply transform it. The code has been put in place. https://github.com/1810216796/wordpress-sqlite-cach…
👁 92
EyouCMS (EyouCms) system installation tutorial

EyouCMS (EyouCms) system installation tutorial Program Notes Yiyoucms

1. System Overview Eyou Content Management System (EyouCms) is an enterprise-level open source website building system developed based on PHP+MySQL architecture, using ThinkPHP 5.0 as the underlying framework. 2. Environmental requirements Before installing EyouCms, please ensure that the server environment meets the following requirements: Project requirements operating system Linux/Unix/WindowsWeb server Nginx/…
👁 58
Summary of common problems in Yiyou CMS installation

Summary of common problems in Yiyou CMS installation Program Notes Yiyoucms

As an enterprise website building system developed based on PHP+MySQL, EyouCMS often encounters various problems during the actual installation and deployment process due to differences in server environments and improper operating procedures. This article summarizes the 7 most common installation errors and their solutions for your reference. Question 1: The installation error "Please carefully check the database account and password" error phenomenon: During the installation process, it prompts "Database connection failed, please try again..."
👁 72
Complete Guide to PbootCMS Security Operation and Maintenance

Complete Guide to PbootCMS Security Operation and Maintenance Program Notes PbootCms

As a free, open source, and commercially available PHP enterprise website development and construction management system, PbootCMS is loved by the majority of webmasters for its ease of use and flexibility. However, because of its large number of users, it has also become a target of frequent scanning and attacks by hackers. The following is a systematic security operation and maintenance plan, covering the complete process from basic reinforcement to emergency response. 1. Core security hardening 1.1 Keeping the program up to date is the most important security...
👁 86
pbootcms source code installation tutorial, background password, page blank processing

pbootcms source code installation tutorial, background password, page blank processing Program Notes PbootCms

1. Upload to your own host, enter the domain name to open, and the authorization page will appear. Go directly to the official website of pbootcms for authorization (free). If a 404 appears on the homepage, go to the backend first and fill in the authorization code. The address for obtaining the authorization code is: https://www.pbootcms.com/freesn/2. Log in to the backend, login method: your domain name/admin.php Account: admin Password: a...
👁 56
pbootcms pseudo-static setting tutorial.

pbootcms pseudo-static setting tutorial. Program Notes PbootCms

The Apache environment and IIS environment have pseudo-static rules added to the root directory by default (do not delete the two files web.config and .htaccess). No operation is required, as long as the host supports pseudo-static. For Nginx environment, please open the nginx.txt file and copy the code inside to the configuration. Let’s take the pagoda as an example. The file of pseudo-static rules is in this way.
👁 68
Compare pbootcms official files with website files to detect abnormal files

Compare pbootcms official files with website files to detect abnormal files Program Notes PbootCms

* PbootCMS Trojan horse scanning and file integrity check script * Purpose: Compare the current website PHP files with the official version to find redundant/tampered PHP files * Usage: Name this file check_malware.php and place it in the root directory of the website, access it through a browser or run it from the command line * Security recommendation: Please delete this script in time after running to avoid malicious use&lt…
👁 76
1 2 3 23