php forum
php mysql forum
php mysql smarty
 
Topic Options
#276168 - 07/07/04 09:37 PM Beta-[6.5] PM Mailer 6.5
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC

   Beta-[6.5] PM Mailer 6.5 to Del.icio.us Add to del.icio.us
  Digg Beta-[6.5] PM Mailer 6.5 Digg it
Mod Name / Version: PM Mailer 6.5 <br /><br />Description: This allows users to select private messages from their list of private <br />messages and click "Email PM" instead of "Delete" to receive a copy of the PM via email.<br />It's an excellent tool to allow users to "archive" off their Private Messages before they<br />are purged from your database. <br /><br />Working Under: UBB.Threads 6.5 <br /><br />Mod Status: Beta <br /><br />Any pre-requisites: <br /><br />Author(s): JoshPet <br /><br />Date: 07/07/04 <br /><br />Credits: JustDave <br /><br />Files Altered: delete.php, viewmessages.tmpl, languages/*/generic.php <br /><br />New Files: none <br /><br />Database Altered: none <br /><br />Info/Instructions: <br /><br />Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /><br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.


Attachments
116532-PMMailer-6.5.txt (152 downloads)


Top
#276169 - 09/26/04 05:53 PM Re: Beta-[6.5] PM Mailer 6.5 [Re: Daine]
Pasqualist Offline
Member

Registered: 01/30/03
Posts: 285
Loc: Amsterdam, The Netherlands
Great addition!<br /><br />It would be perfect if we could have some confirmation page after clicking the Email button. Now it looks like nothing happens... <img src="http://www.ubbdev.com/forum/images/graemlins/laugh.gif" alt="" />

Top
#276170 - 09/28/04 12:26 PM Re: Beta-[6.5] PM Mailer 6.5 [Re: 10k]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
I second that motion! <img src="http://www.ubbdev.com/forum/images/graemlins/grin.gif" alt="" />
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#276171 - 11/21/04 11:10 PM Re: Beta-[6.5] PM Mailer 6.5 [Re: eslmix]
chillin Offline
Journeyman

Registered: 01/26/03
Posts: 127
Loc: bend, OR USA
Hmm, i'm getting the following error:<br /><br />Fatal error: Call to a member function on a non-object in /home/.gumnut/climb/cascadeclimbers.com/threadz/sendmessage.php on line 249<br /><br />when i only send to someone who wants a copy via email. i changed back the code and didn't get an error in this area. any ideas?
_________________________
i see threads people
http://www.chinooktc.com

Top
#276172 - 05/15/06 02:08 AM Re: Beta-[6.5] PM Mailer 6.5 [Re: kwalenta]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
In threads 6.5.x we get more security. What kind of input type these are:<br /><br />$deletecheck = get_input("deletecheck","post");<br />$pmemail = get_input("pmemail","post");<br /><br />int? alpha?
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#276173 - 05/17/06 08:50 AM Re: Beta-[6.5] PM Mailer 6.5 [Re: landyphil]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
good question... I'll hunt these up as well <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#276174 - 05/17/06 12:30 PM Re: Beta-[6.5] PM Mailer 6.5 [Re: SurfMinister]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
this is a problem in many modifications that are ported to 6.5.x. While review my system I found many many many uncheckt. I will go on and will post in every modification thread with missing input check a question so we can prevent possible hacking while running these mods.
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#276175 - 05/18/06 09:00 AM Re: Beta-[6.5] PM Mailer 6.5 [Re: landyphil]
Flyin V Offline
Power User

Registered: 05/20/99
Posts: 73
I am interested in finding out what type of input these are, so I am waiting for the results of the hunt <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
www.clickteam.com

Top
#276176 - 05/23/06 09:39 AM Re: Beta-[6.5] PM Mailer 6.5 [Re: Afx]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
Doing a little investigating, but this seems like an easy question - int stands for integer, in this case it is looking for a 1 or 0 for the deletecheck so that would be 'int'. The pmemail should be escaped in the code, eh? If not, since it's getting the entire pm, then 'alphanum' is probably the validator code to use, you think? (since the pm could/should only contain letters or numbers)
_________________________
- Allen wavey
- What Drives You?

Top
#276177 - 05/23/06 02:15 PM Re: Beta-[6.5] PM Mailer 6.5 [Re: SurfMinister]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
I try it but after apply 'int' and 'alphanum' they dont send out emails anymore. Better I wait out a little bit <img src="/forum/images/graemlins/smile.gif" alt="" /> I dont understand not enough how this works.
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#276178 - 05/23/06 07:25 PM Re: Beta-[6.5] PM Mailer 6.5 [Re: landyphil]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
The pmemail probably doesn't need alphanum, especially since it probably contains html characters.
_________________________
- Allen wavey
- What Drives You?

Top


Moderator:  Ian_W 
Top Posters Last 30 Days
AllenAyres 13
Gizmo 10
sirdude 2
willing 2
S7ARBVCK 2
MattUK 1
Kevin H 1
Who's Online
0 Registered (), 26 Guests and 6 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Noob - need help, or a reality check!
by Gizmo
Today at 03:21 AM
Here I am! Rock me like a Hurricane!
by AllenAyres
09/02/08 03:05 PM
[7.x] Generic Page Outside of forum directory
by Gizmo
08/30/08 05:43 PM
Team UBBDev Rides Again!
by Gizmo
08/28/08 11:45 PM
Multiple Identity Detector
by MattUK
08/28/08 04:10 PM
[7.3.x] ubb.links
by AllenAyres
08/26/08 09:57 AM
Installing FlashChat with 7.3
by Gizmo
08/23/08 05:36 AM
New Mods
Installing FlashChat with 7.3
by Paug
08/23/08 12:14 AM
[7.3.x] ubb.links
by AllenAyres
06/20/08 11:50 PM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
[7.x] Generic Page Outside of forum directory
by
01/14/07 10:58 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
Newest Members
veedubb8, twentyseven, Claus1, welcomeback1, Paug
13327 Registered Users

 

 

 
fusionbb message board php hacks