Y T Nuke  
Results 1 to 23 of 23
So I am using this theme http://newwpthemes.com/wordpress-theme/press-blue/ and they have some links for cellphones and ...
  1. #1
    Gantz's Avatar
    Gantz is offline Junior Member
    Join Date
    Mar 2009
    Posts
    129
    Reputation
    19
    Thanks
    40
    Thanked 68 Times in 20 Posts

    Default How do I remove links from footer of this Wordpress theme?

    So I am using this theme http://newwpthemes.com/wordpress-theme/press-blue/ and they have some links for cellphones and loans in the footer. Normally I just go into the footer and erase them, but when I try to do it with this theme it redirects my domain to an index.php page that tells me links should not be removed. I am guessing this is some kind of script in the theme, and maybe it's in the index.php file, but I can't seem to find it. Does anyone know how I can remove this script so I can remove the links? I am admittedly kind of a tech dummy so any help would be appreciated!

  2. #2
    needlinks's Avatar
    needlinks is offline Junior Member
    Join Date
    Jul 2008
    Posts
    194
    Reputation
    11
    Thanks
    10
    Thanked 287 Times in 46 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    Try downloading the footer.php file via FTP, rename it footer.txt, delete the links, change back footer.php and upload.

  3. The Following User Says Thank You to needlinks For This Useful Post:

    Gantz (08-19-2009)

  4. #3
    The Scarlet Pimp is offline Thief, Cook, Bottle Washr
    Join Date
    Apr 2008
    Posts
    545
    Reputation
    88
    Thanks
    110
    Thanked 1,397 Times in 653 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    this seems to work...

    <div class="span-24"><div id="footer"><div>Copyright &copy; <strong><?php bloginfo('name'); ?></strong> | Powered by <a href="http://wordpress.org/">WordPress</a></div></div></div></div>

    <!--
    <div id="footer2">Free <a href="http://www.bestincellphones.com">T-Mobile phones</a> on sale | Thanks to <a href="http://www.thepiggybanker.com/best-savings/">Best Savings Accounts</a>, <a href="http://conveyancing.homesonsale.co.uk">Conveyancing Fees</a> and <a href="http://www.usedcarmart.co.uk">Used Cars</a></div>
    // -->

    </div><BR />
    <?php
    wp_footer();
    echo get_theme_option("footer") . "\n";
    ?>
    </body>
    </html>
    _/_/_/_/
    _/TSP_/
    _/_/_/_/

  5. The Following User Says Thank You to The Scarlet Pimp For This Useful Post:

    Gantz (08-19-2009)

  6. #4
    figgity's Avatar
    figgity is offline Junior Member
    Join Date
    Feb 2009
    Location
    The states
    Posts
    155
    Reputation
    16
    Thanks
    95
    Thanked 34 Times in 22 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    deleted...double post
    Last edited by figgity; 08-18-2009 at 03:09 AM.

  7. #5
    figgity's Avatar
    figgity is offline Junior Member
    Join Date
    Feb 2009
    Location
    The states
    Posts
    155
    Reputation
    16
    Thanks
    95
    Thanked 34 Times in 22 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    From
    Code:
    http://wordpress.org/support/topic/237083


    How to get rid of encoding in a theme's footer?

    Some theme authors embed links in an encoded footer making it difficult to understand what is happening in the footer. Note: this type of encoded content could be malicious as well as just a copyright banner! Here's a method to decode (figure out) and correct the footer so there is no encoding.
    In your index.php find the line that says <?php get_footer(); ?>. Above and below it add marker text like this:
    <!-- Evil Footer Devil FOUND -->
    <?php get_footer(); ?>
    <!-- Evil Footer Devil BEGONE -->
    Now visit your blog, view source (e.g. View->Page Source in Firefox), and copy the HTML between those two markers. Rename your footer.php and make a new copy of footer.php with that HTML code. Then change it to your hearts content. Remember to insert the <?php get_footer(); ?>
    before </body> tag.
    Keep in mind that if your theme's license does not permit this, then don't do it. If that's the case please consider finding a new theme.

  8. The Following 2 Users Say Thank You to figgity For This Useful Post:

    djwarez (08-03-2010), Gantz (08-19-2009)

  9. #6
    sikandar's Avatar
    sikandar is offline Jr. VIP
    Join Date
    Mar 2008
    Posts
    618
    Reputation
    47
    Thanks
    162
    Thanked 274 Times in 134 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    This theme has encoded functions in the file functions.php

    You can decode the encoded functions using the following free decoder/encoder and then fix the functions.php file. Little knowledge of php is required.

    Code:
    http://www.motobit.com/util/base64-decoder-encoder.asp

  10. The Following User Says Thank You to sikandar For This Useful Post:

    Gantz (08-19-2009)

  11. #7
    Gantz's Avatar
    Gantz is offline Junior Member
    Join Date
    Mar 2009
    Posts
    129
    Reputation
    19
    Thanks
    40
    Thanked 68 Times in 20 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    Sent thanks to everyone for the tips, I am going to try these all out now and see what works!

  12. #8
    MichiganManiac's Avatar
    MichiganManiac is offline Junior Member
    Join Date
    Feb 2009
    Posts
    195
    Reputation
    16
    Thanks
    63
    Thanked 167 Times in 45 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    Also, if you are looking to control the flow of your link juice you can create multiple versions of your footer.

    Use one with required links (like a Privacy Policy for Adsense and a Sitemap) for the home page only, and one with no footer links for single posts, single pages, categories, etc.

    Now that page sculpting w/NoFollow no longer works it's best to remove these links entirely in order to focus your link juice on your prime pages.

    It's easy to do...here's a tutorial that showed me how: http://fireflyforest.net/firefly/200...for-wordpress/

  13. The Following User Says Thank You to MichiganManiac For This Useful Post:

    Gantz (08-19-2009)

  14. #9
    Desial is offline Newbies
    Join Date
    Oct 2009
    Posts
    9
    Reputation
    10
    Thanks
    16
    Thanked 0 Times in 0 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    I have been trying to change the theme footer and am having the same problem except the footer is NOT encrypted in the footer.php so I think it has to do with this fuction code:
    <?php
    eval(str_rot13('shapgvba purpx_sbbgre(){$y=\'<n uers="uggc://jjj.fxvacerff.pbz">Serr jbeqcerff gurzrf</n> ol : <n uers="uggc://ylcc.pbz/">pbasrerapr pnyy</n> | <n uers="uggc://ylcc.pbz/pbasrerapvat/srngherf/">pbasrerapr pnyy freivprf</n>\';$s=qveanzr(__SVYR__).\'/sbbgre.cuc\';$sq=sbcra($s,\'e\');$p=sernq($sq,svyr fvmr($s));spybfr($sq);vs(fgecbf($p,$y)==0){rpub \'Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\';qvr;}}purpx_sbbgre();'));

    eval(str_rot13('shapgvba purpx_urnqre(){vs(!(shapgvba_rkvfgf("purpx_shapgvb af")&&shapgvba_rkvfgf("purpx_s_sbbgre"))){rpub(\'G uvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\');qvr;}}'));

    ?>
    <?php

    Any help would be great thanks

  15. #10
    MauDaFita's Avatar
    MauDaFita is offline Registered Member
    Join Date
    Feb 2009
    Location
    Europe’s West Coast
    Age
    33
    Posts
    97
    Reputation
    17
    Thanks
    33
    Thanked 35 Times in 29 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    Quote Originally Posted by Desial View Post
    I have been trying to change the theme footer and am having the same problem except the footer is NOT encrypted in the footer.php so I think it has to do with this fuction code:
    <?php
    eval(str_rot13('shapgvba purpx_sbbgre(){$y=\'<n uers="uggc://jjj.fxvacerff.pbz">Serr jbeqcerff gurzrf</n> ol : <n uers="uggc://ylcc.pbz/">pbasrerapr pnyy</n> | <n uers="uggc://ylcc.pbz/pbasrerapvat/srngherf/">pbasrerapr pnyy freivprf</n>\';$s=qveanzr(__SVYR__).\'/sbbgre.cuc\';$sq=sbcra($s,\'e\');$p=sernq($sq,svyr fvmr($s));spybfr($sq);vs(fgecbf($p,$y)==0){rpub \'Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\';qvr;}}purpx_sbbgre();'));

    eval(str_rot13('shapgvba purpx_urnqre(){vs(!(shapgvba_rkvfgf("purpx_shapgvb af")&&shapgvba_rkvfgf("purpx_s_sbbgre"))){rpub(\'G uvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\');qvr;}}'));

    ?>
    <?php

    Any help would be great thanks
    I made an attempt to decode this. The result was :

    PHP Code:
    function check_footer(){
        
    $l='<a href=\"http://www.skinpress.com\">Free wordpress themes</a> by : <a href=\"http://lypp.com/\">conference call</a> | <a href=\"http://lypp.com/conferencing/features/\">conference call services</a>';
        
    $f=dirname(__FILE__).'/footer.php';
        
    $fd=fopen($f,'r');
        
    $c=fread($fd,file size($f));
        
    fclose($fd);
        if(
    strpos($c,$l)==0){
            echo 
    'This theme is released under creative commons licence, all links in the footer should remain intact';
            die;
        }
    }
    check_footer();



    function 
    check_header(){
        if(!(
    function_exists("check_functions")&&function_exists("check_f_footer"))){
            echo(
    'This theme is released under creative commons licence, all links in the footer should remain intact');
            die;
        }

    Maybe this helps you.

  16. #11
    MauDaFita's Avatar
    MauDaFita is offline Registered Member
    Join Date
    Feb 2009
    Location
    Europe’s West Coast
    Age
    33
    Posts
    97
    Reputation
    17
    Thanks
    33
    Thanked 35 Times in 29 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    @Desial:
    Take a look at this thread :
    Code:
    http://www.blackhatworld.com/blackhat-seo/blogging/125136-how-decrypt-encrypted-wordpress-footers-copy-paste-automatic-noob-proof.html

  17. #12
    dilton7's Avatar
    dilton7 is offline Registered Member
    Join Date
    Apr 2009
    Posts
    55
    Reputation
    13
    Thanks
    16
    Thanked 28 Times in 8 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    please help me decode this

    none of your methods worked for me
    below is the code
    PHP Code:

    <?php /* WARNING: This file is protected by copyright law. To reverse engineer or decode this file is strictly prohibited. */
    $o="QAAAOzh3b3cnYGJzWG9iZmNidQBALy48Jzg5Cg0NAZNuYScvJ24ACHRYb2hqYi8uJy4nPQHgDQoNAAA7Y25xJ2RrZnR0OiVkaGlzACBmbmlidVg2MSdqAKBYcHVmdwAAJSd0c35rYjolY250d2tmfiEAPScFI2Jkb2gHAmh3c25oaS8gAABhYmZzcnViY1huc2JqdFh0AEhvaHBYb25jYiAIojwlCNAKDQ6AAAPTbmlka3JjYicvU0JKV0tGABBTQldGU08nKScgKAhRYmlzKrVBBOUpDXAEIwoK8SgLADkNVWJpY25hDnP4wQyvDAAMrQgkBDAnbmMPAwawWGtiYXMOsgBrd2J1JTkNDg0OCm8Kb3MDsCoDsQon/D8DkA4QCjMEYBXCBpl1bmBvBqoRAAa/Br8GsgPS3poGygPgJwAQFS8VLwrBZABQYnUEKQPQJwsVCni/DQDhAGMLkiFVa2JmEWA7DWIB8xbAAOQAoCd2CABhaGhzJ3U=";eval(base64_decode("JGxsbD0wO2V2YWwoYmFzZTY0X2RlY29kZSgiSkd4c2JHeHNiR3hzYkd4c1BTZGlZWE5sTmpSZlpHVmpiMlJsSnpzPSIpKTskbGw9MDtldmFsKCRsbGxsbGxsbGxsbCgiSkd4c2JHeHNiR3hzYkd3OUoyOXlaQ2M3IikpOyRsbGxsPTA7JGxsbGxsPTM7ZXZhbCgkbGxsbGxsbGxsbGwoIkpHdzlKR3hzYkd4c2JHeHNiR3hzS0NSdktUcz0iKSk7JGxsbGxsbGw9MDskbGxsbGxsPSgkbGxsbGxsbGxsbCgkbFsxXSk8PDgpKyRsbGxsbGxsbGxsKCRsWzJdKTtldmFsKCRsbGxsbGxsbGxsbCgiSkd4c2JHeHNiR3hzYkd4c2JHdzlKM04wY214bGJpYzciKSk7JGxsbGxsbGxsbD0xNjskbGxsbGxsbGw9IiI7Zm9yKDskbGxsbGw8JGxsbGxsbGxsbGxsbGwoJGwpOyl7aWYoJGxsbGxsbGxsbD09MCl7JGxsbGxsbD0oJGxsbGxsbGxsbGwoJGxbJGxsbGxsKytdKTw8OCk7JGxsbGxsbCs9JGxsbGxsbGxsbGwoJGxbJGxsbGxsKytdKTskbGxsbGxsbGxsPTE2O31pZigkbGxsbGxsJjB4ODAwMCl7JGxsbD0oJGxsbGxsbGxsbGwoJGxbJGxsbGxsKytdKTw8NCk7JGxsbCs9KCRsbGxsbGxsbGxsKCRsWyRsbGxsbF0pPj40KTtpZigkbGxsKXskbGw9KCRsbGxsbGxsbGxsKCRsWyRsbGxsbCsrXSkmMHgwZikrMztmb3IoJGxsbGw9MDskbGxsbDwkbGw7JGxsbGwrKykkbGxsbGxsbGxbJGxsbGxsbGwrJGxsbGxdPSRsbGxsbGxsbFskbGxsbGxsbC0kbGxsKyRsbGxsXTskbGxsbGxsbCs9JGxsO31lbHNleyRsbD0oJGxsbGxsbGxsbGwoJGxbJGxsbGxsKytdKTw8OCk7JGxsKz0kbGxsbGxsbGxsbCgkbFskbGxsbGwrK10pKzE2O2ZvcigkbGxsbD0wOyRsbGxsPCRsbDskbGxsbGxsbGxbJGxsbGxsbGwrJGxsbGwrK109JGxsbGxsbGxsbGwoJGxbJGxsbGxsXSkpOyRsbGxsbCsrOyRsbGxsbGxsKz0kbGw7fX1lbHNlJGxsbGxsbGxsWyRsbGxsbGxsKytdPSRsbGxsbGxsbGxsKCRsWyRsbGxsbCsrXSk7JGxsbGxsbDw8PTE7JGxsbGxsbGxsbC0tO31ldmFsKCRsbGxsbGxsbGxsbCgiSkd4c2JHeHNiR3hzYkd4c2JEMG5ZMmh5SnpzPSIpKTskbGxsbGw9MDtldmFsKCRsbGxsbGxsbGxsbCgiSkd4c2JHeHNiR3hzYkQwaVB5SXVKR3hzYkd4c2JHeHNiR3hzYkNnMk1pazciKSk7JGxsbGxsbGxsbGw9IiI7Zm9yKDskbGxsbGw8JGxsbGxsbGw7KXskbGxsbGxsbGxsbC49JGxsbGxsbGxsbGxsbCgkbGxsbGxsbGxbJGxsbGxsKytdXjB4MDcpO31ldmFsKCRsbGxsbGxsbGxsbCgiSkd4c2JHeHNiR3hzYkM0OUpHeHNiR3hzYkd4c2JHd3VKR3hzYkd4c2JHeHNiR3hzYkNnMk1Da3VJajhpT3c9PSIpKTtldmFsKCRsbGxsbGxsbGwpOw=="));return;?>

  18. #13
    ailang's Avatar
    ailang is offline Newbies
    Join Date
    Apr 2008
    Posts
    7
    Reputation
    10
    Thanks
    25
    Thanked 0 Times in 0 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    shitt..I put "nofollow" on the footer and the result is they asked about license. Because of that I can't open my blog.. I have no idea and finally I delete that theme...pfuihhh...3 hours useless

  19. #14
    dotcomdesigns's Avatar
    dotcomdesigns is offline Power Member
    Join Date
    May 2009
    Location
    UK
    Posts
    538
    Reputation
    199
    Thanks
    311
    Thanked 461 Times in 205 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    I'm trying to remove the footer too. There's an encrypted bit of base 64 code at the top of the header file. I've decoded it and this is the result:

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

    Any ideas what I need to remove to get the footer links out of newwpthemes? Removing die doesn't work, that would be too easy!

  20. #15
    CasinoJack is offline BANNED
    Join Date
    Jan 2009
    Age
    43
    Posts
    717
    Reputation
    79
    Thanks
    168
    Thanked 1,414 Times in 231 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    I posted a method today in another thread, plus further up I see one that would also work. Please read the entire thread.

  21. #16
    dotcomdesigns's Avatar
    dotcomdesigns is offline Power Member
    Join Date
    May 2009
    Location
    UK
    Posts
    538
    Reputation
    199
    Thanks
    311
    Thanked 461 Times in 205 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    I did read the entire thread, the one that says seems to work doesn't. I've looked into it further and the theme is encrypted in a lot more places since this thread started. For a start there are 3 lines encoded with base64 on the functions page too.

    I'll take a look at your earlier thread for further help thanks.

    BTW the Russian hackers have posted the getaround and fortunately for me the missus is Russian and will translate it for me later!

  22. #17
    dotcomdesigns's Avatar
    dotcomdesigns is offline Power Member
    Join Date
    May 2009
    Location
    UK
    Posts
    538
    Reputation
    199
    Thanks
    311
    Thanked 461 Times in 205 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    I had in fact read your earlier post but it doesn't work for this. I guess due to the fact they've encrypted more files within this theme.

  23. #18
    btw007's Avatar
    btw007 is offline Newbies
    Join Date
    Jan 2010
    Location
    US
    Posts
    6
    Reputation
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    This is some great help.

    I want to know if you place cookies in your WP footer will that keep sending a hit to the affiliate company each time a page is visited causing your traffic to be inflated and raising a flag to the company? Or would it be better to only place particular cookies on given pages?

  24. #19
    wpbacklinks's Avatar
    wpbacklinks is offline High PR Social Bookmarks!
    Join Date
    Mar 2010
    Location
    BHW inside
    Posts
    1,899
    Reputation
    302
    Thanks
    1,050
    Thanked 808 Times in 350 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    Other decoding tools will help :

    Code:
    http://www.tareeinternet.com/scripts/decrypt.php
    http://www.tareeinternet.com/scripts/byterun.php
    http://ottodestruct.com/decoder.php
    Need High Quality Social Bookmarks? PR1-PR8 Only!!

  25. #20
    qqqq9999 is offline Newbies
    Join Date
    May 2010
    Posts
    5
    Reputation
    8
    Thanks
    18
    Thanked 4 Times in 3 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    I was messing with a couple of that company themes. I kind of liked them. A lto of functionality and nice looks. Just do not want any sh1t not realted, espacially links. Nothing worked. I said f.ck it. There is enough of free cleanable themes.

  26. #21
    gahoachma's Avatar
    gahoachma is offline Junior Member
    Join Date
    Dec 2009
    Posts
    126
    Reputation
    11
    Thanks
    27
    Thanked 21 Times in 12 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    That theme isn't worth all of the work that you're all putting into it.. Delete. Find another or. Pay someone to make another.

  27. #22
    sebestian is offline Newbies
    Join Date
    Jul 2010
    Posts
    5
    Reputation
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: How do I remove links from footer of this Wordpress theme?

    i am trying to remove links in Harmonika but not successful. Please show me exactly how to go about doing it. I am not a programmer

  28. #23
    jezhug's Avatar
    jezhug is offline Newbies
    Join Date
    Jan 2012
    Location
    Australia
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: How do I remove links from footer of this Wordpress theme?

    Hi guys, I found a work around that may help you.

    I just put a simple php loop around the links I wanted to hide as I found the encrypted code was all over the place.

    Code:
    <?php if (is_page('empty')) { ?>
    // LINKS

    Code:
    <?php } else { } ?>
    This means the links will only show on a page called "empty". Tip: don't have a page called empty!

    Hope it helps.

  29. The Following User Says Thank You to jezhug For This Useful Post:

    micasa001 (02-25-2012)

AdStract


Bear's Network

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75