File manager - Edit - /home/veronikagstoette/public_html/maintenance.zip
Back
PK �C#]�˲� � template.phtmlnu �[��� <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <link rel="icon" href="<?php echo $favicon; ?>"> <link rel="stylesheet" href="<?php echo $assetsUrl; ?>styles.css"> <script src="<?php echo $assetsUrl; ?>timer.js"></script> <title><?php echo $texts['title']; ?></title> </head> <body> <div class="container"> <header class="header"> <h1><?php echo $texts['header']; ?></h1> <h2><?php echo $texts['subheader']; ?></h2> </header> <!--START_TIMER_BLOCK--> <?php if (isset($timer)&& $timer['enabled'] === true): ?> <section class="timer"> <div class="timer__item"> <div class="timer__data" id="timerResultDays"></div> <div class="timer__type"><?php echo $locale['timer.days']; ?></div> </div>: <div class="timer__item"> <div class="timer__data" id="timerResultHours"></div> <div class="timer__type"><?php echo $locale['timer.hours']; ?></div> </div>: <div class="timer__item"> <div class="timer__data" id="timerResultMinutes"></div> <div class="timer__type"><?php echo $locale['timer.minutes']; ?></div> </div>: <div class="timer__item"> <div class="timer__data" id="timerResultSeconds"></div> <div class="timer__type"><?php echo $locale['timer.seconds']; ?></div> </div> </section> <script type="application/javascript"> startTimer(<?php echo $timer['days']; ?>, <?php echo $timer['hours']; ?>, <?php echo $timer['minutes']; ?>, <?php echo $startTime; ?>, <?php echo $timeShift; ?>); </script> <?php endif; ?> <!--END_TIMER_BLOCK--> <!--START_SOCIAL_LINKS_BLOCK--> <section class="social-links"> <?php foreach($socialNetworks as $network => $url): ?> <a class="social-links__link" href="<?php echo $url;?>" target="_blank" title="<?php echo ucfirst($network);?>"> <span class="icon"><img src="<?php echo $assetsUrl; ?>images/<?php echo $network;?>.svg" alt="<?php echo ucfirst($network);?>"></span> </a> <?php endforeach; ?> </section> <!--END_SOCIAL_LINKS_BLOCK--> </div> <footer class="footer"> <div class="footer__content"> <?php echo $locale['powered']; ?> </div> </footer> </body> </html> PK �C#].�0k k error_lognu �[��� [03-Sep-2026 07:24:20 UTC] PHP Warning: Undefined variable $favicon in /home/veronikagstoette/public_html/wp-content/maintenance/template.phtml on line 6 [03-Sep-2026 07:24:20 UTC] PHP Warning: Undefined variable $assetsUrl in /home/veronikagstoette/public_html/wp-content/maintenance/template.phtml on line 7 [03-Sep-2026 07:24:20 UTC] PHP Warning: Undefined variable $assetsUrl in /home/veronikagstoette/public_html/wp-content/maintenance/template.phtml on line 8 [03-Sep-2026 07:24:20 UTC] PHP Warning: Undefined variable $texts in /home/veronikagstoette/public_html/wp-content/maintenance/template.phtml on line 9 [03-Sep-2026 07:24:20 UTC] PHP Warning: Trying to access array offset on value of type null in /home/veronikagstoette/public_html/wp-content/maintenance/template.phtml on line 9 [03-Sep-2026 07:24:20 UTC] PHP Warning: Undefined variable $texts in /home/veronikagstoette/public_html/wp-content/maintenance/template.phtml on line 17 [03-Sep-2026 07:24:20 UTC] PHP Warning: Trying to access array offset on value of type null in /home/veronikagstoette/public_html/wp-content/maintenance/template.phtml on line 17 [03-Sep-2026 07:24:20 UTC] PHP Warning: Undefined variable $texts in /home/veronikagstoette/public_html/wp-content/maintenance/template.phtml on line 18 [03-Sep-2026 07:24:20 UTC] PHP Warning: Trying to access array offset on value of type null in /home/veronikagstoette/public_html/wp-content/maintenance/template.phtml on line 18 [03-Sep-2026 07:24:20 UTC] PHP Warning: Undefined variable $socialNetworks in /home/veronikagstoette/public_html/wp-content/maintenance/template.phtml on line 49 [03-Sep-2026 07:24:20 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /home/veronikagstoette/public_html/wp-content/maintenance/template.phtml on line 49 [03-Sep-2026 07:24:20 UTC] PHP Warning: Undefined variable $locale in /home/veronikagstoette/public_html/wp-content/maintenance/template.phtml on line 61 [03-Sep-2026 07:24:20 UTC] PHP Warning: Trying to access array offset on value of type null in /home/veronikagstoette/public_html/wp-content/maintenance/template.phtml on line 61 PK �C#]\�#�D D assets/styles.cssnu �[��� @font-face { font-family:'Open Sans';font-style:normal;font-weight:300; src: local('Open Sans Light'), local('OpenSans-Light'), url('fonts/open-sans-300.woff2') format('woff2'), url('fonts/open-sans-300.woff') format('woff'); } @font-face { font-family:'Open Sans';font-style:normal;font-weight:400; src: local('Open Sans'), local('OpenSans'), url('fonts/open-sans-regular.woff2') format('woff2'), url('fonts/open-sans-regular.woff') format('woff'); } a,body,div,footer,h1,h2,h3,header,html,img,span{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline} article,aside,footer,header,nav,section{display:block} html,body{height:100%;min-height:100%} html { font-size:62.5%; } body{ font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif; font-size: 14px; font-weight: 300; color: #fff; background: url(images/bg.jpg) no-repeat; background-size: cover; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } body:after { content: ""; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.4); z-index: -1; } h1, h2 { margin: 16px 0; } h1 { font-size: 24px; } h2 { color: rgba(255,255,255,.85); } .container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column; flex-flow: column; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; max-width: 640px; padding: 0 20px; } .header { margin: auto 0 16px; } .timer { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 0 auto; font-size: 50px; line-height: 1; } .timer__type { margin-top: 10px; font-size: 14px; text-align: center; color: rgba(255,255,255,.5); } .social-links { display: -webkit-box; display: -ms-flexbox; display: flex; margin: auto 0 50px; } .social-links__link { margin: 50px 24px 0 0; } .icon { display: block; width: 32px; height: 32px; opacity: .7; } .social-links__link:hover .icon { opacity: 1; } .icon > img { display: block; width: 100%; height: 100%; } .footer { width: 100%; background: rgba(0,0,0,.5); } .footer__content { margin: auto; padding: 0 40px; max-width: 1200px; text-align: right; color: rgba(255,255,255,.5); } .footer .logo { height: 50px; vertical-align: middle; margin: 0 0 0 10px; } @media (min-width: 500px) { .timer { font-size: 80px; } .social-links { margin-bottom: 110px; } } @media (min-width: 600px) { .timer { font-size: 100px; } } @media (min-width: 740px) { .timer { font-size: 120px; } } PK �C#]Y�t� assets/timer.jsnu �[��� // Copyright 1999-2017. Plesk IP Holdings GmbH. All Rights Reserved. var startTimer = function(days, hours, minutes, startTime, timeShift) { var currentDateInSeconds = Math.floor(Date.now() / 1000); var endTime = startTime + (days * 86400) + (hours * 3600) + (minutes * 60); var diff = Math.max(0, endTime - currentDateInSeconds - timeShift); displayTimerValues(diff); if (0 < diff) { setTimeout(function() { startTimer(days, hours, minutes, startTime, timeShift); }, 1000); } }; var displayTimerValues = function (diff) { var currentDays = Math.floor(diff / 86400); diff -= currentDays * 86400; var currentHours = Math.floor(diff / 3600) % 24; diff -= currentHours * 3600; var currentMinutes = Math.floor(diff / 60) % 60; diff -= currentMinutes * 60; var seconds = diff % 60; fillTimerValue("timerResultDays", currentDays); fillTimerValue("timerResultHours", currentHours); fillTimerValue("timerResultMinutes", currentMinutes); fillTimerValue("timerResultSeconds", seconds); }; var fillTimerValue = function(elementName, value) { var element = document.getElementById(elementName); if (element) { element.innerHTML = (value < 10) ? "0" + value : value; } }; PK �C#]^��tw tw # assets/fonts/open-sans-regular.woffnu �[��� wOFF wt ;� GDEF � &�GPOS � 3 877GSUB � � �+=�OS/2 � _ `�>��cmap , � )�/hcvt Y �M�fpgm l � �~a�gasp #glyf �� /�t8�Khead �� 6 6�v�hhea � $ � shmtx � ��5<�kern �8 �Z �6T+ ~loca ]� V)��maxp d� C name d� � �s���post gd &+C�lprep v� � C���xc`d``�b1 f�WI � � � xc`d``�b0a0c`�I,�c�```�Q`�U`�a`���A� �� � x���_]@�3wֶw?��m۶�� �� ۨQ��Զ��O�6���Ӽ� !d�e$sBa6AD���;����w:«W� DM����� �0�Hb�'�T� �z��"��I#=sƴ l47��3����j�6f�L��y2��yݼ���ҧ�L�,�3�L)(��@�4k� =JK���ճ��6��}kN5�!��0��~Y��t��B�P>��O� !���.MiKW�2�����R�� Xى��Xy�U��6�m�g�# ]�+t����vvOo�7�o��Q�x㇣.q�f KY�rnr����!�e�L�Y+��w\�h7�kt=�H!D��Zg����t�.Ѕ��Kڇo>�B�q(��@<i�Vj%�8�|�B�M,qē@"I$�B*i8D����6�Cl��V~w#?]���w���������!#�?�ߍE�A?7��[���x�s�={#=^jB�� xc`f��8�����u�1�<�f�Ȑ���������������{�h 0tvf ���&�O�����)B��q>H�Ńu�R`` ��9 x���1��/{r��V��ڶm۶m۶m���m'�ml��xg� ���a�Fo��Q=��X"���a��X6��f�qb9����.g�s�yB��BP8�GCi8͡�t���I���@>�o⇂" &r�b��+�WqK�P2�ғ ej�Nf��e~�Zv���|�H.w��HnTW����M���/��"z1=�%� {�� ���1� ��(fc?��,�kų�*+~�D�(�iŧ�_��x$ͣetĊ���Ҽ6�������)z��b��'[1d$Mʏ�2�gq{+�g��~W�,�Ê�c� �� |����c��f&���~G���3uM 42��w� ��}�^�N��vB����W�_�z�`W�\Ϋ�����V��>���}z���;���C��[*_�QO�n�@y*���"�p�.ݸt�ҁ�M *��6,��mƷ�);�Yx|�E���Nq;��5��N[�#V�ˎ��D�D�i M�i�C�q�f���#����CB- ����xÇ�{�]�l"��V��C6f��j+6l#��?AB(a�A$QDC,��O�$�L ���N�R��RB)e�SA��RC-u��@#M4�B+m�F�t�M���/>��uu��"K,�b��:l�Ŷ:�� ��q��<�����n>�Ը&4�)MkF���o�Ҟ�u�C�X':ՙ�u�K]�ڶm��lW����m���o�CNժ���� xcag�c�$KY���e@,"����? �%�g���Z����("�oY�Bu342�e������0�������� M=� xuTGw��߅�����)��)7ҽW�`*��� �G��Kz�)e�|��}�|�1�3�ߢ�suf�ŝ 3�ߴ���w���H.-.����LOMN�1~���w��W._�x�S'O�V+���WG����*�s�������YE �(�R�@ I�Z�hӯVc�@z�A�a HP����c��r�)K�c�-�-���:�����s���|��yJ��a�")�K�*]�0�����j�i>W��z�Zai.Ob�$<�R~�:7�u8��Z,S� ��A���s2���q���X݄��:���bS�ζDZ��n�m�+��Z�ā�|�@���X:�G��#��5J'_� ��Q'�y&��8T�A���;�<�$]d�l?`ZD��|^����k�B��U�~�Za�Ju+�v�Y���{[��#��&�u��O�7%Z�P4B�s܋�[��̾�f��v]݆���VH�֜�肭8w�w�X�V���=fߒfZ=���K�Y� ��kPǷl��v��6��qA�.�K'"c+p�l7��z܁�F�([+$t;�"��[\ ������Q �эc�EX��$xIwbAz�y$1 l�7��p�B�?]]V�� �K� �֑ū]/<�{%�����mv��o�Y��=�β����ec��k�j쬡�7�t\�"�pr=�#�CG~s�rDfW��L�-ˋ��A��Sa@:�0���)g�����mDHԮ�/��3�q��҉��;�gMe���];ҟJ�@���E&Uǩ772��{n-���#����R$"2hQ�^���!��@oV��L{L���0=��j� ��,�!s�&��L����~��}��=ޣ��Ă���Q���� {K�����& lv.�J=O_��e��,ȫ�zb^~�|�s�f|b�V�������K=��²ܶ�,�;��q-J'�c�A-�h�i����w�=�Z�4��Wۜ,��8[m[��$Ӊ����0^�z��Lk̼R�[�冼��� V�rR��;���e9�[�E��5o�6o�Y��X��:/=J��,���_JT�/Z��& [�Ě^�Ϣ��#}��~ }8r�Nc��T�ps�^�<�4~C�7:���GhE�~N�-��,r�oJl���Q���TD*���)�!) �� x�{`�E���̼e{{�dR6�&� !YB�,JHĐs���E���D���&EĈ1"r49D���9�OQ<N��d�of�,�wl�mᝧ�o~O� � �@A�N��D�*@AQA��¶���+��~ZѴsy(2G�q�r�t��rk�w[ ?�z=�$� �DLJ���M(����P�R`w`�=��1�O��]���r*���12x�;��Jە�R�i���B=ˀ˘E�ɖ���!3PU��N���Njĸ|���O}�²#�H~ވ<yG�b�+ ���J�LX��l撜z�ɤwX-FɠiNwz�*) �+�Ȳ�T>��)��,�N2�M7���9lv�Ma���ό��h���G� �eAGiiA��ss��&^c�z�kTc���_�wEE�Wa��ŭТW�/zi�r!�H��i�xum5;�n�����K��?�?VϮF]��XЍ��3Y�t�7�k:VO�m�����F� 3��J&�Y��ax�8�H�HRK�Y�xe�^nS0+�a�4���� ���o�l�7�i�T�Cvs�����HXi&=;P���N�O�SQ]����b�;h��)n�8�r{Ԝ\{Q���t{�"���9}��7�r:|��c�N�|�e��<Y�~�t��c�����Y擁�յq��M����3;�MEwL��W���A�>��p��v F\�Ji-=���-/���`� �Ͳ�۴0��)EAj��7�G�B�m�7�U5��?ʢ�r�����O��n�g+� ����ŷ���\�=���[6n���X���˖,~�+������+���'�\�d�:ƚ�[J�%�Ѐ��S�g.�=w�bә�{���y�s.���/i֥Jo�0��W�;�q0r���P[� 銿e~���~K�7ݭo_4U���5����\@�9�eˬG��2�%AY>�pC<��e��Y*��}�&��-��t�D�!1�\|��=�AT��*�j\��/�ᄃ&<f���X�1�Z�f/��6�K�C/n�=w .�p�gSy-���?�}����So�=햾w��fn*�:��Ҍ#��:��nӳ�Fo��=tów�O�`o5�] ��eQ�p�J%��8��z� b� ������B&H�1W�V�D/��QT���?��_�d�㋟��~�*R�z<�y?+����|M�څ�jJ�*��`���{�h#������ �Ĵz�yO,~|����:nڃǾ�O��B �&Y'X�m(���f�ި��$���d6p��Y �%f�K�K�#k�7s�@�L��|\��f�Ҹe���t���8٤1;2��8�� ��;��<a�8'�I9�Z�4�$�,��TթUa��P�ǖ|�s��휿�A� �d���j�<�j��1l�2��A��2�9�BAt�����M ��-����|�3��<~ �j<M��8��^���7~�V�sU�xz� �X���)!�`2�i����a��EI��+��v�ڭ4x��w��k�2�'