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

2022 Empire cms imitation website tutorial

2022 Empire cms imitation website tutorial Program Notes Empire cms

The video has been published on Bilibili, Xigua Video, TikTok, and Toutiao; however, since this tutorial is an enterprise website replication guide, some platforms may block certain episodes, but Bilibili does not have any issues. Bilibili: The latest 2022 Empire CMS enterprise website replication tutorial (No废话::: (smiling)) https://www.bilibili.com/video/BV1vS4y1j7Hi?share_sourc...
👁 382
How does Imperial CMS7.5 support the PHP7.* series?

How does Imperial CMS7.5 support the PHP7.* series? Program Notes Empire cms

When running on a PHP 7.0 or later runtime environment, follow these configuration steps for PHP 7.X compatibility in the following two scenarios: 1. For a new installation of Empire CMS: Simply select the "MySQLi" interface type during installation to support PHP 7.x series. 2. For existing Empire CMS installations being migrated to a PHP 7.0 or later runtime environment: Simply modify the configuration file /e/config/config.php by changing $ecms_...
👁 209
Example of front-end requesting data from back-end through ajax

Example of front-end requesting data from back-end through ajax Program Notes PbootCms

HTML code<form method="post"> <input type="text" name="word" id="shouji_haoma_num" value="" cl…
👁 186
Empire cms calls articles based on keywords

Empire cms calls articles based on keywords Program Notes Empire cms

EmpireCMS retrieves articles based on keywords <?php if ($navinfor['keyboard']) { $c_key=explode(',',$navinfor['keyboard']); $count=count($c_key); for($i=0;$i<$count; $i++); {if (...
👁 288
How does Imperial CMS determine whether a member is logged in?

How does Imperial CMS determine whether a member is logged in? Program Notes Empire cms

This article demonstrates an example of how to determine whether a member is logged in using EmpireCMS; certain content can only be viewed after logging in, and is inaccessible if the user is not logged in. For this purpose, you may refer to the following code: <?php include("e/class/connect.php"); lguserid=intval_GET['mluserid']); // Logged-in user ID...
👁 254
Apple cms video set number output

Apple cms video set number output Program Notes Apple cms

Apple cms loops to obtain the vod_play_list tag, using the foreach function {maccms:foreach name="obj.vod_play_list" id="vo" key="key"}{maccms:foreach name="vo.urls" id="vo2" key="key"}<l…
👁 272
Apple cms video playback page $obj variable reference

Apple cms video playback page $obj variable reference Program Notes Apple cms

Array ( [vod_id] => 5 [type_id] => 6 [type_id_1] => 1 [group_id] => 0 [vod_name] => Ultraman Taiga [vod_sub] => Ultraman Taiga/Ultraman Taiga/Ultraman Taiga [vod_e…
👁 230
Apple cms video playback page breadcrumb navigation

Apple cms video playback page breadcrumb navigation Program Notes Apple cms

{if condition="$obj.type_1.type_id neq '' "} <li><a href="{:mac_url_type($obj.type_1)}" title="{$obj.type_1.type_nam…
👁 339
The first lesson: preparation before Apple cms imitation website

The first lesson: preparation before Apple cms imitation website Program Notes Apple cms

Welcome to learn the Apple cms imitation website tutorial. I am Hong Mu, QQ1810216796. The goals of this section: 1. Download and install phpstudy (ignore this if you have a server panel or pagoda panel) 2. Download the Apple cms installation package phpstudy https://www.xp.cn/php-study Apple cms program download https://github.com/magicb…
👁 718
Apple cms playback details page label reference

Apple cms playback details page label reference Program Notes Apple cms

List playback addresses {maccms:foreach name="obj.vod_play_list" id="vo"} <div class="ui-box marg" id="playlist_1"> <div class="down-title"> <h2>{$vo.…
👁 720
1 13 14 15 16 17 23