Staredit Network

Staredit Network -> Website Feedback, Bugs & Discussion -> Help?
Report, edit, etc...Posted by Frozenstein on 2006-04-12 at 21:44:38
Could you maybe add more colors to pick from for words? Perhaps you could let us use more fonts and provide mini previews of each font, including not to mention style for our names on sen. It would be nice if you could explain in greater detail how to create signatures and provide a glossary of terms like proxie or bug. Perhaps you could create a library section containing every possible glitch on sc on bnet that could be exploited, of course only accessible by right of privilage (rank). And maybe you could provide a section containing websites, comments, and reviews of the top clan sites on sc, like clan xedx. It would be nice if you could log on from one computer and then access that privalige of logging on from that account with a different computer using your password for validation and verification.
Report, edit, etc...Posted by Deathawk on 2006-04-12 at 21:53:44
http://www.dictionary.com
http://en.wikipedia.org
Both of them are useful for me, they might work for you too.
Report, edit, etc...Posted by Arbitrary on 2006-04-12 at 21:57:35
Well, this is a laundry list..

-You can make your text any color you want using HTML colors.
-Text can be made most any font too, just use [font] and [/font]
-There are already name and title modifications.
-SEN isn't here to be a handbook on how to use the internet.
-Rank privileges = garbage, especially for glitches(?!)
-You can stay logged in indefinitely.
Report, edit, etc...Posted by BeeR_KeG on 2006-04-13 at 11:03:29
The ideas you've posted are quite interesting, so I'll go ahead.

You can pick any imaginable color by using the color Hex codes. You can learn more about it at http://www.davesite.com/webstation/html/hexchart.shtml . I will however, recomend more pre set colors to choose from in SeNv5.

When making a post, there is a button labeled "Preview Post", you can use that and you'll see your post in full color. Now for names, I don't think we'd allow such a thing, we wouldn't really want a rainbow of names.

The best place to ask in which to create a signature would be in the Art forum.

Yes, I loved your idea of creating a Glitch Library. What could be done in SeNv4 is to create a pinned post the compiles all the glitches. Now for SeNv5, we could use the code of the Tutorials Databse and create a glitch list based on that.

In SeNv5 we have better clan support than that of which we currently have. Besides each clan having their own forum, they will have their own mini-page and such.

You can just log on to the same account and all your account priviledges will carry over.
Report, edit, etc...Posted by Kellodood on 2006-04-13 at 13:51:35
....How do you do the hex colors? I've tried sad.gif
Report, edit, etc...Posted by Arbitrary on 2006-04-13 at 14:08:03
CODE
[color=#XXXXXX]text[/color]
Report, edit, etc...Posted by IsolatedPurity on 2006-04-13 at 14:08:38
CODE

[color=#FFFFFF]white[/color]
[color=#ABCDEF]blue[/color]
[color=#112211]dark green[/color]


white
blue
dark green


Damn, you beat me arb.
Report, edit, etc...Posted by Rantent on 2006-04-13 at 19:49:05
you can also just do the main ones. [color=#FFF] stuff
Report, edit, etc...Posted by Killer_Kow(MM) on 2006-04-15 at 15:53:36
How come on the website it shows them with < but here you guys say to use '[]'?

ADD: Wow that colour is cool!
Report, edit, etc...Posted by Merrell on 2006-04-15 at 16:23:13
] and [ are a LOT easier to type then < and >. I mean, the whole concept of wasting energy to press in shift and < is horrible sad.gif.

But yeah, it's just easier.
Report, edit, etc...Posted by Killer_Kow(MM) on 2006-04-15 at 16:40:19
So both work?

Alright then.

ADD: GASP! It didn't! I'll just replace those with brackets...
Report, edit, etc...Posted by BeeR_KeG on 2006-04-15 at 16:52:16
It's because we've disabled the use of HTML for security reasons.
BBCodes are essentially almost the same as HTML, but they only work on posts and not the whole page.

IE:
CODE

<b>bold text</b> = [b]bold text[/b]


Bold text won't do much to security, but let's add javascript or soemthing like that and we have major security issues.
Report, edit, etc...Posted by Syphon on 2006-04-15 at 17:00:19
QUOTE(BeeR_KeG @ Apr 15 2006, 03:51 PM)
It's because we've disabled the use of HTML for security reasons.
BBCodes are essentially almost the same as HTML, but they only work on posts and not the whole page.

IE:
CODE

<b>bold text</b> = [b]bold text[/b]


Bold text won't do much to security, but let's add javascript or soemthing like that and we have major security issues.
[right][snapback]466210[/snapback][/right]


And then the ever present threat of someone maknig a heat seeking bold missile script.
Report, edit, etc...Posted by dumbducky on 2006-04-15 at 18:13:40
Why not disable javascript instead of HTML?
Report, edit, etc...Posted by BeeR_KeG on 2006-04-16 at 10:04:40
Basically, it's the tags "< and >" that are disabled really. And I don't think that it's possible to disable only Javascript without disabling HTML.

HTML also has it's security issues, I could make
<meta http-equiv="refresh" content="x_seconds; url=http://www.staredit.com/">
and make the page refresh, I could even set it to automatically refresh somewhere else, say my site, for example. Imagine if I made a News post that automatically loaded you to another website? The only way to fix it is via FTP and deleting that piece of code manually.

There's a large array of things that could be altered by enabling HTML, that work pretty much destroy the site if someone with enough knowledge puts it to malicious use.
Report, edit, etc...Posted by IsolatedPurity on 2006-04-18 at 14:20:34
BBCodes exist because it's better to white list what you want to be displayed on a page instead of black listing the bad stuff in html... because there are multitudes of things that can go wrong with people posting html.

It's for security purposes and display issues. Every forum pretty much uses bbcodes.
Report, edit, etc...Posted by Centreri on 2006-04-18 at 16:18:12
Why not expand the BBcode to also accept <>? It's much more 'at home' to some of us then the ugly rectangular tags.
Report, edit, etc...Posted by IsolatedPurity on 2006-04-18 at 16:21:29
I don't know... consistancy reasons? Sometimes I write out html naturally as well... so I know what you're saying. Use the alt keys like alt + b and you won't have to worry about it smile.gif.
Report, edit, etc...Posted by Syphon on 2006-04-18 at 18:21:39
QUOTE(BeeR_KeG @ Apr 16 2006, 09:04 AM)
Basically, it's the tags "< and >" that are disabled really. And I don't think that it's possible to disable only Javascript without disabling HTML.
[right][snapback]466717[/snapback][/right]


What about just censoring something like <language='text/JavaScript'> to <I'm such a naughty, naughty scripter.>

QUOTE(Centreri @ Apr 18 2006, 03:17 PM)
Why not expand the BBcode to also accept <>? It's much more 'at home' to some of us then the ugly rectangular tags.
[right][snapback]468027[/snapback][/right]


Ugly? UGLY? You sir, are a bracketist.
Report, edit, etc...Posted by BeeR_KeG on 2006-04-18 at 19:42:19
Because there'd be so many censors to be made, that it's not really practical. Censoring specific HTML would mean we would have to dig in HTML, CSS, Javascript and many other languages.
Also not to mention if somebody forgets to close a tag. Say I forget to clode a <b> tag, the whole page after that <b> tag would be bold. This is even done with BBCodes, but those are restricted to the table that contains the post.
Report, edit, etc...Posted by Mini Moose 2707 on 2006-04-19 at 00:42:24
Type your post in notepad.
Find -> Replace -> [ = <,
Find -> Replace -> > = ].
Not practical, but it gets it done if you absolutely insist on not typing in BBcode (which I find easier, since no shift key is required).
Report, edit, etc...Posted by Centreri on 2006-04-19 at 13:29:46
I'm just used to <>. I don't want to enable HTML, just make BBcode also accept <> brackets as well as []. Keep same tags.
Next Page (1)