Keighlea
said
:
Indecent Act
said
:
Funny thing is most users are worried about seedy sites. But with my site for example I'm letting strangers write data to my hard drive. I'm the one at risk, every visitor must be treated as a potential threat.
It's a different perspective from a web site owner's point of view. Hard to imagine letting random strangers write stuff on your home computer, when you're not even there. You'd have to be insane to do that right?
That's how it is for many websites, oh I don't claim to be in anyway sane btw
Miss Lioness
said
:
Would it be possible to add a guthix symbol instead of the emmisionary symbols?
I'll see if I can add a Guthix symbol. I have some limitations as to how I assign the symbols to the avatar code (the first digit of avatar code represents the icon).
Numbers 2-9 have already been assigned and 1 is no icon. That leaves 0, and zero will work but I have had issues in the past with leading zero's at the beginning of avatar codes.
I'll look into how to use MySQL, but I don't think I'll use it because google's cloud version comes with a monthly fee. For now, I think I'll just see how it goes doing small projects with google's free services. It should reduce the danger of getting attacked at least
I should probably do more to prevent bot flooding for poll creation
Captchas sound good, I'll try to get that set up as well as limiting the rate of poll being created per IP. I think appspot has ways to deal with bots, I'll have to read more about it.
How do you respond to recovery requests if you don't store emails?
And why isn't there a reliable built-in set of methods for escaping in sql?!?!
(E: I really can't find an answer for this online lol, I just get lots of people talking about sql code being vulnerable and how frequest SQL attacks are... but nothing about sql having built in methods for escaping. Apparently textbooks teach with example code that's vulnerable without emphasizing vulnerabilities enough.)
I've looked a little into salts and hashes, so I definitely won't be storing passwords in plain text
I was actually thinking of trying to use OAuth but it all seems to complicated