Free Stickers

Don Von Alpha Dom
by Don Von Alpha Dom · 322 posts
16 years ago in IMVU Lounge
Posted 16 years ago · Author
Why should you buy stickers when you can always steal the links and add them them to your page with code?

Tutorial:

01) choose a person who you wish to steal a sticker from
I choose Styl: http://avatars.imvu.com/Styl

02) choose a sticker on their page you wish to steal.
I choose style's "T" sticker.
Image

03) run your mouse over the sticker, till "buy sticker" pops up
Image

04) place your mouse over "buy sticker" till it turns blue
Image

05) right click on "buy sticker" and choose properties
Image

06) copy the number down at the end of the URL
Image
Example: 6301885

07) exit properties

08) right click on the hp of the person you are stealing from and click "view source"
Image

09) something like this should popup:
Image

10) Type CTRL + F to bring up the Find
Image

11) Type in the number we copied earlier into the find and click "Find URL"
Image

12) The page should have jumped to a URL containing the number you copied

13) Copy the URL

14) Place the URL into this code:

---

Code
<div style="position:absolute; left:80px; padding:0px; top:80px; width:250px; height:180px; overflow:auto backgroundcolor='transparent'"></br>
<img src=' INSERT IMAGE URL HERE '></br>
</div>


---

15) Add the code to your HP and refresh the page. You should now have the sticker, FREE!

Tip:

mizuki2000 wrote:
Well i all glad that i found that blog post by Don Von person :D HoWEVER it wasn't how i expected <.<".... The way how Von show's it is understandable but i know something a bit easier than that.


- DOWNLOAD the "GOOGLE CHROME PROGRAM"



here's the site:
http://www.google.com/chrome/


- Once you download it, a page will open from it

- type the website of that person you're stealing the sticker from on top of that page

- "right click" on the page and click "INSPECT ELEMENTS"

- at the bottom of the google chrome page the "HTML" of the page will show

- point at the sticker (click on image if needed) and a highlighted section will be shown on the bottom of the HTML section

- point mouse on the highlighted html section and right click

- click" copy HTML"

- now paste it on your profile
Last edited by Don Von Alpha Dom on Mon Dec 28, 2009 12:26 am, edited 3 times in total.
Posted 16 years ago
The free sticker video is awsome, but after watching it I wanted to move the pictures and edited so code to just do that. Then I thought how many other people would like that code so here it is for those of you who don't know any HTML/CSS.

---

<div style="position:absolute; left:80px; padding:0px; top:80px; width:250px; height:180px; overflow:auto backgroundcolor='transparent'"></br>
<img src=' INSERT IMAGE LINK HERE '></br>
</div>

---


To move the image around simply edit these values
left:#px
top:#px
change # to say... 300 and it moves it 300 pixels to the right (when imputed after left:) or 300 pixels down (when imputed after top:), will probably take you a minute or two of messing around with it to get it where you want it. You can input negative values as well.
As for where to tag it on, well you can put it in any of the boxes that you can add your own html/css, BUT the positioning will be based from there. So posting the same positioning code in two different boxes will result in different picture locations.

