Website Copy Protection

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #15) by Tyssen on Oct 4 2005, 11:17 PM. (Line Breaks Removed)
QUOTE(qwertyiscool @ Oct 2 2005, 01:25 AM)Wrighting the keywords is a good idea to have on any site, just write what your site is about, and hide it, who cares if someone comes along and highlights it and reads it...Search engines do. What you're describing - hiding keywords by making them the same colour as the background - is a technique that will get you blacklisted with search engi... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..

Website Copy Protection

kvarnerexpress
Hey people, thanks for the help in advance.

I notice that my competition refuses to put the time into their websites that I do and have been stealing my pages. Copying my web text is one thing, but I notice often times my entire page is stolen, from what looks like a 'Save Page As' deal. What can I do to protect myself from this web theft, or at least to make it harder.

I dont use any java, I use straight CSS on all my pages. Thanks.

kvarnerexpress

Reply

Tyssen
If it's a business site, sort out the copyright of your site legally (ie more than just putting © on your pages) and then if they continue to do it (because it's too late if they've already done it and you didn't have the necessary notices in place), stick your lawyers on them. A threatening letter usually will do the trick. Or maybe your local office of fair trading (if you have one where you are).
There are various things you can do to try and stop people stealing your code, but none of them are foolproof and in my opinion, you'll spend time & energy that could be better used elsewhere.

Reply

fffanatics
I totally agree. Copiers will always exist and there is no way to totally prevent against it. Like Tyssen said you can legally try to prevent it. The only other way i know of is to search google for code to prevent a right click and the view source option in IE. Those can be done easily but are not always very effective but atleast they are something

Reply

