Hackfut Security File Manager
Current Path:
/home/haielekt/pasangac.com/wp-content/plugins/chaty/views/admin
home
/
haielekt
/
pasangac.com
/
wp-content
/
plugins
/
chaty
/
views
/
admin
/
📁
..
📄
admin.php
(17.18 KB)
📄
channel.php
(65.39 KB)
📄
channels-section.php
(7.93 KB)
📄
chatway-notice.php
(12.05 KB)
📄
chatway-setting.php
(30.28 KB)
📄
chatway.php
(10.67 KB)
📄
chaty-admin-integration.php
(7.89 KB)
📄
chaty-deactivate-form.php
(8.48 KB)
📄
chaty-popup.php
(2.38 KB)
📄
chaty_widget.php
(4 KB)
📄
chatyway-info-popup.php
(18.24 KB)
📄
contact-form-feed.php
(19.78 KB)
📄
custom-tags.php
(9.18 KB)
📄
customize-widget-section.php
(67.53 KB)
📄
dashboard.php
(22.84 KB)
📄
email-signup.php
(16.9 KB)
📄
first-popup.php
(3.93 KB)
📄
help.php
(8.6 KB)
📄
install-chatway.php
(25.13 KB)
📄
popup.php
(17.19 KB)
📄
pro_analytics.php
(88.39 KB)
📄
recommended-plugins.php
(24.39 KB)
📄
review-popup.php
(16.65 KB)
📄
trigger-and-target.php
(48.24 KB)
📄
update.php
(8.35 KB)
📄
upgrade.php
(53.37 KB)
Editing: chaty-popup.php
<?php /** * Contact form leads * * @author : Premio <contact@premio.io> * @license : GPL2 * */ if (defined('ABSPATH') === false) { exit; } ?> <div class="chaty-popup" id="chaty-intro-popup" style="display: block"> <div class="chaty-popup-box shadow-xl rounded-lg bg-white px-8 py-10 text-center bg-cover bg-no-repeat" style="background-image: url(<?php echo esc_url(CHT_PLUGIN_URL.'images/popup-bg.png'); ?>)"> <button class="close-chaty-popup text-white bg-cht-gray-150 absolute right-2 top-2 hover:bg-slate-600" style="line-height: 1px"> <svg width="16" height="16" viewBox="0 0 20 20" fill="none"> <path d="M15 5L5 15" stroke="currentColor" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 5L15 15" stroke="currentColor" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> <a href="<?php echo esc_url( $this->getDashboardUrl() ) ?>"> <img class="mx-auto mb-4 inline-block" src="<?php echo esc_url(CHT_PLUGIN_URL.'admin/assets/images/logo-color.svg'); ?>"/> </a> <h2 class="font-primary text-cht-gray-150 text-3xl mb-3">Welcome to Chaty 🎉</h2> <p class="font-primary text-base text-cht-gray-150 max-w-[558px] mb-5 mx-auto"> Select chat channels that you'd like to add to your store, and fill out your info. For more info visit our <a class="text-primary hover:unde" target="_blank" href="https://premio.io/help/chaty/?utm_soruce=wordpresschaty">Help Center</a> and check the video. </p> <iframe class="font-primary text-sm text-cht-gray-150 mb-8 w-[530px] mx-auto bg-cht-primary/40 rounded-xl" height="300" src="https://www.youtube.com/embed/i6t05AeuyWg?rel=0&start=28"></iframe> <button class="btn rounded-md text-base shadow-lg inline-flex items-center space-x-2 shadow-cht-primary/60 font-normal font-primary" type="button"> <span>Go to Chaty</span> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M6 12L10 8L6 4" stroke="currentColor" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> <input type="hidden" id="chaty_update_popup_status" value="<?php echo wp_create_nonce("chaty_update_popup_status") ?>"> </div> </div>
Upload File
Create Folder