Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php global $cs_responsive,$prettyphoto_flag,$cs_transwitch,$cs_rtl,$cs_color_scheme;$cs..
Decoded Output download
<?php
global $cs_responsive,$prettyphoto_flag,$cs_transwitch,$cs_rtl,$cs_color_scheme;$cs_style_sheet='';$cs_responsive='';$cs_transwitch='';$cs_color_scheme='';$prettyphoto_flag="false";$cs_rtl='';$cs_gs_color_style=get_option("cs_gs_color_style");if($cs_gs_color_style<>""){$sxe=new SimpleXMLElement($cs_gs_color_style);$cs_bg=$sxe->cs_bg;$cs_bg_position=$sxe->cs_bg_position;$cs_bg_repeat=$sxe->cs_bg_repeat;$cs_bg_attach=$sxe->cs_bg_attach;$cs_bg_pattern=$sxe->cs_bg_pattern;$custome_pattern=$sxe->custome_pattern;$cs_bg_color=$sxe->cs_bg_color;$cs_color_scheme=$sxe->cs_color_scheme;$cs_style_sheet=$sxe->cs_style_sheet;if($custome_pattern<>"")$pattern=get_template_directory_uri()."/images/pattern/".$custome_pattern."-bg.png";else $pattern=$cs_bg_pattern;}$cs_gs_logo=get_option("cs_gs_logo");if($cs_gs_logo<>""){$sxe=new SimpleXMLElement($cs_gs_logo);$cs_logo=$sxe->cs_logo;$cs_width=$sxe->cs_width;$cs_height=$sxe->cs_height;}$cs_gs_header_script=get_option("cs_gs_header_script");if($cs_gs_header_script<>""){$sxe=new SimpleXMLElement($cs_gs_header_script);echo $sxe->cs_header_code;$cs_fav_icon=$sxe->cs_fav_icon;}$cs_gs_other_settings=get_option("cs_gs_other_setting");if($cs_gs_other_settings<>""){$sxe=new SimpleXMLElement($cs_gs_other_settings);$cs_responsive=$sxe->cs_responsive;$cs_rtl=$sxe->cs_rtl;$cs_transwitch=$sxe->cs_transwitch;}$color_picker_enable=0;if(isset($_POST['color_picker'])){$_SESSION['color_picker_sess']=$_POST['color_picker'];$cs_color_scheme=$_SESSION['color_picker_sess'];$color_picker_enable=1;}else if(isset($_SESSION['color_picker_sess'])){$cs_color_scheme=$_SESSION['color_picker_sess'];$color_picker_enable=1;}?>
Did this file decode correctly?
Original Code
<?php
global $cs_responsive,$prettyphoto_flag,$cs_transwitch,$cs_rtl,$cs_color_scheme;$cs_style_sheet='';$cs_responsive='';$cs_transwitch='';$cs_color_scheme='';$prettyphoto_flag="false";$cs_rtl='';$cs_gs_color_style=get_option("cs_gs_color_style");if($cs_gs_color_style<>""){$sxe=new SimpleXMLElement($cs_gs_color_style);$cs_bg=$sxe->cs_bg;$cs_bg_position=$sxe->cs_bg_position;$cs_bg_repeat=$sxe->cs_bg_repeat;$cs_bg_attach=$sxe->cs_bg_attach;$cs_bg_pattern=$sxe->cs_bg_pattern;$custome_pattern=$sxe->custome_pattern;$cs_bg_color=$sxe->cs_bg_color;$cs_color_scheme=$sxe->cs_color_scheme;$cs_style_sheet=$sxe->cs_style_sheet;if($custome_pattern<>"")$pattern=get_template_directory_uri()."/images/pattern/".$custome_pattern."-bg.png";else $pattern=$cs_bg_pattern;}$cs_gs_logo=get_option("cs_gs_logo");if($cs_gs_logo<>""){$sxe=new SimpleXMLElement($cs_gs_logo);$cs_logo=$sxe->cs_logo;$cs_width=$sxe->cs_width;$cs_height=$sxe->cs_height;}$cs_gs_header_script=get_option("cs_gs_header_script");if($cs_gs_header_script<>""){$sxe=new SimpleXMLElement($cs_gs_header_script);echo $sxe->cs_header_code;$cs_fav_icon=$sxe->cs_fav_icon;}$cs_gs_other_settings=get_option("cs_gs_other_setting");if($cs_gs_other_settings<>""){$sxe=new SimpleXMLElement($cs_gs_other_settings);$cs_responsive=$sxe->cs_responsive;$cs_rtl=$sxe->cs_rtl;$cs_transwitch=$sxe->cs_transwitch;}$color_picker_enable=0;if(isset($_POST['color_picker'])){$_SESSION['color_picker_sess']=$_POST['color_picker'];$cs_color_scheme=$_SESSION['color_picker_sess'];$color_picker_enable=1;}else if(isset($_SESSION['color_picker_sess'])){$cs_color_scheme=$_SESSION['color_picker_sess'];$color_picker_enable=1;}?>
Function Calls
| get_option | 1 |
Stats
| MD5 | 746d490d27ed5d29ddcff790ac852367 |
| Eval Count | 0 |
| Decode Time | 98 ms |