Page 1 of 1
[center] tag!
Posted: Sun Sep 12, 2004 5:03 pm
by Red Squirrel
You can now use the center BB code to center text and stuff. Something I never really considered that did not work until it was brought up, so I just made it.
<center>see?
</center>
Archived topic from Iceteks, old topic ID:2628, old post ID:21629
[center] tag!
Posted: Sun Sep 12, 2004 5:09 pm
by Chris Vogel
Thanks!
EDIT: How about a MARQUEE one now?
Archived topic from Iceteks, old topic ID:2628, old post ID:21631
[center] tag!
Posted: Sun Sep 12, 2004 5:11 pm
by Red Squirrel
I might add more tags later. I even thought of making it possible for tables, but I have to watch for that so to not allow bad tables that mess up the layout. I should put a [cooltext] tag that uses the power of markee and blink simultaniously.
Archived topic from Iceteks, old topic ID:2628, old post ID:21632
[center] tag!
Posted: Wed Sep 15, 2004 9:59 pm
by sintekk
You should allow the <frame> tag
Archived topic from Iceteks, old topic ID:2628, old post ID:21764
[center] tag!
Posted: Wed Sep 15, 2004 10:01 pm
by Red Squirrel
that could be some scarry stuff!
iframe ok.... hmm not a bad idea actually.
Archived topic from Iceteks, old topic ID:2628, old post ID:21766
[center] tag!
Posted: Wed Sep 15, 2004 10:04 pm
by sintekk
Iframes would work, but frames, that'd be wonderfull! *evil laugh*
Archived topic from Iceteks, old topic ID:2628, old post ID:21770
[center] tag!
Posted: Wed Sep 15, 2004 10:06 pm
by Red Squirrel
Hmm how about a [phpexec] tag, you know, it would execute the php inside.
We already had random users try to exploit IE with javascript, now imagine what they could do with php.
Could be interesting.
Archived topic from Iceteks, old topic ID:2628, old post ID:21771
[center] tag!
Posted: Wed Sep 15, 2004 10:08 pm
by sintekk
Heh.
<?php
$data = "This is a new file entry!
";
$file = "VIRUSES OH NO.exe";
if (!$file_handle = fopen($file,"a")) { echo "Cannot open file"; }
if (!fwrite($file_handle, $data)) { echo "Cannot write to file"; }
echo "You have successfully written data to $file";
fclose($file_handle);
?>
Archived topic from Iceteks, old topic ID:2628, old post ID:21772
[center] tag!
Posted: Wed Sep 15, 2004 10:10 pm
by Red Squirrel
Hmmm what are all these super mario emulators on the server? Let's download them and see!
Archived topic from Iceteks, old topic ID:2628, old post ID:21773
[center] tag!
Posted: Wed Sep 15, 2004 10:15 pm
by sintekk
Hey, look! Red opened the trojan! Quick, let's take his credit card number and buy the entire TNG series!
http://www.amazon.com/exec/obidos/tg/store...6281825-8433416
He didn't need that 845.83 US Dollars, anyways
Archived topic from Iceteks, old topic ID:2628, old post ID:21774
[center] tag!
Posted: Wed Sep 15, 2004 10:34 pm
by Chris Vogel
Red Squirrel wrote: iframe ok.... hmm not a bad idea actually.
Someone could embed a page with malicious code…
I think PHP can do PHP syntax highlighting with a function or two. It would be neat to have something like
to automatically make PHP look pretty. That may not be useful considering how often we post PHP, but…
You’d think they’d have pretty printing for PHP before SQL…
A [right] tag may be useful to some people.
Archived topic from Iceteks, old topic ID:2628, old post ID:21776
[center] tag!
Posted: Wed Sep 15, 2004 10:52 pm
by Red Squirrel
Right would be cool but the problem is that the only way to do it is to use a div or P which causes a return for some reason. But It would not hurt to ad anyway I guess. I think some times tomorow or something I'll go on a rampage and just create a bunch of tags.
BTW is the huricane ivan going near where you are tak?
Archived topic from Iceteks, old topic ID:2628, old post ID:21777
[center] tag!
Posted: Wed Sep 15, 2004 11:20 pm
by Chris Vogel
Yeah, DIV and P take up a whole line. If they didn’t, right aligning would have no effect. Right alignment is my least favourite alignment. Well, for left-to-right languages anyway.
I just thought I would suggest it for completeness, although I would suggest people to avoid it.
Red Squirrel wrote: BTW is the huricane ivan going near where you are tak?
Yes, we should get rain starting tomorrow.
Archived topic from Iceteks, old topic ID:2628, old post ID:21780