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...

What should I do if I forget my pbootcms password?

What should I do if I forget my pbootcms password? Program Notes PbootCms

OK, I encountered something like forgetting my password. I searched online for a long time and couldn't find a solution. Then I found the password reset tool on the official website, and now I’ll keep a backup. As for the usage tutorial. 1) Download the reset tool decompression package, and upload the resetpw.php file directly to the root directory of the website after decompression; 2) Directly access the file address in the browser, and then follow the page prompts to enter relevant information to reset. Fill in the "database configuration..."
👁 125
After calling the smart tag in Empire CMS, how to output the new logo behind the title?

After calling the smart tag in Empire CMS, how to output the new logo behind the title? Program Notes Empire cms

1.css code: .newpage::after { content: "new"; /* Displayed text */ display: inline-block; color: #ff0000; font-weight: bold; font-size: 14px; margin-left: 8px; anima…
👁 678
EmpireCMS 8.0 – Beginner Website Clone Tutorial

EmpireCMS 8.0 – Beginner Website Clone Tutorial Program Notes Empire cms

QQ Discussion Group: 958972323; Required Tools: Local Server Environment (https://www.xp.cn/); Website Domain: 127.0.0.1; EmpireCMS 8.0 Download Link: http://www.phome.net/down/; Editor: Notepad++; Page Download Tool: Website Clone Tool; Online HTML Formatting: Online HTML Code Formatting-H...
👁 389
sqlite database online php read operation view, pbootcms database online view

sqlite database online php read operation view, pbootcms database online view Program Notes PbootCms Language Notes PHP

When using pbootcms, a database is often used, but the database of pb is a .db file, so it is very troublesome. There is no ready-made visualization page to view the database, so a php visualization page for php online viewing is developed here. This will be much more convenient. How to use? In the folder of the db file, create a php, put the following code in it, modify your database name, and then access p...
👁 167
What should I do if the PbootCMS [list:visits] tag fails?

What should I do if the PbootCMS [list:visits] tag fails? Program Notes PbootCms

After PbootCMS was upgraded to the latest version (3.2.8), N tags on the list page failed, such as the most commonly used [list:visits] number of visits tag. This problem was caused by the official latest version of the list query SQL being modified from all column query to specified column query. The solution was as follows: the original list call tag {pboot:list scode=0 num=50} was changed to {pboot:list...
👁 161
Image-based article
👁 199
Apple cmsV10 imitation site actual combat personal vlog video

Apple cmsV10 imitation site actual combat personal vlog video Program Notes Apple cms

Contact information 🔒 Hidden content: Check after commenting. I am Hongmu, QQ1810216796 communication group: 958972323 If you have any questions, please join the group to communicate. Preparation of website imitation tools in the early stage: https://wwi.lanzoup.com/iHqCOs7m06d Configuration path: /template/skin/static/PHPstudy: Windows version of phpstu…
👁 416
Apple cms template development manual

Apple cms template development manual Program Notes Apple cms

If you want to write a theme when developing a template, first create a theme_tpl directory in the template directory as our customized template directory, and then create an html folder to store all html files └─ template └─ `theme_tpl` ├─ css ├─ js └─ For html details, please refer to Template Structure to build your template structure...
👁 214
Apple cms calls related articles of the current column

Apple cms calls related articles of the current column Program Notes Apple cms

Calling the video under the current column in Apple CMS can be achieved through the type="current" parameter of the template tag {maccms:vod}. The following are the specific steps and extended configuration instructions: {maccms:vod num="12" type="current" order="desc" by="hits"} <li class="clea…
👁 217
Logo image management of Imperial cms website is convenient for subsequent uploading and replacement (use of image information management and PHP call).

Logo image management of Imperial cms website is convenient for subsequent uploading and replacement (use of image information management and PHP call). Program Notes Empire cms

It is inconvenient to use extended variables to manage imperial pictures. Therefore, you can use the empire's own plug-in: picture information management. Usage, as shown above, but more introduction! Here is the calling method! & lt; div class=" logo fl w_img" & gt; & lt; ? php $img=$empire-& gt; fetch1(" SELECT * FROM…
👁 388
1 2 3 4 23