Hello,
Lately we have had some problems with cheater and hackers, they can perform admin commands and they ban players, can you help me how to prevent the server from this in the future?
im unsing the modified xaseco verson from TheBig
php 7.3 installed
Calvotes and chatvotes are off
this is activated in the xaseco configuration
<admin_client_version>2.11.19</admin_client_version>
<cheater_action>5</cheater_action>
cheers
smox
i need help with hackers
- L3cKy
- smooth traffic navigator
- Posts: 239
- Joined: 05 Sep 2007 13:55
- Owned TM-games: TMUF
- Location: Berlin
- Contact:
Re: i need help with hackers
That are not cheater or hackers.
You just don't prevent the players to perform the ban and kick votes.
Open "GameData/Config/dedicated_cfg.txt" and change the callvotes.
To disable the standard calls u can use following edit:
open next the "xaseco/includes/rasp.settings.php" search and edit:
as last check the "xaseco/includes/votes.config.php" and perform your changes. 
Greetings
You just don't prevent the players to perform the ban and kick votes.

Open "GameData/Config/dedicated_cfg.txt" and change the callvotes.
To disable the standard calls u can use following edit:
Code: Select all
<callvote_timeout>0</callvote_timeout>
<callvote_ratio>0</callvote_ratio> <!-- default ratio. value in [0..1], or -1 to forbid. -->
<callvote_ratios>
<voteratio command="Ban" ratio="-1"/>
<voteratio command="Kick" ratio="-1"/>
<voteratio command="ChallengeRestart" ratio="-1"/>
<voteratio command="NextChallenge" ratio="-1"/>
<!-- commands can be "Ban", "Kick", "ChallengeRestart", "NextChallenge", ... -->
</callvote_ratios>
Code: Select all
//Set to true if you want to disable normal CallVotes & enable chat-based votes
$feature_votes = true;

Greetings