overtheocean Posted January 24, 2012 Share Posted January 24, 2012 Hi Guys i have this Wordpress theme on my site "simplybiz 1.0" it comes with encyrepted footer,after i have decoded it with an online script i got the full footer but when i try to remove or replace the links on it the site goes down and it says in the main page this message : "Please do not alter or modify the footer. See our license for more info." Here's the full footer: ?><?php /** * The template for displaying the footer. * * Contains the closing of the id=main div and all content * after. * * @package WordPress * @subpackage SimplyBiz */ ?> <?php if(!is_home() || !is_front_page()) : ?> </div><!-- #main --> <?php endif; ?> <div id="footer" role="contentinfo"> <div id="colophon"> <div id="site-generator" class="clearfix"> <span class="sp1"><?php echo "© " . date('Y'); ?> — Powered by <a href="<?php echo esc_url( __('http://wordpress.org/', 'simplybiz') ); ?>" title="<?php esc_attr_e('Semantic Personal Publishing Platform', 'simplybiz'); ?>" rel="generator">Wordpress</a> and <a href="<?php echo esc_url( __('http://wpcrunchy.com/', 'simplybiz') ); ?>" title="<?php esc_attr_e('Free Premium Wordpress Themes', 'simplybiz'); ?>" rel="generator">Wpcrunchy</a></span> <span class="sp2">Design by <a href="http://www.basketballjobs.org" target="_blank">Basketball Jobs</a>. In collaboration with <a href="http://www.datetoronto.ca" target="_blank">Toronto Dating</a>, <a href="http://www.www.datevancouver.ca" target="_blank">Vancouver Dating</a> and <a href="http://www.conciergejobs.net" target="_blank">Concierge Jobs</a></span> </div><!-- #site-generator --> </div><!-- #colophon --> </div><!-- #footer --> </div><!-- #wrapper --> <?php /* Insert custom footer script - via theme option */ if(get_option("simplybiz_enable_footercode") <> "") { echo get_option("simplybiz_footercode") . "\n"; } /* Always have wp_footer() just before the closing </body> * tag of your theme, or you will break many plugins, which * generally use this hook to reference JavaScript files. */ wp_footer(); ?> </body> </html> this problem is annoying me so much please help!! thanks Link to comment https://forums.phpfreaks.com/topic/255679-please-help-theme-problem/ Share on other sites More sharing options...
overtheocean Posted January 24, 2012 Author Share Posted January 24, 2012 sorry guys here's the full code: ?><?php /** * The template for displaying the footer. * * Contains the closing of the id=main div and all content * after. * * @package WordPress * @subpackage SimplyBiz */ ?> <?php if(!is_home() || !is_front_page()) : ?> </div><!-- #main --> <?php endif; ?> <div id="footer" role="contentinfo"> <div id="colophon"> <div id="site-generator" class="clearfix"> <span class="sp1"><?php echo "© " . date('Y'); ?> — Powered by <a href="<?php echo esc_url( __('http://wordpress.org/', 'simplybiz') ); ?>" title="<?php esc_attr_e('Semantic Personal Publishing Platform', 'simplybiz'); ?>" rel="generator">Wordpress</a> and <a href="<?php echo esc_url( __('http://wpcrunchy.com/', 'simplybiz') ); ?>" title="<?php esc_attr_e('Free Premium Wordpress Themes', 'simplybiz'); ?>" rel="generator">Wpcrunchy</a></span> <span class="sp2">Design by <a href="http://www.basketballjobs.org" target="_blank">Basketball Jobs</a>. In collaboration with <a href="http://www.datetoronto.ca" target="_blank">Toronto Dating</a>, <a href="http://www.www.datevancouver.ca" target="_blank">Vancouver Dating</a> and <a href="http://www.conciergejobs.net" target="_blank">Concierge Jobs</a></span> </div><!-- #site-generator --> </div><!-- #colophon --> </div><!-- #footer --> </div><!-- #wrapper --> <?php /* Insert custom footer script - via theme option */ if(get_option("simplybiz_enable_footercode") <> "") { echo get_option("simplybiz_footercode") . "\n"; } /* Always have wp_footer() just before the closing </body> * tag of your theme, or you will break many plugins, which * generally use this hook to reference JavaScript files. */ wp_footer(); ?> </body> </html>z�m��^r�^$_X=b2s61i_d6c3d6($_X);$_X=strtr($_X,'aouie123456','23456aouie1');$_R=6r6g_r6pl2c6('__FILE__',"'".$_F."'",$_X);6v2l($_R);$_R=0;$_X=0; Link to comment https://forums.phpfreaks.com/topic/255679-please-help-theme-problem/#findComment-1310648 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.