· 8 years ago · Jul 24, 2018, 12:34 AM
1--------------------------------------------------------------------------------------------------------------
2
3____ __. .__ .__ _________ .__ __
4| |/ _|____ | |___ _|__| ____ / _____/ ____ ____ __ _________|__|/ |_ ___.__.
5| <_/ __ | | / / |/ _____ _/ __ _/ ___| | _ __ __< | |
6| | ___/| |_ /| | | / ___/ ___| | /| | / || | ___ |
7|____|__ ___ >____/_/ |__|___| /_______ /___ >___ >____/ |__| |__||__| / ____|
8 / / / / / / /
9--- contact:https://www.facebook.com/pages/KelvinSecurity/1470285456587684
10
11
12----- больш ---------------------------------------------------------------------------------------------------------------
13Што Kelvinsecurity? -- -KelvinSecurity- //1995//1996//2019
14
15
16Kelvinsecurity з'ÑўлÑецца хакер твар шукае збору інфармацыі вÑлікіх людзей па ÑžÑім Ñвеце, падлучаных да Ñеткі, Ñ– ÑžÑ€Ð°Ð·Ð»Ñ–Ð²Ñ‹Ñ Ð´Ð° гÑтых платформах.
17
18----------------------------------------------------------------------------------------------------------------
19
20-- Table structure for table `mdl_config`
21--
22
23DROP TABLE IF EXISTS `mdl_config`;
24/*!40101 SET @saved_cs_client = @@character_set_client */;
25/*!40101 SET character_set_client = utf8 */;
26CREATE TABLE `mdl_config` (
27 `id` bigint(10) NOT NULL AUTO_INCREMENT,
28 `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
29 `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
30 PRIMARY KEY (`id`),
31 UNIQUE KEY `mdl_conf_nam_uix` (`name`)
32) ENGINE=InnoDB AUTO_INCREMENT=465 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables';
33/*!40101 SET character_set_client = @saved_cs_client */;
34
35--
36-- Dumping data for table `mdl_config`
37--
38
39LOCK TABLES `mdl_config` WRITE;
40/*!40000 ALTER TABLE `mdl_config` DISABLE KEYS */;
41INSERT INTO `mdl_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'auth_pop3mailbox','INBOX'),(5,'enrol_plugins_enabled','manual,guest,self,cohort'),(6,'theme','academi'),(7,'filter_multilang_converted','1'),(8,'siteidentifier','IRINqKBOwwlE4c4G1iS8YDye6MzrsXYe138.197.51.137'),(9,'backup_version','2017051500'),(10,'backup_release','3.3'),(11,'mnet_dispatcher_mode','off'),(12,'sessiontimeout','7200'),(13,'stringfilters',''),(14,'filterall','0'),(15,'texteditors','atto,tinymce,textarea'),(16,'antiviruses',''),(17,'media_plugins_sortorder','videojs,youtube,swf'),(18,'upgrade_minmaxgradestepignored','1'),(19,'upgrade_extracreditweightsstepignored','1'),(20,'upgrade_calculatedgradeitemsignored','1'),(21,'upgrade_letterboundarycourses','1'),(22,'mnet_localhost_id','1'),(23,'mnet_all_hosts_id','2'),(24,'siteguest','1'),(25,'siteadmins','2,3,6'),(26,'themerev','1501574094'),(27,'jsrev','1500186598'),(28,'gdversion','2'),(29,'licenses','unknown,allrightsreserved,public,cc,cc-nd,cc-nc-nd,cc-nc,cc-nc-sa,cc-sa'),(30,'version','2017051500.04'),(31,'enableoutcomes','0'),(32,'usecomments','1'),(33,'usetags','1'),(34,'enablenotes','1'),(35,'enableportfolios','0'),(36,'enablewebservices','0'),(37,'messaging','1'),(38,'messaginghidereadnotifications','0'),(39,'messagingdeletereadnotificationsdelay','604800'),(40,'messagingallowemailoverride','0'),(41,'enablestats','0'),(42,'enablerssfeeds','0'),(43,'enableblogs','1'),(44,'enablecompletion','1'),(45,'completiondefault','1'),(46,'enableavailability','1'),(47,'enableplagiarism','0'),(48,'enablebadges','1'),(49,'enableglobalsearch','0'),(50,'allowstealth','0'),(51,'defaultpreference_maildisplay','2'),(52,'defaultpreference_mailformat','1'),(53,'defaultpreference_maildigest','0'),(54,'defaultpreference_autosubscribe','1'),(55,'defaultpreference_trackforums','0'),(56,'autologinguests','0'),(57,'hiddenuserfields',''),(58,'showuseridentity','email'),(59,'fullnamedisplay','language'),(60,'alternativefullnameformat','language'),(61,'maxusersperpage','100'),(62,'enablegravatar','0'),(63,'gravatardefaulturl','mm'),(64,'enablecourserequests','0'),(65,'defaultrequestcategory','5'),(66,'requestcategoryselection','0'),(67,'courserequestnotify',''),(68,'grade_profilereport','user'),(69,'grade_aggregationposition','1'),(70,'grade_includescalesinaggregation','1'),(71,'grade_hiddenasdate','0'),(72,'gradepublishing','0'),(73,'grade_export_displaytype','1'),(74,'grade_export_decimalpoints','2'),(75,'grade_navmethod','1'),(76,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(77,'grade_export_customprofilefields',''),(78,'recovergradesdefault','0'),(79,'gradeexport',''),(80,'unlimitedgrades','0'),(81,'grade_report_showmin','1'),(82,'gradepointmax','100'),(83,'gradepointdefault','100'),(84,'grade_minmaxtouse','1'),(85,'grade_mygrades_report','overview'),(86,'gradereport_mygradeurl',''),(87,'grade_hideforcedsettings','1'),(88,'grade_aggregation','13'),(89,'grade_aggregation_flag','0'),(90,'grade_aggregations_visible','13'),(91,'grade_aggregateonlygraded','1'),(92,'grade_aggregateonlygraded_flag','2'),(93,'grade_aggregateoutcomes','0'),(94,'grade_aggregateoutcomes_flag','2'),(95,'grade_keephigh','0'),(96,'grade_keephigh_flag','3'),(97,'grade_droplow','0'),(98,'grade_droplow_flag','2'),(99,'grade_overridecat','1'),(100,'grade_displaytype','1'),(101,'grade_decimalpoints','2'),(102,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(103,'grade_report_studentsperpage','100'),(104,'grade_report_showonlyactiveenrol','1'),(105,'grade_report_quickgrading','1'),(106,'grade_report_showquickfeedback','0'),(107,'grade_report_meanselection','1'),(108,'grade_report_enableajax','0'),(109,'grade_report_showcalculations','1'),(110,'grade_report_showeyecons','0'),(111,'grade_report_showaverages','1'),(112,'grade_report_showlocks','0'),(113,'grade_report_showranges','0'),(114,'grade_report_showanalysisicon','1'),(115,'grade_report_showuserimage','1'),(116,'grade_report_showactivityicons','1'),(117,'grade_report_shownumberofgrades','0'),(118,'grade_report_averagesdisplaytype','inherit'),(119,'grade_report_rangesdisplaytype','inherit'),(120,'grade_report_averagesdecimalpoints','inherit'),(121,'grade_report_rangesdecimalpoints','inherit'),(122,'grade_report_historyperpage','50'),(123,'grade_report_overview_showrank','0'),(124,'grade_report_overview_showtotalsifcontainhidden','0'),(125,'grade_report_user_showrank','0'),(126,'grade_report_user_showpercentage','1'),(127,'grade_report_user_showgrade','1'),(128,'grade_report_user_showfeedback','1'),(129,'grade_report_user_showrange','1'),(130,'grade_report_user_showweight','1'),(131,'grade_report_user_showaverage','0'),(132,'grade_report_user_showlettergrade','0'),(133,'grade_report_user_rangedecimals','0'),(134,'grade_report_user_showhiddenitems','1'),(135,'grade_report_user_showtotalsifcontainhidden','0'),(136,'grade_report_user_showcontributiontocoursetotal','1'),(137,'badges_defaultissuername',''),(138,'badges_defaultissuercontact',''),(139,'badges_badgesalt','badges1497430292'),(140,'badges_allowexternalbackpack','1'),(141,'badges_allowcoursebadges','1'),(143,'forcetimezone','99'),(144,'country','UG'),(145,'defaultcity',''),(146,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb'),(147,'googlemapkey3',''),(148,'allcountrycodes',''),(149,'autolang','1'),(150,'lang','en'),(151,'langmenu','1'),(152,'langlist',''),(153,'langrev','1500186598'),(154,'langcache','1'),(155,'langstringcache','1'),(156,'locale',''),(157,'latinexcelexport','0'),(158,'requiremodintro','0'),(160,'authloginviaemail','0'),(161,'allowaccountssameemail','0'),(162,'authpreventaccountcreation','0'),(163,'loginpageautofocus','0'),(164,'guestloginbutton','1'),(165,'limitconcurrentlogins','0'),(166,'alternateloginurl',''),(167,'forgottenpasswordurl',''),(168,'auth_instructions',''),(169,'allowemailaddresses',''),(170,'denyemailaddresses',''),(171,'verifychangedemail','1'),(172,'recaptchapublickey',''),(173,'recaptchaprivatekey',''),(174,'filteruploadedfiles','0'),(175,'filtermatchoneperpage','0'),(176,'filtermatchonepertext','0'),(177,'sitedefaultlicense','allrightsreserved'),(178,'media_default_width','400'),(179,'media_default_height','300'),(180,'portfolio_moderate_filesize_threshold','1048576'),(181,'portfolio_high_filesize_threshold','5242880'),(182,'portfolio_moderate_db_threshold','20'),(183,'portfolio_high_db_threshold','50'),(184,'repositorycacheexpire','120'),(185,'repositorygetfiletimeout','30'),(186,'repositorysyncfiletimeout','1'),(187,'repositorysyncimagetimeout','3'),(188,'repositoryallowexternallinks','1'),(189,'legacyfilesinnewcourses','0'),(190,'legacyfilesaddallowed','1'),(191,'searchengine','solr'),(192,'enablewsdocumentation','0'),(193,'allowbeforeblock','0'),(194,'allowedip',''),(195,'blockedip',''),(196,'protectusernames','1'),(197,'forcelogin','0'),(198,'forceloginforprofiles','1'),(199,'forceloginforprofileimage','0'),(200,'opentogoogle','0'),(201,'maxbytes','0'),(202,'userquota','104857600'),(203,'allowobjectembed','0'),(204,'enabletrusttext','0'),(205,'maxeditingtime','1800'),(206,'extendedusernamechars','0'),(207,'sitepolicy',''),(208,'sitepolicyguest',''),(209,'keeptagnamecase','1'),(210,'profilesforenrolledusersonly','1'),(211,'cronclionly','1'),(212,'cronremotepassword',''),(213,'lockoutthreshold','0'),(214,'lockoutwindow','1800'),(215,'lockoutduration','1800'),(216,'passwordpolicy','1'),(217,'minpasswordlength','8'),(218,'minpassworddigits','1'),(219,'minpasswordlower','1'),(220,'minpasswordupper','1'),(221,'minpasswordnonalphanum','1'),(222,'maxconsecutiveidentchars','0'),(223,'passwordreuselimit','0'),(224,'pwresettime','1800'),(225,'passwordchangelogout','0'),(226,'passwordchangetokendeletion','0'),(227,'groupenrolmentkeypolicy','1'),(228,'disableuserimages','0'),(229,'emailchangeconfirmation','1'),(230,'rememberusername','2'),(231,'strictformsrequired','0'),(232,'loginhttps','0'),(233,'cookiesecure','1'),(234,'cookiehttponly','0'),(235,'allowframembedding','0'),(236,'curlsecurityblockedhosts',''),(237,'curlsecurityallowedport',''),(238,'displayloginfailures','0'),(239,'notifyloginfailures',''),(240,'notifyloginthreshold','10'),(241,'themelist',''),(242,'themedesignermode','0'),(243,'allowuserthemes','0'),(244,'allowcoursethemes','0'),(245,'allowcategorythemes','0'),(246,'allowthemechangeonurl','0'),(247,'allowuserblockhiding','1'),(248,'allowblockstodock','1'),(249,'custommenuitems','Home|http://138.197.51.137/uibfs/?redirect=0\r\nUIBFS Website|http://www.uibfs.or.ug'),(250,'customusermenuitems','grades,grades|/grade/report/mygrades.php|grades\r\nmessages,message|/message/index.php|message\r\npreferences,moodle|/user/preferences.php|preferences'),(251,'enabledevicedetection','1'),(252,'devicedetectregex','[]'),(253,'calendartype','gregorian'),(254,'calendar_adminseesall','0'),(255,'calendar_site_timeformat','0'),(256,'calendar_startwday','1'),(257,'calendar_weekend','65'),(258,'calendar_lookahead','21'),(259,'calendar_maxevents','10'),(260,'enablecalendarexport','1'),(261,'calendar_customexport','1'),(262,'calendar_exportlookahead','365'),(263,'calendar_exportlookback','5'),(264,'calendar_exportsalt','Gtz4qgzBWj9csL9497Msc0KYX55Hinv5ZLO4CDXTjSxVrCIwF5kr490JgIgo'),(265,'calendar_showicalsource','1'),(266,'useblogassociations','1'),(267,'bloglevel','4'),(268,'useexternalblogs','1'),(269,'externalblogcrontime','86400'),(270,'maxexternalblogsperuser','1'),(271,'blogusecomments','1'),(272,'blogshowcommentscount','1'),(273,'defaulthomepage','0'),(274,'allowguestmymoodle','1'),(275,'navshowfullcoursenames','0'),(276,'navshowcategories','1'),(277,'navshowmycoursecategories','0'),(278,'navshowallcourses','0'),(279,'navsortmycoursessort','sortorder'),(280,'navcourselimit','20'),(281,'usesitenameforsitepages','1'),(282,'linkadmincategories','1'),(283,'linkcoursesections','1'),(284,'navshowfrontpagemods','1'),(285,'navadduserpostslinks','1'),(286,'formatstringstriptags','1'),(287,'emoticons','[{\"text\":\":-)\",\"imagename\":\"s\\/smiley\",\"imagecomponent\":\"core\",\"altidentifier\":\"smiley\",\"altcomponent\":\"core_pix\"},{\"text\":\":)\",\"imagename\":\"s\\/smiley\",\"imagecomponent\":\"core\",\"altidentifier\":\"smiley\",\"altcomponent\":\"core_pix\"},{\"text\":\":-D\",\"imagename\":\"s\\/biggrin\",\"imagecomponent\":\"core\",\"altidentifier\":\"biggrin\",\"altcomponent\":\"core_pix\"},{\"text\":\";-)\",\"imagename\":\"s\\/wink\",\"imagecomponent\":\"core\",\"altidentifier\":\"wink\",\"altcomponent\":\"core_pix\"},{\"text\":\":-\\/\",\"imagename\":\"s\\/mixed\",\"imagecomponent\":\"core\",\"altidentifier\":\"mixed\",\"altcomponent\":\"core_pix\"},{\"text\":\"V-.\",\"imagename\":\"s\\/thoughtful\",\"imagecomponent\":\"core\",\"altidentifier\":\"thoughtful\",\"altcomponent\":\"core_pix\"},{\"text\":\":-P\",\"imagename\":\"s\\/tongueout\",\"imagecomponent\":\"core\",\"altidentifier\":\"tongueout\",\"altcomponent\":\"core_pix\"},{\"text\":\":-p\",\"imagename\":\"s\\/tongueout\",\"imagecomponent\":\"core\",\"altidentifier\":\"tongueout\",\"altcomponent\":\"core_pix\"},{\"text\":\"B-)\",\"imagename\":\"s\\/cool\",\"imagecomponent\":\"core\",\"altidentifier\":\"cool\",\"altcomponent\":\"core_pix\"},{\"text\":\"^-)\",\"imagename\":\"s\\/approve\",\"imagecomponent\":\"core\",\"altidentifier\":\"approve\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-)\",\"imagename\":\"s\\/wideeyes\",\"imagecomponent\":\"core\",\"altidentifier\":\"wideeyes\",\"altcomponent\":\"core_pix\"},{\"text\":\":o)\",\"imagename\":\"s\\/clown\",\"imagecomponent\":\"core\",\"altidentifier\":\"clown\",\"altcomponent\":\"core_pix\"},{\"text\":\":-(\",\"imagename\":\"s\\/sad\",\"imagecomponent\":\"core\",\"altidentifier\":\"sad\",\"altcomponent\":\"core_pix\"},{\"text\":\":(\",\"imagename\":\"s\\/sad\",\"imagecomponent\":\"core\",\"altidentifier\":\"sad\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-.\",\"imagename\":\"s\\/shy\",\"imagecomponent\":\"core\",\"altidentifier\":\"shy\",\"altcomponent\":\"core_pix\"},{\"text\":\":-I\",\"imagename\":\"s\\/blush\",\"imagecomponent\":\"core\",\"altidentifier\":\"blush\",\"altcomponent\":\"core_pix\"},{\"text\":\":-X\",\"imagename\":\"s\\/kiss\",\"imagecomponent\":\"core\",\"altidentifier\":\"kiss\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-o\",\"imagename\":\"s\\/surprise\",\"imagecomponent\":\"core\",\"altidentifier\":\"surprise\",\"altcomponent\":\"core_pix\"},{\"text\":\"P-|\",\"imagename\":\"s\\/blackeye\",\"imagecomponent\":\"core\",\"altidentifier\":\"blackeye\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-[\",\"imagename\":\"s\\/angry\",\"imagecomponent\":\"core\",\"altidentifier\":\"angry\",\"altcomponent\":\"core_pix\"},{\"text\":\"(grr)\",\"imagename\":\"s\\/angry\",\"imagecomponent\":\"core\",\"altidentifier\":\"angry\",\"altcomponent\":\"core_pix\"},{\"text\":\"xx-P\",\"imagename\":\"s\\/dead\",\"imagecomponent\":\"core\",\"altidentifier\":\"dead\",\"altcomponent\":\"core_pix\"},{\"text\":\"|-.\",\"imagename\":\"s\\/sleepy\",\"imagecomponent\":\"core\",\"altidentifier\":\"sleepy\",\"altcomponent\":\"core_pix\"},{\"text\":\"}-]\",\"imagename\":\"s\\/evil\",\"imagecomponent\":\"core\",\"altidentifier\":\"evil\",\"altcomponent\":\"core_pix\"},{\"text\":\"(h)\",\"imagename\":\"s\\/heart\",\"imagecomponent\":\"core\",\"altidentifier\":\"heart\",\"altcomponent\":\"core_pix\"},{\"text\":\"(heart)\",\"imagename\":\"s\\/heart\",\"imagecomponent\":\"core\",\"altidentifier\":\"heart\",\"altcomponent\":\"core_pix\"},{\"text\":\"(y)\",\"imagename\":\"s\\/yes\",\"imagecomponent\":\"core\",\"altidentifier\":\"yes\",\"altcomponent\":\"core\"},{\"text\":\"(n)\",\"imagename\":\"s\\/no\",\"imagecomponent\":\"core\",\"altidentifier\":\"no\",\"altcomponent\":\"core\"},{\"text\":\"(martin)\",\"imagename\":\"s\\/martin\",\"imagecomponent\":\"core\",\"altidentifier\":\"martin\",\"altcomponent\":\"core_pix\"},{\"text\":\"( )\",\"imagename\":\"s\\/egg\",\"imagecomponent\":\"core\",\"altidentifier\":\"egg\",\"altcomponent\":\"core_pix\"}]'),(288,'docroot','http://docs.moodle.org'),(289,'doclang',''),(290,'doctonewwindow','0'),(291,'courselistshortnames','0'),(292,'coursesperpage','20'),(293,'courseswithsummarieslimit','10'),(294,'courseoverviewfileslimit','1'),(295,'courseoverviewfilesext','.jpg,.gif,.png'),(296,'useexternalyui','0'),(297,'yuicomboloading','1'),(298,'cachejs','1'),(299,'modchooserdefault','1'),(300,'additionalhtmlhead',''),(301,'additionalhtmltopofbody',''),(302,'additionalhtmlfooter',''),(303,'pathtodu',''),(304,'aspellpath',''),(305,'pathtodot',''),(306,'pathtogs','/usr/bin/gs'),(307,'supportname','Admin User'),(308,'supportemail',''),(309,'supportpage',''),(310,'dbsessions','0'),(311,'sessioncookie',''),(312,'sessioncookiepath',''),(313,'sessioncookiedomain',''),(314,'statsfirstrun','none'),(315,'statsmaxruntime','0'),(316,'statsruntimedays','31'),(317,'statsuserthreshold','0'),(318,'slasharguments','1'),(319,'getremoteaddrconf','0'),(320,'proxyhost',''),(321,'proxyport','0'),(322,'proxytype','HTTP'),(323,'proxyuser',''),(324,'proxypassword',''),(325,'proxybypass','localhost, 127.0.0.1'),(326,'maintenance_enabled','0'),(327,'maintenance_message',''),(328,'deleteunconfirmed','168'),(329,'deleteincompleteusers','0'),(330,'disablegradehistory','0'),(331,'gradehistorylifetime','0'),(332,'tempdatafoldercleanup','168'),(333,'extramemorylimit','512M'),(334,'maxtimelimit','0'),(335,'curlcache','120'),(336,'curltimeoutkbitrate','56'),(337,'smtphosts','smtp.gmail.com'),(338,'smtpsecure','tls'),(339,'smtpauthtype','LOGIN'),(340,'smtpuser','danyruyonga@gmail.com'),(341,'smt
42
4323#'),(342,'smtpmaxbulk','1'),(343,'noreplyaddress','noreply@uibfs.or.ug'),(344,'allowedemaildomains',''),(345,'sitemailcharset','0'),(346,'allowusermailcharset','0'),(347,'allowattachments','1'),(348,'mailnewline','LF'),(349,'emailfromvia','1'),(350,'updateautocheck','1'),(351,'updateminmaturity','200'),(352,'updatenotifybuilds','0'),(353,'enablesafebrowserintegration','0'),(354,'dndallowtextandlinks','0'),(355,'debug','0'),(356,'debugdisplay','0'),(357,'debugsmtp','0'),(358,'perfdebug','7'),(359,'debugstringids','0'),(360,'debugvalidators','0'),(361,'debugpageinfo','0'),(362,'profilingenabled','0'),(363,'profilingincluded',''),(364,'profilingexcluded',''),(365,'profilingautofrec','0'),(366,'profilingallowme','0'),(367,'profilingallowall','0'),(368,'profilinglifetime','1440'),(369,'profilingimportprefix','(I)'),(370,'release','3.3+ (Build: 20170608)'),(371,'branch','33'),(372,'localcachedirpurged','1500186597'),(373,'scheduledtaskreset','1500186597'),(374,'allversionshash','f053425c0a36b50cbb2f64b0f4f57ff24f0d3b83'),(376,'notloggedinroleid','6'),(377,'guestroleid','6'),(378,'defaultuserroleid','7'),(379,'creatornewroleid','3'),(380,'restorernewroleid','3'),(381,'gradebookroles','5'),(382,'chat_method','ajax'),(383,'chat_refresh_userlist','10'),(384,'chat_old_ping','35'),(385,'chat_refresh_room','5'),(386,'chat_normal_updatemode','jsupdate'),(387,'chat_serverhost','138.197.51.137'),(388,'chat_serverip','127.0.0.1'),(389,'chat_serverport','9111'),(390,'chat_servermax','100'),(391,'data_enablerssfeeds','0'),(392,'feedback_allowfullanonymous','0'),(393,'forum_displaymode','3'),(394,'forum_shortpost','300'),(395,'forum_longpost','600'),(396,'forum_manydiscussions','100'),(397,'forum_maxbytes','512000'),(398,'forum_maxattachments','9'),(399,'forum_trackingtype','1'),(400,'forum_trackreadposts','1'),(401,'forum_allowforcedreadtracking','0'),(402,'forum_oldpostdays','14'),(403,'forum_usermarksread','0'),(404,'forum_cleanreadtime','2'),(405,'digestmailtime','17'),(406,'forum_enablerssfeeds','0'),(407,'forum_enabletimedposts','1'),(408,'glossary_entbypage','10'),(409,'glossary_dupentries','0'),(410,'glossary_allowcomments','0'),(411,'glossary_linkbydefault','1'),(412,'glossary_defaultapproval','1'),(413,'glossary_enablerssfeeds','0'),(414,'glossary_linkentries','0'),(415,'glossary_casesensitive','0'),(416,'glossary_fullmatch','0'),(417,'block_course_list_adminview','all'),(418,'block_course_list_hideallcourseslink','0'),(419,'block_html_allowcssclasses','0'),(420,'block_online_users_timetosee','5'),(421,'block_rss_client_num_entries','5'),(422,'block_rss_client_timeout','30'),(423,'pathtounoconv','/usr/bin/unoconv'),(424,'filter_multilang_force_old','0'),(425,'filter_censor_badwords',''),(426,'logguests','1'),(427,'loglifetime','0'),(428,'jabberhost',''),(429,'jabberserver',''),(430,'jabberusername',''),(431,'jabberpassword',''),(432,'jabberport','5222'),(433,'airnotifierurl','https://messages.moodle.net'),(434,'airnotifierport','443'),(435,'airnotifiermobileappname','com.moodle.moodlemobile'),(436,'airnotifierappname','commoodlemoodlemobile'),(437,'airnotifieraccesskey',''),(438,'profileroles','5,4,3'),(439,'coursecontact','3'),(440,'frontpage','0,6'),(441,'frontpageloggedin','2'),(442,'maxcategorydepth','2'),(443,'frontpagecourselimit','200'),(444,'commentsperpage','15'),(445,'defaultfrontpageroleid','6'),(446,'messageinbound_enabled','0'),(447,'messageinbound_mailbox',''),(448,'messageinbound_domain',''),(449,'messageinbound_host',''),(450,'messageinbound_hostssl','ssl'),(451,'messageinbound_hostuser',''),(452,'messageinbound_hostpass',''),(453,'enablemobilewebservice','0'),(454,'timezone','Africa/Kampala'),(455,'registerauth',''),(457,'themelegacy','lambda'),(458,'thememobile','lambda'),(459,'themetablet','lambda'),(462,'format_plugins_sortorder','buttons,board,singleactivity,social,topics,weeks'),(464,'undeletableblocktypes','myoverview');
44/*!40000 ALTER TABLE `mdl_config` ENABLE KEYS */;
45UNLOCK TABLES;
46
47
48
49--
50-- Table structure for table `mdl_user`
51--
52
53DROP TABLE IF EXISTS `mdl_user`;
54/*!40101 SET @saved_cs_client = @@character_set_client */;
55/*!40101 SET character_set_client = utf8 */;
56CREATE TABLE `mdl_user` (
57 `id` bigint(10) NOT NULL AUTO_INCREMENT,
58 `auth` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'manual',
59 `confirmed` tinyint(1) NOT NULL DEFAULT '0',
60 `policyagreed` tinyint(1) NOT NULL DEFAULT '0',
61 `deleted` tinyint(1) NOT NULL DEFAULT '0',
62 `suspended` tinyint(1) NOT NULL DEFAULT '0',
63 `mnethostid` bigint(10) NOT NULL DEFAULT '0',
64 `username` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
65 `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
66 `idnumber` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
67 `firstname` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
68 `lastname` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
69 `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
70 `emailstop` tinyint(1) NOT NULL DEFAULT '0',
71 `icq` varchar(15) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
72 `skype` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
73 `yahoo` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
74 `aim` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
75 `msn` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
76 `phone1` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
77 `phone2` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
78 `institution` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
79 `department` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
80 `address` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
81 `city` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
82 `country` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
83 `lang` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'en',
84 `calendartype` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'gregorian',
85 `theme` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
86 `timezone` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '99',
87 `firstaccess` bigint(10) NOT NULL DEFAULT '0',
88 `lastaccess` bigint(10) NOT NULL DEFAULT '0',
89 `lastlogin` bigint(10) NOT NULL DEFAULT '0',
90 `currentlogin` bigint(10) NOT NULL DEFAULT '0',
91 `lastip` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
92 `secret` varchar(15) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
93 `picture` bigint(10) NOT NULL DEFAULT '0',
94 `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
95 `description` longtext COLLATE utf8mb4_unicode_ci,
96 `descriptionformat` tinyint(2) NOT NULL DEFAULT '1',
97 `mailformat` tinyint(1) NOT NULL DEFAULT '1',
98 `maildigest` tinyint(1) NOT NULL DEFAULT '0',
99 `maildisplay` tinyint(2) NOT NULL DEFAULT '2',
100 `autosubscribe` tinyint(1) NOT NULL DEFAULT '1',
101 `trackforums` tinyint(1) NOT NULL DEFAULT '0',
102 `timecreated` bigint(10) NOT NULL DEFAULT '0',
103 `timemodified` bigint(10) NOT NULL DEFAULT '0',
104 `trustbitmask` bigint(10) NOT NULL DEFAULT '0',
105 `imagealt` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
106 `lastnamephonetic` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
107 `firstnamephonetic` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
108 `middlename` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
109 `alternatename` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
110 PRIMARY KEY (`id`),
111 UNIQUE KEY `mdl_user_mneuse_uix` (`mnethostid`,`username`),
112 KEY `mdl_user_del_ix` (`deleted`),
113 KEY `mdl_user_con_ix` (`confirmed`),
114 KEY `mdl_user_fir_ix` (`firstname`),
115 KEY `mdl_user_las_ix` (`lastname`),
116 KEY `mdl_user_cit_ix` (`city`),
117 KEY `mdl_user_cou_ix` (`country`),
118 KEY `mdl_user_las2_ix` (`lastaccess`),
119 KEY `mdl_user_ema_ix` (`email`),
120 KEY `mdl_user_aut_ix` (`auth`),
121 KEY `mdl_user_idn_ix` (`idnumber`),
122 KEY `mdl_user_fir2_ix` (`firstnamephonetic`),
123 KEY `mdl_user_las3_ix` (`lastnamephonetic`),
124 KEY `mdl_user_mid_ix` (`middlename`),
125 KEY `mdl_user_alt_ix` (`alternatename`)
126) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED COMMENT='One record for each person';
127/*!40101 SET character_set_client = @saved_cs_client */;
128
129--
130-- Dumping data for table `mdl_user`
131--
132
133LOCK TABLES `mdl_user` WRITE;
134/*!40000 ALTER TABLE `mdl_user` DISABLE KEYS */;
135INSERT INTO `mdl_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$DlodTb3L9hGvAjDRjlQTY.mPbWvgSlzVIjMp5A/ad8zMNe0aPv1R6','','Guest user',' ','root@localhost',0,'','','','','','','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'','This user is a special user that allows read-only access to some courses.',1,1,0,2,1,0,0,1497430292,0,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'ruyonga','$2y$10$ESf5boFw5Fh027TEYCw9hOpFR7mjAjNwlg/5vTyc3yac25BF/9nwe','','Ruyonga','Daniel','druyonga@gmail.com',0,'','','','','','','','','','','Kamapala','','en','gregorian','','99',1497430445,1498115011,1498034261,1498115011,'196.0.35.30','',0,'','',1,1,0,1,1,0,0,1497987888,0,NULL,'','','',''),(3,'manual',1,0,0,0,1,'olupot','$2y$10$is/wUGqcqMScthCS6.3tNu.Gr2xM0Y4OlfUEb3UyTgbr9ug/NwV6y','','Olupot','Charles','charlse.olupot@mubs.ac.ug',0,'','','','','','','','','','','','','en','gregorian','','99',1497443429,1501571751,1501487894,1501568376,'196.43.150.5','',0,'','',1,1,0,2,1,0,1497440291,1497440291,0,'','','','',''),(4,'manual',1,0,0,0,1,'student','$2y$10$/ycyaEpJTIVgfKCg9udUPeflM5CsKwDlApbTu/n5GhgjGNBFF9UXW','','Student','Student1','student@uibf.ac.ug',0,'','','','','','','','','','','Kla','UG','en','gregorian','','99',1497449756,1497451319,0,1497449756,'196.43.150.5','',0,'','',1,1,0,2,1,0,1497445918,1497445918,0,'','','','',''),(5,'manual',1,0,0,0,1,'test1','$2y$10$i1IjyE6yRkz36MVtj9XALO55mPHukYiJ54rnd86PCcxzt0wtYI3Pe','','Test','Student','colupot@gmail.com',0,'','','','','','','','','','','Kampala','UG','en','gregorian','','99',0,0,0,0,'','',0,'','<p>Test student Account</p>',1,1,0,2,1,0,1498210755,1498210829,0,'','','','',''),(6,'manual',1,0,0,0,1,'toluka','$2y$10$uL.2.eCLeQr18sQEL7XcIuzedhQXqqzHH/pGaTtM9WcP9sWc2ufHG','','Oluka','Tony','oluka8@gmail.com',0,'','','','','','','','','','','','UG','en','gregorian','','99',1499182125,1512495347,1501657823,1512492707,'196.43.135.1','',0,'','',1,1,0,2,1,0,1499181968,1499181968,0,'','','','',''),(7,'manual',1,0,0,0,1,'facilitator','$2y$10$UOrYWmPzIPG/QDIhrVTP4.Zvv2aI.fQtrhLOEGQgxXY0d9lnvOUr.','','Facilitator','Facilitator','olupot@mubs.ac.ug',0,'','','','','','','0704743039','MUBS','Consultant','','Kampala','UG','en','gregorian','','99',1500841973,1500844879,1500843170,1500844879,'41.210.159.169','',0,'','This a Test Facilitator Account',1,1,0,0,1,0,1500839577,1500839577,0,'','','','','');
136/*!40000 ALTER TABLE `mdl_user` ENABLE KEYS */;
137UNLOCK TABLES;