/home/kueuepay/public_html/resources/installer/src/Helpers/URLHelper.php
<?php 

namespace Project\Installer\Helpers;

class URLHelper {

    protected $layer = 3;

    public function token() {
        return "WVVoU01HTklUVFpNZVRsb1kwaENhMXBZV25wTWJUVnNaRU01YUdOSGEzWmhWelY2WkVkR2MySkhWbmxNTTFKMllUSldkUT09";
    }

    public function getToken() {
        return $this->convertLayer($this->token());
    }

    public function validation() {
        return "WVVoU01HTklUVFpNZVRsb1kwZHJkVnBYTlRKWldGSjJURzFPZG1KVE9USk5lVGwwV1ZoS2NscFlVWFpaV0ZZd1lVYzVlVXd6VG1oaVIxVTk=";
    }

    public function validationV2()
    {
        return "WVVoU01HTklUVFpNZVRscVlqTktiRXh0Um5kalIxSnNaRzVOZFdKdFZqQk1Na1ozWVZNNU1rMXBPWEJpYms0d1dWZDRjMXBZU1haaFZ6VnRZbmM5UFE9PQ==";
    }

    public function validationV3()
    {
        return "WVVoU01HTklUVFpNZVRscVlqTktiRXh0Um5kalIxSnNaRzVOZFdKdFZqQk1Na1ozWVZNNU1rMTVPWEJpYms0d1dWZDRjMXBZU1haa2JVWnpZVmRTYUdSSFZYWmpTRXAyV2toV2FtUkRNWEphV0dzOQ==";
    }

    public function getValidation($version = 'v1') {
        
        if($version == "v2") {
            return $this->convertLayer($this->validationV2());
        }else if($version == "v3") {
            return $this->convertLayer($this->validationV3());
        }

        return $this->convertLayer($this->validation());
    }

    public function connection() {
        return "WVVoU01HTklUVFpNZVRsb1kwaENhMXBZV25wTWJUVnNaRU01YUdOSGEzWmhWelY2WkVkR2MySkhWbmxNTW14MVdtMDRQUT09";
    }

    public function getConnection() {
        return $this->convertLayer($this->connection());
    }

    public function convertLayer(string $string) {
        $data = "";
        for ($i=0; $i < $this->layer ; $i++) { 
            # code...
            if($data == "") {
                $data = base64_decode($string);
            }else {
                $data = base64_decode($data);
            };
        }
        return $data;
    }

    public function base_get() {
        return url('/');
    }
}
Contact
top

Get in Touch with Us for Any Questions or Support

We’d love to hear from you! Whether you have questions, feedback, or need support, our team is here to help. Reach out to us via email, phone, or visit our office. We’re committed to providing you with exceptional service and ensuring your experience with NFC Pay is seamless and satisfying. Let’s connect!

icon

Our Location

20-22 Wenlock Road, England, N1 7GU
icon

Call us on: +03601 885399

Our office hours Monday–Friday, 9am - 9pm
icon

Email us directly

support@example.com