H69UNtblNBNpha2dtB1Odn8qYp1Qk5NK2gi7yfceofo9N
/
home
/
ymswebso
/
public_html
/
gkintouch
/
sitecms
/
Nama File / Folder
Size
Action
Wp
--
NONE
_samples
--
NONE
bower_components
--
NONE
css
--
NONE
dist
--
NONE
editor
--
NONE
img
--
NONE
includes
--
NONE
js
--
NONE
less
--
NONE
process-delete
--
NONE
process-insert
--
NONE
process-update
--
NONE
uploaded
--
NONE
_whatsnew_history.html
289.818KB
Hapus
Edit
Rename
add-new-franchise.php
4.944KB
Hapus
Edit
Rename
blank.html
18.975KB
Hapus
Edit
Rename
checkextension.php
0.198KB
Hapus
Edit
Rename
fckeditor.cfm
6.704KB
Hapus
Edit
Rename
fckeditor.js
9.059KB
Hapus
Edit
Rename
fckeditor.lasso
3.856KB
Hapus
Edit
Rename
fckeditor.pl
3.284KB
Hapus
Edit
Rename
fckstyles.xml
3.261KB
Hapus
Edit
Rename
fckutils.cfm
2.268KB
Hapus
Edit
Rename
forms.html
31.588KB
Hapus
Edit
Rename
index.php
3.376KB
Hapus
Edit
Rename
js-bottom.php
0.463KB
Hapus
Edit
Rename
login.html
3.265KB
Hapus
Edit
Rename
main.php
4.228KB
Hapus
Edit
Rename
pages-buttons.php
1.109KB
Hapus
Edit
Rename
panels-wells.html
39.394KB
Hapus
Edit
Rename
remote-info.php
4.845KB
Hapus
Edit
Rename
reset-password.php
1.913KB
Hapus
Edit
Rename
tables.html
60.087KB
Hapus
Edit
Rename
typography.html
29.283KB
Hapus
Edit
Rename
update-franchise-info.php
5.981KB
Hapus
Edit
Rename
visitors-statistics.php
5.65KB
Hapus
Edit
Rename
<?php include("includes/session.php"); ?> <?php include("checkextension.php"); ?> <?php include("includes/login-verify.php"); ?> <?php include("includes/connection.php"); ?> <?php $result_rootpage = mysql_query("select * from page_root order by page_name asc"); $num_rootpage = mysql_num_rows($result_rootpage); $result_totalvisitors = mysql_query("select * from visitors_histroy"); $num_totalvisitors=mysql_num_rows($result_totalvisitors); $total_visitors=number_format($num_totalvisitors); /*while($row_totalvisitors = mysql_fetch_array($result_totalvisitors)) { $ip_address=$row_totalvisitors['ip_address']; $day=$row_totalvisitors['day']; $month=$row_totalvisitors['month']; $year=$row_totalvisitors['year']; }*/ @$result_todayvisitors = mysql_query("select * from visitors_histroy where day ='".date(d)."' and month ='".date(m)."' and year ='".date(Y)."'"); $num_todayvisitors=mysql_num_rows($result_todayvisitors); $todayvisitors=number_format($num_todayvisitors); @$result_thismonthvisitors = mysql_query("select * from visitors_histroy where month ='".date(m)."' and year ='".date(Y)."'"); $num_thismonthvisitors=mysql_num_rows($result_thismonthvisitors); $thismonthvisitors=number_format($num_thismonthvisitors); @$result_thisyearvisitors = mysql_query("select * from visitors_histroy where year ='".date(Y)."'"); $num_thisyearvisitors=mysql_num_rows($result_thisyearvisitors); $thisyearvisitors=number_format($num_thisyearvisitors); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>GKintouch.com - Administrative Control Panel</title> <?php include("css-js.php"); ?> </head> <body> <div id="wrapper"> <?php include("header.php"); ?> <div id="page-wrapper"> <div class="row"> <div class="col-lg-12"> <h1 class="page-header">Dashboard</h1> </div> <!-- /.col-lg-12 --> </div> <div class="row"> <div class="col-lg-12"> <table width="600" border="0" cellspacing="0" cellpadding="0" align="center" style="border:3px solid #DDDDDD;"> <tr> <td align="center" style="border-bottom:1px solid #DDDDDD; height:45px; background-color:#F5F5F5; font-weight:bold; font-size:18px;"><i class="fa fa-history" aria-hidden="true"></i> Current Statistics</td> </tr> <tr> <td style="padding-top:20px; padding-bottom:40px;"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="right" width="40%" style="font-size:14px; padding-top:15px; padding-right:12px;">Total Franchisees :</td> <td align="left" width="60%" style="font-size:14px; padding-top:15px;"><b><?php echo $num_franchise; ?></b> [ <i class="fa fa-graduation-cap" aria-hidden="true"></i> <a href="manage-franchise">view all</a> ] [ <i class="fa fa-plus-square" aria-hidden="true"></i> <a href="add-new-franchise">add new franchisee</a> ]</td> </tr> <tr> <td align="right" width="40%" style="font-size:14px; padding-top:15px; padding-right:12px;">Total Messages :</td> <td align="left" width="60%" style="font-size:14px; padding-top:15px;"><b><?php echo $num_franchise_messages; ?></b> [ <i class="fa fa-envelope-o" aria-hidden="true"></i> <a href="view-messages">view all</a> ]</td> </tr> <!--<tr> <td align="right" width="40%" style="font-size:14px; padding-top:15px; padding-right:12px;">Total Progress Reports :</td> <td align="left" width="60%" style="font-size:14px; padding-top:15px;"><b>0</b> [ <i class="fa fa-list" aria-hidden="true"></i> <a href="progress-reports">view all</a> ]</td> </tr>--> </table> </td> </tr> </table> </div> </div> <!-- /.row --> <?php include("footer.php"); ?> </div> <!-- /#page-wrapper --> </div> <!-- /#wrapper --> <?php include("js-bottom.php"); ?> </body> </html>