title = 'Admin'; $FRAME_OPTIONS->canonical_url = 'https://www.mikescher.com/admin'; $FRAME_OPTIONS->activeHeader = 'admin'; $FRAME_OPTIONS->addScript('https://code.jquery.com/jquery-latest.min.js', true); $FRAME_OPTIONS->addScript('/data/javascript/admin.js', true); $connected = true; try { $SITE->modules->Database(); } catch (Exception $e) { $connected = false; } ?>

Admin


Could not connect to database
isProd()): ?>
Website runs in /dev/ mode
Version
Branch:
Commit:
Date:
Message:
Self test
modules->SelfTest()->listMethodGroups() as $group): ?>
 

Update Program Thumbnails Update Book Thumbnails
Self IP Addr
Registered IP:
Current IP:
ExtendedGitGraph
AlephNote
Total users: modules->AlephNoteStatistics()->getTotalUserCount(); ?>
Users on latest version: modules->AlephNoteStatistics()->getUserCountFromLastVersion(); ?>
Active users: modules->AlephNoteStatistics()->getActiveUserCount(32); ?>

Show
Database not connected.
Statics
Blog entries: modules->Blog()->listAll()); ?>
Book entries: modules->Books()->listAll()); ?>
Euler entries: modules->Euler()->listAll()); ?>
Program entries: modules->Programs()->listAll()); ?>
Update entries: modules->UpdatesLog()->listUpdateData()); ?>
UpdatesLog
modules->UpdatesLog()->listProgramsInformation() as $info): ?>


Database not connected.
Highscores
modules->Highscores()->getAllGames() as $game): ?>
modules->Highscores()->getEntryCountFromGame($game['ID']); ?>
modules->Highscores()->getOrderedEntriesFromGame($game['ID'], 1)[0]; echo $hs['POINTS'] . ' (' . $hs['PLAYER'] . ') @ ' . $hs['TIMESTAMP']; ?>
modules->Highscores()->getNewestEntriesFromGame($game['ID'], 1)[0]['TIMESTAMP']; ?>

Database not connected.
Configuration
config as $key => $value) { if ($key === 'extendedgitgraph') continue; if (is_array($value)) echo '
' . $key . ' ' . json_encode($value, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE) . '
' . "\n"; else echo '
' . $key . ' ' . nl2br(var_export($value, true)) . '
' . "\n"; } ?>
Configuration['extendedgitgraph']
config['extendedgitgraph'] as $key => $value) { if (is_array($value)) echo '
' . $key . ' ' . json_encode($value, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE) . '
' . "\n"; else echo '
' . $key . ' ' . nl2br(var_export($value, true)) . '
' . "\n"; } ?>