Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
unsatisfiableness
/
webpanel
/
Panel
:
function.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php ######################## ##### Counter Data #### ######################## /*Counter Bots*/ //include("../config.php"); include("../config.php"); function count_bot(){ $sql_bot = "SELECT * FROM `bot`"; $query_bot = mysqli_query($condb,$sql_bot); $count_bot = mysqli_num_rows($query_bot); echo $count_bot; } //echo count_bot(); ?>