Is this Possible ?

Discussion in 'HTML & Website Design' started by SEOnWebDesigning, Sep 1, 2008.

  1. #1
    I am planning to provide some template for free.But I want to place some links on it.

    Any method to keep my links unchanged by others ?
     
    SEOnWebDesigning, Sep 1, 2008 IP
  2. garrettheel

    garrettheel Peon

    Messages:
    341
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Unlikely, unless you code them using javascript. Most people who are beginners - intermediate at html will look at it and think "oh crap, that looks scary - better leave it".
     
    garrettheel, Sep 1, 2008 IP
  3. garrettheel

    garrettheel Peon

    Messages:
    341
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Found the thing I was thinking of, it's called obfuscating. Here's an example of a html link:
    
    <a href="google.com">My Link</a>
    
    Code (markup):
    The same link obfuscated..
    
    <script language="JavaScript" type="text/javascript">
    var i,y,x="3c6120687265663d22676f6f676c652e636f6d223e4d79204c696e6b3c2f613e";y='';for(i=0;i<x.length;i+=2){y+=unescape('%'+x.substr(i,2));}document.write(y);
    </script>
    
    Code (markup):
    Here's a site that can do it:

    http://www.voormedia.com/en/tools/html-obfuscate-scrambler.php
     
    garrettheel, Sep 1, 2008 IP
  4. SEOnWebDesigning

    SEOnWebDesigning Banned

    Messages:
    270
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    This is encrypting.But will search engines crawl them ?
     
    SEOnWebDesigning, Sep 1, 2008 IP
  5. it career

    it career Notable Member

    Messages:
    3,562
    Likes Received:
    155
    Best Answers:
    0
    Trophy Points:
    270
    #5
    Search engine will not crawl , the person can remove javascript as well or else replace your url with their url, so the answer is no .
     
    it career, Sep 1, 2008 IP
  6. garrettheel

    garrettheel Peon

    Messages:
    341
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Well, there is no set way to permanently stop someone from removing your links. I just showed you a way to encrypt it for beginners
     
    garrettheel, Sep 1, 2008 IP
  7. SEOnWebDesigning

    SEOnWebDesigning Banned

    Messages:
    270
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    thats ok mate.I will try this one first.
     
    SEOnWebDesigning, Sep 1, 2008 IP
  8. Hyphen

    Hyphen Well-Known Member

    Messages:
    464
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    #8
    There is no way to prevent someone from modifying a source, so this isn't really possible.
     
    Hyphen, Sep 1, 2008 IP
  9. mysterylinks

    mysterylinks Banned

    Messages:
    316
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #9
    DO NOT USE JAVASCRIPT unless you want the link to not be read by Google.

    PHP is a much better alternative...
     
    mysterylinks, Sep 1, 2008 IP
  10. livingeek

    livingeek Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I have a template on my blog that requires you to keep the links in place. Tried simply deleting them and it broke the template and said site wouldn't load. I put them back and the site worked fine. Ended up having to hide them using CSS.

    I still haven't figured out how they did it, but it seems to be possible. But things can always be changed if the person knows what they are doing.
     
    livingeek, Sep 1, 2008 IP
  11. SEOnWebDesigning

    SEOnWebDesigning Banned

    Messages:
    270
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #11


    Is it WP Theme ?
    Then the coder may add additional code inorder to keep the link safe.
     
    SEOnWebDesigning, Sep 1, 2008 IP
  12. sjlogan88

    sjlogan88 Peon

    Messages:
    74
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #12
    how could you do this in PHP?
     
    sjlogan88, Sep 3, 2008 IP