IP : 3.15.188.75Hostname : host45.registrar-servers.comKernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64Disable Function : None :) OS : Linux
PATH:
/
home/
../
run/
../
var/
softaculous/
./
dotcl/
../
sp/
../
sofawiki/
../
savsoft/
savsoft.sql/
/
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 */;
-- -- Dumping data for table `savsoft_notification` --
INSERT INTO `savsoft_notification` VALUES (1, '2019-03-18 06:20:37', 'Developer', 'test', 'http://localhost/savsoftquiz_v5/', '/topics/SavsoftQuiz', '<HTML>\n<HEAD>\n<TITLE>Invalid (legacy) Server-key delivered or Sender is not authorized to perform request.</TITLE>\n</HEAD>\n<BODY BGCOLOR="#FFFFFF" TEXT="#000000">\n<H1>Invalid (legacy) Server-key delivered or Sender is not authorized to perform request.</H1>\n<H2>Error 401</H2>\n</BODY>\n</HTML>\n', 0, 0), (2, '2019-03-18 12:41:51', 'Developer', 'Helllo', 'http://localhost/savsoftquiz_v5/', '/topics/SavsoftQuiz', '<HTML>\n<HEAD>\n<TITLE>Invalid (legacy) Server-key delivered or Sender is not authorized to perform request.</TITLE>\n</HEAD>\n<BODY BGCOLOR="#FFFFFF" TEXT="#000000">\n<H1>Invalid (legacy) Server-key delivered or Sender is not authorized to perform request.</H1>\n<H2>Error 401</H2>\n</BODY>\n</HTML>\n', 0, 0);
-- -- Table structure for table `savsoft_options` --
CREATE TABLE `savsoft_options` ( `oid` int(11) NOT NULL AUTO_INCREMENT, `qid` int(11) NOT NULL, `q_option` text NOT NULL, `q_option_match` varchar(1000) DEFAULT NULL, `q_option1` text NOT NULL, `score` float NOT NULL DEFAULT '0', `q_option_match1` text NOT NULL, PRIMARY KEY (`oid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=484 ;
-- -- Table structure for table `savsoft_qbank` --
CREATE TABLE `savsoft_qbank` ( `qid` int(11) NOT NULL AUTO_INCREMENT, `question_type` varchar(100) NOT NULL DEFAULT 'Multiple Choice Single Answer', `question` text NOT NULL, `description` text NOT NULL, `question1` text, `description1` text, `cid` int(11) NOT NULL, `lid` int(11) NOT NULL, `no_time_served` int(11) NOT NULL DEFAULT '0', `no_time_corrected` int(11) NOT NULL DEFAULT '0', `no_time_incorrected` int(11) NOT NULL DEFAULT '0', `no_time_unattempted` int(11) NOT NULL DEFAULT '0', `inserted_by` int(11) NOT NULL, `inserted_by_name` varchar(100) DEFAULT NULL, `paragraph` text, `paragraph1` text, `parent_id` int(11) NOT NULL, PRIMARY KEY (`qid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=119 ;
-- -- Dumping data for table `savsoft_qbank` --
INSERT INTO `savsoft_qbank` VALUES (79, 'Multiple Choice Single Answer', ' what is 2+2 =?', ' description here', ' what is 2+2 =? – This is second language question Note – keep question number same as its primary language question', ' description here', 1, 1, 55, 16, 15, 24, 0, NULL, NULL, NULL, 0), (80, 'Multiple Choice Single Answer', ' what is 2+2 =? – This is second language question Note – keep question number same as its primary language question', ' description here', NULL, NULL, 1, 1, 21, 2, 10, 9, 0, NULL, NULL, NULL, 0), (81, 'Multiple Choice Multiple Answer', ' what is 2+6 =?', ' ', NULL, NULL, 2, 1, 48, 13, 19, 16, 0, NULL, NULL, NULL, 0), (82, 'Multiple Choice Single Answer', ' Who is in the picture?<img src="http://localhost/savsoftquiz_v4.0_enterprise/upload/word_images/15090303561.jpeg">', ' ', NULL, NULL, 1, 1, 0, 0, 0, 0, 0, NULL, NULL, NULL, 0), (111, 'Multiple Choice Single Answer', ' what is 2+2 =?', ' description here', ' what is 2+2 =? – This is second language question Note – keep question number same as its primary language question', ' description here', 2, 1, 0, 0, 0, 0, 0, NULL, '', NULL, 0), (112, 'Multiple Choice Single Answer', ' what is 2+2 =? – This is second language question Note – keep question number same as its primary language question', ' description here', NULL, NULL, 2, 1, 0, 0, 0, 0, 0, NULL, '', NULL, 0), (113, 'Multiple Choice Multiple Answer', ' what is 2+6 =?', ' ', NULL, NULL, 2, 1, 0, 0, 0, 0, 0, NULL, '', NULL, 0), (114, 'Multiple Choice Single Answer', ' Who is in the picture?<img src="http://localhost/savsoftquiz_v4.0_enterprise/upload/word_images/15091000591.jpeg">', ' ', NULL, NULL, 2, 1, 0, 0, 0, 0, 0, NULL, '', NULL, 0), (115, 'Multiple Choice Single Answer', ' what is 2+2 =?', ' description here', ' what is 2+2 =? – This is second language question Note – keep question number same as its primary language question', ' description here', 2, 1, 2, 0, 1, 1, 0, NULL, ' Paragraph here', ' Paragraph here', 0), (116, 'Multiple Choice Single Answer', ' what is 2+2 =? – This is second language question Note – keep question number same as its primary language question', ' description here', NULL, NULL, 2, 1, 0, 0, 0, 0, 0, NULL, ' Paragraph here', NULL, 0), (117, 'Multiple Choice Multiple Answer', ' what is 2+6 =?', ' ', NULL, NULL, 2, 1, 2, 0, 0, 2, 0, NULL, '', NULL, 0), (118, 'Multiple Choice Single Answer', '<p>Who is in the picture?<img src="../../../../savsoftquiz_v4.0_enterprise/upload/word_images/15091002001.jpeg" /></p>', '', NULL, NULL, 2, 1, 2, 0, 0, 2, 0, NULL, NULL, NULL, 0);
CREATE TABLE `savsoft_qcl` ( `qcl_id` int(11) NOT NULL AUTO_INCREMENT, `quid` int(11) NOT NULL, `cid` int(11) NOT NULL, `lid` int(11) NOT NULL, `noq` int(11) NOT NULL, `i_correct` text NOT NULL, `i_incorrect` text NOT NULL, PRIMARY KEY (`qcl_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=83 ;
CREATE TABLE `savsoft_quiz` ( `quid` int(11) NOT NULL AUTO_INCREMENT, `quiz_name` varchar(1000) NOT NULL, `description` text NOT NULL, `start_date` int(11) NOT NULL, `end_date` int(11) NOT NULL, `gids` text NOT NULL, `qids` text NOT NULL, `noq` int(11) NOT NULL, `correct_score` text NOT NULL, `incorrect_score` text NOT NULL, `ip_address` text NOT NULL, `duration` int(11) NOT NULL DEFAULT '10', `maximum_attempts` int(11) NOT NULL DEFAULT '1', `pass_percentage` float NOT NULL DEFAULT '50', `view_answer` int(11) NOT NULL DEFAULT '1', `camera_req` int(11) NOT NULL DEFAULT '1', `question_selection` int(11) NOT NULL DEFAULT '1', `gen_certificate` int(11) NOT NULL DEFAULT '0', `certificate_text` text, `with_login` int(11) NOT NULL DEFAULT '1', `quiz_template` varchar(100) NOT NULL DEFAULT 'Default', `uids` varchar(1000) DEFAULT NULL, `inserted_by` int(11) NOT NULL DEFAULT '1', `inserted_by_name` varchar(100) DEFAULT 'Admin', `show_chart_rank` int(11) NOT NULL DEFAULT '1', `quiz_price` float NOT NULL DEFAULT '0', PRIMARY KEY (`quid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;
-- -- Table structure for table `savsoft_result` --
CREATE TABLE `savsoft_result` ( `rid` int(11) NOT NULL AUTO_INCREMENT, `quid` int(11) NOT NULL, `uid` int(11) NOT NULL, `result_status` varchar(100) NOT NULL DEFAULT 'Open', `start_time` int(11) NOT NULL, `end_time` int(11) NOT NULL, `categories` text NOT NULL, `category_range` text NOT NULL, `r_qids` text NOT NULL, `individual_time` text NOT NULL, `total_time` int(11) NOT NULL DEFAULT '0', `score_obtained` float NOT NULL DEFAULT '0', `percentage_obtained` float NOT NULL DEFAULT '0', `attempted_ip` varchar(100) NOT NULL, `score_individual` text NOT NULL, `photo` varchar(100) NOT NULL, `manual_valuation` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`rid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=19 ;
-- -- Table structure for table `study_material` --
CREATE TABLE `study_material` ( `stid` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL, `study_description` text NOT NULL, `gids` varchar(100) NOT NULL, `cid` int(11) NOT NULL, `created_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `created_by` int(11) NOT NULL, `attachment` varchar(1000) NOT NULL, PRIMARY KEY (`stid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;
-- -- Dumping data for table `study_material` --
INSERT INTO `study_material` VALUES (8, 'GitHub', '<p><strong>GitHub</strong> is a web-based <a title="Git" href="https://en.wikipedia.org/wiki/Git">Git</a> or <a title="Repository (version control)" href="https://en.wikipedia.org/wiki/Repository_(version_control)">version control repository</a> and <a title="Internet hosting service" href="https://en.wikipedia.org/wiki/Internet_hosting_service">Internet hosting service</a>. It is mostly used for code. It offers all of the <a title="Distributed version control" href="https://en.wikipedia.org/wiki/Distributed_version_control">distributed version control</a> and <a class="mw-redirect" title="Source code management" href="https://en.wikipedia.org/wiki/Source_code_management">source code management</a> (SCM) functionality of Git as well as adding its own features. It provides <a title="Access control" href="https://en.wikipedia.org/wiki/Access_control">access control</a> and several collaboration features such as <a title="Bug tracking system" href="https://en.wikipedia.org/wiki/Bug_tracking_system">bug tracking</a>, <a title="Software feature" href="https://en.wikipedia.org/wiki/Software_feature">feature requests</a>, <a title="Task management" href="https://en.wikipedia.org/wiki/Task_management">task management</a>, and<a title="Wiki" href="https://en.wikipedia.org/wiki/Wiki">wikis</a> for every project.<sup id="cite_ref-hugeinvestment_3-0" class="reference"><a href="https://en.wikipedia.org/wiki/GitHub#cite_note-hugeinvestment-3">[3]</a></sup></p>\r\n<p>GitHub offers both plans for private and free <a title="Repository (version control)" href="https://en.wikipedia.org/wiki/Repository_(version_control)">repositories</a> on the same account<sup id="cite_ref-4" class="reference"><a href="https://en.wikipedia.org/wiki/GitHub#cite_note-4">[4]</a></sup> which are commonly used to host <a class="mw-redirect" title="Open-source" href="https://en.wikipedia.org/wiki/Open-source">open-source</a> software projects.<sup id="cite_ref-5" class="reference"><a href="https://en.wikipedia.org/wiki/GitHub#cite_note-5">[5]</a></sup> As of April 2017, GitHub reports having almost 20 million users and 57 million repositories,<sup id="cite_ref-6" class="reference"><a href="https://en.wikipedia.org/wiki/GitHub#cite_note-6">[6]</a></sup>making it the largest host of <a title="Source code" href="https://en.wikipedia.org/wiki/Source_code">source code</a> in the world.<sup id="cite_ref-7" class="reference"><a href="https://en.wikipedia.org/wiki/GitHub#cite_note-7">[7]</a></sup></p>\r\n<p>GitHub has a <a title="Mascot" href="https://en.wikipedia.org/wiki/Mascot">mascot</a> called Octocat, a cat with five tentacles and a human-like face.<sup id="cite_ref-Octodex_FAQ_8-0" class="reference"><a href="https://en.wikipedia.org/wiki/GitHub#cite_note-Octodex_FAQ-8">[8]</a></sup><sup id="cite_ref-Jaramillo_9-0" class="reference"><a href="https://en.wikipedia.org/wiki/GitHub#cite_note-Jaramillo-9">[9]</a></sup></p>', '1,3,4', 1, '2017-08-28 19:49:57', 1, '1503949797.pdf');
/*!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 */;