473,799 Members | 3,017 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Protect links

Hi!

I want to maintain a large file link list (to legal files, by the way
:-)). The links should be protected from "grabbing", though.

Is it possible to make the browser download a link without making the
link itself public? Passing through the data is not an option due to
legal issues in Germany, not mentioning the traffic.

Thanks for your ideas and best regards,
Martin
Jan 18 '08
16 2581
On 1/18/2008 4:17 AM, Martin Schneider wrote [in part]:
I want to provide links to, for example, rare drivers. I cannot host
them myself as I don't have the copyright holder's permission (yet). So
I want to link to them.

Later, if the project is accepted by the community, I may sell banners
or something.
Actually, rehosting someone else's Web content -- even with permission
from the owner -- is often a poor idea.

Content is often updated. If you rehost, then you must update the
content yourself, which requires monitoring the originals.

If you merely link to the other Web pages, you automatically provide the
updates when the links are visited. Then, the only updates you must do
involves ensuring that the links are still valid. If the links are no
longer valid, it's quite possible that the content itself was
problematical.

--
David Ross
<http://www.rossde.com/>

Have you been using Netscape and now feel abandoned by AOL?
Then use SeaMonkey. Go to <http://www.seamonkey-project.org/>.
Jan 18 '08 #11
Jukka K. Korpela schrieb:
You have now wasted a total of several hours of people's time spent in
reading this thread and trying to understand what you are trying to do
and even helping you there.

In a word, the idea is absurd. Make your living some other way.
I asked for a technical advice, not for your consent to my business
model. So if you don't want to give any, that's perfectly fine.

Best regards,
Martin
Jan 18 '08 #12
Jukka K. Korpela schrieb:
>In a word, the idea is absurd. Make your living some other way.
Martin Schneider <ma************ **@illusion-factory.dewrote :
I asked for a technical advice, not for your consent to my business
model. So if you don't want to give any, that's perfectly fine.
That looks like very sound technical advice to me.

See also http://www.htmlhelp.com/faq/html/publish.html#hide-url
--
Darin McGrew, mc****@stanford alumni.org, http://www.rahul.net/mcgrew/
Web Design Group, da***@htmlhelp. com, http://www.HTMLHelp.com/

"I've cut this board three times, and it's still too short!"
Jan 19 '08 #13
Martin Schneider wrote:
Is it possible to make the browser download a link without making the
link itself public?
No, but you can hide your links from simple observation by using
something like:

<A HREF=http://www.playboy.com onClick="locati on.href='actual
location';retur n false">You cannot see where this goes</A>

Most browsers won't display where that link will actually take you. You
have to put something in place of 'actual location', of course.

You can even encode the 'actual location' so that the browser ends up at
the right place but casual observation of the HTML source won't tell you
much.

Of course, people without JavaScript enabled will end up at Playboy
instead of where you wanted them to go. Or on our Intranet you end up in
"Intranet Jail" because the DNS server blows the whistle on anyone
foolish enough to attempt to get to one of the "naughty sites".

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
Jan 20 '08 #14
Sun, 20 Jan 2008 07:19:01 +0000 from Steve Swift
<St***********@ gmail.com>:
No, but you can hide your links from simple observation by using
something like:

<A HREF=http://www.playboy.com onClick="locati on.href='actual
location';retur n false">You cannot see where this goes</A>

Most browsers won't display where that link will actually take you.
And many won't be able to use that link.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you
Jan 20 '08 #15
Stan Brown wrote:
And many won't be able to use that link.
Many? I think it will affect only people with JavaScript disabled, and
whilst the numbers might be quite large in absolute terms, as a
percentage this is minuscule (at least on the pages where I bothered to
record statistics). Whilst I understand the motive for disabling
Javascript, you can't get far without encountering problems these days,
if you do.

I would guess that fewer than 1% of the people who use browsers even
know how to disable JavaScript. And I'm basing my estimates on my usual
target audience - a very large technical/commercial company, whose
employees should be significantly more savvy than the average.

I've heard of tribes whose counting systems have only three numbers:
one, two, many :-)

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
Jan 21 '08 #16
Jukka K. Korpela wrote:
Quite a wild guesser you are, aren't you?
Indeed so, but in 15 or so years of running a webserver with a target
audience of a few hundred thousand users, I've never had one mention of
things that didn't work with JavaScript disabled, despite there being
places (admittedly few) where this was the case. It's called experience.

I would bet that you expect the sun to come up tomorrow based on a
comparable level of experience.
So what did you intend to achieve by creating a JavaScript-only page or
a JavaScript-only pseudo-link, for example?
I gave the OP the closest answer to the stated request. My solution hid
the URL's from more potential users than any of the other posts. I'm
rather pleased with my efforts and am at peace. I hope you are too, but
I worry that you may not be.

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
Jan 21 '08 #17

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
8907
by: LarryM | last post by:
Hi, NB, not to stop capturing the single displayed Image, but to stop downloading the entire image directory. (In my Website you will do a search, and get some thumbnails, and these can be enlarged one by one). This topic seems to be frequent. Some says that you under no circumstances can protect your images, others seem to have preventing solutions.
10
7138
by: Doc | last post by:
I keep reading about various websites being hacked into and wonder, how is this done? Not for any nefarious reasons, but to take measures to protect mine. Apparently this has been done to some high profile sites that you would think would have good security in place. In fact, if memory serves, wasn't one of Microsoft's site hacked? Since you have to put in a password to get into the server, obviously there's some other way to do it. How...
5
2390
by: Geir Baardsen | last post by:
Hi! I wonder if anybody can help with the following: I need to password-protect tables in MyBackEnd.DB, which is placed in the same folder as the MyFrontEnd.DB Now I've tried the KB_209953 article in the microsoft knowledge-base, and I also looked up the module example in the developer 2000 edition.
4
1495
by: Fabio | last post by:
Hi all, How can I protect my .net code from Reverse engineering??? Please, any help will be useful. Thanks in advance, Fabio
2
1086
by: Dino Buljubasic | last post by:
Hi, My application is extensivelly querying a remote server. Somebody sniffing the traffic could eventually find out all important information such as passwords (from users in datatables as sell as the password and user name used in connectiong string to that server. How can I protect my self from this? Thank you
3
1493
by: zeeway | last post by:
hi,every one! I have an urgent question. My codes need to be published now,but I learn programs produced with .net are very easy to be reverse-engineered. Could anyone give me some sugguestions to protect my c# codes? Crespo 2006-06-15
4
326
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - How do I protect my javascript code? ----------------------------------------------------------------------- In the main, you can't as your code is distributed in source form and is easily readable. With JScript, there is the Script Encoder (see MSDN), but this is nothing more than obfuscation. Disabling the right mouse button also does nothing to protect...
8
1988
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - How can I protect a webpage in javascript? ----------------------------------------------------------------------- In practice you can't. While you could create a suitable encryption system with a password in the page, the level of support you need to do this means it's always simpler to do it server-side. Anything that "protects" a page other than the...
22
5833
by: teejayem | last post by:
Hi, I am new to programming with databases and was wanting some help. Is there any way to password protect an access database and access sent sql commands to it via vb.net code? Any help would be much appreciated. Thanks in advanced.
0
10473
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10249
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10219
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10025
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9068
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7563
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5461
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4138
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2937
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.