cod4status last release
Posted: 25 Feb 2018 21:26
see below on how to install
NOTE ONLY THE LINK AT THE BOTTOM OF THIS PAGE IS REAL
Instructions
1- Download the last zip thats all you need - Click Me | File attached to this thread too
2- Unzip content in your web
3- Create a clean db for the site no need to import anything
4- Edit classes/MysqliDb.php file with database and website info some examples and dont forget the last /
Create a identy key too for all servers
define('ABS_PATH', dirname(__FILE__) . '/'); //If its not on root change "/" to "/mysubdirectory/"
define('ABS_URL', 'http://www.mysite.net/');
define('ABS_PATH', dirname(__FILE__) . '/myfolder/'); //If its not on root change "/" to "/mysubdirectory/"
define('ABS_URL', ' http://www.mysite.net/myfolder/');
5- Edit steamauth/SteamConfig.php file dont forget the last /
$steamauth['apikey'] = "Your Steam WebAPI-Key"; Can get one here https://steamcommunity.com/dev/apikey
$steamauth['domainname'] = "http://www.mysite.net/myfolder/";
$steamauth['logoutpage'] = "http://www.mysite.net/myfolder/";
$steamauth['loginpage'] = "http://www.mysite.net/myfolder/";
6- Go to your site but add /install to your link http://www.mysite.net/myfolder/install it will give installation steps
7- Make sure your screenshots and banned/screenshots folders are set to 755 permissions
8- If your installation was successful go to your site and log as admin "bottom right buttons" add your servers with a steam group for admins
"If you add a new member to the group use refresh button in My Servers"
9- Add these lines to your server.cfg
set rcon_password myrconpasswordwithout""
set nehoscreenshot_identkey 12345678 //Same as MysqliDb.php
set nehoscreenshot_url "http://mywebsite.com/screenshots/submit.php"
loadplugin nehoscreenshotuploader
if everything was done well your captures should arrive at the site and the permban button in every capture you should work.
copied from https://cod4x.me/index.php?/forums/topi ... t-release/
NOTE ONLY THE LINK AT THE BOTTOM OF THIS PAGE IS REAL
Instructions
1- Download the last zip thats all you need - Click Me | File attached to this thread too
2- Unzip content in your web
3- Create a clean db for the site no need to import anything
4- Edit classes/MysqliDb.php file with database and website info some examples and dont forget the last /
Create a identy key too for all servers
define('ABS_PATH', dirname(__FILE__) . '/'); //If its not on root change "/" to "/mysubdirectory/"
define('ABS_URL', 'http://www.mysite.net/');
define('ABS_PATH', dirname(__FILE__) . '/myfolder/'); //If its not on root change "/" to "/mysubdirectory/"
define('ABS_URL', ' http://www.mysite.net/myfolder/');
5- Edit steamauth/SteamConfig.php file dont forget the last /
$steamauth['apikey'] = "Your Steam WebAPI-Key"; Can get one here https://steamcommunity.com/dev/apikey
$steamauth['domainname'] = "http://www.mysite.net/myfolder/";
$steamauth['logoutpage'] = "http://www.mysite.net/myfolder/";
$steamauth['loginpage'] = "http://www.mysite.net/myfolder/";
6- Go to your site but add /install to your link http://www.mysite.net/myfolder/install it will give installation steps
7- Make sure your screenshots and banned/screenshots folders are set to 755 permissions
8- If your installation was successful go to your site and log as admin "bottom right buttons" add your servers with a steam group for admins
"If you add a new member to the group use refresh button in My Servers"
9- Add these lines to your server.cfg
set rcon_password myrconpasswordwithout""
set nehoscreenshot_identkey 12345678 //Same as MysqliDb.php
set nehoscreenshot_url "http://mywebsite.com/screenshots/submit.php"
loadplugin nehoscreenshotuploader
if everything was done well your captures should arrive at the site and the permban button in every capture you should work.
copied from https://cod4x.me/index.php?/forums/topi ... t-release/