Closed Thread Icon

Preserved Topic: How can i save images as text file? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=15993" title="Pages that link to Preserved Topic: How can i save images as text file? (Page 1 of 1)" rel="nofollow" >Preserved Topic: How can i save images as text file? <span class="small">(Page 1 of 1)</span>\

 
PixelHazard
Obsessive-Compulsive (I) Inmate

From: Tampa, FL USA
Insane since: Mar 2001

posted posted 05-28-2001 01:05

Ok, i seen this somewhere before, most likely on this forum. How can i use .txt or any other extensions for my images on a webpage.
Do i change the extension on the file on my computer and in the .html code? Because i tried that and it didn't work...

Thanks
EvilEgg

Steve
Maniac (V) Inmate

From: Boston, MA, USA
Insane since: Apr 2000

posted posted 05-28-2001 05:02

Explain to me slowly what you want to do, and why??

If you really have some need to save a bitmap image as a text file, have you tried opening it in a text editor and then doing a "save-as"?

I'm tellin' you - I have accidentally looked at photos as text. You know how they say "a picture is worth a thousand words"? Well it's almost literally true here - it sure takes a whole lotta ASCII characters to represent even a modestly sized photo!!

linear
Paranoid (IV) Inmate

From: other places
Insane since: Mar 2001

posted posted 05-28-2001 05:06

I bet he's talking about the trick to keep folks from scabbing your images.

It doesn't really work.

WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted posted 05-28-2001 05:12

I would think he would be referring to saving the image as text into a database.

You can use PHP or PERL of a multitude of other languages to create graphics on the fly, which would be another way of saving graphics as text.

I would say look at the way a picture is represented as ASCII by opening the picture in a word document. It is a lot of text as stated above, and I can honestly say I can not make heads or tails of it, probabally because it is in actuality a binary based format not ascii... so it would get a bit difficult.

I don't have information for you here, but if you tell us more of why you would want to do this, we could help give you an answer as to how you should do it.

JakeB
Paranoid (IV) Inmate

From: us
Insane since: Oct 2000

posted posted 05-28-2001 05:55

i think what he means is to just rename his files as mypic.txt and then use <img src="mypic.txt"> then if your not using ie it might(or maybe not) try to save as text file instead of a picture.

twItch^
Maniac (V) Mad Scientist

From: the west wing
Insane since: Aug 2000

posted posted 05-28-2001 06:03

ASCII!!!

~cough~


s t e p h e n

PixelHazard
Obsessive-Compulsive (I) Inmate

From: Tampa, FL USA
Insane since: Mar 2001

posted posted 05-28-2001 07:12

what i meant was where it keeps people from taking your image of the website, a friend of mine has a photo gallery, and people keep stealing his images........

Does it only work in IE or does it work in netscape too?

EvilEgg
"Just saw the movie "Perl Harbor", here is a hint.....don't buy the super size coke. Other then that, the movie is very good"



[This message has been edited by PixelHazard (edited 05-28-2001).]

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 05-28-2001 07:35

As said above, that method doesn't really work (IE will save image correctly, for example)...



[This message has been edited by mr.maX (edited 05-28-2001).]

silence
Maniac (V) Inmate

From: soon to be "the land down under"
Insane since: Jan 2001

posted posted 05-28-2001 07:41

There was a post on this before, and the general consensus was that there is no way to stop people from taking your image. None. I tried the same thing myself a while ago and I came up with that because there was no I could think of that I couldn't defeat myself.

The image renaming thing used to work when a browser would save a file with whatever extension it originally came with. Now, newer browsers parse the file header for the proper extension so that method is not going to work. Also, if worst comes to worst, you can always screen capture the desktop and you'll have access to the image anyway, no matter what protections it has on it.

Basically, if you put an image on the internet, people will have access to it. It's democracy to the extreme

[peer]
Bipolar (III) Inmate

From: Ottawa, Ontario, Canada
Insane since: Apr 2000

posted posted 05-28-2001 13:10

If you're really p-oed about people stealing your images, you could slice them up into 16x16 parts and stick them into a table... No one will take that much time and effort to steal your image, and if they do, they mustlike your work a lot.

--brokensig of [peer]--

silence
Maniac (V) Inmate

From: soon to be "the land down under"
Insane since: Jan 2001

posted posted 05-28-2001 13:13

Nice try peer, but even in table format, a screen cap would get the image anyway with only a few seconds work.

[peer]
Bipolar (III) Inmate

From: Ottawa, Ontario, Canada
Insane since: Apr 2000

posted posted 05-28-2001 13:17

That's true... but you'd be surprised how many people would first try to get past "right-click protection" using their keyboards before using a screencapture.

--brokensig of [peer]--

lallous
Paranoid (IV) Inmate

From: Lebanon
Insane since: May 2001

posted posted 05-28-2001 14:33

I would also like to add:
"If it's seen, It can be stolen!"

I don't think you can solve that unless you don't show the pic!

DocOzone
Maniac (V) Lord Mad Scientist
Sovereign of all the lands Ozone and just beyond that little green line over there...

From: Stockholm, Sweden
Insane since: Mar 1994

posted posted 05-28-2001 16:09

Yah, we some tests on the "change the name" ploy, and it doesn't work on any of the newer browsers anymore, bummer.

Your pal, -doc-

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 05-28-2001 17:10

What if you put a DIV on top of the image, using Z-Index. In that DIV, put some transparent image with a watermark or something. If you right click on the image, you'd get the watermark itself, right? Just a thought.

The best I've come up with is to make it harder - go here, and click on the link: http://www.macombsheriff.com/development/swat_training.htm. A screen capture would still work, but....

Pat Richard
A pixel is worth a thousand words.
http://www.gurusnetwork.com
ICQ 23113317

[edited by mr.maX]fixed the URL[/edit]

[This message has been edited by mr.maX (edited 05-28-2001).]

delphi
Bipolar (III) Inmate

From: Iceland
Insane since: May 2000

posted posted 05-28-2001 17:19

How about alicing the image up in 16*16 pixels and put it in a table vith border="1"
ok it will look bad but that would stop the screencaptures

JakeB
Paranoid (IV) Inmate

From: us
Insane since: Oct 2000

posted posted 05-28-2001 17:47

pugzly, File Not Found

WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted posted 05-28-2001 17:57

File is found, delete the period after the link

Pugzly, what about holding down the left mouse button as you click the right

Nothing is even close to being safe.

Dracusis
Maniac (V) Inmate

From: Brisbane, Australia
Insane since: Apr 2001

posted posted 05-28-2001 18:57

Completly off topic:

I have a friend doing Software engineering at Uni and one of her group projects for a real client was to write a program that would convert digital video and turn it into ASCII Video! I must say it looked so cool... It was used for a big dance part (I'm talking millions of people big) Just thought I throw that in as someone mentioned ASCII stuff

twItch^
Maniac (V) Mad Scientist

From: the west wing
Insane since: Aug 2000

posted posted 05-28-2001 19:19
code:
###
[# ##
## ,#
# ,#
#----,#
# ,#
# ,#
# [] ,#
# [] ,#
# [] ,#
#----,#
# !#
# ,#
*# ,#
*# ,#
/*# ,#
* # ,#
* # ,#
/* #----,#
* # :#:
* # ,#*
* /# ,#*
/*/ # ,#O*
*/ # ,#O*
* # ,#O*
* /# ,#O *
* / # ,#O *
*/ # ,#O *
** # ,#O *
**** #----,#O *
** * /# :#O *
** * / # ,#O *
* * / # ,#O *
*** */ # ,#O *
* * [] * # ,#O **
* * [] * # ,#O O * *
#* * [] * O # ,#O O O * *
(#* * [] * (#-----#O----O--* *
#* * [] * (# ,#O O * *
* * [] * O # ,#O O O * *
* * * # ,#O O *O*
* * * # ,#O O**
*O * *: # ,#O O*
*OO* * : # ,#O "O*
***:, * : # ,#O" "O*
*O::, * :#----/#O""""O*
**OO::*: # ,#O"""O*
*OOOOO*: # ,#OOOO*
**OOO* : # ,#OOO*
***O* :# ,#OO*
*** * ,#O*
**: # ,#O*
**: # ,#O*
*O:# ,#O*
*OO# ,#* O
*OO#----/#** I
*O# ,#*O* I
*O# ,#OOO* -------I-------
*O# "#OOOO* ** /OOO**
*O# ""#OOOOO* :*********/
**# ""#OOOOOO* :***/
**#"""""#OOOOOOO* *******************
* #"""""#OOOOOOOO* ***********************
* #""""O#OOO : O* * --------- ,OO***:
* #"""OO#OO : * * * *O ,OO* *
* #O[]OO#O : * ********* ********* *
* #OOOOO#O : * * * 88888 *O ,OOO* *
* #O[]OO#O : :* ********** 88888 ***********
* #OOOOO#O : : * * * 88/:8 *O ,OOOOO**
* #OOO##OO O: O : ************ 8/ : ************
* #OOOOO#O O: O O : * : : / -- : :,,""OOO**
* #OOO##OO : O : * : : / /88:] :,,""OO#**
* #O##OOOO O : O O :O * : : L/8888 :,,""OO#**
* ###OOOOO : : * : : 88888 :,,""OOO**
* ###***OO : :O * : : 88888 :,,""OOO**
* ###* **O : : * : : 88888 :,,""OOO**
***** **" : : * : : 8"888 :,,""OOO**
**"" : : * : : 8 8"8 :,,""OOO**
**": : * : : 8 8 8 :,[""OOO**
**"" : * : : 8 8 8 :,[""OOO**
/**********: **" : * : : 8 8 8 :,,""OOO**
/** **: **"" : * : : 8 8 8 :,,""OOO**
* OO* **": *,,:,,,,,:,,,8,8,8,,,:,,""OOO**
* "OO* **"" * : : 8 8 :,,""OOO**
*/: "OOOO* **" * : : 8 8 :,,""OOO**
**L*************** **"* : : 8 8 :,,""OOO**
* OOO* ** : : 8 8 :,,""OOO**
******************* ** : : 8 :,,""OOO*/
************** * * * : : 8 :,,"OOO**
************** * * * : : 8 :,,"OOO*/
*:! * * * * : : 8 ,,"""OOO*
*:! * **** * : : 8 ,,""OOO**
*:! **,,,* * : : ,,""OOO*/
*:! *,,,** * : : ,,""OOO*
*:! ****** * : : ,,""OOO*
*:! ""OO** * : : ,""OOO**
*:! 888 ""OO** * : : O O,,""OOO*/
*:! 888 ""OO** * : : O,,""OOO*
*:! /:8 ""OO** *,:,,,,:,,,O,,O,,,""OOO**
*:! / -: ""OO** * : : ,,""OOO*/
*:! / /8:] ""OO** * : : O ,,""OOO*
*:! L/888 ""OO***********************:********* : ,,""OOO*
*:! 888 ""OO*O , ,,::""OO* : O,""OOO*
*:! 888 ""OO*O , ,,::""OO* : O,""OOO*
*:! 888 ""O/*O , ,,::""OO* : ,""OOO*
*:! 888 ""*************************:********* : ""OOOO*
*:! 888 "OO* * OOO : "OO*****
*:! 888 "OO* * OOO : "OO**
*:! 888 "OO* * OOO : "OO**
*:! 888 "OO* * OOO : ,"OO**
*:! 888 "OO* * OOO : :OO*
*:! 888 "OO* * OOO : ::**
*:! 888 "OO* * O,,,:,,,,,::*
*:! "OO* *OO : O:*
*:! ##### "OO* *OO : O:*
*:! "OO* [*O: : :**
*:! ##### "OO* [[*O: : $$$$$$$
*:! # # "OO* E*": **-----**
*:! ##### "OO* * : *:------**
*:! "OO* *****
*:! ## "OO*
*:! # # "OO*
*:! # ## "OO*
*:! "OO*
*:! ##### "OO*
*:! "OO*
*:! # "OO*
*:! "OO*
*:! # # "OO*
*:! # # "OO*
*:! ##### "OO*
*:! "OO*
*:! # # "OO*
*:! # # "OO*
*:! ##### "OO*
*:! "OO*
*:! ##### "OO*
*:! # "OO*
*:! # "OO*
*:! ##### "OO*
*:! "OO*
*:! 88 "O*
*:! 88 ,"O*
*:! 88 ,"O*
*:! 8P ,"O*
*:! 8 ,"O*
/***** 8 ,"O*
* '''* 8 ,"O*
* '*** 8 ,"O*
* '* 8 ,"O*
* '*: 8 ,"O*
* '*: ,"O*
* '*: ,"O*
* '*: ,"O*
* '*: ,"O*
* '*: ,"O*
* '*: ,"O*
* '*: #### ,"O*
* '*: #++# ,"O*
* '*: #++# ,"O*
* '*: #++# ,"O*
* '*: #++# ,"O*
*====* #### ,"O*
:***** #### ,"O*
*------------"O*
*------------"O*
*:! ,"O*
*:! *******
*:! ** O
*:! /* OO
*:!**OOOOO
**




s t e p h e n

Wes
Paranoid (IV) Mad Scientist

From: Inside THE BOX
Insane since: May 2000

posted posted 05-28-2001 20:13

Personally, I've given up the idea of trying to keep people from taking images and have simply started putting a copyright tag in the corner (i.e. Copyright 2001 Wesley Treat, www.bigwaste.com).

If they take it and put it on their own page, they usually don't remove the copyright tag and at least I get credit for it (and maybe some hits to my site, too). I also added a notice to the bottom of my Photologue that says the images are copyrighted, but if you want to use them, just ask and it usually isn't a problem. I've gotten quite a few requests and I usually just ask for a link back to my site; they're always happy to comply. I've actually sold a couple of photos, too!

There's no real way to keep people from snatching them altogether, but I've found that most are willing to make a simple exchange and I can at least keep track of where the images end up that way.


Flik
Bipolar (III) Inmate

From: The Attic
Insane since: Dec 2000

posted posted 05-28-2001 20:38

Why bother? Easiest way to do it is probably to just put up a table with the image as the BACKGROUND. Inside that table, you simply put a transparent gif the same size as your background image. People will right-click and save, and all they get is a transparent gif

________________
-=out of the blue=-

NoJive
Maniac (V) Inmate

From: The Land of one Headlight on.
Insane since: May 2001

posted posted 05-29-2001 01:49

Recently lost all my bookmarks so can't point you there.... but i thought it was 'Moira' something... very fine celltic knot work... she had a jewel mine and a bunch of other goodies ... just really good stuff.... anway...
she had a little disclaimer up front that said 'this is a no right click zone.'

Then if you did in fact right click on an image.. the little message popped up again.

Certainly not foolproof but i thought it was a pretty good reminder she didn't want you grabbing her work.

btw... if you know what site i'm talking about let me know please...



DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 05-29-2001 03:18

see, thing whith stuff like that is....(aside from it not being truly effective in anyway) it just pisses people like me off...I right click for *many* reasons, and not being able to because of someone's paranoia just makes me more interested in grabbing their images and letting them know that I was able to get them



Penny Lane
Bipolar (III) Inmate

From: The State of Jefferson
Insane since: May 2001

posted posted 05-29-2001 07:37

NoJive - the site is Moyra's webjewels - http://moyra.com/jewels/minentrance.html

no link, sorry... it won't let me do html and I forget everything I just read about UBB code... *sigh*


oh yeah, hi *smile*

edit: ok, forget what I said about the link...

[This message has been edited by Penny Lane (edited 05-29-2001).]

[This message has been edited by Penny Lane (edited 05-29-2001).]

NoJive
Maniac (V) Inmate

From: The Land of one Headlight on.
Insane since: May 2001

posted posted 05-29-2001 09:12

Penny Lane... so is there *really* a barber?

Welcome to the Asylum.... someone will be around shortly with your jacket and meds...

Thanks for linking to Moyra's... I quite enjoy here work. You too obviously.


DL I agree... but the *less* learned, shall we say <BG> just might tuck tail and run.

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 05-29-2001 13:24

Yes, very true.....but my point is - is it worth the trade off? loose more educated visitors in your efforts to deter the less educated ones?

silence
Maniac (V) Inmate

From: soon to be "the land down under"
Insane since: Jan 2001

posted posted 05-29-2001 15:10

DL-44 brings up a good point. When I browse, I find it faster to right-click on a page to go back instead of going up to the back button and it's a bit of a pain to have a little box popup with some sort of message. That little alert popup is also easily circumvented so it's only an annoyance and not a deterrence.

twItch^
Maniac (V) Mad Scientist

From: the west wing
Insane since: Aug 2000

posted posted 05-29-2001 16:19

~sigh~

Such a depressing fucking topic. Seriously.

If someone wants to rip your images, then they will. There's absolutely nothing you are going to do that will deter them, if they're going to break rules anyway. Put a copyright up, blast your email address everywhere on the site, and some people may still steal them. Stick in a no-right-click annoyance, people will screencap it, and you still lose your precious images.

What about your content? Clearly not worried about that. How about your information architecture? Now lets start figuring out ways to keep that under lock.

I mean, really, if you do good stuff, you're gonna get copied. That's just how it happens in a community of over 2 billion people. Move on.


s t e p h e n

la'dsasha
Neurotic (0) Inmate
Newly admitted
posted posted 05-29-2001 17:25

if you can see it, its already *been* downloaded into the browsers cache.

i got really mad at some guy who had the retarded "no right click" javascript on his page for some photographs i wanted to use as reference for a drawing i was doing. i went into my cache and copied all of the pictures there from the site from there.

its also not hard to disable javascript.

you cant fool the most clever thief.

------
this rose has a thorn...

Dracusis
Maniac (V) Inmate

From: Brisbane, Australia
Insane since: Apr 2001

posted posted 05-29-2001 18:09

What's with all this talking... I just want to see more spaceships damit!!!!

Although, it seems strange that people are quite scared to steal say an article that x wrote but an image that y did is fine to take..

Change the colour/hue and crop it somewhat and it yours! (Stupid 10% rule)

But what if you take an article, re-write the first paragraph and change the font. It this then to be considered yours?

__________________________________________

Ohh look, my fav Star Wars character

code:
' ' '''''''''=#= ' ''''-==*#######***===++* -'==+==**###**--+==============-'
'''-''''''''''-*#'''''''--+*#######*******==*-''-*=*########+--===============+
'''''''''' ''''#* ' '''''-'*####*====+=+======---**==********=-+===============
'-'''''''-''''=#= '' '''-*#*= -=-'---'-''''-=--+ -' '''''' -++===============
++=+++=++++--'=#= ''''''+*= '-' ''' ' '''-*='+=-'' ' ' '========**=*==
============+-*# -+='''=+ - '''-=''' ''''##=-* '''' ' =*===*******=
=============+##=-'-'-+ ' ''=##=''' ''-*#=-=' '=*+ ' =*===****=*=
==============#==#**-- ' ''-+=*=-''''''+*='-+=--'-=#' ' ' =*==*******
==============-*###-+ '-=**##**======*=-'-++==++==*= '=***=*****
==============*###++ '--++==+==+===****-=-----==*=+ ' '*********
==============###== '-+== ''=###*=''==-=+*##==+'-+ ' =********
=============*##*+' ' ''--+- '''=****+ -' +=*=+-''' =*******
============*###-- ' ''--+' '+=****' '-++-'- ' '' *******
*===========###=+ ' ' '-++ =***#= - -' ' ' =******
*===*======####- ''-++*****- '--- '''' =*****
**=****===*###=' ' -+++--''--+-***'- ' ++- '''' *****
***=***==*###*' ' ' ''''-++++++--=== ''''-''''-''''''+**+ '-'--'=****
**=*****=##*= '' '+=====+--''' ' ' ' '''-'' '-+==-'=****
**=*******=''' ' ' ' ''-+++-'''''' '' '-+-- ' ''-+-=*****
**=*****=*=+-'''''' '----+++--'''''' '' ---' '-=' ''-===*******
******=-=*==+''-'' '''-++++====+--''' ' ' - '+-+*#= ' -'+====**********
**=***=====-''''--'''-+==========+---'''''''' ' '-+=*##= ' ''-+=====***======
#* -U *****==-''-'''''-===*****======+++++----''''+=***=== ''' ' '++==*==++-++
#*******==++---'-'''''' '-==*###**===========+----=*##*=' ' ' ' ''''+========



Well... wasn't that fun


bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 05-29-2001 19:51

At one time there was as server that would prevent the downloading of images because they would have to be viewed through a plug-in. similar to say converting a gif to a flash movie. Don't know if it had something to prevent screen caps though.

It also sucked because A. you needed to download and install a stupid plug-in to view images, B. it was expensive as hell.




Walking the Earth like Kane

twItch^
Maniac (V) Mad Scientist

From: the west wing
Insane since: Aug 2000

posted posted 05-29-2001 20:09
code:
.+~                :xx++::
:`. - .!!X!~"?!`~!~!. :-:.
< .!!!H":.~ ::+!~~!!!~ `%X.
' ~~!M!!>!!X?!!!!!!!!!!...!~.
<!:!MM!~:XM!!!!!!.:!..~ !. `<
<: ` :~ .:<~!!M!XXHM!!!X!XXHtMMHHHX! ~ ~
~~~~<' ~!!!:!!!!!XM!!M!!!XHMMMRMSXXX!!!!!!: <`
`< <::!!!!!X!X?M!!M!!XMMMMXXMMMM??!!!!!?!:~<
: '~~~<!!!XMMH!!XMXMXHHXXXXM!!!!MMMMSXXXX!!!!!!!~
: ::`~!!!MMMMXXXtMMMMMMMMMMMHX!!!!!!HMMMMMX!!!!!: ~
'~:~!!!!!MMMMMMMMMMMMMMMMMMMMMMXXX!!!M??MMMM!!X!!i:
<~<!!!!!XMMMMMMMMMMMM8M8MMMMM8MMMMMXX!!!!!!!!X!?t?!:
~:~~!!!!?MMMMMM@M@RMRRR$@@MMRMRMMMMMMXSX!!!XMMMX<?X!
:XX <!!XHMMMM88MM88BR$M$$$$8@8RN88MMMMMMMMHXX?MMMMMX!!!
.:X! <XMSM8M@@$$$$$$$$$$$$$$$$$$$B8R$8MMMMMMMMMMMMMMMMX!X
:!?! !?XMMMMM8$$$$8$$$$$$$$$$$$$$BBR$$MMM@MMMMMMMMMMMMMM!!X
~<!!~ <!!XMMMB$$$$$$$$$$$$$$$$$$$$$$$$MMR$8MR$MMMMMMMMMMMMM!?!:
:~~~ !:X!XMM8$$$$$$$$$$$$$$$$$$$$$$$RR$$MMMMR8NMMMMMMMMMMMMM<!`-
~:<!:~`~':!:HMM8N$$$$$$$$$$$$$$$$$$$$$$$$$8MRMM8R$MRMMMMMMMMRMMMX!
!X!``~~ :~XM?SMM$B$$$$$$$$$$$$$$$$$$$$$$BR$$MMM$@R$M$MMMMMM$MMMMX?L
X~. : `!!!MM#$RR$$$$$$$$$$$$$$$$$R$$$$$R$M$MMRRRM8MMMMMMM$$MMMM!?:
! ~ <~ !! !!~`` :!!MR$$$$$$$$$$RMM!?!??RR?#R8$M$MMMRM$RMMMM8MM$MMM!M!:>
: ' >!~ '!! ! .!XMM8$$$$$@$$$R888HMM!!XXHWX$8$RM$MR5$8MMMMR$$@MMM!!!< ~
! ' ! ~!! :!:XXHXMMMR$$$$$$$$$$$$$$$$8$$$$8$$$MMR$M$$$MMMMMM$$$MMM!!!!
~<!!! !!! !!HMMMMMMMM$$$$$$$$$$$$$$$$$$$$$$$$$$MMM$M$$MM8MMMR$$MMXX!!!!/:`
~!!! !!! !XMMMMMMMMMMR$$$$$$$$$$$$R$RRR$$$$$$$MMMM$RM$MM8MM$$$M8MMMX!!!!:
!~ ~ !!~ XMMM%!!!XMMX?M$$$$$$$$B$MMSXXXH?MR$$8MMMM$$@$8$M$B$$$$B$MMMX!!!!
~! !! 'XMM?~~!!!MMMX!M$$$$$$MRMMM?!%MMMH!R$MMMMMM$$$MM$8$$$$$$MR@M!!!!!
<> !! !Mf x@#"~!t?M~!$$$$$RMMM?Xb@!~`??MS$M@MMM@RMRMMM$$$$$$RMMMMM!!!!
! '!~ <!!:!?M !@!M<XM$$R5M$8MMM$! -XXXMMRMBMMM$RMMM@$R$BR$MMMMX??!X!!
! '! !!X!!!?::xH!HM:MM$RM8M$RHMMMX...XMMMMM$RMMRRMMMMMMM8MMMMMMMMX!!X!
! ~ !!?:::!!!MXMR~!MMMRMM8MMMMMS!!M?XXMMMMM$$M$M$RMMMM8$RMMMMMMMM%X!!
~ ~ !~~X!!XHMMM?~ XM$MMMMRMMMMMM@MMMMMMMMMM$8@MMMMMMMMRMMMMM?!MMM%HX!
!!!!XSMMXXMM .MMMMMMMM$$$BB8MMM@MMMMMMMR$RMMMMMMMMMMMMMMMXX!?H!XX
XHXMMMMMMMM!.XMMMMMMMMMR$$$8M$$$$$M@88MMMMMMMMMMMMMMM!XMMMXX!!!XM
~ <!MMMMMMMMRM:XMMMMMMMMMM8R$$$$$$$$$$$$$$$NMMMMMMMM?!MM!M8MXX!!/t!M
' ~HMMMMMMMMM~!MM8@8MMM!MM$$8$$$$$$$$$$$$$$8MMMMMMM!!XMMMM$8MR!MX!MM
'MMMMMMMMMM'MM$$$$$MMXMXM$$$$$$$$$$$$$$$$RMMMMMMM!!MMM$$$$MMMMM<!M
'MMMMMMMMM!'MM$$$$$RMMMMMM$$$$$$$$$$$$$$$MMM!MMMX!!MM$$$$$M$$M$M!M
!MMMMMM$M! !MR$$$RMM8$8MXM8$$$$$$$$$$$$NMMM!MMM!!!?MRR$$RXM$$MR!M
!M?XMM$$M.< !MMMMMMSUSRMXM$8R$$$$$$$$$$#$MM!MMM!X!t8$M$MMMHMRMMX$
,-, '!!!MM$RMSMX:.?!XMHRR$RM88$$$8M$$$$$R$$$$8MM!MMXMH!M$$RMMMMRNMMX!$
-'` '!!!MMMMMMMMMM8$RMM8MBMRRMR8RMMM$$$$8$8$$$MMXMMMMM!MR$MM!M?MMMMMM$
'XX!MMMMMMM@RMM$MM@$$BM$$$M8MMMMR$$$$@$$$$MM!MMMMXX$MRM!XH!!??XMMM
`!!!M?MHMMM$RMMMR@$$$$MR@MMMM8MMMM$$$$$$$WMM!MMMM!M$RMM!!.MM!%M?~!
!!!!!!MMMMBMM$$RRMMMR8MMMMMRMMMMM8$$$$$$$MM?MMMM!f#RM~ `~!!!~!
~!!HX!!~!?MM?MMM??MM?MMMMMMMMMRMMMM$$$$$MMM!MMMM!!
'!!!MX!:`~~`~~!~~!!!!XM!!!?!?MMMM8$$$$$MMMMXMMM!!
!!~M@MX.. <!!X!!!!XHMHX!!``!XMMMB$MM$$B$M!MMM!!
!!!?MRMM!:!XHMHMMMMMMMM! X!SMMX$$MM$$$RMXMMM~
!M!MMMM>!XMMMMMMMMXMM!!:!MM$MMMBRM$$$$8MMMM~
`?H!M$R>'MMMM?MMM!MM6!X!XM$$$MM$MM$$$$MX$f
`MXM$8X MMMMMMM!!MM!!!!XM$$$MM$MM$$$RX@"
~M?$MM !MMMMXM!!MM!!!XMMM$$$8$XM$$RM!`
!XMMM !MMMMXX!XM!!!HMMMM$$$$RH$$M!~
'M?MM `?MMXMM!XM!XMMMMM$$$$$RM$$#
`>MMk ~MMHM!XM!XMMM$$$$$$BRM$M"
~`?M. !M?MXM!X$$@M$$$$$$RMM#
`!M !!MM!X8$$$RM$$$$MM#`
!% `~~~X8$$$$8M$$RR#`
!!x:xH$$$$$$$R$R*`
~!?MMMMRRRM@M#`
`~???MMM?M"`
``~~



I love Albert Einstein.

silence
Maniac (V) Inmate

From: soon to be "the land down under"
Insane since: Jan 2001

posted posted 05-29-2001 21:39

Having to download a plugin just to view images is just plain stupid. Flash is okay because at least you get motion pictures, but a plugin just to view a pic is ridiculous.

Also, there's a way to get rid of the right click popup without having to go into the cache. Email me if you're interested aaa_silence@hotmail.com



« BackwardsOnwards »

Show Forum Drop Down Menu