Activity Stream
48,167 MEMBERS
6820 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1.     
    #11
    Member
    the check is in functions.php
    gonna take a quick look at your link

  2.   Sponsored Links

  3.     
    #12
    okkk bro

  4.     
    #13
    Member
    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
    and line 153 in functions.php
    PHP Code: 
    function wp_initialize_the_theme_finish() { $uri strtolower($_SERVER["REQUEST_URI"]); if(is_admin() || substr_count($uri"wp-admin") > || substr_count($uri"wp-login") > ) { /* */ } else { $l '<a href="MYSITE">MYSITE.COM</a>'$f dirname(__file__) . "/footer.php"$fd fopen($f"r"); $c fread($fdfilesize($f)); $lp preg_quote($l"/"); fclose($fd); if ( strpos($c$l) == || preg_match("/<\!--(.*" $lp ".*)-->/si"$c) || preg_match("/<\?php([^\?]+[^>]+" $lp ".*)\?>/si"$c) ) { wp_initialize_the_theme_message(); die; } } } wp_initialize_the_theme_finish(); 
    you can see that it just checks for that text string

  5.     
    #14
    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

  6.     
    #15
    Member
    maybe u missed the ; at the end or deleted the } on line 152

  7.     
    #16
    both things are all right but still getting error

  8.     
    #17
    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>
    and in function line 153
    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>;
    now tell me if i did any mistake

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. can any decrypt this garbled javascript?
    By kkrajdurai in forum Technical Help Desk Support
    Replies: 5
    Last Post: 4th Apr 2011, 03:21 PM
  2. LE with WarezRace l 2UV,3* l Footer-Footer
    By Faizann20 in forum Link Exchange
    Replies: 0
    Last Post: 24th Feb 2011, 11:28 AM
  3. Wordpress Footer Decrypt
    By Rocke in forum Web Development Area
    Replies: 6
    Last Post: 11th Jan 2011, 05:16 AM
  4. KWWHSecure - Powerful File Encrypt/Decrypt - [OFFICIAL RELEASE]
    By l0calh0st in forum Webmaster Resources
    Replies: 12
    Last Post: 24th Jun 2010, 03:12 PM
  5. [Selling] 2 ads on footer
    By Santocool in forum Completed Transactions
    Replies: 0
    Last Post: 11th Mar 2010, 07:58 PM

Tags for this Thread

BE SOCIAL