Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 05-12-2003, 12:33 AM   #1 (permalink)
Phaedrus
Registered User
 
Phaedrus's Avatar
 
Join Date: Feb 2003
Posts: 41
Phaedrus is on a distinguished road
Send a message via ICQ to Phaedrus
Embedding and Hotlinking from Freehosts

Hi. I was hoping that you HTML buffs could help me. The title is self Explainatory. I heard it was possible, somehow, using HTML to hotlink to freehosts. By embedding the image in the Webpage or something.

Can someone please tell me how?

Thnx
Phaedrus is offline   Reply With Quote
Old 05-12-2003, 06:12 AM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,470
sde is on a distinguished road
i don't understand what "hotlinking" and "freehosts" is .. could you give an example .. and if freehosts is a company , maybe a link?
__________________
Mike
sde is offline   Reply With Quote
Old 05-12-2003, 08:04 PM   #3 (permalink)
Epsilon
Regular Contributor
 
Epsilon's Avatar
 
Join Date: Mar 2003
Location: Las Vegas, NV
Posts: 127
Epsilon is on a distinguished road
I think "freehosts" would refer to free web hosts such as Angelfire, Geocities, etc., and "hotlinking" (???) maybe means just linking to an image with an IMG tag.

Most free hosts disable your ability to upload images on their server and then link to the images from other sites, thereby bypassing the ad pop-ups (the free host's only source of revenue), effectively stealing their bandwidth and damaging their business.

No, I will not tell you how to do it.

Why not just pay five bucks a month for a basic web hosting account somewhere and not have to worry about it?
__________________
--Epsilon--
Epsilon is offline   Reply With Quote
Old 05-13-2003, 07:19 AM   #4 (permalink)
Phaedrus
Registered User
 
Phaedrus's Avatar
 
Join Date: Feb 2003
Posts: 41
Phaedrus is on a distinguished road
Send a message via ICQ to Phaedrus
Woah Man, Harsh.

FYI, I dont have a credit card. So how can i pay?
I just wanted to post images on forums. I could put a link but its somewhat cumbersome.

I registered with a freehost (a general term) because im not sure if my ISP actually provides Webspace, im sure they do but i cant find any info on their site about it. So i cant use any of that.
And how many ppl actually click ads on freehosts? Most ppl have pop-up stoppers and can block banner ads. MY Firewall has this option. So its mostly a moot point isnt it?
Phaedrus is offline   Reply With Quote
Old 05-13-2003, 07:29 AM   #5 (permalink)
Phaedrus
Registered User
 
Phaedrus's Avatar
 
Join Date: Feb 2003
Posts: 41
Phaedrus is on a distinguished road
Send a message via ICQ to Phaedrus
And to widen the scope a bit.
You shouldnt suppress Info just because it has dubias use.
Hacking is illegal, but you cant outlaw knowing about computer security.

Could you at least tell me what this means. What is embedding in PAges? I am curious.
Phaedrus is offline   Reply With Quote
Old 05-13-2003, 11:42 AM   #6 (permalink)
Epsilon
Regular Contributor
 
Epsilon's Avatar
 
Join Date: Mar 2003
Location: Las Vegas, NV
Posts: 127
Epsilon is on a distinguished road
Quote:
Originally posted by Phaedrus
Woah Man, Harsh.

FYI, I dont have a credit card. So how can i pay?
I just wanted to post images on forums. I could put a link but its somewhat cumbersome.

I registered with a freehost (a general term) because im not sure if my ISP actually provides Webspace, im sure they do but i cant find any info on their site about it. So i cant use any of that.
And how many ppl actually click ads on freehosts? Most ppl have pop-up stoppers and can block banner ads. MY Firewall has this option. So its mostly a moot point isnt it?
The major free hosts get paid per ad impression, not per click, so the number of people who click is irrelevant. I don't mean to say you have bad intentions, but look at it from their point of view. If they allowed people to do this it could costs them truckloads of money in bandwidth, but they get no revenue for it.

However, there is a solution. I would recommend you check into a free image hosting service, rather than a free web site hosting service. I did a Google search:
http://www.google.com/search?sourcei...+image+hosting
and there are several good ones out there who specialize in this sort of thing and allow linking from outside sites. Then you don't have to figure out how to circumvent security. This is your best option.
__________________
--Epsilon--
Epsilon is offline   Reply With Quote
Old 05-13-2003, 01:21 PM   #7 (permalink)
abc123
bloomberg
 
abc123's Avatar
 
Join Date: Jun 2002
Location: bloomberg
Posts: 263
abc123 is on a distinguished road
Send a message via AIM to abc123 Send a message via Yahoo to abc123
well those hosts just check for the referrer right? to use images

so you need to make your clients HTTP_REFERRER the page that the images are on

say "http://abc.org"

perhaps the solution would be to create an iframe that redirects to this location after the page loads, but have it hidden, then any future contacts with abc.org (image requests) may pass

but even if that did work i imagine you may get the popups' that come with it, but there might be a way around it

not sure

oh well.
__________________
-- bloomberg.
abc123 is offline   Reply With Quote
Old 05-13-2003, 02:26 PM   #8 (permalink)
Epsilon
Regular Contributor
 
Epsilon's Avatar
 
Join Date: Mar 2003
Location: Las Vegas, NV
Posts: 127
Epsilon is on a distinguished road
Quote:
Originally posted by abc123
well those hosts just check for the referrer right? to use images

so you need to make your clients HTTP_REFERRER the page that the images are on

say "http://abc.org"

perhaps the solution would be to create an iframe that redirects to this location after the page loads, but have it hidden, then any future contacts with abc.org (image requests) may pass

but even if that did work i imagine you may get the popups' that come with it, but there might be a way around it

not sure

oh well.
A legit possibility if it was allowed, but I don't know of any decent BBS software that allows you to insert an IFRAME in your comments. That would be a massive security oversight. Not in the sense that it relates to the stealing of bandwidth from freehosts, but allowing IFRAME tags in your BBS can introduce a multitude of problems from hackers, crackers, and script kiddies. Not a good idea, and I've never seen any BBS software in wide use that allows it.
__________________
--Epsilon--
Epsilon is offline   Reply With Quote
Old 05-13-2003, 02:48 PM   #9 (permalink)
abc123
bloomberg
 
abc123's Avatar
 
Join Date: Jun 2002
Location: bloomberg
Posts: 263
abc123 is on a distinguished road
Send a message via AIM to abc123 Send a message via Yahoo to abc123
oh, i didn't read that it was for a forum.


on a totally unrelated matter i've always liked this trick

www.codenewbie.com

it may set the referrer to be the lower address

maybe, idon't have time to test it.
__________________
-- bloomberg.
abc123 is offline   Reply With Quote
Old 05-13-2003, 02:56 PM   #10 (permalink)
Admin
$_['Your_Mom'];
 
Admin's Avatar
 
Join Date: May 2002
Location: Santee
Posts: 627
Admin is on a distinguished road
dude, just sign up for a cheap hosting account.

borrow your moms (haha) credit card.
__________________


Urban Clothing
Admin is offline   Reply With Quote
Old 05-13-2003, 02:59 PM   #11 (permalink)
Admin
$_['Your_Mom'];
 
Admin's Avatar
 
Join Date: May 2002
Location: Santee
Posts: 627
Admin is on a distinguished road


i like doing that to people who steal my images.
__________________


Urban Clothing
Admin is offline   Reply With Quote
Old 05-14-2003, 08:24 PM   #12 (permalink)
Phaedrus
Registered User
 
Phaedrus's Avatar
 
Join Date: Feb 2003
Posts: 41
Phaedrus is on a distinguished road
Send a message via ICQ to Phaedrus
Mummy has no credit card either.

But any way thnx to both of you.

I'll check that out epsilon.
Phaedrus is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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



All times are GMT -8. The time now is 07:35 PM.


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





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting