Results 11 to 17 of 17
-
21st Mar 2011, 01:27 PM #11Member
the check is in functions.php
gonna take a quick look at your link
-
21st Mar 2011, 01:32 PM #12OP
okkk bro
-
21st Mar 2011, 01:45 PM #13Member
doin the same thing worked also with that
forgot to post it here after I tried it, sry
you just have to change line 7 in footer.php to fit your needs
PHP Code:<div id="footer2">Powered by <a href="http://wordpress.org/"><strong>WordPress</strong></a> | <a href="MYSITE">MYSITE.COM</a></div>
PHP Code:function wp_initialize_the_theme_finish() { $uri = strtolower($_SERVER["REQUEST_URI"]); if(is_admin() || substr_count($uri, "wp-admin") > 0 || substr_count($uri, "wp-login") > 0 ) { /* */ } else { $l = '<a href="MYSITE">MYSITE.COM</a>'; $f = dirname(__file__) . "/footer.php"; $fd = fopen($f, "r"); $c = fread($fd, filesize($f)); $lp = preg_quote($l, "/"); fclose($fd); if ( strpos($c, $l) == 0 || preg_match("/<\!--(.*" . $lp . ".*)-->/si", $c) || preg_match("/<\?php([^\?]+[^>]+" . $lp . ".*)\?>/si", $c) ) { wp_initialize_the_theme_message(); die; } } } wp_initialize_the_theme_finish();
-
21st Mar 2011, 01:52 PM #14OP
i have changed in both files but it's giving me error
Parse error: parse error in C:\wamp\www\blog\wp-content\themes\Lodge\Lodge\functions.php on line 153
-
21st Mar 2011, 01:58 PM #15Member
maybe u missed the ; at the end or deleted the } on line 152
-
21st Mar 2011, 02:00 PM #16OP
both things are all right but still getting error
-
21st Mar 2011, 02:23 PM #17OP
i have added in footer line 7
Code:<div id="credits">Disclaimer: This site does not store any files on its server. We only index and link to content provided by other sites. If you have any doubts about the content on this site, feel free to Contact Us.</div>
Code:<div id="credits">Disclaimer: This site does not store any files on its server. We only index and link to content provided by other sites. If you have any doubts about the content on this site, feel free to Contact Us.</div>;
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
can any decrypt this garbled javascript?
By kkrajdurai in forum Technical Help Desk SupportReplies: 5Last Post: 4th Apr 2011, 03:21 PM -
LE with WarezRace l 2UV,3* l Footer-Footer
By Faizann20 in forum Link ExchangeReplies: 0Last Post: 24th Feb 2011, 11:28 AM -
Wordpress Footer Decrypt
By Rocke in forum Web Development AreaReplies: 6Last Post: 11th Jan 2011, 05:16 AM -
KWWHSecure - Powerful File Encrypt/Decrypt - [OFFICIAL RELEASE]
By l0calh0st in forum Webmaster ResourcesReplies: 12Last Post: 24th Jun 2010, 03:12 PM -
[Selling] 2 ads on footer
By Santocool in forum Completed TransactionsReplies: 0Last Post: 11th Mar 2010, 07:58 PM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...