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

Showing results 1 to 25 of 67
Search took 0.01 seconds.
Search: Posts Made By: T1MOXA
Forum: Plugins 05-29-2019, 09:11
Replies: 17
Views: 16,564
Posted By T1MOXA
Re: [CS:GO] Parachute - CS:GO internal parachute (v2.0, 2/7/2019)

Exception reported: Offset -1 is invalid
[SM] Blaming: CSGOParachute.smx
[SM] Call stack trace:
[SM] [0] GetEntData
[SM] [1] Line 251,...
Forum: Extensions 03-31-2019, 19:10
Replies: 129
Views: 102,683
Posted By T1MOXA
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ

For some reason, files are not always archived on the same server, there are no problems with manual compression.
How to understand the cause of the error ?
Forum: Snippets and Tutorials 01-01-2019, 19:37
Replies: 24
Views: 7,958
Posted By T1MOXA
Re: [INC] Append new ConVars to plugin config v2.1

And it would be nice to check whether new cvars have been added, so there was no such spam:

// Append new ConVars for plugin ***
// @version: 1.0.1

// Append new ConVars for plugin ***
//...
Forum: Snippets and Tutorials 01-01-2019, 19:27
Replies: 24
Views: 7,958
Posted By T1MOXA
Re: [INC] Append new ConVars to plugin config v2.1

There is a proposal to add a check whether there is a cvar in the new version of the plugin, if not, then remove it from the config.
This needed to avoid such errors "Unknown command ..."
Forum: General 09-23-2018, 14:57
Replies: 2
Views: 1,772
Posted By T1MOXA
Re: Incorrect string value: '\xF0\x9F\x92\x8B\xF0\x9F...'

Yes, changing the code is an option, but you will need to do it every time you update plugin, and you need to change a lot of plugins.
Is there no easier way ?
Forum: General 09-23-2018, 01:45
Replies: 2
Views: 1,772
Posted By T1MOXA
Incorrect string value: '\xF0\x9F\x92\x8B\xF0\x9F...'

Hi, everybody.
For a long time I can't solve such error "Incorrect string value: '\xF0\x9F\x92\x8B\xF0\x9F...' for column 'name' at row 1".

utf8mb4 encoding didn't help

database charset -...
Forum: Scripting 09-16-2018, 20:07
Replies: 17
Views: 3,083
Posted By T1MOXA
Re: Can't compile regex expression.

I have 2 problems at the moment.
1. Regex expresion to remove emoji not working
2. utf8mb4_general_ci encoding didn't help


database charset - utf8mb4
database collation - utf8mb4_general_ci...
Forum: Scripting 09-16-2018, 20:05
Replies: 17
Views: 3,083
Posted By T1MOXA
Re: Can't compile regex expression.

Thank you, not knew about this rule.
Okay, how do I solve my problem ?
@asherkin not responding.
Forum: Scripting 08-29-2018, 15:56
Replies: 17
Views: 3,083
Posted By T1MOXA
Re: Can't compile regex expression.

Yes, this probably would solve the problem, but this option is not suitable because too many plugins use the database, and will have to rewrite everything.
It is easier to remove the symbol with a...
Forum: Scripting 08-23-2018, 05:06
Replies: 17
Views: 3,083
Posted By T1MOXA
Re: Can't compile regex expression.

I did just that.
Just changed the encoding in the database.
Forum: Scripting 08-22-2018, 18:23
Replies: 17
Views: 3,083
Posted By T1MOXA
Re: Can't compile regex expression.

Today I encountered an error "Incorrect string value: '\xF0\x9F\x92\x8B\xF0\x9F...' for column 'name' at row 1".
The database is encoded utf8mb4_general_ci.
The column too.
What else could be the...
Forum: Extensions 07-24-2018, 10:17
Replies: 129
Views: 102,683
Posted By T1MOXA
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ

Yes, I know that 7z didn't you.
But unfortunately I did not find a solution to my problem in the network, so I decided to ask you.
Yes, I wrote the plugin for myself.
I'll try a lower compression...
Forum: Extensions 07-23-2018, 09:45
Replies: 129
Views: 102,683
Posted By T1MOXA
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ

Ubuntu 16.04.4 LTS (GNU/Linux 4.4.0-116-generic x86_64)
Unfortunately, the file is no longer present (it is deleted) but the problem is relevant for all files of this size....
Forum: Scripting 07-23-2018, 06:31
Replies: 17
Views: 3,083
Posted By T1MOXA
Re: Can't compile regex expression.

Then I get errors like this:
Illegal mix of collations (utf8mb4_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='

...


Although it seems that this problem is due to...
Forum: Extensions 07-23-2018, 06:29
Replies: 129
Views: 102,683
Posted By T1MOXA
Re: [EXTENSION] System2 - Easy to use HTTP(S)/FTP Request API and useful system nativ

Оn one of the servers there was a problem.

"/csgo/addons/sourcemod/data/system2/linux/amd64/7z" a -t7z "/csgo/demos/awp_lego_2.7z" "/csgo/demos/awp_lego_2.dem" -mmt -mx9

7-Zip [64] 16.02 :...
Forum: Scripting 07-20-2018, 22:11
Replies: 17
Views: 3,083
Posted By T1MOXA
Re: Can't compile regex expression.

Then I'll have to rewrite all plugins and web interfaces to a different encoding...
And in general it is interesting why this rule does not work in sourcemod but it works on the regex101.
Forum: Scripting 07-20-2018, 20:36
Replies: 17
Views: 3,083
Posted By T1MOXA
Re: Can't compile regex expression.

Unfortunately, this rule removes too many characters.
I am writing this regular expression to remove those characters from nicknames which do not properly send to the MySQL server.

To avoid such...
Forum: Scripting 07-18-2018, 20:44
Replies: 17
Views: 3,083
Posted By T1MOXA
Re: Can't compile regex expression.

Thanks, but I'm not sure what it gives me...
By the way, here (https://regex101.com/r/nRszGj/1/) this expression works as it should.
From your answer I understood that most likely to do what I want...
Forum: Scripting 07-18-2018, 16:47
Replies: 17
Views: 3,083
Posted By T1MOXA
Re: Can't compile regex expression.

Thanks...

#include <regex>

public void OnPluginStart() {
char sError[128];
RegexError rError;
Handle hExpression = CompileRegex("[\\x{D800}-\\x{DBFF}]", PCRE_UCP, sError, sizeof(sError),...
Forum: Scripting 07-18-2018, 15:34
Replies: 17
Views: 3,083
Posted By T1MOXA
Can't compile regex expression.

#include <regex>
public void OnPluginStart() {
PrintToServer("%i", CompileRegex("[\x{D800}-\x{DBFF}]", PCRE_CASELESS));
}
Return: 0

What am I doing wrong ?

UPD.
the same proplem with...
Forum: General 07-16-2018, 21:29
Replies: 25
Views: 14,852
Posted By T1MOXA
Re: [CS:GO PANORAMA] \t and size on PrintHintText

Confirmed, it didn't work for me either.
Forum: Source Servers (SRCDS) 07-06-2018, 20:02
Replies: 6
Views: 3,671
Posted By T1MOXA
Forum: Plugins 07-04-2018, 09:11
Replies: 6
Views: 5,350
Posted By T1MOXA
Re: [Any] Plugin AutoReloader

Very cool plugin, thanks for the release.
Forum: Plugins 05-06-2018, 11:38
Replies: 13
Views: 8,879
Posted By T1MOXA
Re: [TF2/CSS/Any?] Regex Filter (redux)

In my opinion it will complicate the rules and not all users will understand how to do it...
Forum: Plugins 05-03-2018, 20:19
Replies: 13
Views: 8,879
Posted By T1MOXA
Re: [TF2/CSS/Any?] Regex Filter (redux)

A good plugin, but as for me it lacks whitelists for each rule.
Let's say I want to block all domains except certain.
Showing results 1 to 25 of 67

 
Forum Jump

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


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