HEX
Server: Apache/2
System: Linux da03 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: nlrb7 (1041)
PHP: 8.3.11
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/nlrb7/domains/rb7.nl/public_html/wp-content/themes/binge/social.php
<?php $social_icon_path = get_template_directory_uri().'/images/social/'.of_get_option('icon'); ?>

<div class="social-icons col-lg-6 col-md-6 col-sm-12 col-xs-12">

		<?php $sa = array(
						'Facebook',
						'Twitter',
						'Google Plus',
						'RSS Feeds',
						'Instagram',
						'Flickr',
						'Linked In',
						'Pinterest',
						'Youtube',
						'SoundCloud',
						'Yelp',
						'Vimeo',
						'E-Mail',
						'VK',
						'Stumble Upon',
						'Vine');
						
				$sb = array(
						'facebook',
						'twitter',
						'google',
						'feedburner',
						'instagram',
						'flickr',
						'linkedin',
						'pinterest',
						'youtube',
						'soundcloud',
						'yelp',
						'vimeo',
						'mail',
						'vk',
						'stumbleupon',
						'vine');
				
				for($i = 0; $i <16; $i++) {
					 if ( of_get_option($sb[$i], true) != "") { ?>
						 <a target="_blank" href="<?php echo esc_url(of_get_option($sb[$i])); ?>" title=<?php echo $sa[$i]; ?> ><img src="<?php echo esc_url($social_icon_path).'/'.$sb[$i].'.png'; ?>"></a>
	             <?php } 
	             } ?>
</div>