X7ROOT File Manager
Current Path:
/home/mysptejz/public_html/billing
home
/
mysptejz
/
public_html
/
billing
/
ðŸ“
..
📄
.htaccess
(933 B)
ðŸ“
733331
ðŸ“
admin
📄
aff.php
(1.84 KB)
📄
affiliates.php
(108.66 KB)
📄
announcements.php
(5.93 KB)
📄
announcementsrss.php
(7.39 KB)
ðŸ“
assets
ðŸ“
attachments
📄
banned.php
(19.1 KB)
📄
cart.php
(1.06 MB)
📄
clientarea.php
(1.17 MB)
📄
configuration.php
(454 B)
📄
configuressl.php
(124.56 KB)
📄
contact.php
(47.61 KB)
📄
creditcard.php
(7.11 KB)
ðŸ“
crons
📄
dist.loghandler.php
(1.47 KB)
📄
dl.php
(66.83 KB)
📄
dologin.php
(6.53 KB)
📄
domainchecker.php
(27.53 KB)
ðŸ“
downloads
📄
downloads.php
(5.91 KB)
📄
error_log
(201 B)
ðŸ“
feeds
ðŸ“
includes
📄
index.php
(14.65 KB)
📄
init.php
(104.2 KB)
📄
install.txt
(89 B)
📄
knowledgebase.php
(5.94 KB)
ðŸ“
lang
📄
link.php
(10.57 KB)
📄
login.php
(6.11 KB)
📄
logout.php
(11.63 KB)
ðŸ“
modules
📄
networkissues.php
(47.76 KB)
📄
networkissuesrss.php
(15.4 KB)
ðŸ“
oauth
📄
paynow-whmcs-1.0.1.zip
(168.07 KB)
📄
payzw-30-12-2021.zip
(12.04 KB)
📄
payzw.sql
(411 B)
📄
pwreset.php
(10.12 KB)
📄
register.php
(80.14 KB)
ðŸ“
resources
📄
serverstatus.php
(43.43 KB)
ðŸ“
status
📄
submitticket.php
(134.66 KB)
📄
supporttickets.php
(71.86 KB)
ðŸ“
templates
ðŸ“
templates_c
📄
unsubscribe.php
(8.49 KB)
📄
upgrade.php
(142.65 KB)
ðŸ“
vendor
📄
viewemail.php
(21.29 KB)
📄
viewinvoice.php
(65.03 KB)
📄
viewquote.php
(88.99 KB)
📄
viewticket.php
(176.78 KB)
📄
whmcs.zip
(114.74 MB)
📄
whois.php
(229 B)
Editing: dist.loghandler.php
<?php use Monolog\Formatter\LineFormatter; use Monolog\Handler\ErrorLogHandler; use Monolog\Logger; /** * dist.loghandler.php * **************************** ** DO NOT EDIT THIS FILE! ** **************************** * * You are free to copy this file as "loghandler.php" and make any * modification you need. This allows you to make customization that will not * be overwritten during an update. * * WHMCS will attempt to load your custom "loghandler.php" instead of this * file ("dist.loghandler.php"). * **************************** ** DO NOT EDIT THIS FILE! ** **************************** * * The WHMCS initializes a Monolog logger, exposing the handler for customization. * * You are free to customize the handlers by modify this file to your needs. * * By default, WHMCS will log all messages to the configured PHP error log * (i.e., the Apache webserver error log). * * NOTE: * * The applications handler by default, as defined here, will log at the * 'warning' level, if most verbose is required, consider 'info' or 'debug' * * Please see Monolog documentation for usage of handlers and log levels * @link https://github.com/Seldaek/monolog */ if (!defined("ROOTDIR")) { die("This file cannot be accessed directly"); } $handle = new ErrorLogHandler( ErrorLogHandler::OPERATING_SYSTEM, Logger::WARNING ); $handle->setFormatter( new LineFormatter( '[%channel%] %level_name%: %message% %context% %extra%' ) ); Log::pushHandler($handle);
Upload File
Create Folder