Avacostn - Moslem
Choose File
DIR :
Home
/
proc
/
3061873
/
..
/
.
/
29
/
..
/
410
/
..
/
3062600
/
..
/
43
/
..
/
2119
/
..
/
..
/
scripts
/
puthuppa@68.178.173.116: ~ $
Edit File: hook
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - scripts/hook Copyright 2022 cPanel, L.L.C. # All rights reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited # This script is provided as an abstraction/sanity layer around Cpanel::Hooks. # This is used to ensure that critical subsystems cannot break if Cpanel::Hooks does. use Cpanel::Hooks (); use Cpanel::Usage (); my ( $category, $event, $stage ); Cpanel::Usage::wrap_options( \@ARGV, \&usage, { 'category' => \$category, 'event' => \$event, 'stage' => \$stage } ); unless ( $category && $event && $stage ) { usage(1); } my ( $result, $msgs ) = Cpanel::Hooks::hook( { 'category' => $category, 'event' => $event, 'stage' => $stage, }, {}, ); my $hooks_msg = int @{$msgs} ? join "\n", @{$msgs} : ''; print $hooks_msg; exit( $result ? 0 : 2 ); sub usage { my $exit_code = shift || 0; print <<EO_USAGE; hook --category=<category> --event=<event> --stage=<stage> Executes any hooks that would be called normally in the specified context. Options: --category Category of hook to execute (Example: System) --event Event that the hook is for (Example: upcp) --stage Stage of event for the hook (Example: pre) EO_USAGE exit $exit_code; }
Filemanager
Name
Size
Permission
Actions
None Directory
Close
Server Info
Hostname: 116.173.178.68.host.secureserver.net
IP Address: 68.178.173.116
PHP Version: 8.1.34
Server Software: Apache
HDD Total Space: 99.99 GB
HDD Free Space: 32.03 GB
Safe Mode: Disabled
Disable Functions: exec,passthru,shell_exec,system
Total Domains in Server: 1
System: Linux 116.173.178.68.host.secureserver.net 4.18.0-553.109.1.el8_10.x86_64 #1 SMP Mon Mar 2 09:33:18 EST 2026 x86_64
User Info
Username: puthuppa
User ID: 1102
Group ID: 1104