echo <<
MWS;
// end check admin gallery
}
if ($_SESSION['for_songs'] && $conf[songs]=="on"){
echo <<
MWS;
// end check admin songs
}
if ($_SESSION['for_video'] && $conf[video]=="on"){
echo <<
MWS;
// end check admin video
}
if ($_SESSION['for_programs'] && $conf[programs]=="on"){
echo << اضافة جماعية
MWS;
// end check admin links
}
// رابط مركز التحميل
echo <<
MWS;
// end check for members
}
echo <<
";
}
// التأكد من البوابة
if ($conf[gallery]=="on"){
$MyNewInfo.="» $lang[gallery_c] ";
$StatisticInfo = MySqlCountEntries("site-gallery","");
$SumStatisticInfo+=$StatisticInfo;
$StatisticInfo=number_format($StatisticInfo);
$MyNewInfo.="$StatisticInfo
";
}
// التأكد من البوابة
if ($conf[songs]=="on"){
$MyNewInfo.="» $lang_art_c ";
$StatisticInfo = MySqlCountEntries("site-art","");
$SumStatisticInfo+=$StatisticInfo;
$StatisticInfo=number_format($StatisticInfo);
$MyNewInfo.="$StatisticInfo
";
$MyNewInfo.="» $lang_song_c ";
$StatisticInfo = MySqlCountEntries("site-songs","");
$SumStatisticInfo+=$StatisticInfo;
$StatisticInfo=number_format($StatisticInfo);
$MyNewInfo.="$StatisticInfo
";
}
// التأكد من البوابة
if ($conf[video]=="on"){
$MyNewInfo.="» $lang[video_c] ";
$StatisticInfo = MySqlCountEntries("site-video","");
$SumStatisticInfo+=$StatisticInfo;
$StatisticInfo=number_format($StatisticInfo);
$MyNewInfo.="$StatisticInfo
";
}
// التأكد من البوابة
if ($conf[programs]=="on"){
$MyNewInfo.="» $lang[programs_c] ";
$StatisticInfo = MySqlCountEntries("site-programs","");
$SumStatisticInfo+=$StatisticInfo;
$StatisticInfo=number_format($StatisticInfo);
$MyNewInfo.="$StatisticInfo
";
}
// التأكد من البوابة
if ($conf[links]=="on"){
$MyNewInfo.="» $lang[links_c] ";
$StatisticInfo = MySqlCountEntries("site-links","where status='1'");
$SumStatisticInfo+=$StatisticInfo;
$StatisticInfo=number_format($StatisticInfo);
$MyNewInfo.="$StatisticInfo
";
}
$SumStatisticInfo=number_format($SumStatisticInfo,0);
$MyNewInfo.="
» المجموع $SumStatisticInfo";
echo <<