<?
if(define("opendomains", false)) die("Hacking System");
$sqlserver=mysql_connect($config[mysql][host],$config[mysql][user],$config[mysql][pass])or die("Please read install.txt - C");
mysql_select_db($config[mysql][data],$sqlserver)or die("Please read install.txt - D");
$query=mysql_query("select * from cl_options where 1");
while($ht=mysql_fetch_array($query)) {
eval("\$"."web[config][".$ht[opt]."]=\$"."ht['vl'];");
}
if(!$ina)
@include("lang/".$config[lang]."/global.php");
$web[config][opendns]="http://opendomains.vnn.bz/";
?>