aware on stealing an content

  • Unknown's avatar

    paste this code on ur wordpress.com website….or in the widget text so any ppl can avoid posers(the ppl who is trying to steal an content that was originally and maked for your website)

    <head>

    <script language=”JavaScript”> <!–
    // No rightclick script v.2.5
    // (c) 1998 barts1000
    // (email visible only to moderators and staff)
    // Don’t delete this header!

    var message=”Sorry, that function is disabled.nnContents & Graphics Copyright ©your namenOur work is not Public Domain, and should NOT be taken from this site.”; // Message for the alert box

    // Don’t edit below!

    function click(e) {
    if (document.all) {
    if (event.button == 2) {
    alert(message);
    return false;
    }
    }
    if (document.layers) {
    if (e.which == 3) {
    alert(message);
    return false;
    }
    }
    }
    if (document.layers) {
    document.captureEvents(Event.MOUSEDOWN);
    }
    document.onmousedown=click;
    // –> </script>

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Won’t work here – WordPress.COM does not allow script files for security reasons.

  • Unknown's avatar

    @edmundlawrence
    This technical support forum has been provided for members to ask questions about how to use WordPress.com software and for Volunteers who know that answers to answer them. You do not seem to be clear on the support forum’s use and also do not seem to be clear on the differences between free blogs being free hosted on this multi-user blogging platform and free standing wordpress.ORG installs which run on different software. Please read this support documentation entry > http://support.wordpress.com/com-vs-org/

  • Unknown's avatar

    The solution to copyright violation isn’t security violation.

  • The topic ‘aware on stealing an content’ is closed to new replies.