Index: trunk/xpressme_integration_kit/admin/index.php
===================================================================
--- trunk/xpressme_integration_kit/admin/index.php	(revision 842)
+++ trunk/xpressme_integration_kit/admin/index.php	(revision 860)
@@ -165,4 +165,5 @@
 	include(dirname(__FILE__) . '/../wp-includes/version.php');
 	require_once dirname(dirname( __FILE__ )).'/include/memory_limit.php' ;
+	$db =& XoopsDatabaseFactory::getDatabaseConnection();
 
 	if ($is_report) {
@@ -173,5 +174,5 @@
 		if (defined('LIBXML_DOTTED_VERSION')) echo LIBXML_DOTTED_VERSION ; else echo "Can't detect.";
 		echo "<br />\n";;
-		echo "MySQL Version:   " . mysql_get_server_info() . "</text><br />";
+		echo "MySQL Version:   " . mysqli_get_server_info($db->conn) . "</text><br />";
 		echo "XOOPS Version:   " . XOOPS_VERSION . "</text><br />";
 		echo "XPressME Version:   " . $xoopsModule->getInfo('version') . ' ' . $xoopsModule->getInfo('codename') . "<br />\n";
@@ -247,5 +248,5 @@
 		if (defined('LIBXML_DOTTED_VERSION')) echo LIBXML_DOTTED_VERSION ; else echo "Can't detect.";
 		echo "</text><br />";
-		echo "<label>" . "<strong>MySQL Version:</strong>" . ":</label><text>" . mysql_get_server_info() . "</text><br />";
+		echo "<label>" . "<strong>MySQL Version:</strong>" . ":</label><text>" . mysqli_get_server_info($db->conn) . "</text><br />";
 		echo "<label>" . "<strong>XOOPS Version:</strong>" . ":</label><text>" . XOOPS_VERSION . "</text><br />";
 		echo "<label>" . "<strong>XPressME Version:</strong>" . ":</label><text>" . $xoopsModule->getInfo('version') . ' ' . $xoopsModule->getInfo('codename') . "</text><br />";
