HEX
Server: nginx/1.26.3
System: Linux debian 6.1.0-31-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07) x86_64
User: root (0)
PHP: 5.6.40
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/gxdaosen.net/wp-content/themes/simplepark/move/index/two.php

<div id="right_news">
   <div class="video">
   <?php if(get_option('mytheme_video') !=""){echo stripslashes(get_option('mytheme_video'));}else { ?>
   <iframe height=498 width=510 src="http://player.youku.com/embed/XNjg5ODI4MzY0" frameborder=0 allowfullscreen></iframe>
   <?php }; ?>
   
   </div>
   </div>
   
    <?php             $news1= get_option('mytheme_news1');
                   $news2= get_option('mytheme_news2');
                   $news3= get_option('mytheme_news3');
                   $news4= get_option('mytheme_news4');
                     $category1 = get_category($news1);
					 $category2 = get_category($news2);
					 $category3 = get_category($news3);
					 $category4 = get_category($news4);
		    ?>

<div id="left_news">
    <div class="left_news_hd">
       
        <a id="cs1" class="inopen"><?php echo $category1->name; ?></a>
        <a  id="cs2"><?php echo $category2->name; ?></a>
        <a  id="cs3"><?php echo $category3->name; ?></a>
        <a  id="cs4"><?php echo $category4->name; ?></a>
      </div>
      
      <ul class="news_loop_02 show" id="ss1">
          
             <?php  $posts = get_posts( "category=($news1)&numberposts=10" );
                     if( $posts ) :
              foreach( $posts as $post ) : setup_postdata( $post ); ?>  
             
         
            <li id="fistnopic">
         
              <span>
             <b><a href="<?php the_permalink() ?>"> <?php echo mb_strimwidth(get_the_title(), 0, 45,"...","utf-8") ?></a> </b>
            

             </span>
           </li>

           
           
               <?php endforeach; ?>                                              
               <?php else : ?>
               <?php endif; ?>
  
      
      
      </ul>
      
      
        <ul class="news_loop_02"id="ss2">
          
             <?php  $posts = get_posts( "category=($news2)&numberposts=10" );
                     if( $posts ) :
                    foreach( $posts as $post ) : setup_postdata( $post ); ?>  
             
         
            <li id="fistnopic">
         
              <span>
             <b><a href="<?php the_permalink() ?>"> <?php echo mb_strimwidth(get_the_title(), 0, 45,"...") ?></a> </b>
            

             </span>
           </li>
               <?php endforeach; ?>                                              
               <?php else : ?>
               <?php endif; ?>
  
      
      
      </ul>
      
        <ul class="news_loop_02"id="ss3">
          
             <?php  $posts = get_posts( "category=($news3)&numberposts=10" );
                     if( $posts ) :
                    foreach( $posts as $post ) : setup_postdata( $post ); ?>  
             
         
            <li id="fistnopic">
         
              <span>
             <b><a href="<?php the_permalink() ?>"> <?php echo mb_strimwidth(get_the_title(), 0, 45,"...") ?></a> </b>
            

             </span>
           </li>
               <?php endforeach; ?>                                              
               <?php else : ?>
               <?php endif; ?>
  
      
      
      </ul>
      
        <ul class="news_loop_02"id="ss4">
          
             <?php  $posts = get_posts( "category=($news4)&numberposts=10" );
                     if( $posts ) :
                   foreach( $posts as $post ) : setup_postdata( $post ); ?>  
             
         
            <li id="fistnopic">
         
              <span>
             <b><a href="<?php the_permalink() ?>"> <?php echo mb_strimwidth(get_the_title(), 0, 45,"...") ?></a> </b>
            

             </span>
           </li>
               <?php endforeach; ?>                                              
               <?php else : ?>
               <?php endif; ?>
  
      
      
      </ul>
</div>