… after the code.
<?php
define('OW_URL_HOME', 'http://1**.1**.*.**/oxwall/');
define('OW_DB_HOST', 'localhost');
define('OW_DB_PORT',
null);
define('OW_DB_USER', 'root');
define('OW_DB_PASSWORD', '{$db_password}');
define('OW_DB_NAME', 'oxwall');
define('OW_DB_PREFIX', 'ow_');
More