Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.60
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
fastear1 /
dailyprofit.return /
app /
Events /
Delete
Unzip
Name
Size
Permission
Date
Action
NotificationEvent.php
1.08
KB
-rw-r--r--
2023-07-25 23:21
PushNotificationEvent.php
667
B
-rw-r--r--
2023-07-25 13:22
UserNotificationEvent.php
667
B
-rw-r--r--
2023-07-25 13:22
UserReferred.php
389
B
-rw-r--r--
2023-07-25 23:21
Save
Rename
<?php namespace App\Events; use Illuminate\Queue\SerializesModels; class UserReferred { use SerializesModels; public $referralId; public $user; public function __construct($referralId, $user) { $this->referralId = $referralId; $this->user = $user; } public function broadcastOn() { return []; } }