| Chris Vogel - Sep-15-2004 server time | ||
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.
Yes, we should get rain starting tomorrow. |
| Red Squirrel - Sep-15-2004 server time |
| 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? |
| Chris Vogel - Sep-15-2004 server time | ||
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 [code=php] [/code] 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. |
| sintekk - Sep-15-2004 server time |
| 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 |
| Red Squirrel - Sep-15-2004 server time |
| Hmmm what are all these super mario emulators on the server? Let's download them and see! |
| sintekk - Sep-15-2004 server time |
| Heh. <?php $data = "This is a new file entry!\n"; $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); ?> |
| Red Squirrel - Sep-15-2004 server time |
| 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. |
| sintekk - Sep-15-2004 server time |
| Iframes would work, but frames, that'd be wonderfull! *evil laugh* |
| Red Squirrel - Sep-15-2004 server time |
| iframe ok.... hmm not a bad idea actually. |
| sintekk - Sep-15-2004 server time |
| You should allow the <frame> tag |
| Red Squirrel - Sep-12-2004 server time |
| 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. |
| Chris Vogel - Sep-12-2004 server time |
| Thanks! EDIT: How about a MARQUEE one now? |
| Red Squirrel - Sep-12-2004 server time |
| 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. |