Group's posts with tag: hotlinking

What are tags? You can give your posts a "tag", which is like a keyword. Tags help you find content which has something in common. You can assign as many tags as you wish to each post.
View posts by people in your network with tag hotlinking
Blog EntryTHEME IMAGES - WARNINGApr 4, '08 12:58 AM
by Linda for everyone
We have been repeatedly telling this over and over but for some reason, people aren't realizing this can happen.  So all we can do is put up this post, and then it's up to the THEME AUTHORS AND THEME USERS to do this correctly.

CSS codes that have image urls hosted ANYWHERE else, and not in the album here WITH the album's image property url IN the CSS, are subject to the images disappearing.  POOF.  GONE.  Both at the other site and your SITE here.



All of these off sites have a bandwidth limit. EVERY time that background or other image is viewed, it is HOTLINKED to that site and it draws on that limit.  When that limit is reached, no more image.  And there is NO retrieving until and if that image shows back up. 


So if you use a theme from this or any theme group and you don't HOST the image yourself, and change the image property urls, then this can and most likely will happen to you.

See the image above?  That's what your site will look like.  Every page.  For as long as it takes or until you change your theme.  Like the theme you are using? 

SAVE the images to your computer, host them in an album HERE at Multiply and change the image properties url to YOUR hosted image.

Need to know how to HOTLINK your images into your theme?

TUTORIAL HERE. and TUTORIAL HERE.




Blog EntryImage Property Url (Location) For HotlinkingMar 29, '08 2:46 PM
by Linda for everyone
Though this information is in several tutorials here, this is a common mistake made by so many when first learning to hotlink images here.  So here is a breakdown and tutorial about your images stored here on Multiply.

(Click on screenshots to enlarge)

1.  This is your image url (The url in the address of your browser when you open an image in an album)  This is NOT what you use for hotlinking.  This is only the address or url for that photo or image.  It's where you are when you open a photo.  (It's only a web address)






