php怎么新建页面,whmcs创建自定义页面,创建PHP访问页面方法
define("CLIENTAREA",true);
require("init.php");
$at = $whmcs->get_req_var("at");
$ca = new WHMCS_ClientArea();
$ca->setPageTitle("虛擬主機(jī)"); //頁(yè)面標(biāo)題
$ca->addToBreadCrumb('index.php',$whmcs->get_lang('globalsystemname'));
$ca->addToBreadCrumb('hosting.php','虛擬主機(jī)');
$ca->initPage();
if ($at == ""){ $ca->setTemplate("mogupapapa_com_hostingpage");}//默認(rèn)訪問hosting.php頁(yè)面和模板
if ($at == "linux") //訪問hosting.php?at=linux
{
$ca->addToBreadCrumb('hosting.php?at=linux', 'Linux虛擬主機(jī)');//訪問hosting.php?at=linux頁(yè)面標(biāo)題
$ca->setTemplate("mogupapapa_com_hostin_linuxg_page");//模板
$ca->setPageTitle("Linux虛擬主機(jī)"); //標(biāo)題
}
//下面不解釋了,再看不懂只能說你是豬啊,以此類推!可以無(wú)限創(chuàng)建多個(gè)
if ($at == "win") {
$ca->addToBreadCrumb('hosting.php?at=win', 'Windows虛擬主機(jī)');
$ca->setTemplate("mogupapapa_com_hostingpage");
$ca->setPageTitle("Windows虛擬主機(jī)");
}
$ca->output();
?>
總結(jié)
以上是生活随笔為你收集整理的php怎么新建页面,whmcs创建自定义页面,创建PHP访问页面方法的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: matlab三角定位分析程序,Matla
- 下一篇: c语言for循环语句java,C语言三种