All public logs

Jump to navigation Jump to search

Combined display of all available logs of One-Eyed Man Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:59, 14 May 2022 Dwrob talk contribs imported Running log widget by file upload (1 revision)
  • 13:56, 15 January 2022 Dwrob talk contribs created page Running log widget (Created page with "Running log widget <div style='border-width:thin; border-style:solid; padding: 10px 10px 10px 10px;'> <h2>Running log</h2> <br> <?php $user_info = wp_get_current_user(); if (($_POST[new_entry]) && ($user_info->user_level=="10")) { // first check to avoid duplicate entries $fp = fopen('/home/httpd/html/misc/running_log.txt', 'r'); $dupe_check = fgets($fp, 1000); // get rid of trailing whitespace and compare if (chop($dupe_check) != chop($_POST[new_entry]))...")