2. This is what you do to get TO the image PROPERTY url (also referred to as location since this is the location where your image is stored on Multiply's servers).  Right click on your image, and then click on properties.














3.  This is what you will right click, select all, and then COPY to paste in  your html hotlinking code.  This is the actual image property url (or location).  This is what you must have to put in your html or css when putting image url information there also.

For inserting images in replies, use this code:

< img src="IMAGE PROPERTY URL GOES HERE" >


Blog EntryChanging Header (or any background)Mar 23, '08 10:51 AM
by Luiz Felipe for everyone
For sure it's the most asked question, besides transparency (well, at least before Custom Color and Whiteout appear), so it's a quick answer:

1. You don't need to use CSS if you just want to add an image to your Header, simply use plain HTML to add an image in your Page Title. For more info, take a look at these tutorials about editing the Page Title and using images inside Multiply:


2. If you want more control and flexibility, and be able to change other theme images as well, simply look for the image you want to change in the CSS. In this post you can find all the CSS for the base themes:

with a plus that the images URL are links so you just have to click on them to see what image it is. Then you copy that block to your Custom CSS and change the image URL to the one that points to the image you want to use instead.

Didn't get it? Let's look at an example. One of the most popular themes is Avlack because it has a very simple layout so it's easy to find what you want to change. Its CSS is here:

and you can see that its header is set in this block:
div.owner_nav {
border: none;
margin: 0 auto;
margin-top: 20px;
height: 310px;
height: 130px;
width: 760px;
border: 10px solid #fff;
border-bottom: none;
padding: 113px 0 0 0;
background: url(http://images.multiply.com/multiply/style/avlack/top.png) no-repeat top left;
background-color: #fff;
background-position: 0 -10px;
}


You can then copy it to the end of your Custom CSS (or edit the block if you are doing a full theme customization as explained here) and change the image URL, something like this:

div.owner_nav {
border: none;
margin: 0 auto;
margin-top: 20px;
height: 310px;
height: 130px;
width: 760px;
border: 10px solid #fff;
border-bottom: none;
padding: 113px 0 0 0;
background: url(IMAGE_URL) no-repeat top left;
background-color: #fff;
background-position: 0 -10px;
}

Actually the only code you need is the one that sets the background image, so you can use just this:
div.owner_nav {
background: url(IMAGE_URL) no-repeat top left;
}

If you need to change other parameters, simply add them to the CSS block, like this:
div.owner_nav {
background: url(IMAGE_URL) repeat-x top left;
background-color: #000;
background-position: 0 0;
}


For info about hosting images on Multiply and hot-linking them, see:

and for generic CSS/background tips:


Always remember that every CSS block (selector) must have a starting "{" and a closing "}". Always double-check for errors.


Have fun!

Attachment: phpinfo.php

Blog EntryHotlinking and Bandwidth Theft SimplifiedMar 17, '08 1:55 PM
by Linda for everyone
Hotlinking and Bandwidth Theft Simplified


Bandwidth refers to the amount of data transferred from a web site to a user's computer.  When you view a web page, you are using that site's bandwidth to display the files.  Since web hosts charge based on the amount of data transferred, bandwidth is an issue.  If a site is over its monthly bandwidth, it's billed for the extra data or taken offline.



Laymans terms:

Copying and pasting ANY graphic from ANY site other than your own is hotlinking and bandwidth theft unless you have permission from the site owner and creator to do so.

When you copy and paste someone's images from another site to your page, you are using their bandwidth...this means you are costing someone money!  If their bandwidth is exceeded, not only will they have to pay more for their images to show up in the future on their own site---but you will start seeing red x's or "image not found" messages wherever you have copied and pasted the image.  And we have all seen that here at Multiply.  Usually though because someone has hosted somewhere else, and then used the image here.  (That's why I always recommend hosting your Multiply images at Multiply and then that doesn't happen)

What can happen to you if you hotlink??  Most websites do NOT allow hotlinking (again they are paying for that space) And they do have several options to take action against you.  They can tell where their image is being displayed, and by whom and take action accordingly.  If I was paying for a site and the bandwidth, and I found someone was intentionally hotlinking my images without permission, the first thing I would do is delete the image they hotlinked--put a new image with the exact same
file name with a message..that way everywhere they copied and pasted the image--they would see that message and NOT the image they planned on.  If you were expecting a particular image to show in your post or page, and it actually does at first...  and then later on before you realize it, a different image appeared that included the words "image stolen - shame on me" ,you would think twice about doing it again, right?

I have seen this on someone's page here on Multiply!  And a lot of other people saw it before the Multiply user did and got it off there.  lol (Sorry, but it WAS funny and I knew what happened) Though the intent was not malicious, the results were the same.  The person just didn't know!  They just copy and pasted an entire page that included an image without realizing...  you can't do that without permission!!

Hotlinking and bandwidth theft is NEVER the right thing to do...NEVER.  If you see an image on a site that you want, first make sure the site is giving you permission to snag the images--and secondly, save it to your computer FIRST.  Then YOU host it in an album, here or other image hosting site that you are a member of and use it from there.


How can you tell if an image has been hotlinked??  Yes, even you can tell!
You can right click on any image and hit Properties..and that gives you the HTTP address of where the image is hosted.

In the case of Multiply photos that are shared, its may be a little trickier to tell if its been copied and pasted, but the same thing applies.  Right click, properties and if the image ends in the same letters/numbers as the original image--then its been hotlinked.

So please don't hotlink to my images without permission - or instead of the image you think you are using, you just might see this later in it's place....  LOL SAVE the image to your computer first and host it yourself!

There are exceptions to the rule of bandwidth theft though.  If I hotlink (with permission of course) by copying and pasting something that includes an image from a Multiply page TO a Multiply page, then I'm not stealing your bandwidth nor costing Multiply extra money.  I'm still hotlinking, (with permission) but I'm not stealing bandwidth.  Because it's all within the same Service.  However, if they pull their image, then my pasted image disappears also.  I'd rather take the extra step to keep my content's appearance!

NOTE: Multiply currently allows photos to be hosted on Multiply and used on other sites.  They do however, mark or watermark these photos with the Multiply logo.

(This is a repost of a post I did at usersupport .)


Multiply.Design
Join this Group!RSS FeedHelp on RSS FeedsAdd to My Yahoo
Report Abuse
© 2008 Multiply, Inc.    About · Blog · Terms · Privacy · Corp Info · Contact Us · Help

Template design - Copyright © 2005 Sam Royama All rights reserved.