Webforumz's RSS FeedRSS Webforumz RegistrationRegister Contact Webforumz StaffContact

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.


 Subscribe in a reader

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

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Aug 2nd, 2006, 23: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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old Aug 3rd, 2006, 00:06
SuperMember

SuperMember
Join Date: Nov 2005
Location: here
Age: 27
Posts: 1,535
Thanks: 1
Thanked 11 Times in 11 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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Aug 3rd, 2006, 00:31
Junior Member
Join Date: May 2006
Location: ON, Canada
Age: 24
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
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/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Aug 3rd, 2006, 02: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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Aug 3rd, 2006, 09: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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Aug 3rd, 2006, 14:39
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
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.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Aug 3rd, 2006 at 15:24.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Aug 3rd, 2006, 17: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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
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 15:07
Wierd domain problems Ross Webforumz Cafe 5 Aug 4th, 2007 19:48
Great in IE7, wierd lines in FF dangergeek Web Page Design 19 Mar 1st, 2007 13:53
the first website im kinda proud of........ bruno89 Webforumz Cafe 12 Jan 28th, 2007 12:29
i need a free web designer 4 a kinda simple site bruno89 Job Opportunities 1 Feb 23rd, 2006 20:29


All times are GMT. The time now is 19:36.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8