![]() |
Mailbox System
4 Attachment(s)
Hello people of the Graal forums!
I made this system a few months ago. It was just to test out the sqlite functions, and see how they work. I never intended to release it, so some things might seem a bit...inefficient. Also, some of the gui controls have some very long and unneccesary names. But that is because every gui control had the prefix "Npulse". The reason being, I scripted this on Npulse. So, I just replaced 'Npulse' with 'Mail'. And that made some gui controls have weird names, such as "Mail_Mail_*". Its just a basic mailing system. You can compose mail, read mail, reply, add and manage contacts. You can move the mail between your inbox and a saved folder, or delete them. So its just basic functionality of a mailbox. As I said, this was never meant for release, but since its not being used for anything, I decided to release it. So, use it as you wish, edit it, mock it, praise it, do as you see fit. I'll include some screenshots as well so you can see how it looks. |
hey didnt you script stuff for Dark horizon? im manager and we could use you send me a forum pm for info yo.
|
Quote:
|
You have no escapes on anything before you store it in the table, so using a single quote will result in SQL Errors which in turn makes SQL Injection a possibility.
PHP Code:
|
I have all 's being parsed clientside before sending it serverside though.
Altho, adding that would be better...I just didn't think of sql injections on Graal. :P |
Quote:
|
You shouldn't be using a memory editor on Graal. Tisk tisk, I thought I raised you better.
|
Quote:
|
Cool system!
|
I was speaking in terms of how it could be exploited. It was more or less an explanation as to why parsing them clientside is a bad idea compared to escaping them on the server. Why did nobody get butthurt when SQL injections were mentioned? Jesus Christ.
And I like your stuff, Jazz, it's good. |
Quote:
Other than that, it's pretty nifty. |
| All times are GMT +2. The time now is 01:58 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.