Jump to content
MakeWebGames

Recommended Posts

Posted

Well, i had a little free time, and i havent seen one on here, so here it is.

Basically it allows members to forward their mails to either one or multiple users. Hope you enjoy. Feel free to ask questions or acknowledge any problems you may have.

Open: mailbox.php

Find: Line 30-33

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Under it add:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Find: Line 84-85

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Under it add:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

The rest:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Posted

Nice idea, some of your security techniques I'd question though.

Like I wouldn't really use htmlentities() on input on this situation, I would also use a preg_replace() and some regex.

There are other things I'd do differently as well, but that may just be my preference as I work with error_reporting() on

Well done

Posted

I was just questioning you using htmlentities() on input, why?

And this will error for people that have error_reporting() on (not ruin the script, just display some errors)

Posted
I was just questioning you using htmlentities() on input, why?

And this will error for people that have error_reporting() on (not ruin the script, just display some errors)

Because not everyone has secured their mail from executing things like javascript, and that'll atleast help a bit. Its not gonna fix the whole thing, but it helps

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...