Хостинг серверов Minecraft playvds.com
  1. Вы находитесь в русском сообществе Bukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на русский язык плагины наших собратьев из других стран.
    Скрыть объявление

Помогите HawkEye 1.6 - помогите с WEB частью (вечная загрузка результатов)

Тема в разделе "Помощь", создана пользователем SURMINE, 16 окт 2015.

  1. Автор темы
    SURMINE

    SURMINE Активный участник

    Баллы:
    61
    Имя в Minecraft:
    BigSun
    Установил недавно на сервер 1.6.4 (spigot) плагин логирования HawkEye Reloaded
    Настроил подключение к БД, плагин удачно начал записывать в базу информацию, ошибок в консоли нет.
    Но при попытке найти в логах через сайт какую-либо информацию начинается вечная загрузка.

    [​IMG]

    Может кто-то сталкивался с такой проблемой - прошу помочь.

    Конфиг плагина:
    log:
    lava-bucket: true
    water-bucket: false
    item-place: false
    pvp-death: true
    mob-death: true
    other-death: true
    command: true
    chat: true
    join: true
    quit: true
    door-interact: true
    open-container: true
    container-transaction: false
    item-pickup: true
    item-drop: true
    button: false
    teleport: true
    lever: false
    sign-place: false
    sign-break: false
    item-break: false
    flint-steel: false
    block-place: true
    block-break: true
    block-burn: true
    block-fade: false
    block-form: false
    leaf-decay: false
    mushroom-grow: false
    tree-grow: false
    water-flow: false
    lava-flow: false
    explosion: false
    enderman-pickup: false
    enderman-place: false
    entity-kill: true
    other: false
    spawnmob-egg: false
    herochat: false
    entity-modify: false
    block-inhabit: false
    super-pickaxe: false
    worldedit-place: false
    worldedit-break: false
    crop-trample: true
    block-ignite: false
    fallingblock-place: true
    player-water-flow: false
    player-lava-flow: false
    general:
    max-lines: 0
    log-item-drops-on-death: false
    cleanse-period: 20m
    cleanse-age: 0
    delete-data-on-rollback: false
    log-ip-addresses: true
    debug: false
    debug-level: low
    max-radius: 0
    give-user-tool: true
    tool-block: '17'
    default-here-radius: 5
    default-tool-command: ''
    check-for-updates: true
    op-permissions: false
    simplify-time: true
    log-delay: 2
    max-write-logs: 5000
    mysql:
    hawkeye-table: hawkeye
    port: 3306
    player-table: hawk_players
    username: root
    world-table: hawk_worlds
    hostname: localhost
    max-connections: 10
    password: тут верный пароль)
    database: webserver
    ignore-worlds:
    - thisworldisignored
    - soisthisone
    command-filter:
    - /restartsrv
    - /spawn
    block-filter:
    - 567
    containertransaction-filter:
    chest: true
    doublechest: true
    furnace: true
    dispenser: true
    version: 1.6.0

    Конфиг web-части:
    <?php
    ///////////////////////////////////////////////////
    // HawkEye Interface Config File //
    // by oliverw92 //
    ///////////////////////////////////////////////////
    // Edit the config array below with your //
    // details. Make sure all strings are //
    // escaped. If you can't work this out, //
    // ask in the thread on bukkit.org. //
    ///////////////////////////////////////////////////
    $hawkConfig = array(
    //Enter your MySQL database information
    //Do not change 'dbTable'
    "dbHost" => "localhost:3306",
    "dbDbase" => "webserver",
    "dbUser" => "root",
    "dbPass" => "тут верный пароль",
    "dbTable" => "hawkeye",
    "dbPlayerTable" => "hawk_players",
    "dbWorldTable" => "hawk_worlds",

    //Set this to the password you want people to have to use to access the interface
    //Leave blank for no password
    "password" => "12345",

    //Default radius to search for if user supplies a location
    "radius" => 30,

    //Limit the maximum number of results that can be returned. Do not use quotes
    //Set to 0 for no limit
    "maxResults" => 0,

    //Language pack - default is english.php
    //You can create your own based off the english.php file,
    //then change the name below to your language file name
    "langFile" => "russian.php",

    //Log queries to log.txt
    //Useful to keep track of who is querying what
    "logQueries" => true,

    //Use forum for authentication?
    //Default is false
    "forumAuth" => false,

    //The relative location for the forum to this file.
    //Default is "../forum/"
    "forumDir" => "../forum/",

    //The type of forum that will be used.
    //Default is phpbb3
    //Available types are: phpbb3 and smf
    "forumType" => "phpbb3"

    );

    //The user wants to use forumAuth
    if ($hawkConfig["forumAuth"])
    {
    //We need to require the specified forumType. Hopefully we support it (Or the user is using their own file)
    require('./forumAuth/'.$hawkConfig['forumType'].'.php');
    }

    $con = mysql_connect($hawkConfig["dbHost"], $hawkConfig["dbUser"], $hawkConfig["dbPass"]);
    if (!$con)
    return error("Could not connect to MySQL Database!");
    if (!mysql_select_db($hawkConfig["dbDbase"], $con))
    return error(mysql_error());

    mysql_query("SET NAMES UTF8");

    function handleError($errno, $errstr, $errfile, $errline, array $errcontext) {
    // error was suppressed with the @-operator
    if (0 === error_reporting()) return false;
    throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
    }

    ?>
     
    Последнее редактирование: 16 окт 2015
  2. Хостинг MineCraft
    <
  3. MasterSTRIKER

    MasterSTRIKER Участник Пользователь

    Баллы:
    31
    Имя в Minecraft:
    ___STRIKER___
    Привет долго искал Hawkeye 1.7.10 Не где не нашел где скачать.Скинь сайте где качал.
     
  4. miha14082

    miha14082 Активный участник Пользователь

    Баллы:
    78
    Skype:
    miha14082
    Имя в Minecraft:
    miha14082
    Попробуй
    HawkEye заменить на LogBlock
     

Поделиться этой страницей