Hamtaro
There are other ways of viewing the source in IE (and other browsers) than just right clicking. However, things like disabling right clicking will help prevent stealing it. Also, I do believe I saw somewhere (not so sure where it was) a way of encoding your web pages using JavaScript (beware that those without JavaScript probally will not be able to view it if you decide to use it). Even by protecting it with JavaScript, there are still other ways (I don't know of any, but there's always a way to get around things). I think I found that code on the JavaScript Source (but it is possible that I didn't), which is at: http://javascript.internet.com/

Hope I helped you some (sorry that I couldn't remember exactly where that was..)

Reply

biscuitrat
Yes, but the right-click disabling is not only annoying but it can be easily avoided or bypassed. I just expect that those people who are stealing my code are learning from it, as I did in my ignorant youth, or are enjoying the fact that one day, I will find them and smite them. And they will never stray from their path of righteous web design again.

Reply

jlhaslip
As Biscuitrat says, viewing the source code is one thing, and an excellent way to learn, but copying it to re-use is another matter all together. There are copyright issues invovled. Particularly if they are selling the code. By all means get a Lawyer involved, even if it just to send them notification that you are aware of their activities.

On the other hand, I have been quite successful in approaching other authors to ask them to 'borrow' their code. I will not knowingly use another design without asking. Most authors will consent without much negotiation. There are lots of Open Source pages out there that are free, so why steal one?

As people get more experienced with their coding skills, they will be less likely to "steal" yours. IMHO, let them view your source. If they learn something from it, that's a good thing.

Reply

dogomchawi
What the others said already is definately true - you should, if it is a business or such related site, try to protect it legally.

It is a serious offense to copy site stuff like that. I don't know the fines involved but i know that stolen site artwork and stuff can create a lawsuit / fine that can run for 10's of thousand of dollars that the ripper has to pay back to the original owner.

There are entire sites devoted to preventing stuff like this - I would say that you should check em out and see either what they offer or what measures they reccomend. There is a site for pictures (ripperhunting.com) that makes it thier job to find people who do this kind of stuff.

good luck

Reply

Lozbo
Yes, i agree with that, as you can't learn everything in books, you must search pages to find out how they did it. And about copying and pasting it just like that i believe that at least they should post a "thanks to" note or something, i mean there are projects that take more time to develop and a lot of time and money for someone just stealing it, but like they say, you are never going to completely avoid it.

Reply

beeseven
QUOTE(Tyssen)
If it's a business site, sort out the copyright of your site legally (ie more than just putting © on your pages)


Actually under U.S. law a "©" has legal power, so stick one in there if you don't have one already (I think the preferred format is "© YEAR-YEAR AUTHOR"). If they continue just threaten to sue.

Reply

p_a
I made site for my students to use it thru exam process.

Tests are in few groups, every test has 15-45 questions.

First I used Javascript to have window over complete screen, without menus, toolbars, borders.

I excluded right mouse key.

Also, I disabled Ctrl and Alt keys.

I disabled printing the webpage.

I insert the code to recogniized if Internet Expolorer version 6 or above is installed, and what operating system is at the PC.

Few other things also I disabled, but, unfortunately Windows XP SP2 came and it disables fullscreen Javascript capability for sites not recognized as trusted.

Also, even I disabled Alt key, Alt+Tab still worked, and Ctrl-Alt-Delete still worked also. It seems to be two keyboard combinations are defined in Operating System lowlevel processes, and there is not an easy way to disable them.


Reply

Latest Entries

Tyssen
QUOTE(qwertyiscool @ Oct 2 2005, 01:25 AM)
Wrighting the keywords is a good idea to have on any site, just write what your site is about, and hide it, who cares if someone comes along and highlights it and reads it...

Search engines do. rolleyes.gif What you're describing - hiding keywords by making them the same colour as the background - is a technique that will get you blacklisted with search engines.

Reply

galexcd
QUOTE(Lozbo @ Sep 30 2005, 11:58 PM)
I know there are sometimes things you dont want to get too much attention though...
How is that? like a swf that calls from beneath it another swf file or variables or something? Im not sure if i understood correctly and id like to know...thanks!
*



Yes, when you directly link to a flash file via html, anyone can just view the sorce, and find out the url that flash file is in. They can then download it, or even get the original .fla by decompiling it. dry.gif

To prevent this, you link hml to sorta the "empty shell" of the flash. You can have flash import functions from other swf files, and that does not show up in the decompiled fla, so they cant go hunting for that swf. You also should put all movie clips in separate swf's and then improt them.

All the code, and all the graphics should be in separate flash files, or just 1 file. Depending on what your style is.

I can't remember the coad right now on how to import external data like that, but i have a big book on flash, and ill look it up for you later. laugh.gif

Reply

galexcd
QUOTE(Tyssen @ Sep 30 2005, 11:27 PM)
Too lazy? Too smart more like it. You know why you hardly see any all-Flash sites around? It's not cos of the work involved, it's cos users just don't like them that much and search engines certainly don't.
*




If you can format your flash so it is not the stadard size, make it look like its the entire html page, but dont make it too flashy, just make it normal looking. What your user can't know wont hurt them.... rolleyes.gif

What I did on my site was make parts of it in flash. I made one swf file (this is where it gets cool), i made the text on it a variable, and i made the url it goes to another variable. Cheak it out here. Try changing the variables in the url. If you take them out, the text automatically says "ATP" hehe, then i can proove that i created it if anyone tryies to steal them. cool.gif

And, if you want them to work in search engines, you re-wright the keywords (in whatever color the background is) after the flash file.

Wrighting the keywords is a good idea to have on any site, just write what your site is about, and hide it, who cares if someone comes along and highlights it and reads it...

Reply

Lozbo
QUOTE(qwertyiscool @ Sep 30 2005, 11:44 PM)
i HATE the sites that dissable right click it does not help at all and it is extreamly annoying if i want to do some stuff with images...
*


Yeah i dislike them too, its really annoying. Like if you are showing off your page, it means you are showing off your info, it means you actually DO WANT people to know about it, so maybe they want to copy and paste the dates or times of the event or whatever, or maybe they want it printed, so you cannot censore all becouse of thieves... they will always find a way.

I know there are sometimes things you dont want to get too much attention though...

QUOTE(qwertyiscool @ Sep 30 2005, 11:44 PM)
the only way people can get your coad is by using a flash decompiler, and to get the people who do, just have the flash load from an external flash file, that way nobody can steal your code...
*


How is that? like a swf that calls from beneath it another swf file or variables or something? Im not sure if i understood correctly and id like to know...thanks!

Reply

Tyssen
QUOTE(qwertyiscool @ Oct 1 2005, 03:44 PM)
Too lazy to redo your enite site in flash?  well,  sorry, then you will have to deal with the theives.

Too lazy? Too smart more like it. You know why you hardly see any all-Flash sites around? It's not cos of the work involved, it's cos users just don't like them that much and search engines certainly don't.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2
Recent Queries:-
  1. energy eripuit probatus id usu - 458.90 hr back. (1)
Similar Topics

Keywords : website, copy, protection

  1. Review Innosia.com
    please review my website, this site is currently in trial and testing (6)
  2. Sphere Online Judge (spoj)
    Programming Challenge Website (0)
    Here's an interesting website for you all: SPOJ Basically this website is a test of your
    programming skills. This is similar to some other websites, such as Project Euler , but
    different... The website poses thousands of different programming problems which you must solve.
    Here's an example problem: QUOTE It's easy to know that
    arctan(1/2)+arctan(1/3)=arctan(1). The problem is, to some fixed number A, you have to write a
    program to calculate the minimum sum B+C. A, B and C are all positive integers and satisfy the
    equation below: arctan(1/A)=arctan(....
  3. Free Web Hosting: (bk2070) [screened] [approved]
    Free Website: <bk2070> (2)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Trap17. Please find my application
    below. Your Registered Domain Name or Desired Trap17 Subdomain Name: bk2070 Account
    Username: bk2070 Introduction: I like basketball, eating, playing sports, and
    hanging out. Email Address: basil newageads org Age: 18 Country
    Where I Live: United states My Websites Theme: General Chit Chat Reas....
  4. Desamarai
    Please review my roleplaying website! <3333 (2)
    I'm still working on it, I just don't want have to do it all and then everybody hates it and
    then I have to change it. ): So, I'd like some feedback, and of course, if you want to join,
    that'd be awesome. (; The website is called Desamarai. It is a medieval fantasy roleplaying
    website, I've tried to make it as interesting as possible, yet have a plot that is easy to
    grasp. So tell me what you think and BE AS HARSH AS POSSIBLE. Also, if you can give me a good link
    for an Invisionfree skin site that would be nice. I can make my own skin but I haven'....
  5. Web Design Help
    I need help designing my website homepage if possible? (3)
    Hey Trap17 Users! /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
    alt="smile.gif" /> I'd like to get some help from experienced Trap members, to help me get my
    homepage of Central-Gaming design page up. /smile.gif" style="vertical-align:middle" emoid=":)"
    border="0" alt="smile.gif" /> If possible, I'd like to have the following used: HTML PHP
    Maybe some jscript Also, what I'm trying to do is create a homepage (A good homepage) for
    Central-Gaming. (My site). /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0"
    alt="big....
  6. Copy A File And Rename It With Increment If Exist
    in VBScript (5)
    Hi all. I want to make a VBScript wich does the following: Copy a file like test.txt if test.txt
    already exists then name it test1.txt and so on until i have xxx number of files. If someone could
    help me or post a script I would be happy xD Thanks, ....
  7. Professional Website Solutions By Scorpius Designs
    (0)
    Hi folks, you may or may not know that i am a website coder by night, fisherman by day. I am
    teaming up with an excellent designer i met at college and we aim to provide custom, professional
    and exclusive website solutions under the name of Scorpius Designs. At the moment its a two man
    team, im the coder and he is the designer. We are based in the south east of the UK and currently
    work from our respective homes. Primarily we specialize in building custom websites from scratch, no
    copying and pasting here! We take on the project from the initial thought of "Damn ....
  8. Kindly Review My Website
    this is free seo classifieds website (3)
    Hello everyone, hope you're not too busy to review my website. I just create a new website.
    This is classified ads website which is for seo purpose. I need review from you on how to improve
    this site so it will benefit everyone. Here is the address http://classifieds.net84.net any
    suggestions and comments would be appreciated. Thanks....
  9. Website On A Cd
    (3)
    I've got an assignment which is to do an electronic press kit. I have decided to do a website
    (for the moment) My only problem is submitting it. The lecturer wants it submited on a cd. Now
    I've thought about it a number of ways: 1. Doing the pages and having them done one PDF file
    and linking within the file (not what I really want to do 2. Having the website and burning it CD,
    but having it still work as it does on a webserver 3. just doing it as something else, such as a
    keynote/powerpoint presentation. 4. Do it all in iWeb and just take it across, providing t....
  10. My Website For Ps
    Review? (2)
    Well, guys. This is my PS website: http://www.ldv007.cn/ If you use IE, it'll show you a
    webpage base on JS. If you use firefox or other browser, it'll show you a webpage base on flash.....
  11. Which Mail For My Website?
    Which is better yahoomail or hotmail (9)
    Straight to the issue --> My php-mysql website is in final stages and would be replacing my
    current html website anytime soon. I have a contact form which uses send mail. Now I was wondering
    which one is better yahoo or hotmail (gmails is not webmaster friendly. What i like in these two are
    the blocking feature by ip name and domain name (I really want to keep my spam box clean and tidy).
    But Hotmail has this feature "mark it safe" or not. which can accomplish the same task more easily
    when checking mails. The only thing gmail lacks is this, otherwise it is superb. ....
  12. Best Way To Make Money From Your Website?
    (15)
    I'd like to start a website that offers a free service, yet in order to keep this service going
    I will need a small income...any ideas? I know about adsense and whatnot but I would like something
    more.....
  13. Has Anyone Designed A Website For A Wow Guild?
    (2)
    I belong to a WOW guild and we're considering a website for our members. Has anyone any
    experience designing and running such a site? For a start, we're only interested in a basic
    website for our members so we can show member character stats, announce raids and have a forum so we
    can all leave messages for each other and discuss strategy and levelling tips. I know there are
    templates available and I'm wondering if it would be just as easy to use one of the premade
    templates rather than create a site from scratch. Any comments would be greatly appreciated ....
  14. Build A Website
    (13)
    Anyone know which is the best software to make a website with great features and ease. i want to
    make a cool website so please help me. thanx....
  15. How Long Does It Take For Google To Index Your Website?
    (17)
    Hey guys. I just sent my url to google and i was wondering if anyone had any experience with how
    long it takes to actually be entered into their system and crawled for content? Let me know,
    thanks.....
  16. How To Make A Website ?
    I want help please. (11)
    Ok i have made my own forum. Its cool and looks like its going to go places. Anyway i wanted to add
    a website and other pages to this. So i can have my forum through my website. I need some info on
    it please. What is the best way to work this out ? Im quite new to all this but learning all the
    time. I just need someone kind to help me or point me in the right direction. Also can you please
    let me know if its a bad idea to have a website and a forum. Or to just stick with the forum.
    Thanks Chris... ....
  17. Review My Website
    www.nehsnews.co.nr (6)
    Hey, new here to trap17.com and am currently hosted by them. I have created this new student based
    interactive news website for my school. Check it out and tell me what you guys think.
    http://nehsnews.trap17.com ....
  18. Help Creating A Profile Website
    how do i make a profile website (14)
    Ok this is my idea: I am making a website about anime. Its function is add anime, review anime,
    search anime, anime information. Users can make a profile. People can make a profile which they can
    edit to theire likes with html to give it a fancy look.(this is what my problem is about) What i
    would like to know is how can i accomplish this. I already have the database for the anime titles
    etc ready, the only thing that needs to be done is the profile section. If you have any tutorial,
    tip or guide i would really really appriciate it. Thx in advance. ....
  19. I Need A Review On My Website
    Review me please (19)
    I need people to review the website i made for my dad. It was my dad's business's website.
    Tell me what you all think about it. Ive only been programming for a year so i think its good for
    only a year, but my opinion doesn't matter. So tell me what ya think. LINK ....
  20. Getting Sponsors?
    ...how to sucesfully ask someone to sponsor your website.. (13)
    Hi guys! Before i start writing, i want to apologize to moderators if this is a wrong board!
    /blush.gif" style="vertical-align:middle" emoid=":blush:" border="0" alt="blush.gif" /> Today, I
    want to discuss a one important thing that is a huge step for everyone who has a website..
    Experienced users who are running portals with a lots of members will know what i am talking about..
    In webmaster`s life there is a point where he needs to decide what to do with his site! Is
    he going to continue with development of a website and drive more users to his site....
  21. Adding Your Website To Google
    How to register with google (25)
    Hi everyone. Hopefully here im going to tell you how to register yourself with the Google search
    engine and get yourself in their results. Ill start the tutorial assuming you already have Meta
    tags or other search engine optimisation techniques in place. This tutorial is solely about
    registering with google. At one time i thought simply using meta tags etcetera would get you listed
    in Google, i then found out that didnt work, so i wondered why, and the fruits of my labour are what
    will go into this tutorial. the first step is to get a google account, this will get y....
  22. What Are The Steps To Making A Website?
    (19)
    what are some steps to making a website? im doing a project and i need like 5-7, but id ont know
    waht to put. ....
  23. Runescape 2 Website
    (60)
    Can someone please give me a link to the runescape 2 website. I want to play runescape 2 but, I
    don't know the website and if you know the runescape 2 website then, please please please tell
    meeeeeeeeeeeeeeeeeeeeee. I tried to find the runescape 2 website everyday but, I didn't. I'm
    still searching for it, No answer yet. -Smartking790- ....
  24. Innovative Login System
    A new way to login to a website (20)
    Hi, I came across this website www.planmylifestyle.com which offers an innovative login system. In
    the traditional login system, a user is asked to enter a username and password besides many other
    personal information. In this website, to register the site creates an ID file that the user can
    download to the local hard drive. After registration, to login to the website, the user has to
    simply upload the registered ID file (browser and select ID file from local hard drive) and click on
    the Login Button. The user is then taken to the website which seems to be a searc....
  25. Cashfiesta.com! Surf For Cash!
    I recommend this website. (13)
    Get cash now from cashfiesta.com If anyone has a problem with website like how it might be a scam
    website for surfing the webpages. Please let us know what you think because i seriously got a check
    for $150.00 for clicking 49 times on the surfing bar.....
  26. How Do I Make A Website
    (21)
    Well, I don't think this is the right place to ask tis question but I need help. I have no idea
    on how to make a website and I'm so confused. Please help! Moving from Tutorials to Web
    designing discussion ....
  27. Help With Installing Sims 2
    previous copy uninstalled for new installation (9)
    Hey everyone. I've gone without the Sims 2 for a while now and I just went out and spent
    $50 for another copy of it. Well I uninstalled my other copy since I cracked the first disk of
    it and I couldn't get a no-cd patch to work. Then I installed my new copy and when I put the
    first disk in, it starts up but after that nothing happens and the Sims 2 white screen that pops up
    disapears. And when I open up Task Manager, Sims2.exe just drops off the list, and when I press the
    Sims 2 icon on my desktop, the white screen comes up again and after that the infamous,....
  28. Excellent Free Website Templates
    (24)
    Site also includes 60 free logo templates, 63 free banner templates, 84 free newsletter templates,
    website arrows, abstract images, and much more. Fantastic resource...
    http://www.templatesbox.com/templates.htm ....
  29. One Website = Google Adsense + Adbrite
    (8)
    Guys, i just want to know is that can we put google adsense and adbrite ads on one website on same
    page?? also if we have both on one page does it effect?....
  30. Rate My Website
    On any scale you want :P (19)
    www.dngames.trap17.com Tell me what you think of it. Also, if you can be bothered, download
    one/both of the games and tell me what you think /biggrin.gif" style="vertical-align:middle"
    emoid=":D" border="0" alt="biggrin.gif" /> Looking foward to the replies I (won't /laugh.gif"
    style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" /> ) get /tongue.gif"
    style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> Edit: I've had a lot
    of feed back about the colour scheme, so I copied and pasted the whole thing, and changed th....

    1. Looking for website, copy, protection

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for website, copy, protection

*MORE FROM TRAP17.COM*
Similar
Review Innosia.com - please review my website, this site is currently in trial and testing
Sphere Online Judge (spoj) - Programming Challenge Website
Free Web Hosting: (bk2070) [screened] [approved] - Free Website: <bk2070>
Desamarai - Please review my roleplaying website! <3333
Web Design Help - I need help designing my website homepage if possible?
Copy A File And Rename It With Increment If Exist - in VBScript
Professional Website Solutions By Scorpius Designs
Kindly Review My Website - this is free seo classifieds website
Website On A Cd
My Website For Ps - Review?
Which Mail For My Website? - Which is better yahoomail or hotmail
Best Way To Make Money From Your Website?
Has Anyone Designed A Website For A Wow Guild?
Build A Website
How Long Does It Take For Google To Index Your Website?
How To Make A Website ? - I want help please.
Review My Website - www.nehsnews.co.nr
Help Creating A Profile Website - how do i make a profile website
I Need A Review On My Website - Review me please
Getting Sponsors? - ...how to sucesfully ask someone to sponsor your website..
Adding Your Website To Google - How to register with google
What Are The Steps To Making A Website?
Runescape 2 Website
Innovative Login System - A new way to login to a website
Cashfiesta.com! Surf For Cash! - I recommend this website.
How Do I Make A Website
Help With Installing Sims 2 - previous copy uninstalled for new installation
Excellent Free Website Templates
One Website = Google Adsense + Adbrite
Rate My Website - On any scale you want :P
advertisement



Website Copy Protection



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE