Sindbad~EG File Manager
<?php
class CustomClass
{
//API Key
public static $APIKey = "w347H52d96";
//MailChimp
public static $MC_Tag = "AIOSSC";
public static $MC_ListId = "1242ed38a1";
public static $MC_Key = "e3e8ef6763578d11032b79768a6cbda4-us13";
//SMS
public static $isEnableSMS = true;
public static $isEnableTestSMS = false;
public static $isTestSMSMobiles = array('9952514049');
//MSG 91 Sender and authkey
public static $sender = "AIOSSC";
public static $Authkey = "185827AuD8SHgQdqY5a1d4421";
//backup mailer
public static $BackupId = "aiosbackup@gmail.com";
//public static $BackupId = "chairmanscientificcommittee@aios.org";
public static $TestMailId = "demo@numerotec.com";
//General
public static $IsEmailEnabled = true;
public static $IsEmailTest = false;
public static $MandrillKey = '5BJw_i9r9ELLxldBUB7-Dw';
public static $MailgunKey = 'key-e13725db7c3a95b679911c038b490db1';
public static $EMAIL_REPLY_TO = 'support@aios-online.com';
public static $EMAIL_SUPPORT = 'support@aios-online.com';
public static $ddldefault = array("" => '--Select--');
public static $ASSET_TYPE_MEMBER_REG = "member_reg";
public static $ASSET_USAGE_MEMBER_PROFILE = "member_profile";
public static $ASSET_USAGE_MEMBER_PROFILE_FILENAME = "profile";
public static $ASSET_USAGE_MEMBER_DOCUMENTS = "member_document";
public static $page_size = 10;
//public static $ddlDefault = array('' => '--Select--' );
public static $url = "http://aios-scientificcommittee.org";
public static $Initial = "AIOS" ;
public static $ConferenceInitial = "AIOC" ;
public static $Title = "AIOC 2023" ;
public static $Title_FullName = "All India Ophthalmological Society" ;
public static $AIOSSocietyId = 1;
public static $SOCIETY_AIOS = 1;
//IC
public static $IC_Count = 1;
public static $IC_Duration = 75;
public static $IC_COI_Count = 6;
public static $IC_CONSENT_Count = 7;
//FP
// public static $Paper_Count = 3;
// public static $Poser_Count = 2;
// public static $Physical_Poster_Count = 2;
public static $FP_Count = 14;
public static $FP_COA_Count = 3;
public static $FP_PresType_Counts = [1=>5,2=>3,3=>2,4=>2,11=>5];
public static $ARC_Count = 1;
public static $ARC_COA_Count = 1;
public static $ARC_GUIDE_Count = 1;
public static $ARC_PresType_Counts = [1=>5,2=>3,3=>2,4=>2,11=>5];
public static $ARCLDP_Count = 1;
public static $AppleTree_Count = 2;
public static $AppleTree_COA_Count = 1;
public static $AppleTree_GUIDE_Count = 1;
public static $AppleTree_PresType_Counts = [1=>5,2=>3,3=>2,4=>2,11=>5];
public static $ARCInn_Count = 99;
public static $ARCInn_COA_Count = 1;
public static $ARCInn_GUIDE_Count = 1;
public static $ARCInn_PresType_Counts = [1=>5,2=>3,3=>2,4=>2,11=>5];
public static $FT_Count = 3;
public static $CP_Count = 3;
//PP
public static $PP_Count = 2;
public static $PP_COA_Count = 3;
//FP
public static $VT_Count = 4;
public static $VT_COA_Count = 3;
//Nomination
public static $NOMIN_OB_Count =1;
public static $NOMIN_MC_Count =1;
//PS - proposer and sconder
//proposer and sconder counts
public static $NOMIN_PS_Count =5;
public static $Hony_General_Secretary = 3;
public static $Hony_Treasurer = 4;
//roles
public static $ChiefInstructor = 32;
public static $CoInstructor = 33;
public static $ChiefAuthor = 34;
public static $PresentingAuthor = 35;
public static $CoAuthor = 36;
public static $Speaker = 13;
public static $Chairman = 1;
public static $CoChairman = 3;
public static $Chairperson = 5;
public static $CoChairperson = 6;
public static $Convenor = 2;
public static $CoConvenor = 9;
public static $Moderator = 4;
public static $InternationalChairman = 44;
//Abs Type
public static $IC = "IC";
public static $FP = "FP";
public static $PP = "PP-";
public static $VT = "VT";
public static $GP = "GP";
public static $ARC = "ARC";
public static $AppleTree = "AT";
public static $ARCInn = "ARCInn";
public static $FT = "FT"; //Faculty talks
public static $CP = "CP"; // Case presentation
//Status
public static $Yet_to_Consent = 0;
public static $Submitted = 1;
public static $Selected = 2;
public static $Consent_Accepted = 2;
public static $Not_Selected = 3;
public static $Consent_Rejected = 3;
public static $With_Held = 4;
//Presentation Type
public static $Paper_or_EPoster = 1;
public static $Paper_only = 2;
public static $EPoster_only = 3;
public static $Physical_Poster = 4;
public static $Paper_or_Physical_Poster = 11;
//User Types Abstracts validation
public static $UserType_IC_CI = '3';
public static $UserType_IC_COI = '2,3';
public static $UserType_FP_CA = '2,3';
public static $UserType_FP_PA = '2,3';
public static $UserType_FP_COA = '2,3';
public static $UserType_PP_CA = '2,3';
public static $UserType_PP_PA = '2,3';
public static $UserType_PP_COA = '2,3';
public static $UserType_VT_CA = '2,3';
public static $UserType_VT_PA = '2,3';
public static $UserType_VT_COA = '2,3';
public static $UserType_GP_CA = '2,3';
public static $UserType_GP_PA = '2,3';
public static $UserType_GP_COA = '2,3';
public static $UserType_ARC_CA = '2,3';
public static $UserType_ARC_PA = '2,3';
public static $UserType_ARC_Guide = '1,2,3';
public static $UserType_AppleTree_CA = '2,3';
public static $UserType_AppleTree_PA = '2,3';
public static $UserType_AppleTree_Guide = '1,2,3';
public static $UserType_ARCInn_CA = '2,3';
public static $UserType_ARCInn_PA = '2,3';
public static $UserType_ARCInn_Guide = '1,2,3';
public static $UserType_FT_CA = '2,3';
public static $UserType_CP_CA = '2,3';
public static $UserType_CP_PA = '2,3';
//User Types
public static $Non_Member = 1;
public static $Non_Ratified_Member = 2;
public static $Ratified_Member = 3;
//Abstract dates
public static $IC_END_DT = "5th September, 2022";
public static $VT_CD_POST_DT = "30th September, 2022";
//Mark Table Platform Id
public static $Platform_Web = 1;
public static $Platform_Mobile = 2;
public static function getUserId()
{
if(Auth::check())
{
return Auth::user()->user_id;
}
else
return 0;
}
public static function GetMembership()
{
// if (Session::has('Membership'))
// {
// return Session::get('Membership');
// }
// else
// {
$um = UsersMembership::where('user_id',Auth::user()->user_id)->where('society_id',CustomClass::$AIOSSocietyId)->first();
//Session::put('Membership',json_decode(json_encode($um)));
return $um;
//}
}
//sridhar on 9 mar 2017 3:20 PM
//update on 2 Mar 2019 3:50 PM
public static function GetCertUser()
{
if(Auth::check())
{
$cert_count = DB::table("certificate_2019")->where('user_id',Auth::user()->user_id)->count();
if($cert_count>0)
{
if (DateConfig::IsDateOpen('CERTIFICATE2019'))
{
$url = url('certificate2019');
//return "<a href='".$url."' target='_blank'>CLICK HERE TO DOWNLOAD YOUR CERTIFICATES OF AIOC 2018</a>";
return "<div class='margin10'> <a href='".$url."' target='_blank'><img src='". asset('images/certificate_icon2019.jpg') ."' /></a></div>";
}
else
{
return "";
}
}
else
{
return "";
}
}
else
return "";
}
public static $IC_LEVELS = array('Basic' => 'Basic','Intermediate' => 'Intermediate','Advanced' => 'Advanced');
public static function GetRatifiedYears()
{
$yearArr = ['' => '--select--'];
$currYear = date('Y');
for ($j=$currYear; $j >=1930; $j--) {
$yearArr[$j]= $j;
}
return $yearArr;
}
public static function GetPresentYears()
{
$yearArr = ['None' => 'None'];
$currYear = date('Y');
for ($j=$currYear; $j >=1930; $j--) {
$yearArr[$j]= $j;
}
return $yearArr;
}
public static function GetPastYears()
{
$yearArr = ['None' => 'None'];
$currYear = date('Y') -1;
for ($j=$currYear; $j >=1930; $j--) {
$yearArr[$j]= $j;
}
return $yearArr;
}
public static function GetProfileYears()
{
$yearArr = ['' => '--select--'];
$currYear = date('Y')+2;
for ($j=$currYear; $j >=1930; $j--) {
$yearArr[$j]= $j;
}
return $yearArr;
}
//Delegate Registration
public static $PAYMENT_STATUS_YETTOPAY = "YETTOPAY";
public static $PAYMENT_STATUS_SUCCESS = "SUCCESS";
public static $PAYMENT_STATUS_FAIL = "FAILURE";
public static $PAYMENT_STATUS_PENDING = "PENDING";
//User Type
public static $USER_TYPE_MEMBER = 1;
public static $USER_TYPE_NON_MEMBER = 2;
public static $USER_TYPE_PG_OR_FELLOW = 3;
public static $USER_TYPE_SPOUSE_OR_GUEST = 4;
public static $USER_TYPE_TRADE = 4;
//Conferences
public static $AIOS_CONFERENCE = 1;
//Delegate Registrations
public static $REG_TO_BE_REGISTER = 1;
public static $REG_REGISTERED = 2;
public static $REG_ADD_TO_WISHLIST = 3;
//Profile2
public static $Profile_PP ="Private Practice";
public static $Profile_MC ="Medical College";
public static $Profile_GJ ="Government Job";
public static $Profile_NGJ ="Non Government Institutional Job";
public static $Profile_PF ="PG / Fellow";
/* Mark IC */
public static $IC_marks_m1 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10');
public static $IC_marks_m2 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10');
public static $IC_marks_m3 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10');
public static $IC_marks_m4 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10');
/* Mark FP */
public static $FP_marks_m1 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10');
public static $FP_marks_m2 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10');
public static $FP_marks_m3 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10');
public static $FP_marks_m4 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10');
/*VT marks*/
public static $VT_marks_m1 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10');
public static $VT_marks_m2 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10');
public static $VT_marks_m3 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10');
public static $VT_marks_m4 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10');
/*PP marks*/
public static $PP_marks_m1 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10');
public static $PP_marks_m2 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10');
public static $PP_marks_m3 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10');
public static $PP_marks_m4 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10');
/*PP marks*/
public static $ARC_marks_m1 = array('' => '--Select--','0'=>'0 - Lowest', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10 - Highest');
public static $ARC_marks_m2 = array('' => '--Select--','0'=>'0 - Lowest', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10 - Highest');
public static $ARC_marks_m3 = array('' => '--Select--','0'=>'0 - Lowest', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10 - Highest');
public static $ARC_marks_m4 = array('' => '--Select--','0'=>'0 - Lowest', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10 - Highest');
/*Judge Marks*/
public static $Judge_marks_m1 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10', '11' => '11','12' => '12','13'=>'13','14' => '14','15' => '15','16' => '16','17' => '17','18' => '18','19' => '19','20' => '20');
public static $Judge_marks_m2 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10', '11' => '11','12' => '12','13'=>'13','14' => '14','15' => '15','16' => '16','17' => '17','18' => '18','19' => '19','20' => '20');
public static $Judge_marks_m3 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10', '11' => '11','12' => '12','13'=>'13','14' => '14','15' => '15','16' => '16','17' => '17','18' => '18','19' => '19','20' => '20');
public static $Judge_marks_m4 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10', '11' => '11','12' => '12','13'=>'13','14' => '14','15' => '15','16' => '16','17' => '17','18' => '18','19' => '19','20' => '20');
public static $Judge_marks_m5 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10', '11' => '11','12' => '12','13'=>'13','14' => '14','15' => '15','16' => '16','17' => '17','18' => '18','19' => '19','20' => '20');
//WEBINAR PROGRAM EVALUATION ON - OCT 10 2020
/* Mark PROGRAM */
public static $PROGRAM_marks_m1 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10','11'=>'11', '12' => '12','13' => '13','14'=>'14','15' => '15','16' => '16','17' => '17','18' => '18','19' => '19','20' => '20');
public static $PROGRAM_marks_m2 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10','11'=>'11', '12' => '12','13' => '13','14'=>'14','15' => '15','16' => '16','17' => '17','18' => '18','19' => '19','20' => '20');
public static $PROGRAM_marks_m3 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10','11'=>'11', '12' => '12','13' => '13','14'=>'14','15' => '15','16' => '16','17' => '17','18' => '18','19' => '19','20' => '20');
public static $PROGRAM_marks_m4 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10','11'=>'11', '12' => '12','13' => '13','14'=>'14','15' => '15','16' => '16','17' => '17','18' => '18','19' => '19','20' => '20');
public static $PROGRAM_marks_m5 = array('' => '--Select--','0'=>'0', '1' => '1','2' => '2','3'=>'3','4' => '4','5' => '5','6' => '6','7' => '7','8' => '8','9' => '9','10' => '10','11'=>'11', '12' => '12','13' => '13','14'=>'14','15' => '15','16' => '16','17' => '17','18' => '18','19' => '19','20' => '20');
/* backoffice */
/*Abstract Types*/
public static $AbsTypeArr = array('IC' => 'IC','FP' => 'FP','VT' => 'VT','GP' => 'GP','PP' => 'PP','PPP'=>'PPP','ARC' => 'ARC','AT' => 'AT','FT' => 'FT','CP' => 'CP','ARCinn' => 'ARCinn',
'Keynote Address IC' => 'Keynote Address IC','Keynote Address FP' => 'Keynote Address FP',
'Keynote Address VT' => 'Keynote Address VT','Keynote Address GP'=>'Keynote Address GP','Keynote Address ARC' => 'ARC','Keynote Address AT' => 'Keynote Address AT');
public static $Consent_status = array('0' => 'Pending','2' => 'Consented','3' => 'Rejected');
public static $Abstract_status = array('' => 'Any Status','-1' => 'All Status','1'=>'Abstract Submitted','2'=>'Abstract Selected',
'3'=>'Abstract Not Selected','4'=>'Abstract With Held');
/*FP selection paper type dropdown*/
public static $FPPaperTypeArr = array('' => '--Select--','2' => 'Free Paper','3' => 'E-Poster','5' => 'Hydepark','9' => 'EPoster & Hydepark');
/*VT selection reshmi award dropdown*/
public static $VTReshmiAwardArr = array('' => '--Select--','6' => 'Top 57 Videos','10' => 'KIOSK');
/*Dates for Hall assignment*/
public static $HallAssignmentDate = array('' => '--Select--','2023-01-06' => '06/01/2023','2023-01-07' => '07/01/2023','2023-01-08' => '08/01/2023');
public static $SendResultsIC =array('' => '--Select--' , '2' => 'Selected' , '3' => 'Rejected');
public static $SendResultsARC =array('' => '--Select--' , '2' => 'Selected' , '3' => 'Rejected');
public static $SendResultsAT =array('' => '--Select--' , '2' => 'Selected' , '3' => 'Rejected');
/*Can evaluate roles*/
public static $Evaluation_Chief_roles = '32,34';
public static $SendResultsFPStatus =array('' => '--Select--' , '2' => 'Selected' , '3' => 'Rejected');
public static $SendResultsFPSelection =array('' => '--Select--' , '2' => 'Free paper' , '3,9' => 'E-Poster', '5,9' => 'Hydepark','9' => 'E-Poster & Hydepark','4' => 'Physical Poster','11' => 'Poster Podium Presentation');
public static $SendResultsICSelection =array('' => 'All' ,'12' => 'Master Instruction Courses' ,'13' => 'Submitted Instruction Courses', '14' => 'Young Master Courses');
/*Send result- VT-status*/
public static $SendResultsVTStatus =array('' => '--Select--' , '2' => 'Selected' , '3' => 'Rejected');
/*Send result- VT-selection*/
public static $SendResultsVTSelection =array('' => '--Select--' , '6' => 'Top 57 Videos','10' => 'KIOSK');
/*Send result- PP-status*/
public static $SendResultsPPStatus =array('' => '--Select--' , '2' => 'Selected' , '3' => 'Rejected');
public static $VTCDStatus =array('' => '--Select--' , 'Received Media' => 'Received Media' , 'Send Reminder' => 'Send Reminder');
public static $UserIds = array('25064','25065','6092');
/*Selection paper type for keynote address*/
public static $KeynoteAddress = 7;
public static $BestPaper = 8;
/*Paper presentation type for reports*/
public static $PresentationType = array(''=>'--Select--','1' => 'Paper or E-Poster','2' => 'Paper only','3' => 'E-Poster only','4' => 'Physical Poster','11'=>'Paper or Physical Poster');
public static $Usertype = array(''=>'--Select--','1'=>'Non Member','2'=>'Non Ratified Member','3'=>'Ratified Member');
/*On Podium-Abstract Types*/
public static $PodiumAbsTypeArr = array('IC' => 'IC','FP' => 'FP','VT' => 'VT','PP' => 'PP','PPP' => 'PPP','GP' => 'GP');
public static $PodiumOrderbyAbsTypeArr = array('order by ic_sel is null,ic_sel' => 'Order by IC selection',
'order by fp_sel is null,fp_sel' => 'Order by FP selection',
'order by vt_sel is null,vt_sel' => 'Order by VT selection',
'order by pp_sel is null,pp_sel' => 'Order by PP selection',
'order by ppp_sel is null,ppp_sel' => 'Order by PPP selection',
'order by hyd_sel is null,hyd_sel' => 'Order by Hydepark selection',
'order by fp_judges_yes is null,fp_judges_yes' => 'Order by FP Judges consented',
'order by vt_judges_yes is null,vt_judges_yes' => 'Order by VT Judges consented',
'order by pp_judges_yes is null,pp_judges_yes' => 'Order by PP Judges consented',
'order by ppp_judges_yes is null,ppp_judges_yes' => 'Order by PPP Judges consented',
'order by invited_sessions is null,invited_sessions' => 'Order by Invited Sessions',
// 'order by over_all_sub is null,over_all_sub' => 'Order by Total submission',
'order by over_all_sel is null,over_all_sel' => 'Order by Total selection');
/*For Conversion of PP*/
public static $PresType = array('1' => 'Paper or E-Poster','2' => 'Paper only','3' => 'E-Poster only');
public static $SelectionType = array('' => 'Any', '2'=>'Free Paper', '3'=>'E-Poster','4'=>'Physical Poster','5' => 'Hyde Park','6'=>'Top 57 Videos','7'=>'Keynote Address','8'=>'Best Paper','9' => 'E-Poster and Hyde Park','10'=>'KIOSK','11' => 'Poster Podium Presentation');
/*Selection type*/
public static $FreePaper = 2;
public static $EPoster = 3;
public static $Hydepark = 5;
public static $EposterHydepark = 9;
public static $KIOSK = 10;
public static $TopVideos = 6;
/*Speaker selction stats graph*/
public static $SlotYears = array(1 => 'SELECTED IN 2018 NOT IN 2015,2016 & 2017',
2 => 'SELECTED IN 2017 NOT IN 2015 & 2016',
3 => 'SELECTED IN 2016 NOT IN 2015',
4 => 'SELECTED IN 2015,2016,2017 & 2018',
5 => 'SELECTED IN 2018 NOT IN 2016 & 2017');
public static $Abstracts = array('evaluators' => 'Evaluators',
'FP' => 'FP',
'IC_CI' => 'IC CI',
'IC_COI' => 'IC CoI',
'Invited Session' => 'Invited Session',
'Judges' => 'Judges',
'PP' => 'PP',
'VT' => 'VT');
/*FP & VT marksheet presenting author non-ratified and non-member*/
public static $Non_Ratified_Member_PA =26065; // 2022 - 24773 ; //2019 - 21253//2020 - 22430;//2021 - 23576
/*Presentation Device*/
public static $Own_laptop = 1;
public static $Preview_room = 2;
public static $No_presentation = 3;
/*
Sridhar On 10 Feb 2018 9:50 AM
Custom user Types for Send Custom Notificatiom
*/
public static $CustomUserType = array('1' => 'All members only',
/* '2' => 'All members & delegates',*/
'3' => 'All delegates only',
'4' => 'Find Users',
'5' => 'Custom Mobile & Email',
'6' => 'FP Sessions',
'7' => 'VT Sessions',
'8' => 'PP Sessions',
'9' => 'Judges & Evaluators');
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists