Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 172.71.203.61
Cant Read [ /etc/named.conf ]
8.1.5
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 /
stagingcrm.oxopackaging.com /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
.gitignore
259
B
-rw-r--r--
app.php
10.37
KB
-rw-r--r--
auth.php
3.83
KB
-rw-r--r--
broadcasting.php
1.67
KB
-rw-r--r--
cache.php
3.2
KB
-rw-r--r--
constant.php
1.93
KB
-rw-r--r--
cors.php
846
B
-rw-r--r--
custom.php
18.1
KB
-rw-r--r--
database.php
4.94
KB
-rw-r--r--
datatables.php
3.81
KB
-rw-r--r--
dompdf.php
11.21
KB
-rw-r--r--
excel.php
11.97
KB
-rw-r--r--
filesystems.php
2.23
KB
-rw-r--r--
flare.php
1.85
KB
-rw-r--r--
fractal.php
1.3
KB
-rw-r--r--
geoip.php
4.48
KB
-rw-r--r--
hashing.php
1.53
KB
-rw-r--r--
ignition.php
4.45
KB
-rw-r--r--
logging.php
2.98
KB
-rw-r--r--
mail.php
3.19
KB
-rw-r--r--
permission.php
4.74
KB
-rw-r--r--
queue.php
2.84
KB
-rw-r--r--
repository.php
7.82
KB
-rw-r--r--
services.php
950
B
-rw-r--r--
session.php
6.88
KB
-rw-r--r--
snappy.php
464
B
-rw-r--r--
tinker.php
1.47
KB
-rw-r--r--
toastr.php
1.62
KB
-rw-r--r--
trustedproxy.php
1.67
KB
-rw-r--r--
view.php
1.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : constant.php
<?php /* |-------------------------------------------------------------------------- | Constant Config |-------------------------------------------------------------------------- | | */ return [ "win_probabilities" => [ "10%", "20%", "30%", "40%", "50%", "60%", "70%", "80%", "90%", "Won", "Lost", ], 'priorities' => [ 'Low', 'Medium', 'High' ], 'deal_types' => [ 'New Order', 'Re Order' ], 'measurement_units' => [ 'inch', 'cm', 'mm', 'ml' ], 'genders' => [ 'male' => 'Male', 'female' => 'Female' ], 'lead_sources' => [ 'Chat', 'Custome Quote', 'Reference', 'Email', 'Call' ], 'stocks' => [ '14pt Card Stock', '16pt Card Stock', '18pt Card Stock', 'Rigid Boxes', 'Corrugated Stock', 'White Corrugrated', 'Brown Corrugrated', 'Clear Vinyl Stock', 'Textured Stock', '270gsm card Stock', '300gsm card Stock', '420gsm card Stock', '300gsm Kraft', ], 'product_types' => [ 'style' => 'Box Style', 'product' => 'Product' ], 'printing_colors' => [ '1 Color', '2 Color', '3 Color', '4 Color', '1/1 Printing', '2/2 Printing', '3/3 Printing', '4/4 Printing' ], 'product_printings' => [ 'Embossing', 'Debossing', 'Foiling', 'Spot UV', 'Inserts/Dividers' ], 'activity_deal_created' => [ 'name' => "", 'description' => "This deal was created by <b>%user_by%</b>.", ], 'activity_deal_move_to' => [ 'name' => "Deal activity", 'description' => "<b>%user_by%</b> moved deal to <b>%activit_name_to%</b>.", ], 'activity_deal_move_from_to' => [ 'name' => "Deal activity", 'description' => "<b>%user_by%</b> moved deal from a <b>%activit_name_from%</b> to a <b>%activit_name_to%</b>. ", ], 'activity_note_created' => [ 'name' => "Note", 'description' => "Added by <b>%user_by%</b>", ], 'activity_deal_attachment_add' => [ 'name' => "Attactment ", 'description' => "Added by <b>%user_by%</b>", ] ];
Close