This is kinda wierd

This is a discussion on "This is kinda wierd" within the Web Page Design section. This forum, and the thread "This is kinda wierd are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 2nd, 2006, 22:07
Junior Member
Join Date: Aug 2006
Location: Milwaukee
Age: 25
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
This is kinda wierd

But. i have been designing website for like, 2 weeks now..lol...yes not that long, but im a designer. so its not that hard, i have the basic Html down, and i can fly threw dreamweaver, considering that i started Webdesign by actually typing the Html.

any way. whats going on is im creating my self a web page off of my site

www.Theunhiphop.com kinda like how i did www.haterscapital.theunhiphop.com

the problom is i am looking for acode that can prevent right clicking on my pages, Or. prevent my music from bieng stolen.

anyone have any help or can guid me the right way
Reply With Quote

  #2 (permalink)  
Old Aug 2nd, 2006, 23:06
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,295
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 Posts
Re: This is kinda wierd

Code: Select all
<!-- TWO STEPS TO INSTALL NO RIGHT CLICK:
  1.  Copy the coding into the HEAD of your HTML document
  2.  Add the last code into the BODY of your HTML document  -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript1.1">
<!-- Original:  Martin Webb (martin@irt.org) -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("Sorry, you do not have permission to right click.");
return false;
}
return true;
}
document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
//  End -->
</script>
</HEAD>
<!-- STEP TWO: Copy this code into the BODY of your HTML document  -->
<BODY>
<center>[ Try right-clicking the image and then the text link below ]
<p>
<img src="http://javascript.internet.com/img/tjsbutton.gif">
<p>
<a href="<A href="http://javascript.internet.com">Text">http://javascript.internet.com">Text Link</a>
<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="<A href="http://javascriptsource.com">The">http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>
<!-- Script Size:  1.57 KB -->
not that is does alot of good, you can still press edit then copy
__________________
My Recipe forum...don't click here
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
Reply With Quote
  #3 (permalink)  
Old Aug 2nd, 2006, 23:31
Junior Member
Join Date: May 2006
Location: ON, Canada
Age: 24
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to ukit
Re: This is kinda wierd

The only way that I can think of to avoid people from stealing your mp3 files is by making a Flash mp3 player or maybe try to find some.

Like this one

http://www.jeroenwijering.com/?item=Flash_MP3_Player

Hope it helps.


---------------------
http://www.x-jhed.net/
Reply With Quote
  #4 (permalink)  
Old Aug 3rd, 2006, 01:11
Junior Member
Join Date: Aug 2006
Location: Milwaukee
Age: 25
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Re: This is kinda wierd

Man that is Great!!! exactly what im looking for!!!!

i look up sum software to that locks your webpage from right clicking, i might look into that also, thansk guys!
Reply With Quote
  #5 (permalink)  
Old Aug 3rd, 2006, 08:19
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: This is kinda wierd

Anyone with a Flash decompiler will be able to decompile your Flash movie and withdraw anything they want from the file extremely easily.
Reply With Quote
  #6 (permalink)  
Old Aug 3rd, 2006, 13:39
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,761
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: This is kinda wierd

Yes but most people will not have that or even know about it. But yes if someone wants your content/files bad enough they will get them regardless of your measures to prevent it. Another issue is a lot of users rely on the right click for functionality which someone else mentioned in a different post. So you need to decide on that issue as well.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Aug 3rd, 2006 at 14:24.
Reply With Quote
  #7 (permalink)  
Old Aug 3rd, 2006, 16:33
Junior Member
Join Date: Aug 2006
Location: Milwaukee
Age: 25
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Re: This is kinda wierd

a flash player would be kewel. i found one but i cant seem to get it to work right, i dunno why
Reply With Quote
Reply

Tags
kinda, wierd

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wierd al video alexgeek Webforumz Cafe 0 Oct 14th, 2007 14:07
Wierd domain problems Ross Webforumz Cafe 5 Aug 4th, 2007 18:48
Great in IE7, wierd lines in FF dangergeek Web Page Design 19 Mar 1st, 2007 12:53
the first website im kinda proud of........ bruno89 Webforumz Cafe 12 Jan 28th, 2007 11:29
i need a free web designer 4 a kinda simple site bruno89 Job Opportunities 1 Feb 23rd, 2006 19:29


All times are GMT. The time now is 23:34.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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