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

[ANY] HexTags [Tags/Chat Colors & Score Tags]


Post New Thread Reply   
 
Thread Tools Display Modes
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 11-11-2018 , 23:43   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/11/18]
Reply With Quote #171

Quote:
Originally Posted by paulo_crash View Post
As you can see, you have connection errors with the MySQL Database:

Get the IP of the database with the hosting host of yours.
My server myself that I host, the ip I think has to be localhost same, I changed it to port 8008 but I do not know what is happening.
gildevanaraujo is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-11-2018 , 23:47   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/11/18]
Reply With Quote #172

Quote:
Originally Posted by gildevanaraujo View Post
My server myself that I host, the ip I think has to be localhost same, I changed it to port 8008 but I do not know what is happening.
It would have to do the release of the IP in Firewall, quick search on the internet already finds ways to do this.

Of course, if the problem is this, if it is an installation error only correcting, check the files again just to be sure.
paulo_crash is offline
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 11-12-2018 , 00:12   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/11/18]
Reply With Quote #173

I solved the problem, it really was problem with the host.
So I wonder if now I should just set everything up for the correct sourcebans?
can my admins_simple.ini leave it empty?

The hextags plugins are not working after I migrate to sourcebans. Not even my admin flag. What can it be? I'll post my files.

admins_simple.ini

Code:
"STEAM_*:*:*********"		"@Dono"		//DONO DO SERVIDOR.
"STEAM_*:*:*********"		"@Admin"	//ADMIN DO SERVIDOR.	
"STEAM_*:*:*********"		"@Mod"		//MOD DO SERVIDOR.
"STEAM_*:*:*********"		"@Vip"		//VIP
admin_groups.cfg

Code:
Groups
{
	"Dono"
	{
		"flags"			"z"
		"immunity"		"99"
	}
	"Admin"
	{
		"flags"			"abcdfghjkm"
		"immunity"		"75"
	}
	"Sub-Admin"
	{
		"flags"			"abcdefhijk"
		"immunity"		"50"
	}
	"Mod"
	{
		"flags"			"acd"
		"immunity"		"30"
	}
	"Colaborador"
	{
		"flags"			"ao"
		"immunity"		"25"
	}
	"Vip"
	{
		"flags"			"ao"
		"immunity"		"15"
	}
}
sb_admin_groups.cfg

Code:
"Groups"
{
	"Dono"
	{
		"flags"		"z"
		"immunity"		"99"
	}
	"Admin"
	{
		"flags"		"abcdfghjkm"
		"immunity"		"75"
	}
}
sb_admins.cfg

Code:
"Admins"
{
	"victorramos35"
	{
		"auth"		"steam"
		"identity"		"STEAM_*:*:*********"
		"flags"		"abcdfgjkm"
		"group"		"Admin"
		"password"		"*****"
		"immunity"		"75"
	}
	"gildevan"
	{
		"auth"		"steam"
		"identity"		"STEAM_*:*:*********"
		"flags"		"z"
		"group"		"Dono"
		"password"		"*****"
		"immunity"		"99"
	}
}
sm plugins list

Code:
[SM] Listing 32 plugins:
  01 "Admin File Reader" (1.9.0.6260) by AlliedModders LLC
  02 "Admin Help" (1.9.0.6260) by AlliedModders LLC
  03 "Admin Menu" (1.9.0.6260) by AlliedModders LLC
  04 "Anti-Flood" (1.9.0.6260) by AlliedModders LLC
  05 "Basic Chat" (1.9.0.6260) by AlliedModders LLC
  06 "Basic Comm Control" (1.9.0.6260) by AlliedModders LLC
  07 "Basic Commands" (1.9.0.6260) by AlliedModders LLC
  08 "Basic Info Triggers" (1.9.0.6260) by AlliedModders LLC
  09 "Basic Votes" (1.9.0.6260) by AlliedModders LLC
  10 "Chat-Processor" (2.1.5) by Keith Warren (Shaders Allen)
  11 "Client Preferences" (1.9.0.6260) by AlliedModders LLC
  12 "SM CS:GO Weapon Paints" (2.8.4 public version) by Franc1sco franug
  13 "Fun Commands" (1.9.0.6260) by AlliedModders LLC
  14 "Fun Votes" (1.9.0.6260) by AlliedModders LLC
  15 "hextags" (1.36) by Hexah
  16 "Nextmap" (1.9.0.6260) by AlliedModders LLC
  17 "Player Commands" (1.9.0.6260) by AlliedModders LLC
  18 "CS:GO PugSetup" (2.0.4) by splewis
  19 "CS:GO PugSetup: damage printer" (2.0.5) by splewis
  20 "CS:GO PugSetup: RWS balancer" (2.0.5) by splewis
  21 "CS:GO PugSetup: team locker" (2.0.5) by splewis
  22 "Reserved Slots" (1.9.0.6260) by AlliedModders LLC
  23 "SourceBans++: Admin Config Loader" (1.6.3) by AlliedModders LLC, SourceBans++ Dev Team
  24 "SourceBans++: Bans Checker" (1.6.3) by psychonic, Ca$h Munny, SourceBans++ Dev Team
  25 "SourceBans++: SourceComms" (1.6.3) by Alex, SourceBans++ Dev Team
  26 "SourceBans++: Main Plugin" (1.6.3) by SourceBans Development Team, SourceBans++ Dev Team
  27 "SourceBans++ Report Plugin" (1.6.3) by RumbleFrog, SourceBans++ Dev Team
  28 "SourceBans++: SourceSleuth" (1.6.3) by ecca, SourceBans++ Dev Team
  29 "ServerAdvertisements3" (3.1.3) by ESK0
  30 "SM CS:GO Franug Knives" (1.5) by Franc1sco franug
  31 "Sound Commands" (1.9.0.6260) by AlliedModders LLC
  32 "Updater" (1.2.2) by GoD-Tony
Can you help me? Thank you!

Last edited by gildevanaraujo; 11-12-2018 at 01:13.
gildevanaraujo is offline
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 11-12-2018 , 08:58   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/11/18]
Reply With Quote #174

Quote:
Originally Posted by gildevanaraujo View Post
I solved the problem, it really was problem with the host.
So I wonder if now I should just set everything up for the correct sourcebans?
can my admins_simple.ini leave it empty?

The hextags plugins are not working after I migrate to sourcebans. Not even my admin flag. What can it be? I'll post my files.

admins_simple.ini

Code:
"STEAM_*:*:*********"		"@Dono"		//DONO DO SERVIDOR.
"STEAM_*:*:*********"		"@Admin"	//ADMIN DO SERVIDOR.	
"STEAM_*:*:*********"		"@Mod"		//MOD DO SERVIDOR.
"STEAM_*:*:*********"		"@Vip"		//VIP
admin_groups.cfg

Code:
Groups
{
	"Dono"
	{
		"flags"			"z"
		"immunity"		"99"
	}
	"Admin"
	{
		"flags"			"abcdfghjkm"
		"immunity"		"75"
	}
	"Sub-Admin"
	{
		"flags"			"abcdefhijk"
		"immunity"		"50"
	}
	"Mod"
	{
		"flags"			"acd"
		"immunity"		"30"
	}
	"Colaborador"
	{
		"flags"			"ao"
		"immunity"		"25"
	}
	"Vip"
	{
		"flags"			"ao"
		"immunity"		"15"
	}
}
[...]

Can you help me? Thank you!
You are missing the quotes around the "Groups" keyvalue
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!

Last edited by Papero; 11-12-2018 at 08:59.
Papero is offline
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 11-12-2018 , 14:06   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/11/18]
Reply With Quote #175

Quote:
Originally Posted by Papero View Post
You are missing the quotes around the "Groups" keyvalue
Hello! Papero, I was looking and realized that when I install the sourcebans my tags and my admin flag does not work.
When I uninstall the sourcebans the hextags goes back to working, just like my admin flag. What can it be?
Some kind of conflict? between sourcebans and sourcemod?

Last edited by gildevanaraujo; 11-12-2018 at 14:08.
gildevanaraujo is offline
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 11-12-2018 , 14:26   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/11/18]
Reply With Quote #176

i dont think so
__________________
NanoC is offline
Send a message via Skype™ to NanoC
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 11-12-2018 , 14:37   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/11/18]
Reply With Quote #177

What should I do?

The admin_groups.cfg files
and sb_admin_groups.cfg are different.
But the names of the groups are the same. I can not understand.

Last edited by gildevanaraujo; 11-12-2018 at 14:44.
gildevanaraujo is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-12-2018 , 22:39   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/11/18]
Reply With Quote #178

Quote:
Originally Posted by gildevanaraujo View Post
What should I do?

The admin_groups.cfg files
and sb_admin_groups.cfg are different.
But the names of the groups are the same. I can not understand.
If you have installed SourceBans patch you no longer need to use the default admin_groups.cfg from SourceMod.

If it is not working then you have installed some of the wrong thing in SourceBans, check it out.

Well, as you said, without SourceBans, the Plugin HexTags works normally, so it's no longer a problem with HexTags, but rather with your SourceBans installation.
paulo_crash is offline
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 11-12-2018 , 23:09   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/11/18]
Reply With Quote #179

Quote:
Originally Posted by paulo_crash View Post
If you have installed SourceBans patch you no longer need to use the default admin_groups.cfg from SourceMod.

If it is not working then you have installed some of the wrong thing in SourceBans, check it out.

Well, as you said, without SourceBans, the Plugin HexTags works normally, so it's no longer a problem with HexTags, but rather with your SourceBans installation.
So I leave no value in sourcemod admins_group.cfg and edit only by the correct sourcebans?
In admins_simple.ini do I change the same way?
gildevanaraujo is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-12-2018 , 23:11   Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][08/11/18]
Reply With Quote #180

Quote:
Originally Posted by gildevanaraujo View Post
So I leave no value in sourcemod admins_group.cfg and edit only by the correct sourcebans?
In admins_simple.ini do I change the same way?
You will not use but any SourceMod config for Admins, Admin groups ...

Do it all by SourceBans now.
paulo_crash is offline
Reply


Thread Tools
Display Modes

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 09:19.


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