Server IP : 103.119.228.120 / Your IP : 3.148.108.192 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/ats/ |
Upload File : |
-- -- Database: `ats` -- -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_bad_words` -- CREATE TABLE `[[dbprefix]]_bad_words` ( `id` int(10) unsigned NOT NULL default '0', `word` varchar(255) default NULL, `replacement` varchar(255) default NULL, `matching` tinyint(1) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `[[dbprefix]]_bad_words` -- -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_ban` -- CREATE TABLE `[[dbprefix]]_ban` ( `id` int(10) unsigned NOT NULL default '0', `string` varchar(255) NOT NULL default '', `field` varchar(255) NOT NULL default '', `matching` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `[[dbprefix]]_ban` -- -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_categories` -- CREATE TABLE `[[dbprefix]]_categories` ( `category` varchar(255) NOT NULL default '', `skin` varchar(255) default '', PRIMARY KEY (`category`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `[[dbprefix]]_categories` -- INSERT INTO `[[dbprefix]]_categories` VALUES ('Category', ''); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_custom_pages` -- CREATE TABLE `[[dbprefix]]_custom_pages` ( `id` varchar(255) NOT NULL default '', `title` varchar(255) default '', `content` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `[[dbprefix]]_custom_pages` -- -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_etc` -- CREATE TABLE `[[dbprefix]]_etc` ( `admin_password` varchar(32) default '', `last_new_day` tinyint(4) default '0', `last_new_week` tinyint(4) default '0', `last_new_month` tinyint(4) default '0', `version` varchar(255) default '0', `original_version` varchar(255) default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `[[dbprefix]]_etc` -- INSERT INTO `[[dbprefix]]_etc` VALUES ('[[admin_pass]]', 0, 0, 0, '5.2.0', '5.2.0'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_ip_log` -- CREATE TABLE `[[dbprefix]]_ip_log` ( `ip_address` varchar(78) NOT NULL default '', `username` varchar(255) NOT NULL default '', `unq_pv` tinyint(1) default '0', `unq_in` tinyint(1) default '0', `unq_out` tinyint(1) default '0', `rate` tinyint(1) default '0', PRIMARY KEY (`ip_address`,`username`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `[[dbprefix]]_ip_log` -- -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_reviews` -- CREATE TABLE `[[dbprefix]]_reviews` ( `username` varchar(255) default '', `id` bigint(20) unsigned NOT NULL default '0', `date` datetime default '0000-00-00 00:00:00', `review` text, `active` tinyint(1) default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `[[dbprefix]]_reviews` -- -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_sessions` -- CREATE TABLE `[[dbprefix]]_sessions` ( `type` varchar(7) default '', `sid` varchar(32) NOT NULL default '', `time` int(10) unsigned default '0', `data` varchar(255) default '', PRIMARY KEY (`sid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `[[dbprefix]]_sessions` -- -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_settings` -- CREATE TABLE `[[dbprefix]]_settings` ( `list_name` varchar(255) default 'My Topsites List', `list_url` varchar(255) default '', `default_language` varchar(255) default '', `default_skin` varchar(255) default 'fusion', `your_email` varchar(255) default '', `num_list` int(5) default '10', `ranking_period` varchar(7) default 'daily', `ranking_method` varchar(255) default 'pv', `ranking_average` tinyint(1) default '1', `featured_member` tinyint(1) default '0', `top_skin_num` int(5) default '2', `ad_breaks` varchar(255) default '', `fill_blank_rows` tinyint(1) default '1', `active_default` tinyint(1) default '0', `active_default_review` tinyint(1) default '1', `delete_after` int(5) default '14', `email_admin_on_join` tinyint(1) default '0', `email_admin_on_review` tinyint(1) default '0', `max_banner_width` int(4) default '0', `max_banner_height` int(4) default '0', `default_banner` varchar(255) default '', `ranks_on_buttons` tinyint(1) default '1', `button_url` varchar(255) default '', `button_dir` varchar(255) default '', `button_ext` varchar(255) default 'png', `button_num` int(3) default '5', `google_friendly_links` tinyint(1) default '1', `search` tinyint(1) default '1', `time_offset` int(2) default '0', `gateway` tinyint(1) default '1', `captcha` tinyint(1) default '1', `security_question` text, `security_answer` varchar(255) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `[[dbprefix]]_settings` -- INSERT INTO `[[dbprefix]]_settings` VALUES ('[[site_name]]', '[[softurl]]', '[[language]]', 'fusion', '[[admin_email]]', 10, 'daily', 'pv', 1, 0, 2, '', 1, 0, 1, 14, 0, 0, 0, 0, '[[softurl]]/images/button.png', 1, '[[softurl]]/images/button.png', '[[softurl]]/images', 'png', 5, 1, 1, 0, 1, 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_sites` -- CREATE TABLE `[[dbprefix]]_sites` ( `username` varchar(255) NOT NULL default '', `password` varchar(32) default '', `url` varchar(255) default '', `short_url` varchar(255) default '', `title` varchar(255) default '', `description` varchar(255) default '', `category` varchar(255) default '', `banner_url` varchar(255) default '', `email` varchar(255) default '', `join_date` date default '0000-00-00', `active` tinyint(1) default '1', `openid` tinyint(1) default '0', `user_ip` varchar(255) default '', PRIMARY KEY (`username`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `[[dbprefix]]_sites` -- -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_sites_edited` -- CREATE TABLE `[[dbprefix]]_sites_edited` ( `username` varchar(255) NOT NULL default '', `url` varchar(255) default '', `title` varchar(255) default '', PRIMARY KEY (`username`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `[[dbprefix]]_sites_edited` -- -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]_stats` -- CREATE TABLE `[[dbprefix]]_stats` ( `username` varchar(255) NOT NULL default '', `rank_cache` bigint(20) unsigned default '0', `rank_cache_time` int(10) unsigned default '0', `old_rank` bigint(20) unsigned default '0', `days_inactive` int(10) unsigned default '0', `total_rating` bigint(20) unsigned default '0', `num_ratings` bigint(20) unsigned default '0', `unq_pv_overall` bigint(20) unsigned default '0', `tot_pv_overall` bigint(20) unsigned default '0', `unq_in_overall` bigint(20) unsigned default '0', `tot_in_overall` bigint(20) unsigned default '0', `unq_out_overall` bigint(20) unsigned default '0', `tot_out_overall` bigint(20) unsigned default '0', `unq_pv_0_daily` bigint(20) unsigned default '0', `unq_pv_1_daily` bigint(20) unsigned default '0', `unq_pv_2_daily` bigint(20) unsigned default '0', `unq_pv_3_daily` bigint(20) unsigned default '0', `unq_pv_4_daily` bigint(20) unsigned default '0', `unq_pv_5_daily` bigint(20) unsigned default '0', `unq_pv_6_daily` bigint(20) unsigned default '0', `unq_pv_7_daily` bigint(20) unsigned default '0', `unq_pv_8_daily` bigint(20) unsigned default '0', `unq_pv_9_daily` bigint(20) unsigned default '0', `unq_pv_max_daily` bigint(20) unsigned default '0', `tot_pv_0_daily` bigint(20) unsigned default '0', `tot_pv_1_daily` bigint(20) unsigned default '0', `tot_pv_2_daily` bigint(20) unsigned default '0', `tot_pv_3_daily` bigint(20) unsigned default '0', `tot_pv_4_daily` bigint(20) unsigned default '0', `tot_pv_5_daily` bigint(20) unsigned default '0', `tot_pv_6_daily` bigint(20) unsigned default '0', `tot_pv_7_daily` bigint(20) unsigned default '0', `tot_pv_8_daily` bigint(20) unsigned default '0', `tot_pv_9_daily` bigint(20) unsigned default '0', `tot_pv_max_daily` bigint(20) unsigned default '0', `unq_in_0_daily` bigint(20) unsigned default '0', `unq_in_1_daily` bigint(20) unsigned default '0', `unq_in_2_daily` bigint(20) unsigned default '0', `unq_in_3_daily` bigint(20) unsigned default '0', `unq_in_4_daily` bigint(20) unsigned default '0', `unq_in_5_daily` bigint(20) unsigned default '0', `unq_in_6_daily` bigint(20) unsigned default '0', `unq_in_7_daily` bigint(20) unsigned default '0', `unq_in_8_daily` bigint(20) unsigned default '0', `unq_in_9_daily` bigint(20) unsigned default '0', `unq_in_max_daily` bigint(20) unsigned default '0', `tot_in_0_daily` bigint(20) unsigned default '0', `tot_in_1_daily` bigint(20) unsigned default '0', `tot_in_2_daily` bigint(20) unsigned default '0', `tot_in_3_daily` bigint(20) unsigned default '0', `tot_in_4_daily` bigint(20) unsigned default '0', `tot_in_5_daily` bigint(20) unsigned default '0', `tot_in_6_daily` bigint(20) unsigned default '0', `tot_in_7_daily` bigint(20) unsigned default '0', `tot_in_8_daily` bigint(20) unsigned default '0', `tot_in_9_daily` bigint(20) unsigned default '0', `tot_in_max_daily` bigint(20) unsigned default '0', `unq_out_0_daily` bigint(20) unsigned default '0', `unq_out_1_daily` bigint(20) unsigned default '0', `unq_out_2_daily` bigint(20) unsigned default '0', `unq_out_3_daily` bigint(20) unsigned default '0', `unq_out_4_daily` bigint(20) unsigned default '0', `unq_out_5_daily` bigint(20) unsigned default '0', `unq_out_6_daily` bigint(20) unsigned default '0', `unq_out_7_daily` bigint(20) unsigned default '0', `unq_out_8_daily` bigint(20) unsigned default '0', `unq_out_9_daily` bigint(20) unsigned default '0', `unq_out_max_daily` bigint(20) unsigned default '0', `tot_out_0_daily` bigint(20) unsigned default '0', `tot_out_1_daily` bigint(20) unsigned default '0', `tot_out_2_daily` bigint(20) unsigned default '0', `tot_out_3_daily` bigint(20) unsigned default '0', `tot_out_4_daily` bigint(20) unsigned default '0', `tot_out_5_daily` bigint(20) unsigned default '0', `tot_out_6_daily` bigint(20) unsigned default '0', `tot_out_7_daily` bigint(20) unsigned default '0', `tot_out_8_daily` bigint(20) unsigned default '0', `tot_out_9_daily` bigint(20) unsigned default '0', `tot_out_max_daily` bigint(20) unsigned default '0', `unq_pv_0_weekly` bigint(20) unsigned default '0', `unq_pv_1_weekly` bigint(20) unsigned default '0', `unq_pv_2_weekly` bigint(20) unsigned default '0', `unq_pv_3_weekly` bigint(20) unsigned default '0', `unq_pv_4_weekly` bigint(20) unsigned default '0', `unq_pv_5_weekly` bigint(20) unsigned default '0', `unq_pv_6_weekly` bigint(20) unsigned default '0', `unq_pv_7_weekly` bigint(20) unsigned default '0', `unq_pv_8_weekly` bigint(20) unsigned default '0', `unq_pv_9_weekly` bigint(20) unsigned default '0', `unq_pv_max_weekly` bigint(20) unsigned default '0', `tot_pv_0_weekly` bigint(20) unsigned default '0', `tot_pv_1_weekly` bigint(20) unsigned default '0', `tot_pv_2_weekly` bigint(20) unsigned default '0', `tot_pv_3_weekly` bigint(20) unsigned default '0', `tot_pv_4_weekly` bigint(20) unsigned default '0', `tot_pv_5_weekly` bigint(20) unsigned default '0', `tot_pv_6_weekly` bigint(20) unsigned default '0', `tot_pv_7_weekly` bigint(20) unsigned default '0', `tot_pv_8_weekly` bigint(20) unsigned default '0', `tot_pv_9_weekly` bigint(20) unsigned default '0', `tot_pv_max_weekly` bigint(20) unsigned default '0', `unq_in_0_weekly` bigint(20) unsigned default '0', `unq_in_1_weekly` bigint(20) unsigned default '0', `unq_in_2_weekly` bigint(20) unsigned default '0', `unq_in_3_weekly` bigint(20) unsigned default '0', `unq_in_4_weekly` bigint(20) unsigned default '0', `unq_in_5_weekly` bigint(20) unsigned default '0', `unq_in_6_weekly` bigint(20) unsigned default '0', `unq_in_7_weekly` bigint(20) unsigned default '0', `unq_in_8_weekly` bigint(20) unsigned default '0', `unq_in_9_weekly` bigint(20) unsigned default '0', `unq_in_max_weekly` bigint(20) unsigned default '0', `tot_in_0_weekly` bigint(20) unsigned default '0', `tot_in_1_weekly` bigint(20) unsigned default '0', `tot_in_2_weekly` bigint(20) unsigned default '0', `tot_in_3_weekly` bigint(20) unsigned default '0', `tot_in_4_weekly` bigint(20) unsigned default '0', `tot_in_5_weekly` bigint(20) unsigned default '0', `tot_in_6_weekly` bigint(20) unsigned default '0', `tot_in_7_weekly` bigint(20) unsigned default '0', `tot_in_8_weekly` bigint(20) unsigned default '0', `tot_in_9_weekly` bigint(20) unsigned default '0', `tot_in_max_weekly` bigint(20) unsigned default '0', `unq_out_0_weekly` bigint(20) unsigned default '0', `unq_out_1_weekly` bigint(20) unsigned default '0', `unq_out_2_weekly` bigint(20) unsigned default '0', `unq_out_3_weekly` bigint(20) unsigned default '0', `unq_out_4_weekly` bigint(20) unsigned default '0', `unq_out_5_weekly` bigint(20) unsigned default '0', `unq_out_6_weekly` bigint(20) unsigned default '0', `unq_out_7_weekly` bigint(20) unsigned default '0', `unq_out_8_weekly` bigint(20) unsigned default '0', `unq_out_9_weekly` bigint(20) unsigned default '0', `unq_out_max_weekly` bigint(20) unsigned default '0', `tot_out_0_weekly` bigint(20) unsigned default '0', `tot_out_1_weekly` bigint(20) unsigned default '0', `tot_out_2_weekly` bigint(20) unsigned default '0', `tot_out_3_weekly` bigint(20) unsigned default '0', `tot_out_4_weekly` bigint(20) unsigned default '0', `tot_out_5_weekly` bigint(20) unsigned default '0', `tot_out_6_weekly` bigint(20) unsigned default '0', `tot_out_7_weekly` bigint(20) unsigned default '0', `tot_out_8_weekly` bigint(20) unsigned default '0', `tot_out_9_weekly` bigint(20) unsigned default '0', `tot_out_max_weekly` bigint(20) unsigned default '0', `unq_pv_0_monthly` bigint(20) unsigned default '0', `unq_pv_1_monthly` bigint(20) unsigned default '0', `unq_pv_2_monthly` bigint(20) unsigned default '0', `unq_pv_3_monthly` bigint(20) unsigned default '0', `unq_pv_4_monthly` bigint(20) unsigned default '0', `unq_pv_5_monthly` bigint(20) unsigned default '0', `unq_pv_6_monthly` bigint(20) unsigned default '0', `unq_pv_7_monthly` bigint(20) unsigned default '0', `unq_pv_8_monthly` bigint(20) unsigned default '0', `unq_pv_9_monthly` bigint(20) unsigned default '0', `unq_pv_max_monthly` bigint(20) unsigned default '0', `tot_pv_0_monthly` bigint(20) unsigned default '0', `tot_pv_1_monthly` bigint(20) unsigned default '0', `tot_pv_2_monthly` bigint(20) unsigned default '0', `tot_pv_3_monthly` bigint(20) unsigned default '0', `tot_pv_4_monthly` bigint(20) unsigned default '0', `tot_pv_5_monthly` bigint(20) unsigned default '0', `tot_pv_6_monthly` bigint(20) unsigned default '0', `tot_pv_7_monthly` bigint(20) unsigned default '0', `tot_pv_8_monthly` bigint(20) unsigned default '0', `tot_pv_9_monthly` bigint(20) unsigned default '0', `tot_pv_max_monthly` bigint(20) unsigned default '0', `unq_in_0_monthly` bigint(20) unsigned default '0', `unq_in_1_monthly` bigint(20) unsigned default '0', `unq_in_2_monthly` bigint(20) unsigned default '0', `unq_in_3_monthly` bigint(20) unsigned default '0', `unq_in_4_monthly` bigint(20) unsigned default '0', `unq_in_5_monthly` bigint(20) unsigned default '0', `unq_in_6_monthly` bigint(20) unsigned default '0', `unq_in_7_monthly` bigint(20) unsigned default '0', `unq_in_8_monthly` bigint(20) unsigned default '0', `unq_in_9_monthly` bigint(20) unsigned default '0', `unq_in_max_monthly` bigint(20) unsigned default '0', `tot_in_0_monthly` bigint(20) unsigned default '0', `tot_in_1_monthly` bigint(20) unsigned default '0', `tot_in_2_monthly` bigint(20) unsigned default '0', `tot_in_3_monthly` bigint(20) unsigned default '0', `tot_in_4_monthly` bigint(20) unsigned default '0', `tot_in_5_monthly` bigint(20) unsigned default '0', `tot_in_6_monthly` bigint(20) unsigned default '0', `tot_in_7_monthly` bigint(20) unsigned default '0', `tot_in_8_monthly` bigint(20) unsigned default '0', `tot_in_9_monthly` bigint(20) unsigned default '0', `tot_in_max_monthly` bigint(20) unsigned default '0', `unq_out_0_monthly` bigint(20) unsigned default '0', `unq_out_1_monthly` bigint(20) unsigned default '0', `unq_out_2_monthly` bigint(20) unsigned default '0', `unq_out_3_monthly` bigint(20) unsigned default '0', `unq_out_4_monthly` bigint(20) unsigned default '0', `unq_out_5_monthly` bigint(20) unsigned default '0', `unq_out_6_monthly` bigint(20) unsigned default '0', `unq_out_7_monthly` bigint(20) unsigned default '0', `unq_out_8_monthly` bigint(20) unsigned default '0', `unq_out_9_monthly` bigint(20) unsigned default '0', `unq_out_max_monthly` bigint(20) unsigned default '0', `tot_out_0_monthly` bigint(20) unsigned default '0', `tot_out_1_monthly` bigint(20) unsigned default '0', `tot_out_2_monthly` bigint(20) unsigned default '0', `tot_out_3_monthly` bigint(20) unsigned default '0', `tot_out_4_monthly` bigint(20) unsigned default '0', `tot_out_5_monthly` bigint(20) unsigned default '0', `tot_out_6_monthly` bigint(20) unsigned default '0', `tot_out_7_monthly` bigint(20) unsigned default '0', `tot_out_8_monthly` bigint(20) unsigned default '0', `tot_out_9_monthly` bigint(20) unsigned default '0', `tot_out_max_monthly` bigint(20) unsigned default '0', PRIMARY KEY (`username`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `[[dbprefix]]_stats` --