HEX
Server: nginx/1.28.0
System: Linux yisu-68a5f20334161 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: www (1000)
PHP: 8.2.28
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/q.autos58.cn/wp-content/plugins/wpfornnscontact/admin/hugeit_free_version.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
    exit;
}
function hugeit_contact_drawFreeBanner( $freeText = 'no' ) {
    $path_site2 = plugins_url( "../images", __FILE__ );
    ?>
    <style>
        /*		.free_version_banner {*/
        /*			background: url('*/<?php //echo $path_site2; ?>/*/wp_banner_bg.png');*/
        /*            background-size: cover;*/
        /*		}*/
    </style>
    <div class="free_version_banner" >
        <img class="manual_icon" src="<?php echo $path_site2; ?>/forms_icon.png" alt="user manual" />
        <p class="usermanual_text"><?php _e('Wordpress Forms','hugeit_contact');?></p>
        <a class="get_full_version" href="https://goo.gl/ycVtso" target="_blank">
            <?php _e('GO PRO','hugeit_contact');?>
        </a>
        <p class="close_banner">Close for now</p>
        <img class="closer_icon_only" alt="Close Icon" src="<?php echo $path_site2; ?>/close_btn.png" />
        <a href="http://huge-it.com" target="_blank"><img class="huge_it_logo" src="<?php echo $path_site2; ?>/huge-it_logo.png"/></a>
        <div class="mobile_icon_show hide">
            <a href="http://huge-it.com" target="_blank"><img class="huge_it_logo_mobile" src="<?php echo $path_site2; ?>/logo_mobile_screen.png"/></a>
        </div>
        <div style="clear: both;"></div>
        <div class="hg_social_link_buttons">
            <a target="_blank" class="fb" href="https://www.facebook.com/hugeit/"><i class="fa fa-facebook" aria-hidden="true"></i></a>
            <a target="_blank" class="twitter"  href="https://twitter.com/HugeITcom"><i class="fa fa-twitter" aria-hidden="true"></i></a>
            <a target="_blank" class="gplus" href="https://plus.google.com/111845940220835549549"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
            <a target="_blank" class="yt"  href="https://www.youtube.com/channel/UCueCH_ulkgQZhSuc0L5rS5Q"><i class="fa fa-youtube-play" aria-hidden="true"></i></a>
        </div>
        <div class="hg_view_plugins_block">
            <ul class="inline_menu">
                <li>
                    <a target="_blank"  href="https://goo.gl/XWGBxi">
                        <?php _e('Demo','hugeit_contact');?>
                    </a>
                </li>
                <li>
                    <a target="_blank"  href="https://wordpress.org/support/plugin/forms-contact/reviews/">
                        <?php _e('Review','hugeit_contact');?>
                    </a>
                </li>
                <li class="help_element">

                    <?php _e('Help','hugeit_contact');?>
                    </a>
                    <ul class="submenu">
                        <li>
                            <a target="_blank"  href="https://huge-it.com/contact-us/">
                                <?php _e('Contact Us','hugeit_contact');?>
                            </a>
                        </li>
                        <li>
                            <a target="_blank"  href="https://huge-it.com/wordpress-forms-user-manual/">
                                <?php _e('User Manual','hugeit_contact');?>
                            </a>
                        </li>
                        <li>
                            <a target="_blank"  href="https://goo.gl/rpDoYY">
                                <?php _e('FAQ','hugeit_contact');?>
                            </a>
                        </li>
                        <li>
                            <a target="_blank"  href="https://wordpress.org/support/plugin/forms-contact">
                                <?php _e('Forum','hugeit_contact');?>
                            </a>
                        </li>
                    </ul>
                </li>
                <li class="toggle_element">
                    <a href="#">
                        <img class="toggle_icon" src="<?php echo $path_site2; ?>/toggle_icon.png"/>
                    </a>
                </li>
            </ul>
            <div  class="description_text"><p><?php _e('Click GO PRO to activate all additional customization options.','hugeit_contact');?></p></div>
        </div>
        <div style="clear: both;"></div>
    </div>
    <?php
}