Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
i like the idea of showing the server health on your forum. But some how it feel incomplete. I miss the php,kernel,mysql version. Not sure it can be added to this but this works perfect. Just needs to be adapted to html and phpbb.
<?php
// Operating system and release name
echo 'Operating System:' . php_uname(s) . ' ' . php_uname(r);
echo '<br />';
// Prints current PHP version
echo 'PHP Version:' . phpversion();
echo '<br />';
// Prints current MySQL version
$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
if (!$link) {
die('Could not connect: ' . mysql_error());
}
printf("MySQL server version: %s\n", mysql_get_server_info());
?>
It can be but only for very few, im sure fbi.gov would not have it listed. But if your on a big shared server the hackers can always spend 2 euros to get an account and get the info themself or hack some out dated script on one of the accounts. So yes it might be a security issue, but only for the high risk servers.
Thx, i have so little time atm to develop ideas its sad but irl matters more. I would love to see this added to my site site.dk/serverinfo/ page with alot of info on it.