HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/phpmyadmin (old)/config.inc.php
<?php
/*
 * Generated configuration file
 * Generated by: phpMyAdmin 3.3.8.1 setup script by Piotr Przybylski <piotrprz@gmail.com>
 * Date: Thu, 16 Dec 2010 16:52:58 +0000
 */

/* Servers configuration */
$i = 0;

/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'mysql.itpartnership.com';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = '';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['hide_db'] = 'information_schema'; 

/* End of servers configuration */

/*
 * Directories for saving/loading files from server
 */
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';

$cfg['blowfish_secret'] = '4d0a3abfaf3b96.37276830';
$cfg['ForceSSL'] = true;
$cfg['DefaultLang'] = 'en-utf-8';
$cfg['ServerDefault'] = 1;

// (SS,17/12/2010)
// block root from logging in except from localhost and certain IP address
$cfg['Servers'][$i]['AllowDeny']['order'] = 'deny,allow';
$cfg['Servers'][$i]['AllowDeny']['rules'] = array(
	'deny root from all',
	'allow root from localhost',
	'allow root from 87.194.172.131', // ITP
	'allow root from 78.86.232.168'   // www.ontheworldweb.com
);

// (SS,17/12/10) allow phpinfo to be shown from phpinfo.php
//$cfg['ShowPhpInfo'] = TRUE;  

?>