Server : Apache System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64 User : www ( 1000) PHP Version : 5.6.40 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/saimikebio.com/widget/bfw/bdata/510/ |
<?php define('InEmpireBakData',TRUE); require("../../inc/header.php"); /* SoftName : EmpireBak Version 5.1 Author : wm_chief Copyright: Powered by www.phome.net */ DoSetDbChar('utf8'); E_D("DROP TABLE IF EXISTS `ecs_attribute`;"); E_C("CREATE TABLE `ecs_attribute` ( `attr_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `cat_id` smallint(5) unsigned NOT NULL DEFAULT '0', `attr_name` varchar(60) NOT NULL DEFAULT '', `attr_input_type` tinyint(1) unsigned NOT NULL DEFAULT '1', `attr_type` tinyint(1) unsigned NOT NULL DEFAULT '1', `attr_values` text NOT NULL, `attr_index` tinyint(1) unsigned NOT NULL DEFAULT '0', `sort_order` tinyint(3) unsigned NOT NULL DEFAULT '0', `is_linked` tinyint(1) unsigned NOT NULL DEFAULT '0', `attr_group` tinyint(1) unsigned NOT NULL DEFAULT '0', `is_show_img` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`attr_id`), KEY `cat_id` (`cat_id`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8"); E_D("replace into `ecs_attribute` values('8','1',0xe4baa7e59cb0,'0','0','','0','1','0','0','0');"); E_D("replace into `ecs_attribute` values('7','1',0xe582a8e5ad98e696b9e6b395,'0','0','','0','2','0','0','0');"); E_D("replace into `ecs_attribute` values('6','1',0xe8a784e6a0bc,'0','1','','0','6','0','0','1');"); E_D("replace into `ecs_attribute` values('9','1',0xe58c85e8a385,'0','1','','0','7','0','0','1');"); E_D("replace into `ecs_attribute` values('10','1',0xe58fa3e591b3,'0','0','','0','0','0','0','0');"); E_D("replace into `ecs_attribute` values('11','1',0xe9a39fe794a8e696b9e6b395,'0','0','','0','3','0','0','0');"); E_D("replace into `ecs_attribute` values('12','1',0xe7949fe4baa7e697a5e69c9f,'0','0','','0','4','0','0','0');"); E_D("replace into `ecs_attribute` values('13','1',0xe4bf9de8b4a8e69c9f,'0','0','','0','5','0','0','0');"); require("../../inc/footer.php"); ?>