،،،
--------------------------------
حلول كوم لخدمات الويب المتكاملة - الصفحة الرئيسية
--------------------------------
مؤسسة حلول كوم لخدمات الويب المتكاملة



--------------------------------
4- شرح طريقة اضافة صفحه فرعية لــWHMCS
--------------------------------
نبدأ على بركة الله :-
نعدل على الكود code طبعا xxx رابط الصفحه فل يكن host.php حسب الصفحة

ثم نحفظها بصيغة php
ونرفعها على مجلد الرئيسي www او whmcs

الكود code :
رمز PHP:
<code style="white-space:nowrap"> <code> <?php

define
("CLIENTAREA",true);
//define("FORCESSL",true); # Uncomment to force the page to use https://

require("dbconnect.php");
require(
"includes/functions.php");
require(
"includes/clientareafunctions.php");

$pagetitle = $_LANG&#91;'clientareatitle'&#93;;
$breadcrumbnav = '<a href="index.php">'.$_LANG&#91;'globalsystemname'&#93;.'</a>';
$breadcrumbnav .= ' > <a href="xxx.php">اسم الصفحه</a>';

initialiseClientArea($pagetitle,'',$breadcrumbnav);

# To assign variables to the template system use the following syntax.
# These can then be referenced using {$variablename} in the template.

$smartyvalues&#91;"variablename"&#93; = $value;

# Check login status
if ($_SESSION&#91;'uid'&#93 {

# User is logged in - put any code you like here

# Here's an example to get the currently logged in clients first name

$result = mysql_query("SELECT firstname FROM tblclients WHERE id=".(int)$_SESSION&#91;'uid'&#93;
$data = mysql_fetch_array($result);
$clientname = $data&#91;0&#93;;
$smartyvalues&#91;"clientname"&#93; = $clientname;

} else {

# User is not logged in

}

# Define the template filename to be used without the .tpl extension

$templatefile = "اسم قالب template الصفحه ";

outputClientArea($templatefile);

?>
</code> </code>

وشكرآ






©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى©