Client min version patch

phlegethon

Member
May 14, 2016
2
3
35
Original thread:
https://r4p3.net/threads/3-0-12-and-above-allow-all-client-versions-to-connect.877/

Decided to share two simple scripts for patching server files (client min version).
Tested on Debian 8.5, PHP 5.6.24, TeamSpeak 3.0.12.4.

PHP script requires php5-sqlite package
Code:
sudo apt-get install php5-sqlite

Source: https://gist.github.com/anonymous/c5813b83ad0bc88166b10ed522783335

Instructions
Server binary patch script
  • Save code to file, e.g. patch.sh
  • chmod +x patch.sh
  • Make sure your ts3server binary is in the same folder as script file
  • Run the script (./patch.sh)
Sqlite DB patch script
  • Save code to file, e.g. patch.php
  • chmod +x patch.sh
  • Make sure your ts3server.sqlite file is in the same folder as script file
  • Run the script (php patch.php)
Copy ts3server, ts3server.sqlite files to your teamspeak server folder.
Fix permissions (just in case they changed)
  • chmod 0744 ts3server
  • chmod 0644 ts3server.sqlite

Cheers.
 
Top