Sub Menu
Links Menu
Online Users

In total there are 301 users online :: 2 registered, 0 hidden and 299 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Google [Bot] based on users active over the past 60 minutes

pm email error

Support for IntegraMOD 141

Moderator: Integra Moderator

pm email error

PostAuthor: krillmeed » Wed Apr 27, 2011 4:17 am

Just noticed that i have not been getting any emails about pm ´s. The pm ´s have been sent to my inbox, when i try to reply to them, it says" Failed sending email :: PHP ::
"; i have checked in my site error logs and this is what it says:

Code: Select all
ALERT - mail() - double newline in headers, possible injection, mail dropped (attacker '90.153.69.130', file '/hsphere/local/home/krillmeed/krillmeed.com/forum/includes/emailer.php', line 212)


no idea how long this problem has been going on :D

krillmeed
Sr Integra Member
Sr Integra Member
 
Posts: 301
Likes: 0 post
Liked in: 0 post
Joined: Sat May 27, 2006 12:34 am
Cash on hand: 0.00

Re: pm email error

PostAuthor: Helter » Wed Apr 27, 2011 4:12 pm

your server may have php mail disabled to prevent spamming. Have you tried to use SMTP?
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: pm email error

PostAuthor: krillmeed » Fri Apr 29, 2011 11:54 pm

How come topic replies and digest messages are still sent to me? Do they both run on the same system as the pm emails? No idea why i did not get a email for your reply either <img>

krillmeed
Sr Integra Member
Sr Integra Member
 
Posts: 301
Likes: 0 post
Liked in: 0 post
Joined: Sat May 27, 2006 12:34 am
Cash on hand: 0.00

Re: pm email error

PostAuthor: Helter » Sat Apr 30, 2011 6:42 am

If other functions are sending mai the prob may be in the language file.. ill look at it tonight after work

[ Post made via Mobile Device ]
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: pm email error

PostAuthor: krillmeed » Sat Apr 30, 2011 11:55 pm

Thank you sir, i suspect the server has changed something for this to start happening <img>

krillmeed
Sr Integra Member
Sr Integra Member
 
Posts: 301
Likes: 0 post
Liked in: 0 post
Joined: Sat May 27, 2006 12:34 am
Cash on hand: 0.00

Re: pm email error

PostAuthor: Helter » Sun May 01, 2011 5:31 pm

I have not been able to recreate the error or find anything that would cause this.

have you looked at this?
http://www.integramod.com/html/mail.html
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: pm email error

PostAuthor: krillmeed » Mon May 02, 2011 7:49 am

I did find this: http://www.phpbb.com/community/viewtopi ... 8&t=312642 but could not get it to work unless integramod is slightly different. If you could take a look <img>

krillmeed
Sr Integra Member
Sr Integra Member
 
Posts: 301
Likes: 0 post
Liked in: 0 post
Joined: Sat May 27, 2006 12:34 am
Cash on hand: 0.00

Re: pm email error

PostAuthor: Helter » Mon May 02, 2011 12:31 pm

I think that since your site is sending email through other mods, the problem has to be in the forum and not in emailer.php. Im still looking for it.

on a totally unrelated note, i just visited your site and noticed a few template errors. Ill attach an updated lcars.css.

OPEN lcars/overall_footer.tpl

FIND
Code: Select all
<table>
  <tr>
   <td>
   <img>
   </td>
   <td>
   <a><img></a><span>{INTEGRAMOD_VERSION} </span><img></td>
   <td>
   <img>
   </td>           
  </tr>
</table>
<table>
  <tr>
   <td>
   <img>
   </td>
   <td>
   <a><img></a><span>{PHPBB_VERSION} </span><img></td>
   <td>
   <img>
   </td>           
  </tr>
</table>


REPLACE WITH
Code: Select all
<table>
  <tr>
   <td>
   <img>
   </td>
   <td>
   <a><img></a><span>{INTEGRAMOD_VERSION} </span><img></td>
   <td>
   <img>
   </td>           
  </tr>
</table>
<table>
  <tr>
   <td>
   <img>
   </td>
   <td>
   <a><img></a><span>{PHPBB_VERSION} </span><img></td>
   <td>
   <img>
   </td>           
  </tr>
</table>
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: pm email error

PostAuthor: Helter » Mon May 02, 2011 2:12 pm

I think I may have found the answer to your problem.
rename includes/emailer.php to something like emailer_.php and upload this one and let me know if this solves your issue without creating any new ones.

I think this is a conflict between phpBB2.x and suhosin with the sendmail option
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: pm email error

PostAuthor: krillmeed » Mon May 02, 2011 8:57 pm

That was a quick answer, will do this when i get back from work. Thanks for the css correction as well <img>

krillmeed
Sr Integra Member
Sr Integra Member
 
Posts: 301
Likes: 0 post
Liked in: 0 post
Joined: Sat May 27, 2006 12:34 am
Cash on hand: 0.00

Re: pm email error

PostAuthor: krillmeed » Tue May 03, 2011 6:03 am

Sorry to say its still showing the exact same error :?

krillmeed
Sr Integra Member
Sr Integra Member
 
Posts: 301
Likes: 0 post
Liked in: 0 post
Joined: Sat May 27, 2006 12:34 am
Cash on hand: 0.00

Re: pm email error

PostAuthor: Helter » Tue May 03, 2011 9:00 am

the original may be cached. Try emptying your cache folder of all but index.html and .htaccess
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: pm email error

PostAuthor: krillmeed » Tue May 03, 2011 10:24 am

Still the same, though the cache folder had over 4000 files in it, they seemed to be tpl files only and the index.html. Checked on my scifi forum as well, though its not used much and no mods have been added, that one says:

Code: Select all
Failed sending email :: PHP ::

DEBUG MODE

Line : 234
File : emailer.php

krillmeed
Sr Integra Member
Sr Integra Member
 
Posts: 301
Likes: 0 post
Liked in: 0 post
Joined: Sat May 27, 2006 12:34 am
Cash on hand: 0.00

Re: pm email error

PostAuthor: Helter » Tue May 03, 2011 10:23 pm

edit the email address in this file. upload it to your server and browse to it. If emailer.php is working, you will get an email
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: pm email error

PostAuthor: krillmeed » Wed May 04, 2011 9:10 am

Did as you said and got a nice test email from: <a>krillmeed@web419.opentransfer.com</a> :?

krillmeed
Sr Integra Member
Sr Integra Member
 
Posts: 301
Likes: 0 post
Liked in: 0 post
Joined: Sat May 27, 2006 12:34 am
Cash on hand: 0.00

Next

Return to IntegraMOD 141

Who is online

Registered users: Bing [Bot], Google [Bot]

cron