Y T Nuke  
Results 1 to 17 of 17
Is there a method to prevent visitors from checking/seeing your original html "Page Source" without ...
  1. #1
    black1411's Avatar
    black1411 is offline Junior Member
    Join Date
    Dec 2008
    Posts
    158
    Reputation
    13
    Thanks
    134
    Thanked 64 Times in 36 Posts

    Default Block Source Code

    Is there a method to prevent visitors from checking/seeing your original html "Page Source" without messing up your web page? I heard some encryption tools could maybe do it, any of u managed to done it before ?

  2. #2
    TermsB's Avatar
    TermsB is offline Senior Member
    Join Date
    May 2009
    Location
    USA
    Posts
    1,055
    Reputation
    121
    Thanks
    97
    Thanked 708 Times in 317 Posts

    Default Re: Block Source Code

    Blocking your source would raise MAJOR red flags to anyone that was reviewing your page.
    No Call CPA Network - bit.ly/ExR57 | Take Action

  3. #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: Block Source Code

    it depends on how badly someone wants to see it. most codes can be cracked ...
    _/_/_/_/
    _/TSP_/
    _/_/_/_/

  4. #4
    blackhatjamie is offline BANNED
    Join Date
    Sep 2007
    Location
    Florida
    Posts
    344
    Reputation
    17
    Thanks
    74
    Thanked 269 Times in 71 Posts

    Default Re: Block Source Code

    This might harm your rankings of your website. What you might want to look at doing is encrypting your source code, that way if one does look at it, it will all be encrypted.

  5. #5
    djedje70 is offline Regular Member
    Join Date
    Feb 2008
    Location
    none of ur fr#$%ing biz dude!!!
    Posts
    245
    Reputation
    17
    Thanks
    253
    Thanked 243 Times in 122 Posts

    Default Re: Block Source Code

    Or just redo everything in php or asp.

  6. #6
    gimme4free is offline Executive VIP
    Join Date
    Oct 2008
    Posts
    1,763
    Reputation
    245
    Thanks
    317
    Thanked 1,789 Times in 528 Posts

    Default Re: Block Source Code

    Add your code into an iframe. Make the file PHP, disallow direct access to the file. Only allow access to the file if the referrer is the page you are referring visitors to. This will block the user unless they use refspoof but I doubt that they would go that far.

  7. The Following User Says Thank You to gimme4free For This Useful Post:

    TheFounding (06-20-2009)

  8. #7
    stealthisblog is offline Jr. VIP
    Join Date
    May 2008
    Location
    New York City
    Posts
    291
    Reputation
    42
    Thanks
    85
    Thanked 231 Times in 96 Posts

    Default Re: Block Source Code

    Quote Originally Posted by gimme4free View Post
    Add your code into an iframe. Make the file PHP, disallow direct access to the file. Only allow access to the file if the referrer is the page you are referring visitors to. This will block the user unless they use refspoof but I doubt that they would go that far.
    That would be suicide for SEO. Google will find the link and go to it with a blank referer and see nothing. Source code is ALWAYS available to people if its html/js/css, so deal with it.

  9. #8
    stealthisblog is offline Jr. VIP
    Join Date
    May 2008
    Location
    New York City
    Posts
    291
    Reputation
    42
    Thanks
    85
    Thanked 231 Times in 96 Posts

    Default Re: Block Source Code

    That, too, will kill your SEO. Google wont understand the encryption.

  10. #9
    amber0855's Avatar
    amber0855 is offline Junior Member
    Join Date
    Feb 2009
    Posts
    196
    Reputation
    14
    Thanks
    21
    Thanked 100 Times in 43 Posts

    Default Re: Block Source Code

    You can use voormedia.com/en/tools

    There are a variety of html and JS encryption tools there.

    I would just take the part that you don't want them to see and encrypt it. Leave the rest normal. It still might hurt your seo though and it is only semi-secure. This method will stop 95% of the people that think they know what they are doing though.

    The other 5% are the motherfuckers

    Gimme4free's solution is the best posted here, but would suck for seo
    XRumer blasts, pm me

  11. #10
    Whisker's Avatar
    Whisker is offline BHW OG
    Join Date
    Dec 2007
    Posts
    784
    Reputation
    264
    Thanks
    222
    Thanked 827 Times in 337 Posts

    Default Re: Block Source Code

    Quote Originally Posted by stealthisblog View Post
    That, too, will kill your SEO. Google wont understand the encryption.
    Seo is not as important to some people as hiding the source in many cases so remember that before you think seo is everything. A lot of promotion does not require you to have seo friendly pages, nor would you even want your pages to get indexed for a lot of good reasons(use norobots.txt)

    To encrypt the code you can obfuscate the html, to hide by server side code(php) or smash everything down to the 4th power.

    Here is a simple html obfuscator
    http://www.voormedia.com/en/tools/ht...-scrambler.php

  12. #11
    zorba is offline Newbies
    Join Date
    Jun 2009
    Posts
    16
    Reputation
    10
    Thanks
    2
    Thanked 21 Times in 7 Posts

    Default Re: Block Source Code

    Basically, no, you can't. At least, not without consequences you don't want.

    You can use obfuscation tools to replace the page code with incomprehensible JavaScript that outputs the page code. You can also do stupid referrer tricks. But either has the following effects:

    1.) The site becomes outright invisible to search engines -- you will totally drop from every search engine result page. So if rely on search traffic at all, it'll totally dry up instantly.

    2.) People with unusual browsers, mobile devices, or JavaScript disabled won't be able to view your page, so you'll lose some customers, and their money.

    3.) The obfuscation will keep totally non-technical people from reading your code. But hell, they probably wouldn't understand the code anyway. Meanwhile, your obfuscation will keep someone like me busy for about 15 minutes (for a complex JS encryption system) or 15 seconds (for stupid referrer tricks or a crappy JS encryption system that just base64s the code and echoes it out) before I get the code anyway.

  13. #12
    amber0855's Avatar
    amber0855 is offline Junior Member
    Join Date
    Feb 2009
    Posts
    196
    Reputation
    14
    Thanks
    21
    Thanked 100 Times in 43 Posts

    Default Re: Block Source Code

    Zorba... JS obfuscation does not always destroy your seo

    Google "xrumer service" without the quotes and view page source on the top ranking site
    XRumer blasts, pm me

  14. #13
    Belexandor's Avatar
    Belexandor is offline Jr. VIP
    Join Date
    May 2008
    Location
    BHW.
    Posts
    199
    Reputation
    18
    Thanks
    257
    Thanked 190 Times in 121 Posts

    Default Re: Block Source Code

    It would be quite useful to be able to hide some of the things in your(my) source code from nosy AMs. I've been looking for a way to do it with joomla but haven't found it yet.

    Alas, for the moment I just have to stick that bit of .js in betwixt some tracking code and hope that they never look.

  15. #14
    zorba is offline Newbies
    Join Date
    Jun 2009
    Posts
    16
    Reputation
    10
    Thanks
    2
    Thanked 21 Times in 7 Posts

    Default Re: Block Source Code

    Not bad, amber0855 -- you're right, it's a fully obfuscated site at the top of the rankings for its keywords. It's sitting there based purely on the keyword value of the domain itself, plus backlinks (it's the only actively-SEO'd site for those keywords -- 371 backlinks, while all the other sites on page 1 have 0-2.) So I guess it would be more correct to say that JS obfuscation totally eliminates any on-page SEO, which normally counts for quite a lot. However, if your site has basically no competition (well, no intelligent competition -- nobody doing active SEO), then yeah, an obfuscated page can rank.

    On the other hand, time from when I loaded that "obfuscated" page to when I was looking at the source: 43 seconds. Yes, I looked at the clock.

  16. The Following User Says Thank You to zorba For This Useful Post:

    amber0855 (06-20-2009)

  17. #15
    black1411's Avatar
    black1411 is offline Junior Member
    Join Date
    Dec 2008
    Posts
    158
    Reputation
    13
    Thanks
    134
    Thanked 64 Times in 36 Posts

    Default Re: Block Source Code

    Quote Originally Posted by Hagiology View Post
    I don't understand why you would want your site to be encrypted.

    Maybe if you can tell us a little bit more we can help you?
    Yes, indeed i should , i'll try to disclose a little detail that i can. the reason i want to do it is actually to hide links. I'm not concerned if somebody want to "clone" my stuff, i just want to hide the links that come out of my scripts. Of course if i could do it without damaging SEO, it would be ideal.

    If you(anybody) could give some advice about this, would like a PM from you so i can disclose more details privately. So yea, to be more specific, it's for hiding specific links generated by scripts when somebody views the page source, not the entire page source. Maybe this will be more doable?
    Last edited by black1411; 06-20-2009 at 10:24 AM.

  18. #16
    zorba is offline Newbies
    Join Date
    Jun 2009
    Posts
    16
    Reputation
    10
    Thanks
    2
    Thanked 21 Times in 7 Posts

    Default Re: Block Source Code

    Oh, you just want to hide the links? That's much easier.

    Say you want to link to hxxp://sneakyaffiliatelink.com from your site, hxxp://myblackhatsite.com. First, create a folder on your site called something (like, say, /links). In there, create a PHP file with an ambiguous or innocuous name that contains this:

    <?php
    header('location: hxxp://sneakyaffiliatelink.com');
    ?>

    Say we call this /links/1.php. Now add a robots.txt in the root of your site that contains the following:

    user-agent: *
    disallow: /links/

    And finally, on your page, instead of making links to hxxp://sneakyaffiliatelink.com (the link you wanted to hide), you instead make links to hxxp://myblackhatsite.com/links/1.php. Presto, your links are hidden -- they look like links to your own site. As an added bonus, they are invisible to Google and other spiders (if this is undesirable -- you want Google to see them -- skip the robots.txt step. That step's only there to hide your links from spiders.)

    Of course, someone determined can still see the links by just clicking them and spying on the HTTP session with an HTTP debugger, so once again, this keeps non-technical people out but someone skilled will see through it in seconds. However, this is true of all obfuscation methods -- after all, for the link to work, the user's browser has to see it, and a skilled user can make his browser do anything he wants.

  19. #17
    black1411's Avatar
    black1411 is offline Junior Member
    Join Date
    Dec 2008
    Posts
    158
    Reputation
    13
    Thanks
    134
    Thanked 64 Times in 36 Posts

    Default Re: Block Source Code

    hey guys, thanks for the replies, i hope this thread shed some light for those that are looking to do the same thing, i'm sure this thread could be useful for people doing BH affiltate/cpa stuff.

    Anyway, i pmed some of u guys, as i need to discuss specifically what i am trying to do privately, so check ur pm if u could advice my specific angle on this. Thanks again everyone who give their replies to shed some light on this.

Dot Gov Backlinks Sale


Smarter Submit

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