0xShell Shell MySQL Netstat SMTP FTP SSH 未选择任何文件 Domain Upload file System Info: User: couragent | UID: 1022 | GID: 1024 | Groups: 1024 Server IP: 62.72.47.222 | Client IP: 23.145.24.71 PHP: 8.1.29 | OS: Linux | Server: LiteSpeed command /home/couragent/public_html$ Enter file path to read Files ../ � .htaccess � '0e 4e5 .tmb/ � .user.ini � '0e 4e5 .well-known/ � 123.php � '0e 4e5 cgi-bin/ � clasa99.php � '0e 4e5 error_log � '0e 4e5 evs.txt � '0e 4e5 home/ � index.php � 4e5 license.txt � '0e 4e5 op.php � '0e 4e5 php.ini � '0e 4e5 readme.html � '0e 4e5 robots.txt � '0e 4e5 wp-activate.php � '0e 4e5 wp-admin/ � wp-blog-header.php � '0e 4e5 wp-comments-post.php � '0e 4e5 wp-config-sample.php � '0e 4e5 wp-config.php � '0e 4e5 wp-content/ � wp-cron.php � '0e 4e5 wp-includes/ � wp-links-opml.php � '0e 4e5 wp-load.php � '0e 4e5 wp-login.php � '0e 4e5 wp-mail.php � '0e 4e5 wp-settings.php � '0e 4e5 wp-signup.php � '0e 4e5 wp-trackback.php � '0e 4e5 xmlrpc.php � '0e 4e5 Viewing: op.php
<!doctype html>
<html lang="<?php echo e(systemLanguage() ? systemLanguage()->locale : 'en'); ?>" dir="<?php echo e(systemLanguage() ? systemLanguage()->text_direction : 'ltr'); ?>">
<head>
<meta charset="utf-8">
<meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="<?php echo e(url('/')); ?>">
<title> <?php echo $__env->yieldContent('title'); ?>
| <?php echo e(setting('system_title') != '' ? setting('system_title') : setting('system_name')); ?></title>
<?php
$icon = setting('admin_favicon');
?>
<?php if($icon): ?>
<link rel="apple-touch-icon" sizes="57x57"
href="<?php echo e($icon != [] && @is_file_exists($icon['image_57x57_url']) ? static_asset($icon['image_57x57_url']) : static_asset('images/default/favicon/favicon-57x57.png')); ?>">
<link rel="apple-touch-icon" sizes="60x60"
href="<?php echo e($icon != [] && @is_file_exists($icon['image_60x60_url']) ? static_asset($icon['image_60x60_url']) : static_asset('images/default/favicon/favicon-60x60.png')); ?>">
<link rel="apple-touch-icon" sizes="72x72"
href="<?php echo e($icon != [] && @is_file_exists($icon['image_72x72_url']) ? static_asset($icon['image_72x72_url']) : static_asset('images/default/favicon/favicon-72x72.png')); ?>">
<link rel="apple-touch-icon" sizes="76x76"
href="<?php echo e($icon != [] && @is_file_exists($icon['image_76x76_url']) ? static_asset($icon['image_76x76_url']) : static_asset('images/default/favicon/favicon-76x76.png')); ?>">
<link rel="apple-touch-icon" sizes="114x114"
href="<?php echo e($icon != [] && @is_file_exists($icon['image_114x114_url']) ? static_asset($icon['image_114x114_url']) : static_asset('images/default/favicon/favicon-114x114.png')); ?>">
<link rel="apple-touch-icon" sizes="120x120"
href="<?php echo e($icon != [] && @is_file_exists($icon['image_120x120_url']) ? static_asset($icon['image_120x120_url']) : static_asset('images/default/favicon/favicon-120x120.png')); ?>">
<link rel="apple-touch-icon" sizes="144x144"
href="<?php echo e($icon != [] && @is_file_exists($icon['image_144x144_url']) ? static_asset($icon['image_144x144_url']) : static_asset('images/default/favicon/favicon-144x144.png')); ?>">
<link rel="apple-touch-icon" sizes="152x152"
href="<?php echo e($icon != [] && @is_file_exists($icon['image_152x152_url']) ? static_asset($icon['image_152x152_url']) : static_asset('images/default/favicon/favicon-152x152.png')); ?>">
<link rel="apple-touch-icon" sizes="180x180"
href="<?php echo e($icon != [] && @is_file_exists($icon['image_180x180_url']) ? static_asset($icon['image_180x180_url']) : static_asset('images/default/favicon/favicon-180x180.png')); ?>">
<link rel="icon" type="image/png" sizes="192x192"
href="<?php echo e($icon != [] && @is_file_exists($icon['image_192x192_url']) ? static_asset($icon['image_192x192_url']) : static_asset('images/favicon-192x192.png')); ?>">
<link rel="icon" type="image/png" sizes="32x32"
href="<?php echo e($icon != [] && @is_file_exists($icon['image_32x32_url']) ? static_asset($icon['image_32x32_url']) : static_asset('images/default/favicon/favicon-32x32.png')); ?>">
<link rel="icon" type="image/png" sizes="96x96"
href="<?php echo e($icon != [] && @is_file_exists($icon['image_96x96_url']) ? static_asset($icon['image_96x96_url']) : static_asset('images/default/favicon/favicon-96x96.png')); ?>">
<link rel="icon" type="image/png" sizes="16x16"
href="<?php echo e($icon != [] && @is_file_exists($icon['image_16x16_url']) ? static_asset($icon['image_16x16_url']) : static_asset('images/default/favicon/favicon-16x16.png')); ?>">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage"
content="<?php echo e($icon != [] && @is_file_exists($icon['image_144x144_url']) ? static_asset($icon['image_144x144_url']) : static_asset('images/default/favicon/favicon-144x144.png')); ?>">
<?php else: ?>
<link rel="apple-touch-icon" sizes="57x57"
href="<?php echo e(static_asset('images/default/favicon/apple-icon-57x57.png')); ?>">
<link rel="apple-touch-icon" sizes="60x60"
href="<?php echo e(static_asset('images/default/favicon/apple-icon-60x60.png')); ?>">
<link rel="apple-touch-icon" sizes="72x72"
href="<?php echo e(static_asset('images/default/favicon/apple-icon-72x72.png')); ?>">
<link rel="apple-touch-icon" sizes="76x76"
href="<?php echo e(static_asset('images/default/favicon/apple-icon-76x76.png')); ?>">
<link rel="apple-touch-icon" sizes="114x114"
href="<?php echo e(static_asset('images/default/favicon/apple-icon-114x114.png')); ?>">
<link rel="apple-touch-icon" sizes="120x120"
href="<?php echo e(static_asset('images/default/favicon/apple-icon-120x120.png')); ?>">
<link rel="apple-touch-icon" sizes="144x144"
href="<?php echo e(static_asset('images/default/favicon/apple-icon-144x144.png')); ?>">
<link rel="apple-touch-icon" sizes="152x152"
href="<?php echo e(static_asset('images/default/favicon/apple-icon-152x152.png')); ?>">
<link rel="apple-touch-icon" sizes="180x180"
href="<?php echo e(static_asset('images/default/favicon/apple-icon-180x180.png')); ?>">
<link rel="icon" type="image/png" sizes="192x192"
href="<?php echo e(static_asset('images/default/favicon/android-icon-192x192.png')); ?>">
<link rel="icon" type="image/png" sizes="32x32"
href="<?php echo e(static_asset('images/default/favicon/favicon-32x32.png')); ?>">
<link rel="icon" type="image/png" sizes="96x96"
href="<?php echo e(static_asset('images/default/favicon/favicon-96x96.png')); ?>">
<link rel="icon" type="image/png" sizes="16x16"
href="<?php echo e(static_asset('images/default/favicon/favicon-16x16.png')); ?>">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="<?php echo e(static_asset('images/default/favicon/ms-icon-144x144.png')); ?>">
<meta name="theme-color" content="#ffffff">
<?php endif; ?>
<!-- CSS Files -->
<!--====== LineAwesome ======-->
<link rel="stylesheet" href="<?php echo e(static_asset('admin/css/line-awesome.min.css')); ?>">
<!--====== select2 CSS ======-->
<link rel="stylesheet" href="<?php echo e(static_asset('admin/css/select2.min.css')); ?>">
<!--====== Nestable CSS ======-->
<link rel="stylesheet" href="<?php echo e(static_asset('admin/css/nestable.css')); ?>">
<!--====== Summernote CSS ======-->
<link rel="stylesheet" href="<?php echo e(static_asset('admin/css/summernote-lite.min.css')); ?>">
<!--====== datatable ======-->
<link href="<?php echo e(static_asset('admin/css/jquery.dataTables.min.css')); ?>" rel="stylesheet">
<!--====== Flatpicker ======-->
<link href="<?php echo e(static_asset('admin/css/flatpickr.min.css')); ?>" rel="stylesheet">
<!--====== AppCSS ======-->
<?php echo $__env->yieldPushContent('css_asset'); ?>
<link rel="stylesheet" href="<?php echo e(static_asset('admin/css/toastr.min.css')); ?>">
<link rel="stylesheet" href="<?php echo e(static_asset('admin/css/app.css')); ?>?v=2.2.0">
<link rel="stylesheet" href="<?php echo e(static_asset('admin/css/responsive.min.css')); ?>">
<?php echo $__env->yieldPushContent('css'); ?>
<style>
.user-info-panel .badge {
font-size: 12px;
line-height: 16px;
font-weight: 500;
padding: 5px 10px;
margin-left: 20px;
}
</style>
<style>
.chat_sidebar_collapse .main-wrapper {
padding-left: 80px;
}
.chat_sidebar_collapse .header-position {
width: 80px ;
}
.chat_sidebar_collapse .dashboard-logo .logo {
display: none;
}
.chat_sidebar_collapse .dashboard-logo .logo-icon {
display: block;
}
.chat_sidebar_collapse .header-position .side-nav {
padding: 0 15px;
}
.chat_sidebar_collapse .side-nav ul li a span {
display: none;
}
.chat_sidebar_collapse .side-nav ul li a.dropdown-icon::after {
display: none;
}
.chat_sidebar_collapse .side-nav ul li a {
padding: 12px 14px;
}
@media (max-width: 991px) {
.main-wrapper {
padding-left: 0 !important;
}
.navbar-top {
min-height: 60px;
/* padding: 0 !important; */
}
.sp-left-sidebar {
top: 66px;
}
.chatpage-wrapper .sp-chat-main-wrapper {
height: calc(100vh - 66px);
}
}
.chat_sidebar_collapse.sidebar-collapse .main-wrapper {
padding-left: 312px;
}
.chat_sidebar_collapse.sidebar-collapse .header-position {
width: 312px;
}
.chat_sidebar_collapse.sidebar-collapse .dashboard-logo .logo {
display: block;
}
.chat_sidebar_collapse.sidebar-collapse .dashboard-logo .logo-icon {
display: none;
}
.chat_sidebar_collapse.sidebar-collapse .header-position .side-nav {
padding: 0 15px;
}
.chat_sidebar_collapse.sidebar-collapse .side-nav ul li a span {
display: block;
}
.chat_sidebar_collapse.sidebar-collapse .side-nav ul li a.dropdown-icon::after {
display: block;
}
.chat_sidebar_collapse.sidebar-collapse .side-nav ul li a {
/* padding: 12px 14px; */
}
</style>
<?php if(Auth::check() && auth()->user()->role_id == 3): ?>
<?php if(setting('is_google_analytics_activated') && setting('tracking_code')): ?>
<?php echo base64_decode(setting('tracking_code')); ?>
<?php endif; ?>
<?php endif; ?>
</head>
<body class="<?php echo e(request()->routeIs('client.chat.index') || request()->is('client/flow-builders/*') ? 'chat_sidebar_collapse ' : ''); ?>">
<input type="hidden" class="base_url" value="<?php echo e(url('/')); ?>">
<?php echo $__env->yieldContent('base.content'); ?>
<script src="<?php echo e(static_asset('admin/js/jquery.min.js')); ?>"></script>
<!--====== Bootstrap & Popper JS ======-->
<script src="<?php echo e(static_asset('admin/js/bootstrap.bundle.min.js')); ?>"></script>
<script src="<?php echo e(static_asset('admin/js/popper.min.js')); ?>"></script>
<script src="<?php echo e(static_asset('admin/js/jquery.dataTables.min.js')); ?>"></script>
<script src="<?php echo e(static_asset('admin/js/dataTables.responsive.min.js')); ?>"></script>
<!--====== NiceScroll ======-->
<script src="<?php echo e(static_asset('admin/js/jquery.nicescroll.min.js')); ?>"></script>
<!--====== Summernote JS ======-->
<script src="<?php echo e(static_asset('admin/js/summernote-lite.min.js')); ?>"></script>
<!--====== select2 JS ======-->
<script src="<?php echo e(static_asset('admin/js/select2.min.js')); ?>"></script>
<!--====== Chart JS ======-->
<script src="<?php echo e(static_asset('admin/js/chart.min.js')); ?>"></script>
<!--====== Flatpicker ======-->
<script src="<?php echo e(static_asset('admin/js/flatpickr.js')); ?>"></script>
<!--====== datatable ======-->
<!--====== MainJS ======-->
<script src="<?php echo e(static_asset('admin/js/app.js')); ?>?v=<?php echo e(time()); ?>"></script>
<script src="<?php echo e(static_asset('admin/js/toastr.min.js')); ?>"></script>
<?php echo Toastr::message(); ?>
<script src="<?php echo e(static_asset('admin/js/sweetalert211.min.js')); ?>"></script>
<?php if(auth()->check() && setting('is_onesignal_active')): ?>
<script src="<?php echo e(static_asset('client/js/OneSignalSDK.js')); ?>" defer></script>
<?php endif; ?>
<?php if(setting('is_pusher_notification_active') && auth()->check()): ?>
<script src="<?php echo e(static_asset('admin/js/pusher.min.js')); ?>"></script>
<script>
// Initialize Pusher
<?php if(env('APP_DEBUG')): ?>
Pusher.logToConsole = true;
<?php endif; ?>
const pusher = new Pusher('<?php echo e(setting('pusher_app_key')); ?>', {
cluster: '<?php echo e(setting('pusher_app_cluster')); ?>',
encrypted: true
});
// Subscribe to channels
const channel1 = pusher.subscribe('test-channel-<?php echo e(auth()->id()); ?>');
channel1.bind('App\\Events\\TestPusherEvent', function(data) {
Swal.fire({
title: 'Pusher Notification',
text: data.message,
icon: 'success',
confirmButtonText: 'OK'
});
});
const channel2 = pusher.subscribe('notification-send-<?php echo e(auth()->id()); ?>');
channel2.bind('App\\Events\\PusherNotification', (data) => {
toastr[data.message_type](data.message);
});
</script>
<?php endif; ?>
<?php echo $__env->yieldPushContent('js_asset'); ?>
<?php echo $__env->yieldPushContent('js'); ?>
<?php if(auth()->check() && setting('is_onesignal_active')): ?>
<script>
window.OneSignalDeferred = window.OneSignalDeferred || [];
OneSignalDeferred.push(function (OneSignal) {
OneSignal.init({
appId: "<?php echo e(setting('onesignal_app_id')); ?>",
serviceWorker: {
path: "/OneSignalSDKWorker.js",
},
notifyButton: {
enable: false,
},
allowLocalhostAsSecureOrigin: true,
});
// console.log(event);
OneSignal.User.PushSubscription.addEventListener("change", pushSubscriptionChangeListener);
});
function pushSubscriptionChangeListener(event) {
console.log(event);
if (event.current.token) {
let url = '<?php echo e(auth()->user()->user_type == 'admin' ? route('admin.onesignal') : route('client.onesignal')); ?>'
$.post(url, {
_token: '<?php echo e(csrf_token()); ?>',
onesignal_token: event
});
}
}
</script>
<?php endif; ?>
<?php if(session()->has('danger')): ?>
<script>
toastr.error("<?php echo e(session('danger')); ?>")
</script>
<?php endif; ?>
<?php if(session()->has('success')): ?>
<script>
toastr.success("<?php echo e(session('success')); ?>")
</script>
<?php endif; ?>
</body>
</html><?php /**PATH /home/u896481340/domains/buug.so/public_html/resources/views/backend/layouts/base.blade.php ENDPATH**/ ?>
Disabled functions: None
Discover the tools designed to elevate your social media game.
Create engaging posts effortlessly with AI that crafts tailored content for your audience.
Organize, edit, and manage all your social media content in one centralized platform.
Plan, schedule, and automate your posts across multiple platforms to save time and stay consistent.
Our clients love our personalized approach and results-driven strategies. Here what they have to say about their experience working with us.
Send Unlimited WhatsApp Campaign without getting blocked by Meta and get up to 98% read rate.
Launch smooth Telegram campaigns and send unlimited messages, enjoying an impressive 80% open rate.
Affordable pricing, packed with the features you need to grow
This tool is an all-in-one platform for managing, scheduling, and automating social media posts across multiple platforms. It uses AI-powered features to enhance content generation, optimize ad management, and provide insights to boost engagement and performance.
A single dashboard allows you to manage major social media platforms such as Facebook, Instagram, Twitter, LinkedIn, and more.
With smart scheduling and automation features, you can manage and schedule posts, respond to messages, track performance, and handle campaigns in under 10 minutes a day.
AI enhances content creation, optimizes ad management, and provides insights to increase engagement. It can suggest relevant content, automate responses, and optimize ad campaigns for better performance.
Yes, the tool supports multi-account management, allowing you to manage several accounts across different platforms in one centralized dashboard.
The tool offers user role management, enabling businesses and agencies to assign tasks, collaborate on content creation, and streamline workflows effectively.
Yes, it comes with advanced analytics and reporting features that track the performance of your posts, ads, and campaigns. These features help you optimize strategies and maximize ROI.
The AI-driven ad management system helps you create, schedule, and optimize ads across social platforms to increase reach and conversions. It analyzes data to ensure your ads perform at their best.
The tool includes AI-powered auto-reply bots that can respond to comments and messages automatically, ensuring 24/7 engagement with your audience.
Yes, this tool is perfect for businesses of all types, including eCommerce, service-based industries, and content creators. It scales with your business needs, making it an ideal solution as your business grows.
Users love how the tool streamlines social media management, saves time, and boosts engagement. Social media coordinators, content managers, and brand strategists have all praised its AI-powered features and ease of use.
Absolutely! The tool enables you to create, schedule, and manage social media ad campaigns across multiple platforms to drive targeted traffic and increase conversions.