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

[CS:S/CS:GO] TOGs Clan Tags


Post New Thread Reply   
 
Thread Tools Display Modes
lilpetri
Member
Join Date: Nov 2016
Location: The Netherlands
Old 04-14-2017 , 10:51   Re: [CS:S/CS:GO] TOGs Clan Tags
Reply With Quote #131

What value is the number of togsclantags_updatefreq ? Example: togsclantags_updatefreq 22 (seconds/minutes?)
lilpetri is offline
ThatOneGuy
Veteran Member
Join Date: Jul 2012
Location: Oregon, USA
Old 04-14-2017 , 23:49   Re: [CS:S/CS:GO] TOGs Clan Tags
Reply With Quote #132

Quote:
Originally Posted by lilpetri View Post
What value is the number of togsclantags_updatefreq ? Example: togsclantags_updatefreq 22 (seconds/minutes?)
Seconds.
__________________
ThatOneGuy is offline
ThatOneGuy
Veteran Member
Join Date: Jul 2012
Location: Oregon, USA
Old 07-21-2017 , 01:17   Re: [CS:S/CS:GO] TOGs Clan Tags
Reply With Quote #133

Updated from 2.2.0 to 2.2.5 (didnt notice this wasnt up to date).

Here's the change log:
Spoiler
__________________
ThatOneGuy is offline
Cripix
Senior Member
Join Date: Sep 2016
Location: French, Bordeaux
Old 07-22-2017 , 12:07   Re: [CS:S/CS:GO] TOGs Clan Tags
Reply With Quote #134

Hello

I do not understand how to configure tags with MySQL.

I bind the database with the server but I do not understand how to configure it.

If a person can help me set it up
__________________
My jailbreak Server :
Cripix is offline
ThatOneGuy
Veteran Member
Join Date: Jul 2012
Location: Oregon, USA
Old 07-22-2017 , 13:49   Re: [CS:S/CS:GO] TOGs Clan Tags
Reply With Quote #135

Quote:
Originally Posted by Cripix View Post
Hello

I do not understand how to configure tags with MySQL.

I bind the database with the server but I do not understand how to configure it.

If a person can help me set it up
To use mysql, open your phpmyadmin, and insert rows for each setup. Here is an example of a few steam ID rows and one tied to flags:

https://snag.gy/cGECex.jpg
__________________
ThatOneGuy is offline
Cripix
Senior Member
Join Date: Sep 2016
Location: French, Bordeaux
Old 07-22-2017 , 14:55   Re: [CS:S/CS:GO] TOGs Clan Tags
Reply With Quote #136

Quote:
Originally Posted by ThatOneGuy View Post
To use mysql, open your phpmyadmin, and insert rows for each setup. Here is an example of a few steam ID rows and one tied to flags:

https://snag.gy/cGECex.jpg
Thank you for your reply!

But when I try to put in the database there is an error (screenshot) and in game I see nothing that changes in tags

https://snag.gy/Bhqdxu.jpg
__________________
My jailbreak Server :
Cripix is offline
ThatOneGuy
Veteran Member
Join Date: Jul 2012
Location: Oregon, USA
Old 07-22-2017 , 15:32   Re: [CS:S/CS:GO] TOGs Clan Tags
Reply With Quote #137

Quote:
Originally Posted by Cripix View Post
Thank you for your reply!

But when I try to put in the database there is an error (screenshot) and in game I see nothing that changes in tags

https://snag.gy/Bhqdxu.jpg
Don't enter values for primary key. The primary key (`id`) is a unique identifier for each row, and will auto-fill itself. You can insert directly if you want, but you will have to change the value to a number that isnt being used (typically just the next highest number) for each row you add. Instead, just dont set a value for `id`, and it will increment by default.

This would be your query:
Spoiler
__________________
ThatOneGuy is offline
Cripix
Senior Member
Join Date: Sep 2016
Location: French, Bordeaux
Old 07-22-2017 , 17:02   Re: [CS:S/CS:GO] TOGs Clan Tags
Reply With Quote #138

Quote:
Originally Posted by ThatOneGuy View Post
Don't enter values for primary key. The primary key (`id`) is a unique identifier for each row, and will auto-fill itself. You can insert directly if you want, but you will have to change the value to a number that isnt being used (typically just the next highest number) for each row you add. Instead, just dont set a value for `id`, and it will increment by default.

This would be your query:
Spoiler
It still does not work so I tried to come back with the .cfg but it does not work.

I have the impression that it comes from the last update
__________________
My jailbreak Server :
Cripix is offline
ThatOneGuy
Veteran Member
Join Date: Jul 2012
Location: Oregon, USA
Old 07-22-2017 , 17:07   Re: [CS:S/CS:GO] TOGs Clan Tags
Reply With Quote #139

Quote:
Originally Posted by Cripix View Post
It still does not work so I tried to come back with the .cfg but it does not work.

I have the impression that it comes from the last update
At that point, turn on debug (togsclantags_debug 1) and read your output. That's why the debug option is there.

And post the error it said for the SQL insert. The exact code I pasted above works fine for me.
__________________

Last edited by ThatOneGuy; 07-22-2017 at 17:08.
ThatOneGuy is offline
Cripix
Senior Member
Join Date: Sep 2016
Location: French, Bordeaux
Old 07-22-2017 , 17:12   Re: [CS:S/CS:GO] TOGs Clan Tags
Reply With Quote #140

Quote:
Originally Posted by ThatOneGuy View Post
At that point, turn on debug (togsclantags_debug 1) and read your output. That's why the debug option is there.

And post the error it said for the SQL insert. The exact code I pasted above works fine for me.
https://pastebin.com/EdxGG25j
__________________
My jailbreak Server :
Cripix 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 20:49.


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