Server IP : 103.119.228.120 / Your IP : 18.188.59.124 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/iqdesk/ |
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: `iqdesk3` -- -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]dashboard_widgets` -- CREATE TABLE `[[dbprefix]]dashboard_widgets` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `widget_name` varchar(255) NOT NULL, `state` tinyint(4) NOT NULL, `order` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]log` -- CREATE TABLE `[[dbprefix]]log` ( `id` int(11) NOT NULL AUTO_INCREMENT, `log_type` int(11) NOT NULL, `description` text NOT NULL, `date_time` datetime NOT NULL, `made_by` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]modules` -- CREATE TABLE `[[dbprefix]]modules` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `description` text NOT NULL, `primary_navigation_item_section` varchar(255) NOT NULL, `primary_navigation_item_action` varchar(255) NOT NULL, `sections` text NOT NULL, `order` int(11) NOT NULL, `updated` datetime NOT NULL, `version` varchar(12) NOT NULL, `author` varchar(255) NOT NULL, `state` tinyint(4) NOT NULL, `undeletable` tinyint(4) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ; -- -- Dumping data for table `[[dbprefix]]modules` -- INSERT INTO `[[dbprefix]]modules` VALUES (1, 'Apps', 'modules', 'Apps module allow you to manage installed apps in your system', 'listing', 'index', 'a:2:{i:0;O:8:"stdClass":4:{s:5:"title";s:15:"Listing section";s:4:"name";s:7:"listing";s:11:"description";s:67:"Apps section provides you the list of installed apps in your system";s:7:"actions";a:7:{i:0;O:8:"stdClass":2:{s:5:"title";s:7:"Listing";s:4:"name";s:5:"index";}i:1;O:8:"stdClass":2:{s:5:"title";s:12:"Refresh Apps";s:4:"name";s:7:"refresh";}i:2;O:8:"stdClass":2:{s:5:"title";s:7:"Install";s:4:"name";s:7:"install";}i:3;O:8:"stdClass":2:{s:5:"title";s:6:"Delete";s:4:"name";s:6:"delete";}i:4;O:8:"stdClass":2:{s:5:"title";s:12:"Change order";s:4:"name";s:9:"saveorder";}i:5;O:8:"stdClass":2:{s:5:"title";s:16:"View module info";s:4:"name";s:4:"view";}i:6;O:8:"stdClass":2:{s:5:"title";s:19:"Change module state";s:4:"name";s:11:"changestate";}}}i:1;O:8:"stdClass":4:{s:5:"title";s:12:"Shop section";s:4:"name";s:4:"shop";s:11:"description";s:65:"Shop section provides you the access to the world of amazing apps";s:7:"actions";a:9:{i:0;O:8:"stdClass":2:{s:5:"title";s:7:"Listing";s:4:"name";s:5:"index";}i:1;O:8:"stdClass":2:{s:5:"title";s:8:"View app";s:4:"name";s:4:"view";}i:2;O:8:"stdClass":2:{s:5:"title";s:10:"Update app";s:4:"name";s:6:"update";}i:3;O:8:"stdClass":2:{s:5:"title";s:7:"Buy app";s:4:"name";s:3:"buy";}i:4;O:8:"stdClass":2:{s:5:"title";s:20:"Rollback app version";s:4:"name";s:8:"rollback";}i:5;O:8:"stdClass":2:{s:5:"title";s:19:"Leave review on app";s:4:"name";s:12:"createreview";}i:6;O:8:"stdClass":2:{s:5:"title";s:15:"View app images";s:4:"name";s:9:"viewimage";}i:7;O:8:"stdClass":2:{s:5:"title";s:21:"Update engine version";s:4:"name";s:12:"updateengine";}i:8;O:8:"stdClass":2:{s:5:"title";s:23:"Rollback engine version";s:4:"name";s:14:"rollbackengine";}}}}', 30, '2015-03-06 06:34:52', '1.0.10', 'iQDesk', 1, 1), (2, 'Users & Roles', 'users', 'Users module allows you the public section, which provides you to login or logout the database, and private section, which provides you the management of users and users roles', 'users', 'index', 'a:2:{i:0;O:8:"stdClass":4:{s:5:"title";s:13:"Users section";s:4:"name";s:5:"users";s:11:"description";s:95:"Users section provides you the functionalities to create, update and delete users in the system";s:7:"actions";a:5:{i:0;O:8:"stdClass":2:{s:5:"title";s:16:"Listing of users";s:4:"name";s:5:"index";}i:1;O:8:"stdClass":2:{s:5:"title";s:11:"Create user";s:4:"name";s:6:"create";}i:2;O:8:"stdClass":2:{s:5:"title";s:11:"Update user";s:4:"name";s:6:"update";}i:3;O:8:"stdClass":2:{s:5:"title";s:15:"Update own user";s:4:"name";s:9:"updateown";}i:4;O:8:"stdClass":2:{s:5:"title";s:11:"Delete user";s:4:"name";s:6:"delete";}}}i:1;O:8:"stdClass":4:{s:5:"title";s:13:"Roles section";s:4:"name";s:5:"roles";s:11:"description";s:128:"Roles section provides you the functionalities to create, update, delete roles and manage permissions of the roles in the system";s:7:"actions";a:4:{i:0;O:8:"stdClass":2:{s:5:"title";s:16:"Listing of roles";s:4:"name";s:5:"index";}i:1;O:8:"stdClass":2:{s:5:"title";s:11:"Create role";s:4:"name";s:6:"create";}i:2;O:8:"stdClass":2:{s:5:"title";s:11:"Update role";s:4:"name";s:6:"update";}i:3;O:8:"stdClass":2:{s:5:"title";s:11:"Delete role";s:4:"name";s:6:"delete";}}}}', 20, '2015-03-06 06:29:59', '1.0.2', 'iQDesk', 1, 1), (3, 'Log', 'log', 'Log module allows you to manage the log of all actions in the system', 'listing', 'index', 'a:1:{i:0;O:8:"stdClass":4:{s:5:"title";s:15:"Listing section";s:4:"name";s:7:"listing";s:11:"description";s:68:"Log section provides you the list of performed actions in the system";s:7:"actions";a:4:{i:0;O:8:"stdClass":2:{s:5:"title";s:7:"Listing";s:4:"name";s:5:"index";}i:1;O:8:"stdClass":2:{s:5:"title";s:17:"Delete log record";s:4:"name";s:6:"delete";}i:2;O:8:"stdClass":2:{s:5:"title";s:16:"Clear system log";s:4:"name";s:5:"clear";}i:3;O:8:"stdClass":2:{s:5:"title";s:24:"Batch delete log records";s:4:"name";s:11:"batchdelete";}}}}', 40, '2015-03-06 06:35:34', '1.0.1', 'iQDesk', 1, 1), (4, 'Settings', 'settings', 'Settings module allows you to manage the global system settings and all the custom settings defined by installed modules', 'settings', 'index', 'a:1:{i:0;O:8:"stdClass":4:{s:5:"title";s:15:"Listing section";s:4:"name";s:7:"listing";s:11:"description";s:125:"Settings section provides you the list of the global system settings and all the custom settings defined by installed modules";s:7:"actions";a:3:{i:0;O:8:"stdClass":2:{s:5:"title";s:7:"Listing";s:4:"name";s:5:"index";}i:1;O:8:"stdClass":2:{s:5:"title";s:14:"Update setting";s:4:"name";s:6:"update";}i:2;O:8:"stdClass":2:{s:5:"title";s:32:"Reset global settings to default";s:4:"name";s:5:"reset";}}}}', 50, '2015-03-06 06:36:12', '1.0.6', 'iQDesk', 1, 1), (5, 'Dashboard', 'dashboard', 'Dashboard expands your system with new place for widgets container. Any other app can feed their data on the dashboard.', 'main', 'index', 'a:1:{i:0;O:8:"stdClass":4:{s:5:"title";s:12:"Main section";s:4:"name";s:4:"main";s:11:"description";s:53:"Main section provides you the grid of defined widgets";s:7:"actions";a:3:{i:0;O:8:"stdClass":2:{s:5:"title";s:7:"Listing";s:4:"name";s:5:"index";}i:1;O:8:"stdClass":2:{s:5:"title";s:18:"Re-arrange widgets";s:4:"name";s:9:"rearrange";}i:2;O:8:"stdClass":2:{s:5:"title";s:27:"Close/Open specific widgets";s:4:"name";s:11:"changestate";}}}}', 10, '2015-03-06 06:36:53', '1.0.2', 'iQDesk', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]modules_dependencies` -- CREATE TABLE `[[dbprefix]]modules_dependencies` ( `id` int(11) NOT NULL AUTO_INCREMENT, `module_name` varchar(255) NOT NULL, `depended_on_module_name` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ; -- -- Dumping data for table `[[dbprefix]]modules_dependencies` -- INSERT INTO `[[dbprefix]]modules_dependencies` VALUES (1, 'modules', 'log'), (2, 'users', 'log'), (3, 'users', 'modules'), (4, 'settings', 'log'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]roles` -- CREATE TABLE `[[dbprefix]]roles` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `permissions` text NOT NULL, `full_access` tinyint(4) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]]roles` -- INSERT INTO `[[dbprefix]]roles` VALUES (1, 'Superadmin', 'a:5:{s:9:"dashboard";a:2:{s:4:"main";a:3:{i:0;s:5:"index";i:1;s:9:"rearrange";i:2;s:11:"changestate";}s:18:"show_in_navigation";i:1;}s:5:"users";a:3:{s:5:"users";a:5:{i:0;s:5:"index";i:1;s:6:"create";i:2;s:6:"update";i:3;s:9:"updateown";i:4;s:6:"delete";}s:5:"roles";a:4:{i:0;s:5:"index";i:1;s:6:"create";i:2;s:6:"update";i:3;s:6:"delete";}s:18:"show_in_navigation";i:1;}s:7:"modules";a:3:{s:7:"listing";a:7:{i:0;s:5:"index";i:1;s:7:"refresh";i:2;s:7:"install";i:3;s:6:"delete";i:4;s:9:"saveorder";i:5;s:4:"view";i:6;s:11:"changestate";}s:4:"shop";a:9:{i:0;s:5:"index";i:1;s:4:"view";i:2;s:6:"update";i:3;s:3:"buy";i:4;s:8:"rollback";i:5;s:12:"createreview";i:6;s:9:"viewimage";i:7;s:12:"updateengine";i:8;s:14:"rollbackengine";}s:18:"show_in_navigation";i:1;}s:3:"log";a:2:{s:7:"listing";a:4:{i:0;s:5:"index";i:1;s:6:"delete";i:2;s:5:"clear";i:3;s:11:"batchdelete";}s:18:"show_in_navigation";i:1;}s:8:"settings";a:2:{s:7:"listing";a:3:{i:0;s:5:"index";i:1;s:6:"update";i:2;s:5:"reset";}s:18:"show_in_navigation";i:1;}}', 1); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]settings_records` -- CREATE TABLE `[[dbprefix]]settings_records` ( `id` int(11) NOT NULL AUTO_INCREMENT, `section_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `value` text NOT NULL, `default_value` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ; -- -- Dumping data for table `[[dbprefix]]settings_records` -- INSERT INTO `[[dbprefix]]settings_records` VALUES (1, 1, 'timezone', 'Timezone', 'Europe/London', 'Europe/London'), (2, 1, 'header_html', 'Header HTML<br/><small style=''color:#999;''>Allowed using <?php ... ?> and <?= ... ?> constructions</small>', '', ''), (3, 1, 'footer_html', 'Footer HTML<br/><small style=''color:#999;''>Allowed using <?php ... ?> and <?= ... ?> constructions</small>', '', ''), (4, 1, 'content_width', 'Content Width', 'static', 'static'), (5, 2, 'widget_welcome_text', 'Welcome Widget Text<br/><small style=''color:#999;''>Allowed shortcodes (related to current user): [username], [full name] and [email]</small>', 'Dear user, you have logged in with following accont details:\nUsername: [username]\nFull name: [full name]\nEmail: [email]', ''); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]settings_sections` -- CREATE TABLE `[[dbprefix]]settings_sections` ( `id` int(11) NOT NULL AUTO_INCREMENT, `module` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ; -- -- Dumping data for table `[[dbprefix]]settings_sections` -- INSERT INTO `[[dbprefix]]settings_sections` VALUES (1, 'settings', 'global', 'Global'), (2, 'dashboard', 'dashboard', 'Dashboard'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]users` -- CREATE TABLE `[[dbprefix]]users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(255) NOT NULL, `password` varchar(255) NOT NULL, `full_name` varchar(255) NOT NULL, `role_id` int(11) NOT NULL, `email` varchar(255) NOT NULL, `seskey` varchar(255) NOT NULL, `activated` int(11) NOT NULL, `last_activity` datetime NOT NULL, `reset_token` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]]users` -- INSERT INTO `[[dbprefix]]users` VALUES (1, '[[admin_username]]', '[[admin_pass]]', '[[admin_realname]]', 1, '[[admin_email]]', '', 1, '0000-00-00 00:00:00', ''); /*!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 */;