View Single Post
Old 02-20-2010, 11:42 PM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,363
Quote:
Originally Posted by harvey View Post
base 64. what they add is the following code:

Code:
function theme_footer_t() { if (!(function_exists("check_theme_footer") && function_exists("check_theme_header"))) { theme_usage_message(); die; } } theme_footer_t();
and

Code:
function functions_file_exists() { if (!file_exists(dirname(__file__) . "/functions.php") || !function_exists("theme_usage_message") ) { echo ("<p style=\"padding:10px; margin: 10px; text-align:center; border: 2px dashed Red; font-family:arial; font-weight:bold; background: #fff; color: #000;\">This theme is released free for use under creative commons licence. All links in the footer should remain intact. These links are all family friendly and will not hurt your site in any way. This great theme is brought to you for free by these supporters.</p>"); die; } } functions_file_exists();
not very difficult to get rid of, but the thing is it's added with a reason, and as I said, you're free not to use it.

Personally, I find quite amusing adult webmasters complaining about stolen content and when you surf their blogs, most of them get rid of the footers because they aren't willing to give not even a motherfucking credit link
theirs a reason why any of these themes arent added to the wordpress codex.

Quote:
No hidden, paid or sponsored links in the theme. Links back to the author?s site are fine
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote