3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set("Europe/Amsterdam"); ini_set('display_errors', 1); ini_set('error_reporting', E_ALL); // This file Copyright ©2004 Fusker.com $_GET['special'] = 'preview'; $PAGE = 'index'; include('mainfile.php'); // Emulate register_globals on if (!ini_get('register_globals')) { $superglobals = array($_SERVER, $_ENV, $_FILES, $_COOKIE, $_POST, $_GET); if (isset($_SESSION)) { array_unshift($superglobals, $_SESSION); } foreach ($superglobals as $superglobal) { extract($superglobal, EXTR_SKIP); } } // Convert initial parameters $lid = $_GET['lid']; $offset = $_GET['offset']; $query = $_GET['query']; $author = $_GET['author']; $url = $_GET['url']; $method = $_GET['method']; $special = $_GET['special']; // Refer parameter $q = $_GET['q']; // Do we have a user if ($xoopsUser) { $uid = $xoopsUser->getVar('uid'); } else { $uid = 0; } // Load needed includes if (is_numeric($q)) { include_once(XOOPS_ROOT_PATH . '/mainfile.php'); include_once(XOOPS_ROOT_PATH . '/include/functions/refer_track_functions.php'); } else { $q = false; } if ($url) { include_once(XOOPS_ROOT_PATH . '/include/functions/return_link_array.php'); include_once(XOOPS_ROOT_PATH . '/include/functions/analyze_url.php'); include_once(XOOPS_ROOT_PATH . '/include/functions/extract_linked_images_functions.php'); include_once(XOOPS_ROOT_PATH . '/include/functions/store_serialized.php'); include_once(XOOPS_ROOT_PATH . '/include/functions/update_store_serialized.php'); include_once(XOOPS_ROOT_PATH . '/include/functions/check_banned_url.php'); include_once(XOOPS_ROOT_PATH . '/include/functions/clean_cache.php'); } if ($query) { include_once(XOOPS_ROOT_PATH . '/include/functions/prepare_query.php'); include_once(XOOPS_ROOT_PATH . '/include/functions/validate_query.php'); } // General includes include_once(XOOPS_ROOT_PATH . '/include/functions/time_functions.php'); include_once(XOOPS_ROOT_PATH . '/include/functions/die_with_warning.php'); include_once(XOOPS_ROOT_PATH . '/include/functions/parameter_validations.php'); include_once(XOOPS_ROOT_PATH . '/include/functions/create_links.php'); include_once(XOOPS_ROOT_PATH . '/include/functions/force_links.php'); include_once(XOOPS_ROOT_PATH . '/include/functions/display_fusker.php'); // Begin page display include(XOOPS_ROOT_PATH . '/include/header.php'); include(XOOPS_ROOT_PATH . '/include/top.php'); include(XOOPS_ROOT_PATH . '/include/links.php'); include(XOOPS_ROOT_PATH . '/include/search.php'); include(XOOPS_ROOT_PATH . '/include/url.php'); include(XOOPS_ROOT_PATH . '/include/content.php'); include(XOOPS_ROOT_PATH . '/include/fuskers.php'); include(XOOPS_ROOT_PATH . '/include/recent_fuskers.php'); include(XOOPS_ROOT_PATH . '/include/footer.php'); exit(); ?>
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
Warning: include(): open_basedir restriction in effect. File(mainfile.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 10 Warning: include(mainfile.php): Failed to open stream: Operation not permitted in /in/cok9p on line 10 Warning: include(): Failed opening 'mainfile.php' for inclusion (include_path='.:') in /in/cok9p on line 10 Warning: Undefined array key "lid" in /in/cok9p on line 26 Warning: Undefined array key "offset" in /in/cok9p on line 27 Warning: Undefined array key "query" in /in/cok9p on line 28 Warning: Undefined array key "author" in /in/cok9p on line 29 Warning: Undefined array key "url" in /in/cok9p on line 30 Warning: Undefined array key "method" in /in/cok9p on line 31 Warning: Undefined array key "q" in /in/cok9p on line 36 Warning: Undefined variable $xoopsUser in /in/cok9p on line 40 Fatal error: Uncaught Error: Undefined constant "XOOPS_ROOT_PATH" in /in/cok9p:72 Stack trace: #0 {main} thrown in /in/cok9p on line 72
Process exited with code 255.
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Warning: include(): open_basedir restriction in effect. File(mainfile.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 10 Warning: include(mainfile.php): Failed to open stream: Operation not permitted in /in/cok9p on line 10 Warning: include(): Failed opening 'mainfile.php' for inclusion (include_path='.:') in /in/cok9p on line 10 Warning: Undefined array key "lid" in /in/cok9p on line 26 Warning: Undefined array key "offset" in /in/cok9p on line 27 Warning: Undefined array key "query" in /in/cok9p on line 28 Warning: Undefined array key "author" in /in/cok9p on line 29 Warning: Undefined array key "url" in /in/cok9p on line 30 Warning: Undefined array key "method" in /in/cok9p on line 31 Warning: Undefined array key "q" in /in/cok9p on line 36 Warning: Undefined variable $xoopsUser in /in/cok9p on line 40 Fatal error: Uncaught Error: Undefined constant "XOOPS_ROOT_PATH" in /in/cok9p:72 Stack trace: #0 {main} thrown in /in/cok9p on line 72
Process exited with code 255.
Output for 8.0.13
Warning: include(mainfile.php): Failed to open stream: No such file or directory in /in/cok9p on line 10 Warning: include(): Failed opening 'mainfile.php' for inclusion (include_path='.:') in /in/cok9p on line 10 Warning: Undefined array key "lid" in /in/cok9p on line 26 Warning: Undefined array key "offset" in /in/cok9p on line 27 Warning: Undefined array key "query" in /in/cok9p on line 28 Warning: Undefined array key "author" in /in/cok9p on line 29 Warning: Undefined array key "url" in /in/cok9p on line 30 Warning: Undefined array key "method" in /in/cok9p on line 31 Warning: Undefined array key "q" in /in/cok9p on line 36 Warning: Undefined variable $xoopsUser in /in/cok9p on line 40 Fatal error: Uncaught Error: Undefined constant "XOOPS_ROOT_PATH" in /in/cok9p:72 Stack trace: #0 {main} thrown in /in/cok9p on line 72
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.33
Warning: include(mainfile.php): failed to open stream: No such file or directory in /in/cok9p on line 10 Warning: include(): Failed opening 'mainfile.php' for inclusion (include_path='.:') in /in/cok9p on line 10 Notice: Undefined index: lid in /in/cok9p on line 26 Notice: Undefined index: offset in /in/cok9p on line 27 Notice: Undefined index: query in /in/cok9p on line 28 Notice: Undefined index: author in /in/cok9p on line 29 Notice: Undefined index: url in /in/cok9p on line 30 Notice: Undefined index: method in /in/cok9p on line 31 Notice: Undefined index: q in /in/cok9p on line 36 Notice: Undefined variable: xoopsUser in /in/cok9p on line 40 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 72 Warning: include_once(XOOPS_ROOT_PATH/include/functions/time_functions.php): failed to open stream: No such file or directory in /in/cok9p on line 72 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/time_functions.php' for inclusion (include_path='.:') in /in/cok9p on line 72 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 73 Warning: include_once(XOOPS_ROOT_PATH/include/functions/die_with_warning.php): failed to open stream: No such file or directory in /in/cok9p on line 73 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/die_with_warning.php' for inclusion (include_path='.:') in /in/cok9p on line 73 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 74 Warning: include_once(XOOPS_ROOT_PATH/include/functions/parameter_validations.php): failed to open stream: No such file or directory in /in/cok9p on line 74 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/parameter_validations.php' for inclusion (include_path='.:') in /in/cok9p on line 74 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 75 Warning: include_once(XOOPS_ROOT_PATH/include/functions/create_links.php): failed to open stream: No such file or directory in /in/cok9p on line 75 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/create_links.php' for inclusion (include_path='.:') in /in/cok9p on line 75 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 76 Warning: include_once(XOOPS_ROOT_PATH/include/functions/force_links.php): failed to open stream: No such file or directory in /in/cok9p on line 76 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/force_links.php' for inclusion (include_path='.:') in /in/cok9p on line 76 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 77 Warning: include_once(XOOPS_ROOT_PATH/include/functions/display_fusker.php): failed to open stream: No such file or directory in /in/cok9p on line 77 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/display_fusker.php' for inclusion (include_path='.:') in /in/cok9p on line 77 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 81 Warning: include(XOOPS_ROOT_PATH/include/header.php): failed to open stream: No such file or directory in /in/cok9p on line 81 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/header.php' for inclusion (include_path='.:') in /in/cok9p on line 81 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 82 Warning: include(XOOPS_ROOT_PATH/include/top.php): failed to open stream: No such file or directory in /in/cok9p on line 82 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/top.php' for inclusion (include_path='.:') in /in/cok9p on line 82 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 83 Warning: include(XOOPS_ROOT_PATH/include/links.php): failed to open stream: No such file or directory in /in/cok9p on line 83 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/links.php' for inclusion (include_path='.:') in /in/cok9p on line 83 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 84 Warning: include(XOOPS_ROOT_PATH/include/search.php): failed to open stream: No such file or directory in /in/cok9p on line 84 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/search.php' for inclusion (include_path='.:') in /in/cok9p on line 84 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 85 Warning: include(XOOPS_ROOT_PATH/include/url.php): failed to open stream: No such file or directory in /in/cok9p on line 85 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/url.php' for inclusion (include_path='.:') in /in/cok9p on line 85 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 86 Warning: include(XOOPS_ROOT_PATH/include/content.php): failed to open stream: No such file or directory in /in/cok9p on line 86 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/content.php' for inclusion (include_path='.:') in /in/cok9p on line 86 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 87 Warning: include(XOOPS_ROOT_PATH/include/fuskers.php): failed to open stream: No such file or directory in /in/cok9p on line 87 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/fuskers.php' for inclusion (include_path='.:') in /in/cok9p on line 87 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 88 Warning: include(XOOPS_ROOT_PATH/include/recent_fuskers.php): failed to open stream: No such file or directory in /in/cok9p on line 88 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/recent_fuskers.php' for inclusion (include_path='.:') in /in/cok9p on line 88 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 89 Warning: include(XOOPS_ROOT_PATH/include/footer.php): failed to open stream: No such file or directory in /in/cok9p on line 89 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/footer.php' for inclusion (include_path='.:') in /in/cok9p on line 89
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.32
Warning: include(): open_basedir restriction in effect. File(mainfile.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 10 Warning: include(mainfile.php): failed to open stream: Operation not permitted in /in/cok9p on line 10 Warning: include(): Failed opening 'mainfile.php' for inclusion (include_path='.:') in /in/cok9p on line 10 Notice: Undefined index: lid in /in/cok9p on line 26 Notice: Undefined index: offset in /in/cok9p on line 27 Notice: Undefined index: query in /in/cok9p on line 28 Notice: Undefined index: author in /in/cok9p on line 29 Notice: Undefined index: url in /in/cok9p on line 30 Notice: Undefined index: method in /in/cok9p on line 31 Notice: Undefined index: q in /in/cok9p on line 36 Notice: Undefined variable: xoopsUser in /in/cok9p on line 40 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 72 Warning: include_once(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/functions/time_functions.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 72 Warning: include_once(XOOPS_ROOT_PATH/include/functions/time_functions.php): failed to open stream: Operation not permitted in /in/cok9p on line 72 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/time_functions.php' for inclusion (include_path='.:') in /in/cok9p on line 72 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 73 Warning: include_once(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/functions/die_with_warning.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 73 Warning: include_once(XOOPS_ROOT_PATH/include/functions/die_with_warning.php): failed to open stream: Operation not permitted in /in/cok9p on line 73 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/die_with_warning.php' for inclusion (include_path='.:') in /in/cok9p on line 73 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 74 Warning: include_once(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/functions/parameter_validations.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 74 Warning: include_once(XOOPS_ROOT_PATH/include/functions/parameter_validations.php): failed to open stream: Operation not permitted in /in/cok9p on line 74 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/parameter_validations.php' for inclusion (include_path='.:') in /in/cok9p on line 74 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 75 Warning: include_once(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/functions/create_links.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 75 Warning: include_once(XOOPS_ROOT_PATH/include/functions/create_links.php): failed to open stream: Operation not permitted in /in/cok9p on line 75 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/create_links.php' for inclusion (include_path='.:') in /in/cok9p on line 75 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 76 Warning: include_once(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/functions/force_links.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 76 Warning: include_once(XOOPS_ROOT_PATH/include/functions/force_links.php): failed to open stream: Operation not permitted in /in/cok9p on line 76 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/force_links.php' for inclusion (include_path='.:') in /in/cok9p on line 76 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 77 Warning: include_once(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/functions/display_fusker.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 77 Warning: include_once(XOOPS_ROOT_PATH/include/functions/display_fusker.php): failed to open stream: Operation not permitted in /in/cok9p on line 77 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/display_fusker.php' for inclusion (include_path='.:') in /in/cok9p on line 77 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 81 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/header.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 81 Warning: include(XOOPS_ROOT_PATH/include/header.php): failed to open stream: Operation not permitted in /in/cok9p on line 81 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/header.php' for inclusion (include_path='.:') in /in/cok9p on line 81 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 82 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/top.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 82 Warning: include(XOOPS_ROOT_PATH/include/top.php): failed to open stream: Operation not permitted in /in/cok9p on line 82 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/top.php' for inclusion (include_path='.:') in /in/cok9p on line 82 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 83 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/links.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 83 Warning: include(XOOPS_ROOT_PATH/include/links.php): failed to open stream: Operation not permitted in /in/cok9p on line 83 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/links.php' for inclusion (include_path='.:') in /in/cok9p on line 83 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 84 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/search.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 84 Warning: include(XOOPS_ROOT_PATH/include/search.php): failed to open stream: Operation not permitted in /in/cok9p on line 84 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/search.php' for inclusion (include_path='.:') in /in/cok9p on line 84 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 85 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/url.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 85 Warning: include(XOOPS_ROOT_PATH/include/url.php): failed to open stream: Operation not permitted in /in/cok9p on line 85 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/url.php' for inclusion (include_path='.:') in /in/cok9p on line 85 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 86 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/content.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 86 Warning: include(XOOPS_ROOT_PATH/include/content.php): failed to open stream: Operation not permitted in /in/cok9p on line 86 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/content.php' for inclusion (include_path='.:') in /in/cok9p on line 86 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 87 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/fuskers.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 87 Warning: include(XOOPS_ROOT_PATH/include/fuskers.php): failed to open stream: Operation not permitted in /in/cok9p on line 87 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/fuskers.php' for inclusion (include_path='.:') in /in/cok9p on line 87 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 88 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/recent_fuskers.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 88 Warning: include(XOOPS_ROOT_PATH/include/recent_fuskers.php): failed to open stream: Operation not permitted in /in/cok9p on line 88 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/recent_fuskers.php' for inclusion (include_path='.:') in /in/cok9p on line 88 Warning: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' (this will throw an Error in a future version of PHP) in /in/cok9p on line 89 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/footer.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 89 Warning: include(XOOPS_ROOT_PATH/include/footer.php): failed to open stream: Operation not permitted in /in/cok9p on line 89 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/footer.php' for inclusion (include_path='.:') in /in/cok9p on line 89
Output for 5.6.38, 7.0.0 - 7.0.33, 7.1.0 - 7.1.25
Warning: include(): open_basedir restriction in effect. File(mainfile.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 10 Warning: include(mainfile.php): failed to open stream: Operation not permitted in /in/cok9p on line 10 Warning: include(): Failed opening 'mainfile.php' for inclusion (include_path='.:') in /in/cok9p on line 10 Notice: Undefined index: lid in /in/cok9p on line 26 Notice: Undefined index: offset in /in/cok9p on line 27 Notice: Undefined index: query in /in/cok9p on line 28 Notice: Undefined index: author in /in/cok9p on line 29 Notice: Undefined index: url in /in/cok9p on line 30 Notice: Undefined index: method in /in/cok9p on line 31 Notice: Undefined index: q in /in/cok9p on line 36 Notice: Undefined variable: xoopsUser in /in/cok9p on line 40 Notice: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' in /in/cok9p on line 72 Warning: include_once(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/functions/time_functions.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 72 Warning: include_once(XOOPS_ROOT_PATH/include/functions/time_functions.php): failed to open stream: Operation not permitted in /in/cok9p on line 72 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/time_functions.php' for inclusion (include_path='.:') in /in/cok9p on line 72 Notice: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' in /in/cok9p on line 73 Warning: include_once(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/functions/die_with_warning.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 73 Warning: include_once(XOOPS_ROOT_PATH/include/functions/die_with_warning.php): failed to open stream: Operation not permitted in /in/cok9p on line 73 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/die_with_warning.php' for inclusion (include_path='.:') in /in/cok9p on line 73 Notice: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' in /in/cok9p on line 74 Warning: include_once(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/functions/parameter_validations.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 74 Warning: include_once(XOOPS_ROOT_PATH/include/functions/parameter_validations.php): failed to open stream: Operation not permitted in /in/cok9p on line 74 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/parameter_validations.php' for inclusion (include_path='.:') in /in/cok9p on line 74 Notice: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' in /in/cok9p on line 75 Warning: include_once(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/functions/create_links.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 75 Warning: include_once(XOOPS_ROOT_PATH/include/functions/create_links.php): failed to open stream: Operation not permitted in /in/cok9p on line 75 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/create_links.php' for inclusion (include_path='.:') in /in/cok9p on line 75 Notice: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' in /in/cok9p on line 76 Warning: include_once(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/functions/force_links.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 76 Warning: include_once(XOOPS_ROOT_PATH/include/functions/force_links.php): failed to open stream: Operation not permitted in /in/cok9p on line 76 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/force_links.php' for inclusion (include_path='.:') in /in/cok9p on line 76 Notice: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' in /in/cok9p on line 77 Warning: include_once(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/functions/display_fusker.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 77 Warning: include_once(XOOPS_ROOT_PATH/include/functions/display_fusker.php): failed to open stream: Operation not permitted in /in/cok9p on line 77 Warning: include_once(): Failed opening 'XOOPS_ROOT_PATH/include/functions/display_fusker.php' for inclusion (include_path='.:') in /in/cok9p on line 77 Notice: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' in /in/cok9p on line 81 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/header.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 81 Warning: include(XOOPS_ROOT_PATH/include/header.php): failed to open stream: Operation not permitted in /in/cok9p on line 81 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/header.php' for inclusion (include_path='.:') in /in/cok9p on line 81 Notice: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' in /in/cok9p on line 82 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/top.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 82 Warning: include(XOOPS_ROOT_PATH/include/top.php): failed to open stream: Operation not permitted in /in/cok9p on line 82 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/top.php' for inclusion (include_path='.:') in /in/cok9p on line 82 Notice: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' in /in/cok9p on line 83 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/links.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 83 Warning: include(XOOPS_ROOT_PATH/include/links.php): failed to open stream: Operation not permitted in /in/cok9p on line 83 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/links.php' for inclusion (include_path='.:') in /in/cok9p on line 83 Notice: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' in /in/cok9p on line 84 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/search.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 84 Warning: include(XOOPS_ROOT_PATH/include/search.php): failed to open stream: Operation not permitted in /in/cok9p on line 84 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/search.php' for inclusion (include_path='.:') in /in/cok9p on line 84 Notice: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' in /in/cok9p on line 85 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/url.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 85 Warning: include(XOOPS_ROOT_PATH/include/url.php): failed to open stream: Operation not permitted in /in/cok9p on line 85 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/url.php' for inclusion (include_path='.:') in /in/cok9p on line 85 Notice: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' in /in/cok9p on line 86 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/content.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 86 Warning: include(XOOPS_ROOT_PATH/include/content.php): failed to open stream: Operation not permitted in /in/cok9p on line 86 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/content.php' for inclusion (include_path='.:') in /in/cok9p on line 86 Notice: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' in /in/cok9p on line 87 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/fuskers.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 87 Warning: include(XOOPS_ROOT_PATH/include/fuskers.php): failed to open stream: Operation not permitted in /in/cok9p on line 87 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/fuskers.php' for inclusion (include_path='.:') in /in/cok9p on line 87 Notice: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' in /in/cok9p on line 88 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/recent_fuskers.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 88 Warning: include(XOOPS_ROOT_PATH/include/recent_fuskers.php): failed to open stream: Operation not permitted in /in/cok9p on line 88 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/recent_fuskers.php' for inclusion (include_path='.:') in /in/cok9p on line 88 Notice: Use of undefined constant XOOPS_ROOT_PATH - assumed 'XOOPS_ROOT_PATH' in /in/cok9p on line 89 Warning: include(): open_basedir restriction in effect. File(XOOPS_ROOT_PATH/include/footer.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/cok9p on line 89 Warning: include(XOOPS_ROOT_PATH/include/footer.php): failed to open stream: Operation not permitted in /in/cok9p on line 89 Warning: include(): Failed opening 'XOOPS_ROOT_PATH/include/footer.php' for inclusion (include_path='.:') in /in/cok9p on line 89

preferences:
248.29 ms | 422 KiB | 216 Q