Server IP : 103.119.228.120 / Your IP : 3.142.53.151 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/softaculous/phpaddr/ |
Upload File : |
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `soft_phpadr901` -- -- -------------------------------------------------------- -- -- Table structure for table `addressbook` -- CREATE TABLE `addressbook` ( `domain_id` int(9) unsigned NOT NULL DEFAULT '0', `id` int(9) unsigned NOT NULL, `firstname` varchar(255) NOT NULL, `middlename` varchar(255) NOT NULL, `lastname` varchar(255) NOT NULL, `nickname` varchar(255) NOT NULL, `company` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `address` text NOT NULL, `addr_long` text, `addr_lat` text, `addr_status` text, `home` text NOT NULL, `mobile` text NOT NULL, `work` text NOT NULL, `fax` text NOT NULL, `email` text NOT NULL, `email2` text NOT NULL, `email3` text NOT NULL, `im` text NOT NULL, `im2` text NOT NULL, `im3` text NOT NULL, `homepage` text NOT NULL, `bday` tinyint(2) NOT NULL, `bmonth` varchar(50) NOT NULL, `byear` varchar(4) NOT NULL, `aday` tinyint(2) NOT NULL, `amonth` varchar(50) NOT NULL, `ayear` varchar(4) NOT NULL, `address2` text NOT NULL, `phone2` text NOT NULL, `notes` text NOT NULL, `photo` mediumtext, `x_vcard` mediumtext, `x_activesync` mediumtext, `created` datetime DEFAULT NULL, `modified` datetime DEFAULT NULL, `deprecated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `password` varchar(256) DEFAULT NULL, `login` date DEFAULT NULL, `role` varchar(256) DEFAULT NULL, PRIMARY KEY (`id`,`deprecated`,`domain_id`), KEY `deprecated_domain_id_idx` (`deprecated`,`domain_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `address_in_groups` -- CREATE TABLE `address_in_groups` ( `domain_id` int(9) unsigned NOT NULL DEFAULT '0', `id` int(9) unsigned NOT NULL DEFAULT '0', `group_id` int(9) unsigned NOT NULL DEFAULT '0', `created` datetime DEFAULT NULL, `modified` datetime DEFAULT NULL, `deprecated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`group_id`,`id`,`deprecated`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `group_list` -- CREATE TABLE `group_list` ( `domain_id` int(9) unsigned NOT NULL DEFAULT '0', `group_id` int(9) unsigned NOT NULL AUTO_INCREMENT, `group_parent_id` int(9) DEFAULT NULL, `created` datetime DEFAULT NULL, `modified` datetime DEFAULT NULL, `deprecated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `group_name` varchar(255) NOT NULL DEFAULT '', `group_header` mediumtext NOT NULL, `group_footer` mediumtext NOT NULL, PRIMARY KEY (`group_id`,`deprecated`,`domain_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `month_lookup` -- CREATE TABLE `month_lookup` ( `bmonth` varchar(50) NOT NULL DEFAULT '', `bmonth_short` char(3) NOT NULL DEFAULT '', `bmonth_num` int(2) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`bmonth_num`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `month_lookup` -- INSERT INTO `month_lookup` VALUES ('', '', 0), ('January', 'Jan', 1), ('February', 'Feb', 2), ('March', 'Mar', 3), ('April', 'Apr', 4), ('May', 'May', 5), ('June', 'Jun', 6), ('July', 'Jul', 7), ('August', 'Aug', 8), ('September', 'Sep', 9), ('October', 'Oct', 10), ('November', 'Nov', 11), ('December', 'Dec', 12); -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `user_id` int(11) NOT NULL AUTO_INCREMENT, `domain_id` int(9) unsigned NOT NULL DEFAULT '0', `username` char(128) NOT NULL, `md5_pass` char(128) NOT NULL, `password_hint` varchar(255) NOT NULL DEFAULT '', `sso_facebook_uid` varchar(255) DEFAULT NULL, `sso_google_uid` varchar(255) DEFAULT NULL, `sso_live_uid` varchar(255) DEFAULT NULL, `sso_yahoo_uid` varchar(255) DEFAULT NULL, `lastname` varchar(50) NOT NULL DEFAULT '', `firstname` varchar(50) NOT NULL DEFAULT '', `email` varchar(100) NOT NULL DEFAULT '', `phone` varchar(50) NOT NULL DEFAULT '', `address1` varchar(100) NOT NULL DEFAULT '', `address2` varchar(100) NOT NULL DEFAULT '', `city` varchar(80) NOT NULL DEFAULT '', `state` varchar(20) NOT NULL DEFAULT '', `zip` varchar(20) NOT NULL DEFAULT '', `country` varchar(50) NOT NULL DEFAULT '', `master_code` char(128) NOT NULL, `confirmation_code` char(128) DEFAULT NULL, `pass_reset_code` char(128) DEFAULT NULL, `status` char(128) NOT NULL DEFAULT 'NEW' COMMENT 'New, Ready, Blocked', `trials` int(11) NOT NULL DEFAULT '0', `created` datetime DEFAULT NULL, `modified` datetime DEFAULT NULL, `deprecated` datetime DEFAULT NULL, PRIMARY KEY (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;