HEX
Server: Apache/2
System: Linux localhost 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
User: rasad (1007)
PHP: 7.4.33
Disabled: shell_exec,system,passthru,exec,popen,ini_restore,socket_create,socket_create_listen,socket_create_pair,socket_listen,socket_bind,symlink,link,pfsockopen,ini_alter,dl,pcntl_exec,pcntl_fork,proc_close,proc_open,proc_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_uname,show_source,getfile,mkfifo
Upload Files
File: /home/rasad/domains/rasadeardakan.ir/private_html/wp-content/themes/ofogh/seo.php
<?php
/*
Template Name: برگه ایندکس
*/
?>
<?php get_header(); 
 global $qaleb;
	$homeblocks = $qaleb['homeblocksarrange']['enabled'];	

	if ($homeblocks): foreach ($homeblocks as $key=>$value) {
		switch($key) {
			case 'ads-top': 
				get_template_part( 'inc/ads-top', 'one' );
			break;	
			case 'slider-big': 
				get_template_part( 'inc/slider-big', 'one' );	
			break;
			case 'index': 
				get_template_part( 'inc/index', 'one' );			
			break;
			case 'a-1': 
				get_template_part( 'inc/block-a/a-1', 'one' );
			break;
			case 'a-2': 
				get_template_part( 'inc/block-a/a-2', 'one' );
			break;			
			case 'a-3': 
				get_template_part( 'inc/block-a/a-3', 'one' );
			break;			
			case 'a-4': 
				get_template_part( 'inc/block-a/a-4', 'one' );
			break;			
			case 'a-5': 
				get_template_part( 'inc/block-a/a-5', 'one' );
			break;
			case 'a-6': 
				get_template_part( 'inc/block-a/a-6', 'one' );
			break;
			case 'b-1': 
				get_template_part( 'inc/block-b/b-1', 'one' );
			break;
			case 'b-2': 
				get_template_part( 'inc/block-b/b-2', 'one' );
			break;			
			case 'b-3': 
				get_template_part( 'inc/block-b/b-3', 'one' );
			break;			
			case 'b-4': 
				get_template_part( 'inc/block-b/b-4', 'one' );
			break;			
			case 'b-5': 
				get_template_part( 'inc/block-b/b-5', 'one' );
			break;
			case 'b-6': 
				get_template_part( 'inc/block-b/b-6', 'one' );
			break;						
			case '3-1': 
				get_template_part( 'inc/carousel-3/3-1', 'one' );
			break;
			case '3-2': 
				get_template_part( 'inc/carousel-3/3-2', 'one' );
			break;
			case '3-3': 
				get_template_part( 'inc/carousel-3/3-3', 'one' );
			break;			
			case '4-1': 
				get_template_part( 'inc/carousel-4/4-1', 'one' );
			break;
			case '4-2': 
				get_template_part( 'inc/carousel-4/4-2', 'one' );
			break;
			case '4-3': 
				get_template_part( 'inc/carousel-4/4-3', 'one' );
			break;			
			case 'gallery-photo': 
				get_template_part( 'inc/gallery-photo', 'one' );
			break;
			case 'gallery-video': 
				get_template_part( 'inc/gallery-video', 'one' );
			break;
			case 'ads-bottom': 
				get_template_part( 'inc/ads-bottom', 'one' );
			break;			
			}
		}
	endif;
 get_footer(); ?>