• Resolved jvazjr

    (@jvazjr)


    i have a plugin called wpcopyright pro

    for some reason, there is a link at the bottom of my blog below the footer

    how can i remove this or move it inside my footer

    jvazjrsblog.com

Viewing 15 replies - 1 through 15 (of 20 total)
  • How to remove the text in the footer?
    Remove the footer text is easy, you just have to give us a $10 coffee here and then write to [email protected].

    This is the second one today that seems to violate the plugin rules on here:

    4.The plugin must not embed external links on the public site (like a “powered by” link) without explicitly asking the user’s permission.

    Thread Starter jvazjr

    (@jvazjr)

    i only want real answers

    Since that plugin uses a number of encoded strings I’d recommend using a different plugin.

    edit index.php of the plugin’s folder;

    at the end, find:

    eval(base64_decode('ZXZhbChiYXNlNjRfZGVjb2RlKCRpbmNfY3JwKSk7'));

    replace it with:
    add_action('admin_menu','config_copypro'); add_action('wp_head','copyrighthead');

    no guarantee –

    I can not seem to get an answer why if this plugin and also a plugin called: Wp-Directory-List (as I wrote in post: https://www.ads-software.com/support/topic/plugin-wp-directory-list-license-code-question
    why if the rule states having a link that one it is not allowed on here they are in fact allowed on here. I have several additional plugins I have not posted on here because they might violate rules. If the rules are not enforced or not important should I post my other plugins?

    You might want to report those plugins on the wp-hackers email list.

    What is the problem?
    this plug-in work fine…
    i dont understand what is the problem….

    From a user prospective the problem is garbage like the base_64_decoding stuff. Get rid of it please.

    MichaelH,the base_64 is only for copyright in the plug-in, this is only for this nothing more…
    is equal a base_64 on Themes for wordpress footer

    Thread Starter jvazjr

    (@jvazjr)

    @ MichaelH

    what plugin should i use?

    @afperea – No, the base_64 is to obfuscate the copyright. It’s intentional and should be fixed.

    This thread is a good example of why it should be fixed.

    @michaelh
    I followed your directions but notta. I also did a quick search and found other plugins on here with copyrights/payments embedded. Some encoded like this one and some not. I will have to rethink about my own plugins that I did not submit in the past on here because of the rule although I would never enocde anything. My others will remain as is.
    This means we can *ask* the author to remove it but that is all that can be done. If he wants to keep an encoded “Powered by” link then he can.
    Still do not agree with other plugins that don’t work and seem to simply drive (theft) traffic to their own website but seems that is allowed as well.

    MichaelH, Thanx for resolved my question, in the next version, i will edit this part, sorry for my english is very bad

    Thread Starter jvazjr

    (@jvazjr)

    but i want to protect my content so that no one can copy it

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘How can i remove this link or move it inside my footer?’ is closed to new replies.