HEX
Server: Apache
System: Linux p3plzcpnl489526.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: vmasmheia229 (9244908)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/vmasmheia229/domains/taylornetcloud.com/html/admin/home.php
<?php
include('../api/include/webzone.php');

$t1 = new Template_class_admin();
$t1->setPageName('Home');
$t1->selectedMenu = 0;
$t1->setMetaTags(array('title'=>'', 'description'=>''));
$t1->displayHeader();

$s1 = new Store_locator();
$result = $s1->selectAll();
$nb_stores = count($result);

echo '<p>There is <a href="./list.php"><b>'.$nb_stores.' store(s)</b></a> in the database.</b> <a href="./add.php">Add a new one?</a></p><br>';

?>

This is a simple but powerfull interface enabling you to manage all your stores:<br>
- You can add new stores, edit and delete existing ones.<br>
- You can manage stores categories.<br>
- The store address you set is automatically geocoded and stored in the database.<br>
- This backend is automatically controlling the front end display of the store locator.<br>

<?php

$s1 = new Store_locator();

$t1->displayFooter();
?>