کمک

bedadamberes

تازه وارد
من روی زمپ اسکریپ دارم نصب میکنم به هیچ صراطی مستقیم نیست ارور میده اینا رو چیکار کنم
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Registry has a deprecated constructor in C:\xampp\htdocs\ptc\includes\classes\class_core.php on line 264

class Registry {
public function Registry() {

define("CWD", ($getcwd = getcwd() ? $getcwd : "."));
$config = array();
include INCLUDES . "config.php";

if (sizeof($config) == 0) {
if (file_exists(INCLUDES . "config.php")) {
exit( "<div style=\"border: 1px dashed #cc0000;font-family:Tahoma;background-color:#FBEEEB;width:100%;padding:10px;color:#cc0000;\"><strong>Welcome to EvolutionScript 5.0 FULL DECODED && NULLED BY MTIMER!</strong><a></a><br>Before you can begin using EvolutionScript you need to perform the installation procedure. <a href=\"" . (file_exists( "install/install.php" ) ? "" : "../") . "install/install.php\" style=\"color:#000;\">Click here to begin ...</a><form action=\" " method=\"post\" target=\"_blank\" style=\"margin-top:10px;margin-bottom:5px;\"><input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\"><input type=\"hidden\" name=\"hosted_button_id\" value=\"N3T56B5LHAGBS\"><input type=\"image\" src=\" " border=\"0\" name=\"submit\" alt=\"Donate to get an addon!\" style=\"margin-bottom:-5px;\"><p style=\"display:inline;margin-left:10px;\"> get an addon via email.</p></form></div>" );
}
else {
exit("<br /><br /><strong>Configuration</strong>: includes/config.php does not exist. Please fill out the data in config.php.new and rename it to config.php");
}
}

$this->config = $config;

define("TABLE_PREFIX", trim($this->config['Database']['tableprefix']));
define("COOKIE_PREFIX", (empty($this->config['Misc']['cookieprefix']) ? "ptc" : $this->config['Misc']['cookieprefix']) . "_");
}
}
 
بالا