新聞中心
帝國cms 什么是插件
給各位分享幾個(gè)常用插件,對(duì)于理解和使用帝國cms插件都很不錯(cuò):
為臨猗等地區(qū)用戶提供了全套網(wǎng)頁設(shè)計(jì)制作服務(wù),及臨猗網(wǎng)站建設(shè)行業(yè)解決方案。主營業(yè)務(wù)為網(wǎng)站制作、網(wǎng)站設(shè)計(jì)、臨猗網(wǎng)站設(shè)計(jì),以傳統(tǒng)方式定制建設(shè)網(wǎng)站,并提供域名空間備案等一條龍服務(wù),秉承以專業(yè)、用心的態(tài)度為用戶提供真誠的服務(wù)。我們深信只要達(dá)到每一位用戶的要求,就會(huì)得到認(rèn)可,從而選擇與我們長(zhǎng)期合作。這樣,我們也可以走得更遠(yuǎn)!
QQ登陸插件:網(wǎng)頁鏈接
微博登陸插件:網(wǎng)頁鏈接
支付寶登陸插件:網(wǎng)頁鏈接
釘釘?shù)顷懖寮壕W(wǎng)頁鏈接
支付寶支付接口:這個(gè)跟上面4個(gè)區(qū)別較大,定制化程度更高,網(wǎng)頁鏈接
帝國cms tipask插件怎么用
要下載2個(gè)文件包
1、tipask問答系統(tǒng)
2、帝國系統(tǒng)中的 帝國萬能會(huì)員接口
帝國官方論壇有相關(guān)操作。你可以看一下
帝國cms 批量定時(shí)審核 代碼 或者插件 我知道帝國cms 可以設(shè)置任務(wù)自動(dòng)刷新首頁和欄目
在首頁模板中加入下面代碼,盡量放在底部。
script language="javascript" type="text/javascript" src="/e/htmlindex/index_html.php"/script
在 /e/ 建立文件夾 htmlindex 并設(shè)置 777權(quán)限
將下面代碼保存在 /e/htmlindex/index_html.php
修改刷新時(shí)間,將文件中1200改為你想要的時(shí)間,單位為秒。
?php
require("../class/connect.php");
include("../class/db_sql.php");
include("../class/config.php");
include("../class/functions.php");
include("../class/t_functions.php");
require?LoadLang("pub/fun.php");
require("../data/dbcache/class.php");
require("../data/dbcache/MemberLevel.php");
include("../class/chtmlfun.php");?
$link=db_connect();
$empire=new?mysqlquery();
$filepath_s="indexhtmlhc.txt";
$time=time();
@$filemtime=(int)filemtime($filepath_s)+1200;
/*
函數(shù)解釋
file_exists()?函數(shù)檢查文件或目錄是否存在。
mkdir()?函數(shù)創(chuàng)建目錄。
time()?函數(shù)返回當(dāng)前時(shí)間的?Unix?時(shí)間戳。
filemtime()?函數(shù)返回文件內(nèi)容上次的修改時(shí)間。
*/
if?(!file_exists($filepath_s)){
fopen($filepath_s,?'w');
@chmod($filepath_s,?0777);
ReIndex();
}elseif(!file_exists($filepath_s)?||?(filemtime($filepath_s)+1200)time()){
fopen($filepath_s,?'w');
@chmod($filepath_s,?0777);
ReIndex();
}else{
//?do?nothing
}
db_close();
$empire=null;
?
當(dāng)前名稱:帝國cms閱讀插件 帝國cms 插件
URL標(biāo)題:http://fisionsoft.com.cn/article/ddjechp.html