Search the Community
Showing results for tags 'site'.
Found 1 result
-
Hello boys I've seen some members talking and trying to install NeHo screenshots site of his thread but those releases doesnt work without a last zip that he uploaded in his private site but cant be found there now his site gives "502 bad gateway" and I think he has not logged in for a long time. I've found that zip on my HDD and it is here now for you. I open this thread because I see members who are trying to install his first releases without knowing that there was a second zip and this is his last release without problems. 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. Sry If I have english mistakes just let me know im just an English student =} cod4status.zip