Raised This Month: $51 Target: $400
 12% 

[ANY] adminWatch (v1.2.2)


Post New Thread Reply   
 
Thread Tools Display Modes
Danii
AlliedModders Donor
Join Date: Oct 2014
Location: localhost
Old 07-05-2016 , 21:23   Re: [ANY] adminWatch (v1.2.2)
Reply With Quote #131

Thank you! Updated on mine.
__________________
Danii is offline
utaker
Senior Member
Join Date: Dec 2013
Old 07-08-2016 , 02:11   Re: [ANY] adminWatch (v1.2.2)
Reply With Quote #132

can you please have support for sourcebans++ so instead of manually adding admins. it tracks admins of csgo from the list added there?
utaker is offline
MFS
AlliedModders Donor
Join Date: Dec 2010
Old 07-10-2016 , 17:05   Re: [ANY] adminWatch (v1.2.2)
Reply With Quote #133

constantly writes to logs
L 07/10/2016 - 23:48:15: [adminwatch.smx] [adminWatch DEBUG] - Client: 0, Target: -1 inside OnLogAction().
MFS is offline
Kilroy85
Junior Member
Join Date: May 2016
Old 07-10-2016 , 18:45   Re: [ANY] adminWatch (v1.2.2)
Reply With Quote #134

AWESOME WORK on adminWatch 1.2.2!
Kilroy85 is offline
darkyy1994
Member
Join Date: Feb 2015
Old 11-21-2016 , 08:49   Re: [ANY] adminWatch (v1.2.2)
Reply With Quote #135

hey i got this error on top from the adminwatch webpanel

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/customers/webs/xxxxxx/adminwatch/includes/database.include.php on line 25

anyone know how to fix this?

everything is working but this is still here xD
darkyy1994 is offline
micazoid
Veteran Member
Join Date: Oct 2010
Location: Munich - Germany
Old 11-24-2016 , 09:52   Re: [ANY] adminWatch (v1.2.2)
Reply With Quote #136

Quote:
Originally Posted by darkyy1994 View Post
hey i got this error on top from the adminwatch webpanel

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/customers/webs/xxxxxx/adminwatch/includes/database.include.php on line 25

anyone know how to fix this?

everything is working but this is still here xD
Your Question tells the answer:

go to /var/customers/webs/xxxxxx/adminwatch/includes/database.include.php with a texteditor (e.g. nano) and edit line 25. If you are using ubuntu here are the steps:

To make a Backup of the file in the same directory:
Code:
sudo cp /var/customers/webs/xxxxxx/adminwatch/includes/database.include.php /var/customers/webs/xxxxxx/adminwatch/includes/database.include.phpbackup
To alter the line:
Code:
 sudo nano /var/customers/webs/xxxxxx/adminwatch/includes/database.include.php
Find:
Code:
		if( 0 == $this->Link_ID )
			$this->Link_ID=mysql_connect( $this->Host, $this->User, $this->Password );
Alter it to:
Code:
		if( 0 == $this->Link_ID )
			$this->Link_ID=mysqli( $this->Host, $this->User, $this->Password );
Disclaimer:
I have no idea if that will work, I did not check the syntax of mysqli but give it a try or check the right syntax. I have done sudo here because I have no idea if the file is owned by our user or not. (Just in case some Sudo Buhu Kiddies will read this ;) )
__________________
micazoid is offline
DoomHammer69
Senior Member
Join Date: Aug 2013
Old 11-30-2016 , 18:21   Re: [ANY] adminWatch (v1.2.2)
Reply With Quote #137

any way to disable debug mode?
adminwatch.smx] [adminWatch DEBUG] - Client: 1, Target: -1 inside OnLogAction()
adminwatch.smx] [adminWatch DEBUG] - Client: 1, Target: 3 inside OnLogAction()
[adminwatch.smx] [adminWatch DEBUG] - Client: 1, Target: -1 inside OnLogAction().

sourcemod log spamming.
__________________


DoomHammer69 is offline
Divin12
Senior Member
Join Date: Nov 2011
Old 12-29-2016 , 10:27   Re: [ANY] adminWatch (v1.2.2)
Reply With Quote #138

If my server is classic comepetitive and only dust2 plugin will work? If after one team got 16 wins and map is not changed, is played again d2 is working?
EDIT: Plugin is not working good. Played times and idle times not good. My server run only on one map.(de_dust2_winter)
First time after I change map plugin work fine but after I don;t know what is happening
__________________

Last edited by Divin12; 12-29-2016 at 15:39.
Divin12 is offline
Hyp3rking
Junior Member
Join Date: Dec 2015
Old 01-20-2017 , 12:29   Re: [ANY] adminWatch (v1.2.2)
Reply With Quote #139

if i change the code,
Code:
if (gEnabled && (GetUserFlagBits(client) & gAdminFlagBits))
to
Code:
if (gEnabled)
it wil give me the time of all the players or?

Last edited by Hyp3rking; 01-20-2017 at 12:30.
Hyp3rking is offline
yessi.ub
Junior Member
Join Date: Jul 2016
Old 03-03-2017 , 13:42   Re: [ANY] adminWatch (v1.2.2)
Reply With Quote #140

Just wondering if you can help.

When logging commands half of what is written always gets cut off as per below...

http://prntscr.com/efn3n6

Is there anyway to solve this?
yessi.ub is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode