Anyway i made one so, do u want to get it? Also thank everyone for helping me know more information about MySQL, thanks all
If the website is able to use PHP, you can use some things like libpmquery and use it to get the amount of players on your server. An example: PHP: <?phprequire 'The_file_path_to_libpmquery';require 'The_file_path_to_libpmqueryexception';try{ $data = PMQuery::query("params"); echo '<p>' . $data["Players"] . '</p>'; } catch(PmQueryException $e){ echo "<p>Something went wrong!</p>";}