Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.trustedshops_rating() }}\x0A\x09\x09\x09\x0A\x09\x0..

Decoded Output download

<?  
		
			{{ widgets.trustedshops_rating() }}
			
		{% elseif type == 'wgt_trustedshops_banner'%}
		
			{{ widgets.trustedshops_banner() }}
			
		{% elseif type == 'wgt_trustedshops_reviews_widget'%}
		
			{{ widgets.trustedshops_reviews_widget() }}
			
		{% elseif type == 'wgt_trustbox'%}
		
			{{ widgets.trustbox() }}

		{% elseif type == 'navigation'%}
		
			{{ widgets.navigation(navigation) }}
		
		{% elseif type == 'text_1' %}
		
			{{ widgets.cms(settings_group.text_1) }}

		{% elseif type == 'text_2' %}
		
			{{ widgets.cms(settings_group.text_2) }}

		{% elseif type == 'text_3' %}
		
			{{ widgets.cms(settings_group.text_3) }}

		{% elseif type == 'text_4' %}
		
			{{ widgets.cms(settings_group.text_4) }}

		{% elseif type == 'text_5' %}
		
			{{ widgets.cms(settings_group.text_5) }}

		{% elseif type == 'text_6' %}
		
			{{ widgets.cms(settings_group.text_6) }}

		{% elseif type == 'text_7' %}
		
			{{ widgets.cms(settings_group.text_7) }}

		{% elseif type == 'text_8' %}
		
			{{ widgets.cms(settings_group.text_8) }}

		{% elseif type == 'img_1' %}
		
			{{ widgets.img_banner(settings_group.img_1, settings_group.img_1_link, settings_group.img_1_title) }}

		{% elseif type == 'img_2' %}
		
			{{ widgets.img_banner(settings_group.img_2, settings_group.img_2_link, settings_group.img_2_title) }}

		{% elseif type == 'img_3' %}
		
			{{ widgets.img_banner(settings_group.img_3, settings_group.img_3_link, settings_group.img_3_title) }}

		{% elseif type == 'wgt_shop_name' %}
		
			{{ widgets.shop_name() }}

		{% elseif type == 'wgt_shop_logo' %}
		
			{{ widgets.shop_logo() }}

		{% endif %}
		
	
	{% endif %}


{% endmacro %}




































 ?>

Did this file decode correctly?

Original Code

\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.trustedshops_rating() }}\x0A\x09\x09\x09\x0A\x09\x09{% elseif type == 'wgt_trustedshops_banner'%}\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.trustedshops_banner() }}\x0A\x09\x09\x09\x0A\x09\x09{% elseif type == 'wgt_trustedshops_reviews_widget'%}\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.trustedshops_reviews_widget() }}\x0A\x09\x09\x09\x0A\x09\x09{% elseif type == 'wgt_trustbox'%}\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.trustbox() }}\x0A\x0A\x09\x09{% elseif type == 'navigation'%}\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.navigation(navigation) }}\x0A\x09\x09\x0A\x09\x09{% elseif type == 'text_1' %}\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.cms(settings_group.text_1) }}\x0A\x0A\x09\x09{% elseif type == 'text_2' %}\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.cms(settings_group.text_2) }}\x0A\x0A\x09\x09{% elseif type == 'text_3' %}\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.cms(settings_group.text_3) }}\x0A\x0A\x09\x09{% elseif type == 'text_4' %}\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.cms(settings_group.text_4) }}\x0A\x0A\x09\x09{% elseif type == 'text_5' %}\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.cms(settings_group.text_5) }}\x0A\x0A\x09\x09{% elseif type == 'text_6' %}\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.cms(settings_group.text_6) }}\x0A\x0A\x09\x09{% elseif type == 'text_7' %}\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.cms(settings_group.text_7) }}\x0A\x0A\x09\x09{% elseif type == 'text_8' %}\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.cms(settings_group.text_8) }}\x0A\x0A\x09\x09{% elseif type == 'img_1' %}\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.img_banner(settings_group.img_1, settings_group.img_1_link, settings_group.img_1_title) }}\x0A\x0A\x09\x09{% elseif type == 'img_2' %}\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.img_banner(settings_group.img_2, settings_group.img_2_link, settings_group.img_2_title) }}\x0A\x0A\x09\x09{% elseif type == 'img_3' %}\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.img_banner(settings_group.img_3, settings_group.img_3_link, settings_group.img_3_title) }}\x0A\x0A\x09\x09{% elseif type == 'wgt_shop_name' %}\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.shop_name() }}\x0A\x0A\x09\x09{% elseif type == 'wgt_shop_logo' %}\x0A\x09\x09\x0A\x09\x09\x09{{ widgets.shop_logo() }}\x0A\x0A\x09\x09{% endif %}\x0A\x09\x09\x0A\x09\x0A\x09{% endif %}\x0A\x0A\x0A{% endmacro %}\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A\x0A

Function Calls

None

Variables

None

Stats

MD5 b1319f17bc9f639ad0271218f0957b7b
Eval Count 0
Decode Time 102 ms