Cool the avatars off a bit?
Moderator: TheMachine
-
- Star Farmer
- Posts: 262
- Joined: September 25, 2002, 6:36 pm
- Gender: Female
- Location: Pennsylvania
Cool the avatars off a bit?
I'm not one to say much usually, but the recent surge in questionable avatars has driven me to mention it. I mostly read VV from work and while there is not really any nudity to speak of, the avatars are really past the point of what I would call good taste.
I know they're fun to look at, but can you all contain the borderline-nws avatars to the appropriate forum?
Thanks!
I know they're fun to look at, but can you all contain the borderline-nws avatars to the appropriate forum?
Thanks!
- noel
- Super Poster!
- Posts: 10003
- Joined: August 22, 2002, 1:34 am
- Gender: Male
- Location: Calabasas, CA
Is this better Kindo? 
(this is only up as humor for the weekend for Kindo. If the rest of you don't like it, that's really too bad. It will be gone by Sunday night)

(this is only up as humor for the weekend for Kindo. If the rest of you don't like it, that's really too bad. It will be gone by Sunday night)
Last edited by noel on January 24, 2004, 4:29 am, edited 1 time in total.
Oh, my God; I care so little, I almost passed out.
- Sylvus
- Super Poster!
- Posts: 7033
- Joined: July 10, 2002, 11:10 am
- Gender: Male
- XBL Gamertag: mp72
- Location: A², MI
- Contact:
I've said it before and I'll keep saying it, http://www.ad-shield.com/. Download it, install it, right click ANY image you don't want to see on a particular computer again and add it to your block list. Voila, in the 3 seconds it takes you won't have to PM anyone to remove an avatar or sig or anything. I use it from work all the time and swear by it.
Don't think I'm not sympathetic to your pleas, but it really is the easiest way. If someone from your network team gives you shit or something for installing a program, tell them it's an ad/popup blocker... they really should have no problem letting you install it or installing it for you.
Don't think I'm not sympathetic to your pleas, but it really is the easiest way. If someone from your network team gives you shit or something for installing a program, tell them it's an ad/popup blocker... they really should have no problem letting you install it or installing it for you.
-
- Star Farmer
- Posts: 262
- Joined: September 25, 2002, 6:36 pm
- Gender: Female
- Location: Pennsylvania
Yummy Aran!
Sylvus, I'll give that a try, thank you. I'm sure I've seen you mention that before but had completely forgotten about it. I have a bit of an odd situation at work right now, I'm sharing my office and my PC with the guy I'm replacing, his last day is Feb. 13. As soon as the PC is reimaged I'll download and install.

Sylvus, I'll give that a try, thank you. I'm sure I've seen you mention that before but had completely forgotten about it. I have a bit of an odd situation at work right now, I'm sharing my office and my PC with the guy I'm replacing, his last day is Feb. 13. As soon as the PC is reimaged I'll download and install.
Yeah where I work we can't really install anything on our PCs. People should just realize and take into consideration that some people browse while at work on their breaks, etc. and pick a different avatar. Although I guess making everyone see some skanky chick with fake breasts feeling herself up gets them off somehow. Then sure.. Knock yourself out!
Have You Hugged An Iksar Today?
--
--
- Kwonryu DragonFist
- Super Poster!
- Posts: 5405
- Joined: July 12, 2002, 6:48 am
- Krimson Klaw
- Way too much time!
- Posts: 1976
- Joined: July 22, 2002, 1:00 pm
- noel
- Super Poster!
- Posts: 10003
- Joined: August 22, 2002, 1:34 am
- Gender: Male
- Location: Calabasas, CA
Acutally, there's something else you can do, that requires no software, and only a bit of work on your part. By modifying the HOSTS file that is on every windows machine (even the one you have at work) and pointing a URL to a loopback/private address, you can cause teh feared red X to appear.
The way it works is this Windows maintains a text file in c:\windows\system32\drivers\etc that does IP/hostname lookup. When windows needs to do a DNS query, it will first check the HOSTS file for an entry (this is faster), and use the entry in the hosts file if there is one. If not, it will as normal, perform a DNS query. Knowing this, you can fool windows by putting in a bad address for the hosting site of an offending avatar. The name of the file is HOSTS, and the contents look like the following:
Instead of doing a DNS query on a site, Windows will first check the hosts file to see if there's an entry for the site. If there is, it will use that address instead. So what you could do is create an entry to a loopback address or non-existent (perhaps private address space).
In the case of my avatar, it would be like:
127.0.0.1 halo14.home.mindspring.com # block Noel's pic!
The first part is the IP address you want the query to go to, and the second is the hostname of the offending avatar. The part after the # is just a comment.
What would happen at this point is that without any software installed, your browser would attempt to download the picture, but go to the loopback/private address, so you'd get a red X instead. This should definitely work, but as I just woke up, I might be forgetting something, so anyone who is more awake than me, please feel free to correct me.
Edit: Clarity
Edit2: I NEVER CONTRIBUTE ANYTNING TO THIS SITE!!!1!11
The way it works is this Windows maintains a text file in c:\windows\system32\drivers\etc that does IP/hostname lookup. When windows needs to do a DNS query, it will first check the HOSTS file for an entry (this is faster), and use the entry in the hosts file if there is one. If not, it will as normal, perform a DNS query. Knowing this, you can fool windows by putting in a bad address for the hosting site of an offending avatar. The name of the file is HOSTS, and the contents look like the following:
Code: Select all
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
In the case of my avatar, it would be like:
127.0.0.1 halo14.home.mindspring.com # block Noel's pic!
The first part is the IP address you want the query to go to, and the second is the hostname of the offending avatar. The part after the # is just a comment.
What would happen at this point is that without any software installed, your browser would attempt to download the picture, but go to the loopback/private address, so you'd get a red X instead. This should definitely work, but as I just woke up, I might be forgetting something, so anyone who is more awake than me, please feel free to correct me.
Edit: Clarity
Edit2: I NEVER CONTRIBUTE ANYTNING TO THIS SITE!!!1!11
Oh, my God; I care so little, I almost passed out.
- noel
- Super Poster!
- Posts: 10003
- Joined: August 22, 2002, 1:34 am
- Gender: Male
- Location: Calabasas, CA
Thanks, Zae. I totally forgot about that.
Colal: Yes, in a truly locked down environment, that's not an option, but I have worked on a large, number of networks across the country and I am of the opinion that the majority of users are local administrators. It's still worth a look if you can't install software, but can mod the hosts file.
Another less palatable option would be to turn off images in your browser. ><
Colal: Yes, in a truly locked down environment, that's not an option, but I have worked on a large, number of networks across the country and I am of the opinion that the majority of users are local administrators. It's still worth a look if you can't install software, but can mod the hosts file.

Another less palatable option would be to turn off images in your browser. ><
Oh, my God; I care so little, I almost passed out.
- Shashonna
- Star Farmer
- Posts: 268
- Joined: February 11, 2003, 1:06 pm
- Gender: Female
- XBL Gamertag: Shashonna
- Location: Louisville, Kentucky
- Contact:
most avatars seem ok to me. Just not liking my son coming in when I am reading and seeing the ones with the females grabbing their various body parts and then he going Whats that? hes only 3 Im not ready for that lil convo
hehe

Last edited by Shashonna on January 24, 2004, 5:50 pm, edited 1 time in total.
Shashonna Illumenada
Enchanter Extraordinaire!
Owner of the Snake Stick
Enchanter Extraordinaire!
Owner of the Snake Stick
If this were a plugin, it would install at work but in bigger corporations, there's usually pretty strict policies on what can be installed. I have to give sexual favors just to have a little app called Wordweb installed which is a mini dictionary/thesaurus.Sylvus wrote:I've said it before and I'll keep saying it, http://www.ad-shield.com/. Download it, install it, right click ANY image you don't want to see on a particular computer again and add it to your block list. Voila, in the 3 seconds it takes you won't have to PM anyone to remove an avatar or sig or anything. I use it from work all the time and swear by it.
Don't think I'm not sympathetic to your pleas, but it really is the easiest way. If someone from your network team gives you shit or something for installing a program, tell them it's an ad/popup blocker... they really should have no problem letting you install it or installing it for you.
So you should be more sympathetic : ) Popups are handled extremely well via googles free toolbar plugin. I'd recommend that to anyone needing an easy, free pop-up stopper.
http://toolbar.google.com/
Heaven forbid we have that as an option!Kguku wrote:or people could switch back to work safe avatarsAranuil wrote:Another less palatable option would be to turn off images in your browser. ><
Aranuil also forgot another option: Don't web browse at work. That will put a sopke in their wheel.
And yeah, I'm not a local admin on my PC at work. At home I don't care what people choose for their avatars.
Have You Hugged An Iksar Today?
--
--
- noel
- Super Poster!
- Posts: 10003
- Joined: August 22, 2002, 1:34 am
- Gender: Male
- Location: Calabasas, CA
Totally agree that people should be conscientious of other when choosing an avatar.Aslanna wrote:Heaven forbid we have that as an option!Kguku wrote:or people could switch back to work safe avatars
Aranuil also forgot another option: Don't web browse at work. That will put a sopke in their wheel.
And yeah, I'm not a local admin on my PC at work. At home I don't care what people choose for their avatars.
Should I just not attempt to help people anymore? I realize my option won't work for *everyone*, but it's completely viable, and relatively simple. Fuck.
Oh, my God; I care so little, I almost passed out.
Unfortunately I have to agree with the majority here...
Don't get me wrong, when i'm home I like the shaking boobs and all, but I can't even come to VV from work anymore b/c I'm afraid to open any threads and have the wrong person walk into my office and assume i'm surfing "porn sites".
And no... the laptop they give me for work does not give me local admin access - only user access, so I do not have any ability to do the aforementioned "fixes".
Don't get me wrong, when i'm home I like the shaking boobs and all, but I can't even come to VV from work anymore b/c I'm afraid to open any threads and have the wrong person walk into my office and assume i'm surfing "porn sites".
And no... the laptop they give me for work does not give me local admin access - only user access, so I do not have any ability to do the aforementioned "fixes".
What the fuck is wrong with you people? I can't believe you motherfuckers actually expect people to change their avatars so that you can get away with doing something you're not supposed to be doing in the first place. It is such a preposterous fucking notion, that people should refrain from expressing themselves freely so that others can get away with fraudulent behavior. It's down right fucking sickening to watch you people complain. If people's avatars are NWS, then guess what? This entire site is NfuckingWS. Clear and convincing evidence of this is the existence of this whine infested thread. Simply put: visit this site at YOUR risk, not at OUR expense.
p.s. sup gorr?
p.s. sup gorr?
I tell it like a true mackadelic.
Founder of Ixtlan - the SCUM of Veeshan.
Founder of Ixtlan - the SCUM of Veeshan.
Blah blah blah. How the fuck do you know what we're not supposed to be doing? Unless you happen to work at the same place I do and know for a fact their internet use policy is different you can STFU. My employeer is perfectly fine with me web browsing during my personal time (ie breaks, lunch, after my 8 hours are in) as long as it's not considered porn (along with a few other categories).Xyun wrote:What the fuck is wrong with you people? I can't believe you motherfuckers actually expect people to change their avatars so that you can get away with doing something you're not supposed to be doing in the first place. It is such a preposterous fucking notion, that people should refrain from expressing themselves freely so that others can get away with fraudulent behavior. It's down right fucking sickening to watch you people complain. If people's avatars are NWS, then guess what? This entire site is NfuckingWS. Clear and convincing evidence of this is the existence of this whine infested thread. Simply put: visit this site at YOUR risk, not at OUR expense.
p.s. sup gorr?
Fraudulent behavior indeed.
(Edit.. Typos own me)
Last edited by Aslanna on January 25, 2004, 11:17 am, edited 1 time in total.
Have You Hugged An Iksar Today?
--
--
You know.. it's a simple request, not something to put you out or something xyun...
Go take some ridilin and calm the fuck down.
That's fine with me if the entire site is not work safe, we're just bringing up the point that some people can't browse it like we would like too as not all "not work safe" stuff is in the right forum due to the avatars.
And no... I can look at whatever I want at work as long as it's not porn... however out of respect for women co-workers who I do not know very well (as any decent human being would) I do not view things that could potentially offend them for any reason.
Go take some ridilin and calm the fuck down.
That's fine with me if the entire site is not work safe, we're just bringing up the point that some people can't browse it like we would like too as not all "not work safe" stuff is in the right forum due to the avatars.
And no... I can look at whatever I want at work as long as it's not porn... however out of respect for women co-workers who I do not know very well (as any decent human being would) I do not view things that could potentially offend them for any reason.
It has nothing to do with the page itself. What people here are commenting on are the avatars. Thus the requests by numerous people on this thread. It's a simple request really which people are free to ignore if they so choose. It's not like we're spamming the mods to have them change them to something else. It's a matter of courtesy. But perhaps that notion may be a bit too hard for you to comprehend.Xyun wrote:Obviously if you're asking people to change their avatars so you can view the page, you're not supposed to be viewing the fucking page.How the fuck do you know what we're not supposed to be doing?
Have You Hugged An Iksar Today?
--
--
-
- Star Farmer
- Posts: 262
- Joined: September 25, 2002, 6:36 pm
- Gender: Female
- Location: Pennsylvania
Aslanna said it before me, but I will reiterate her point. During personal time (breaks, lunch, before work if by some miracle I'm early, after work hours if I'm waiting for some process to finish, ect) I can surf at my leisure and go to any site I wish, within reason of course. The avatars on this page have nothing to do (for the most part) with the content of this site. They are an added perk, added by the creators of this board, for a bit of personal expression. Did you see me throw a hissy fit and demand that anyone in particular change their avatar? Newp, I'm just asking that folks show a bit of common sense in the selection of them.
Now take your high horse and go get stoned or something.
Now take your high horse and go get stoned or something.
- Arborealus
- Way too much time!
- Posts: 3417
- Joined: September 21, 2002, 5:36 am
- Contact:
Errmm those are requests...the above is a whine...idiot...Xyun wrote:What the fuck is wrong with you people? I can't believe you motherfuckers actually expect people to change their avatars so that you can get away with doing something you're not supposed to be doing in the first place. It is such a preposterous fucking notion, that people should refrain from expressing themselves freely so that others can get away with fraudulent behavior. It's down right fucking sickening to watch you people complain. If people's avatars are NWS, then guess what? This entire site is NfuckingWS. Clear and convincing evidence of this is the existence of this whine infested thread. Simply put: visit this site at YOUR risk, not at OUR expense.
p.s. sup gorr?
You sir merit no further notice ad infinitum...
You're behaving more irrationally than usual.Xyun wrote:Obviously if you're asking people to change their avatars so you can view the page, you're not supposed to be viewing the fucking page.How the fuck do you know what we're not supposed to be doing?
We have a NWS forum on this site for questionable material. If you want to change that forum to pedophile and snuff film material and make the rest of the site porn then put it to a vote. Otherwise, this site works well with verbal abuse posted throughout the site and pr0n posted in a specific forum.
-
- Way too much time!
- Posts: 3876
- Joined: July 3, 2002, 1:59 pm
- Gender: Male
- XBL Gamertag: kimj0ngil
- Location: Ahwatukee, Arizona
- Contact:
is mine his favorite??Shashonna wrote:most avatars seem ok to me. Just not liking my son coming in when I am reading and seeing the ones with the females grabbing their various body parts and then he going Whats that? hes only 3 Im not ready for that lil convohehe

i've got a few more animated gifs waiting to be added to my collection as soon as i stop being lazy too!
myself
I used to read from work all the time. Now I don't at all. its not just the avatars that makes it risky for me, its some of the crap people flame each other with. Its not that I don't get kicks from it. I just don't wanna deal with a VP who may not understand what he is reading. Better to play it safe at home.
I however agree that some avatars/ sigs are to much for most company policies. Should just have a disable signiture/avatar option.
I however agree that some avatars/ sigs are to much for most company policies. Should just have a disable signiture/avatar option.
Xtacidia
Priest
Fires of Heaven
WoW
Priest
Fires of Heaven
WoW
Stragi's sigs = about a half meg. grats.
I guess the mods think it's cute. It is possible to be an asswipe and get your shits and giggles all for under 50kb if you apply your brain cell.
The mods need to realize some members are too stupid to to govern themselves. STFU button is ok but the text of the messages aren't the problem. Fucked up huge avatars, NWS avatars and huge sigs are.
I guess the mods think it's cute. It is possible to be an asswipe and get your shits and giggles all for under 50kb if you apply your brain cell.
The mods need to realize some members are too stupid to to govern themselves. STFU button is ok but the text of the messages aren't the problem. Fucked up huge avatars, NWS avatars and huge sigs are.