One last note: to edit the box size for larger/smaller pictures change the
width:#px
height:#px
so that # is slightly large than the image's height or width.
Last edited by Atthew99 on Tue Feb 13, 2018 10:03 pm, edited 1 time in total.
Posted 16 years ago
i found somewhere but can't remember where how you can make a false "buy sticker" thingie which appears when you have your mouse over the image. does anyone here know how to do that?
Posted 16 years ago
Omg this code totally rocks...I mean you can put anywhere any image!!
Tnkss
Posted 16 years ago
Ahh... the sweet squeals of delight... and another win for simple HTML/CSS code, and more eyes opened to the sight of another IMVU way to scam you of your credits and the path around it.
I do believe we've made headway here. XD
Oh... and thanks for pointing that out. That is my original intent for the code, but I forgot to mention that in my post... oh well.
Heres a little more info. Go to <a href='http://www.photobucket.com'>photobucket</a> and make an account there. They give you something like 10 gbs worth of storage space for your images, URLs (links) for your images, and a 26 gbs of monthly bandwidth (total of how much your pictures can be viewed with file size taking up more or less of the bandwidth). So go ahead, start putting your favorite pictures on there and link them to your IMVU site as stickers.
NOTE: Infringing any art copyrights is... well... against the law... anyways, just proceed at your own risk there. Though... if you're worried about that then why are you even here? Well I've been on there for years and I have yet to loose an account.
Posted 15 years ago
Good Job Atthew 99, you make my eyes rolling :roll: rolling in a good side :razz: . The only thing is missing is the yellow tag when you put your mouse over it. It should be a hyper link to the product "buy sticker". I can't remember how these yellow tags are called in html, long time making websites from scratch haha :lol: Other than that, this is amazing. Only this small detail is needed for the sticker to not anyone to notice it is a "fake" Or is other way people will think it is in fake even with that? Yeah, maybe hacking your account and finding that the stickers were html code.
Posted 15 years ago · Author
The "buy this sticker" code is ID sensitive, if you do not enter your ID with the sticker's ID into the ULR...you will not get credit for the assisted sale. I will try to make a tutorial on this asap.
Posted 15 years ago
8mapz wrote:
Good Job Atthew 99, you make my eyes rolling :roll: rolling in a good side :razz: . The only thing is missing is the yellow tag when you put your mouse over it. It should be a hyper link to the product "buy sticker".


Code
<a href="yourlinkhere" title="buy sticker"><img src="imagelinkhere" border="0"></a>


I tested it now and it works. As the link for buying the sticker goes... well, i wrote the links for my product page there :D
Posted 15 years ago
Miruka wrote:
8mapz wrote:
Good Job Atthew 99, you make my eyes rolling :roll: rolling in a good side :razz: . The only thing is missing is the yellow tag when you put your mouse over it. It should be a hyper link to the product "buy sticker".


Code
<a href="yourlinkhere" title="buy sticker"><img src="imagelinkhere" border="0"></a>


I tested it now and it works. As the link for buying the sticker goes... well, i wrote the links for my product page there :D


I don't know but my official zodiac sticker I have has the dimensions that are smaller from the default of the html code above. Plus it stays on a specific location wherever your mouse is located on the sticker. Plus the color of the tag is yellow. I never wanted to be picky but when we try to make forgery items, they have to be perfect as the original.

And it should the button to the hyper link should exist only when we are on the tag, not on the sticker.

This is a starting point. However, we need a lot more of code than this to make a forgery sticker that will not be noticed, and be perfect.

Well anyways, you gave me the answer :razz: So thats the code for the yellow tag. Super cool ;)
Posted 15 years ago
On the other hand, here is a good excuse for others believing us that we bought our sticker. Stating that we use this code
Code
<script type="text/javascript">
var copiedfrom='www.imvucodes.net';
function stickerInfoShow(ev) { }
</script>


You can put this code wherever you want in your IMVU. This removes the "buy sticker" tag on all stickers. Worked perfectly for my Zodiac sticker that IMVU offered me. Problem solved :)

Credit goes to imvucodes.net where I found the code. Please thank them and see more of that codes that the site has to offer.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT
Select a forum Protection     Help & Support     Introductions     Mafia News     IMVU News General Discussion     IMVU Lounge        IMVU Series / Roleplaying        Social Games     Mafia Market     Mafia Tools        Premium IMVU Tools        Off Topic Tools     Off Topic     Contests Creator Corner     Graphics Design        Photoshop        GIMP     Basic Creator Help     Catalog And Product Showcase     3D Meshing        3Ds Max        Sketchup        Blender Gangsters with Connections     White Hat Activities        Google Hacking        Trackers Programming Corner     Coding        Python        .Net (C#, VB, etc)        Flash        JAVA        Autoit        Batch        HTML & CSS        Javascript        PHP        Other        IMVU Homepage Codes           General           About me Panel           Messages Panel           Special Someone Panel           Visitors Panel           New Products Panel           Rankings Panel           Wishlist Panel           My Badges Panel           Outfits Panel           Url Panel           Groups Panel           Slideshow Panel           My Room Panel           Sandbox panel           Layouts     Help & Requests Free Credits     Approved Methods     Submit Methods Free Money     Approved Methods     Submit Methods Adult Corner     Get Mafia AP Here     AP Lounge        AP Social Games        Casual Dating Tips     IMVU Slave Market & Escorts