-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Ludovic Ortega edited this page Jun 27, 2018
·
22 revisions
AdminAFK will make life better for CS:GO Admins (plugin working with eBot <3)
This tool uses :
- Linux, Windows with a web server
- MySQL 5.7.19 or newer
- eBot 3.1 or newer
- PHP 5.3 or newer
- CURL 7.51 or newer
- SSL 1.0.2 or newer
- PDO with the good drivers for your database
- Download –> https://github.com/lyon-esport/AdminAFK
- Extract the AdminAFK files
- Import the file adminafk.sql on a new database.
- Edit config/config.php with the good setting
$SERVERNAME_ADMINAFK = ''; // Database hostname $PORT_ADMINAFK = ''; // Database port $DBNAME_ADMINAFK = ''; // Database name $USERNAME_ADMINAFK = ''; // Database port $PASSWORD_ADMINAFK = ''; // Database password $BASE_URL = ''; // Base URL of AdminAFK for example : http://localhost/adminafk/ $SERVERNAME_EBOT = ''; // Database hostname $PORT_EBOT = ''; // Database port $DBNAME_EBOT = ''; // Database name $USERNAME_EBOT = ''; // Database port $PASSWORD_EBOT = ''; // Database password
- Public content –> http://localhost/adminafk/index.php
- You can embed Public content for your own intranet by adding "?embed=1" like this : http://localhost/adminafk/pages/view_connect.php?embed=1
- Admin content –> http://localhost/adminafk/admin.php (default : admin/admin)
- AdminAFK setting –> http://localhost/adminafk/pages/setting.php
- You got an example of csv file here : https://github.com/lyon-esport/AdminAFK
The code is under CeCILL license.
You can find all details here: http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html
Copyright © Lyon e-Sport, 2018
Contributor(s):
-Ortega Ludovic - ludovic.ortega@lyon-esport.fr