Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
how to protect ur website from copywrites
Old 01-25-2004, 05:06 PM how to protect ur website from copywrites
Arfan's Avatar
Ultra Talker

Posts: 280
Trades: 0
Hi
how do u make ur website from not useing a right click if u go 2 this website and enter. go into the games link and wen u right click a message *** up "dont even think about it"

Click here

aslo is there a way to protect from using the edit button in i.e toolbar and edit with frontpage. i seen these option quite a few time in sum good website
Arfan is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-26-2004, 09:38 PM
ACJavascript's Avatar
Humble Mod

Posts: 548
Location: CT, USA
Trades: 0
You can use this scritp for your no right click submited to my site acjavascripts.com by DON!

-----------
<script language="javascript">

<!--

//Don Santiago

//senor_santi@yahoo.com

//No right clicks

function disable_enable(){

//if the surfer is using IE 4 or above

if (document.all){

if (document.accessform.accesstext.disabled==true)

document.accessform.accesstext.disabled=false

else

document.accessform.accesstext.disabled=true

}

}

if (window.Event)

document.captureEvents(Event.MOUSEUP);

function nocontextmenu()

{

event.cancelBubble = true

event.returnValue = false;

return false;

}

function norightclick(e)

{

if (window.Event)

{

if (e.which == 2 || e.which == 3)

return false;

}

else

if (event.button == 2 || event.button == 3)

{

event.cancelBubble = true

event.returnValue = false;

return false;

}

}

document.oncontextmenu = nocontextmenu;

document.onmousedown = norightclick;

//-->

</script>
-----------
__________________

Please login or register to view this content. Registration is FREE
- 100 Satisfied Customers - Custom Programming and Web Development
ACJavascript is offline
Reply With Quote
View Public Profile Visit ACJavascript's homepage!
 
Old 02-01-2004, 11:22 PM
Novice Talker

Posts: 10
Trades: 0
I don't know why you would bother. If someone wants your code, all they have to do is save the page and look at it in notepad. Is this not correct?
teenlife.org.uk is offline
Reply With Quote
View Public Profile
 
Old 02-02-2004, 10:04 AM
Arfan's Avatar
Ultra Talker

Posts: 280
Trades: 0
True but then if u go to hotmail
http://www.hotmail.com
u cant even save the website or edit it
__________________

Please login or register to view this content. Registration is FREE


For all your Flash work email me on

Please login or register to view this content. Registration is FREE
Arfan is offline
Reply With Quote
View Public Profile
 
Old 02-02-2004, 10:26 AM
techwench's Avatar
Code Monkey

Posts: 1,449
Name: Danalyn
Location: Dallas, TX
Trades: 0
Quote:
Originally posted by Arfan
True but then if u go to hotmail
http://www.hotmail.com
u cant even save the website or edit it
Here's the source for Hotmail.
Attached Files
File Type: txt hotmail.txt (16.9 KB, 10 views)
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
techwench is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to how to protect ur website from copywrites
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.21288 seconds with 13 queries