Huh, seems like that would work! Course there's no point in me doing it, but that would be a simple way to screw them up! And I guess everyone wouldn't have to use black, so even compensating for that wouldn't work..Actually, I might start making the black areas of my comic transparent so that they are illegible on any different background than the one on my page. Hmmmm....
A Convenience or an Outrage?
- McDuffies
- Bob was here (Moderator)

- Posts: 29957
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: Serbia
- Contact:
But if your files are gif, you'd get a really poor quality of image.brockway wrote:Huh, seems like that would work! Course there's no point in me doing it, but that would be a simple way to screw them up! And I guess everyone wouldn't have to use black, so even compensating for that wouldn't work..Actually, I might start making the black areas of my comic transparent so that they are illegible on any different background than the one on my page. Hmmmm....
Man, as if ripping daily comics wasn't enough, this guy had "download archive" option too. I will not go to that forum anymore, I don't think I'll be able to act civilized any more.
Screw Norway, I'm declaring war on Comictastic!
"Comictastic- The best part about it is that it's only for Mac!"
"Comictastic- The best part about it is that it's only for Mac!"
Warren

Comics. Drawn poorly.
------------------------------
It's grey, not gray. And it always has been.
Lauren's Wing - The fund for animal care

Comics. Drawn poorly.
------------------------------
It's grey, not gray. And it always has been.
Lauren's Wing - The fund for animal care
I recently realized one could use CSS and transparent GIFs to literally have and image with different things on different layers ON YOUR WEBPAGE.
Just put an image, ie. without wordbubbles there, and then a transparent gif with wordbubbles OVER it, using a combination of "placement: absolute" and "z-index-2".
I need to check if it would work, but it sure sounds neat!
(needlesly to say, if a ripper tried to ignore extra images or CSS or HTML, or almost anything, they wouldn't see the comic! And you could hide extra messages under the wordbubbles in the image, or use black on black, and white on white for secret messages in the wordbubbles file.)
Just put an image, ie. without wordbubbles there, and then a transparent gif with wordbubbles OVER it, using a combination of "placement: absolute" and "z-index-2".
I need to check if it would work, but it sure sounds neat!
(needlesly to say, if a ripper tried to ignore extra images or CSS or HTML, or almost anything, they wouldn't see the comic! And you could hide extra messages under the wordbubbles in the image, or use black on black, and white on white for secret messages in the wordbubbles file.)
You are the Non. You must go now, and never return."
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
- Rkolter
- Destroyer of Words (Moderator)

- Posts: 16399
- Joined: Tue Jun 24, 2003 4:34 am
- Location: It's equally probable that I'm everywhere.
- Contact:
I see a problem. If I knew people were doing this, I'd get this program, just to see the cool 'Easter Eggs' I could view with the ripper program. :/YarpsDat wrote:I recently realized one could use CSS and transparent GIFs to literally have and image with different things on different layers ON YOUR WEBPAGE.
Just put an image, ie. without wordbubbles there, and then a transparent gif with wordbubbles OVER it, using a combination of "placement: absolute" and "z-index-2".
I need to check if it would work, but it sure sounds neat!
(needlesly to say, if a ripper tried to ignore extra images or CSS or HTML, or almost anything, they wouldn't see the comic! And you could hide extra messages under the wordbubbles in the image, or use black on black, and white on white for secret messages in the wordbubbles file.)
You are the Non. You must go now, and never return."
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
Not that I'm suggesting this or anything, but if people would wget the spiny.com website a few dozen times, maybe the creator of the program would understand the whole bandwith leech thing a little better.
Warren

Comics. Drawn poorly.
------------------------------
It's grey, not gray. And it always has been.
Lauren's Wing - The fund for animal care

Comics. Drawn poorly.
------------------------------
It's grey, not gray. And it always has been.
Lauren's Wing - The fund for animal care
- Rkolter
- Destroyer of Words (Moderator)

- Posts: 16399
- Joined: Tue Jun 24, 2003 4:34 am
- Location: It's equally probable that I'm everywhere.
- Contact:
Well, you could make the comic blank, and then have your CSS put a second image over the first, with the comic in the second image.
That way, there wouldn't be any easter eggs - just a blank image for the ripper to download.
::edit::
If there was a program that let me run an infinate loop - wget... wget... wget... it'd be fun to include that in an internet worm.
That way, there wouldn't be any easter eggs - just a blank image for the ripper to download.
::edit::
If there was a program that let me run an infinate loop - wget... wget... wget... it'd be fun to include that in an internet worm.
- Faub
- The Establishment (Moderator)

- Posts: 3698
- Joined: Tue May 20, 2003 2:53 pm
- Location: Missouri, USA
- Contact:
Code: Select all
#!/bin/bash
x=0
while [ "$x" -ne 10 ]; do
wget http://www.spiny.com/comictastic/Comictastic_2.1.1.dmg
x = $(($x+1))
done
exit 0
- Rkolter
- Destroyer of Words (Moderator)

- Posts: 16399
- Joined: Tue Jun 24, 2003 4:34 am
- Location: It's equally probable that I'm everywhere.
- Contact:
I can't put a unix shell script into a worm.faub wrote:Basic shell scripting. Get out your Beginning Linux Programming book. The problem is, yeah you can do this but it amounts to a denial of service (DOS) attack against their server. If you were to bring them down with it they could call the FBI and have you put in jail. Your IP address would be in their logs and the FBI can require that ISPs give them your name, address and phone number AND the ISP can be required to never tell you. Better to go knocking in their door with a shotgun. At least the courts would be required to tell you why the men in black coats are knocking on your door.Code: Select all
#!/bin/bash x=0 while [ "$x" -ne 10 ]; do wget http://www.spiny.com/comictastic/Comictastic_2.1.1.dmg x = $(($x+1)) done exit 0
::edit::
Ugh, that sounded like bragging, but it's really not. I did something dumb in the early 1990's before hacking was recognized as a major crime, and someone at NASA got into trouble for giving me the access. He knew me, my name got batted to the feds, and people with dark sunglasses (no kidding) really did come visit.
Just for the record, RKolter, I don't really live in Pennsylvania. And I don't do a webcomic either. So you can just ignore me.... I was never here....rkolter wrote:And the FBI already has my name.
::edit::
Ugh, that sounded like bragging, but it's really not. I did something dumb in the early 1990's before hacking was recognized as a major crime, and someone at NASA got into trouble for giving me the access. He knew me, my name got batted to the feds, and people with dark sunglasses (no kidding) really did come visit.
Warren

Comics. Drawn poorly.
------------------------------
It's grey, not gray. And it always has been.
Lauren's Wing - The fund for animal care

Comics. Drawn poorly.
------------------------------
It's grey, not gray. And it always has been.
Lauren's Wing - The fund for animal care
- Rkolter
- Destroyer of Words (Moderator)

- Posts: 16399
- Joined: Tue Jun 24, 2003 4:34 am
- Location: It's equally probable that I'm everywhere.
- Contact:
Actually no... we in the US are lucky enough to be spied upon and visited by the Federal Bureau of Investigation (FBI). You're outside the country, so you'd fall under either the Central Intelligence Agency (CIA) or if you did something like threaten to poison our water supply, the NSA (National Security Administration). Or er... hm. Maybe the Department of Homeland Security (which I guess is DHS, but I haven't heard it called that).RPin wrote:Can the FBI reach me?
I could never ask someone to break the law, it goes against my sense of ethics. They would have to take the initiative to do such an action on their own.
Warren

Comics. Drawn poorly.
------------------------------
It's grey, not gray. And it always has been.
Lauren's Wing - The fund for animal care

Comics. Drawn poorly.
------------------------------
It's grey, not gray. And it always has been.
Lauren's Wing - The fund for animal care









