eyoucms How to check and eliminate virus Trojans
Important 1: Please be cautious when developing the website for secondary development!!! Important 2: Back up the website database and source code in advance!!! This tutorial is complicated, please patiently follow the steps step by step. The general process is as follows: Download the official core package - > Scan the exclusive directory - > Clear the website root directory - > Upload and decompress new source code 1. Scan online in the background of the website to check whether there are suspicious malicious files, DDOS Attack scripts, etc.2. Check out you...
eyoucms File directory permission configuration for reference
eyoucms The file directory permission configuration is for reference as follows. This tutorial is for reference only. If you have any questions, please feel free to provide feedback and correct it.【Installation Environment】1. Recommended to use apache In the server environment, the official has built-in permissions to restrict script execution, respectively in their respective folders. htaccess In, for example: picture upload directory 2. If it is used nginx Server environment, you can refer to. htaccess File pair ng...
eyoucms Release time shows a few days ago, a few minutes ago
Yesterday, a customer needs to display the release time a few seconds ago, minutes ago, hours ago, days ago, months ago, etc. The effect was first in \extend\function.php Add the following code: // How to write a few days ago function ycnh_date($time){ $t=time()-$time; $f=array( ...
How to make eyou(Baidu Editor )Content is not automatically added p Tag suffix
1.Will ueditor.all.js In the file <p> <br/> </p> Delete all tags 2. Find ueditor.all.js In the file //Give text or inline Node set p Label if (me.options.enterTag == 'p&...
Yiyou cms How to configure email reminder in the background of imitation sites
Today, let’s learn how to set the email configuration in Yiyou’s background!Send email smtp address.like: smtp.qq.com or smtp.gmail.com Server's SMTP All are default 465, (note) if you are using Alibaba Cloud server or Gmail, Please set the port to...
Dreamweaver eyoucms Template label problem solution
1、List Page title Location, display the article model that needs to be modified {$eyou.field.title} Need to be modified to {$eyou.field.typename } Or the whole title Change to {$eyou.field.seo_title}2、The menu of the inner page sub-column is not highlighted, click the column to go to the details page and will not be displayed.Need to modify the following...
How to add new fonts to Yiyou Article Editor
To add imitation of Song, imitation of Song _GB2312 Two fonts are used as examples, public/plugins/Ueditor/lang/zh-cn/zh-cn.js , Find' fontfamily’ The node, about 62 lines, and add the following code:' SimSun': ' Imitation Song', ' FangSong_GB231...
imitate ripro Many themes logo Sweeping effect
<style>.logo { position: relative; font-size:1em; font-weight:200; line-height:19px; overflow:hidden; margin:0;}.logo::before{...
eyoucms How to call the current document tag
Many friends are using it tag When tagging, especially on the list page, I hope each article will call its own independent tag, Many people use the official website tag to put all the tag All have been called.Actually, it should be modified like this: {eyou:tag sort='now' getall='0' row='5' empty='No...
Fatal error, contact technical support: Class 'appladmin\logic\AjaxLogic' not found
Recently, many people use this error to report Yiyou background login to report errors /application/common.php Fatal errors around line 45, contact technical support: Class 'appladmin\\logic\\AjaxLogic' not found Unzipped www Found in application/admin/logic/...