{% extends 'selector/selector.html.twig' %} {% block title %}HASH CHECK{% endblock %} {% block stylesheets_ext %} {% endblock %} {% block legend %}Game Hash Checker{% endblock %} {% block body_content %} {% if 'jp' in gameName or 'jackpot' in gameName %}
Hash
Game name Provider Hash sum
{{ gameName|upper }} {{ providerName|upper }} {{ gameHashSum }}
{% else %}

{% set identical_counter = 0 %} {% for i in fileCount %} {% if currentAllFilesHash[gameName][i] != lastAllFilesHash[gameName][i] or currentAllFiles[gameName][i] != lastAllFiles[gameName][i] %} {% if currentAllFiles[gameName][i] != "/var/www/html/online.dlv.lv/public_html/gameName/js/settings.js" or lastAllFiles[gameName][i] != "/var/www/html/online.dlv.lv/public_html/gameName/js/settings.js" %} {#' . str_replace("/var/www/html/online.dlv.lv/public_html", "",#} {{ lastAllFiles[gameName][i] }} {% set identical_counter = identical_counter + 1 %} {% endif %} {% endif %} {% endfor %} {% if identical_counter == 0 %} {% endif %}
Current Last
Nr. File/Folder SHA1 Nr. File/Folder SHA1
{{ i }} {#' . str_replace("/var/www/html/online.dlv.lv/public_html", "",#} {{ currentAllFiles[gameName][i] }} {{ currentAllFilesHash[gameName][i] }} {{ i }} {{ lastAllFilesHash[gameName][i] }}
Identical : {{ gameHashSum }}
{% endif %} {% endblock %} {% block javascripts_ext %} {% endblock %}