|
Administration Panel
|
Previous Top Next |
| The Administration Panel can be accessed by navigating to the admin directory, which is password protected.
|
|
|
| Open the Administration Panel by typing a URL something like this into your browser address bar:
|
| http://www.yourdomain.com/ashop_dir/admin
|
|
|
|
| Note: The login has protection against brute force attacks were a hacker writes a script or program that will automatically try every possible combination of letters to figure out the password. After three incorrect login attempts the login.php script will block all further attempts until two minutes have passed. It will also send an email message to the administrator. This should make it very hard (or at least extremely slow) to get unauthorized access to an AShop administration panel.
|
|
|
| Time Zone Offset
|
| The Administration Index page shows quick stats of visitors to the shopping cart, sales, and affiliate.
|
| Note: The "Totol Today" resets each day at midnight. If the server time is different than your time zone, adjust the timezoneoffset accordingly. Otherwise, the stats will reset at a different time relative to yours.
|
|
|
|
|
|
|
|
| <?php
|
| include "counter.php";
|
| ?>
|
|
|
| Change the "counter.php" file path depending on where the HTML page file is located in relation to the AShop program files.
|
| For instance, if the HTML page is one directory down, insert an "../" in front of the file path to step up one directory.
|
| To return to the Administration Panel index page where the stats are shown, click on the AShop logo at the top of any page within the Administration Panel.
|
|
|
|
|
|
| The Administration panel is divided into four main sections:
|
| Store Configuration
|
| Edit Catalogue
|
| Manage Affiliates
|
| Manage Sales
|