KAPIHAN Quick Net Attendance May 2024
Below is a list of stations and their attendance with the KAPIHAN Quick Net for the month of May 2024.View the Perfect Attendance info page >
View the latest net logs >
List and download the eQSL files >
View the Perfect Attendance Certificate for May 2024 >
= 0) {
try {
require_once('../../../rw_common/plugins/stacks/gridiron-3-vendor/autoload.php');
include_once('files/GridIron.php');
$key = trim('1G1TuimO0ODlWifsBLYuxhBL86DrP6arZSL451cM5LTM');
switch ('google') {
case 'csv':
$key = realpath('');
break;
case 'excel':
$key = realpath('');
break;
// TotalCMS
case 'totalcms':
// Map the file extension to a path
$cmsid = trim('');
$files = [
'../../../cms-data/file/'.$cmsid.'.csv',
'../../../cms-data/file/'.$cmsid.'.CSV',
'../../../cms-data/file/'.$cmsid.'.xls',
'../../../cms-data/file/'.$cmsid.'.XLS',
'../../../cms-data/file/'.$cmsid.'.xlsx',
'../../../cms-data/file/'.$cmsid.'.XLSX'
];
// Filter any files that don't exist
$files = array_filter($files, 'file_exists');
// Use the first file from the list
if (!empty($files)) {
$key = realpath(array_shift($files));
}
break;
case 'mysql':
$key = 'mysql:';
break;
default:
break;
}
if (in_array('google', ['csv', 'excel']) && !is_file($key)) {
throw new \Exception('Please select a'.('google' == 'excel' ? 'n' : '').' '.strtoupper('google').' file from the RapidWeaver resources');
} elseif (in_array('google', ['google']) && empty($key)) {
throw new \Exception('No Google Spreadsheet key provided!');
} elseif (in_array('google', ['totalcms']) && !is_file($key)) {
throw new \Exception('File not found with CMS-ID "'.trim('').'"');
} else {
//
}
$grid_iron_variables = [
'key' => $key,
'mysql' => [
'username' => trim(''),
'password' => trim(''),
'table' => trim(''),
'host' => trim('localhost'),
'port' => true ? trim('3306') : false,
'database' => trim('')
],
'gridiron' => true,
'json' => false,
'ajax' => true,
'responsive' => true,
'id' => 'stacks_in_28',
'cache' => true,
'ttl' => true ? 60 : 0,
'header' => true && !true, // Hardcoded to true. ,
'footer' => false && !true,
'gid' => '1947973483',
'worksheetIndex' => 0,
'css' => [
'grid-iron-reset',
'grid-iron-',
'cell-border',
'',
],
];
\CDS\GridIron::RENDER($key, $grid_iron_variables);
} catch (Exception $e) { ?>
Oops. It looks like Grid Iron encountered an error. Please review the set up instructions here.
getMessage()); ?>
PHP v5.6 or later is required to use Grid Iron. You are currently using
. Please contact your web host about upgrading you to a more
recent version of PHP.