/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('/');
    }
}
Transfer Money
top

Effortless and Secure Money Transfers

Our transfer system provides a seamless and secure way to move your funds. Enjoy a straightforward process with top-notch security features, ensuring that sending money to friends, family, or businesses is both quick and worry-free. Experience smooth transactions with confidence, knowing that your security is our highest priority.

  • Access the Transfer Section: Open the transfer section on our website or app.
  • Choose a Recipient: Select the recipient from your contacts or manually enter their details.
  • Enter the Amount: Specify the amount you want to transfer.
  • Authorize the Transfer: Confirm the transaction using your PIN or biometric authentication.
  • Receive Confirmation: Get a confirmation message indicating that your transfer was successful.
img