Hi Smarty,

Thanks for the reply!... Ok, I will give it a try again...thxs!

And yes, I should upgrade though.

smile

Hi Smarty,

I am using punbb 1.2.6 and I cannot seem to find this in my email.php:

// Change the linebreaks used in the headers according to OS
        if (strtoupper(substr(PHP_OS, 0, 3)) == 'MAC')
            $headers = str_replace("\r\n", "\r", $headers);
        else if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN')
            $headers = str_replace("\r\n", "\n", $headers);


This is what I found though in my email.php instead:

// Detect what linebreak we should use for the headers
    if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN'))
        $eol = "\r\n";
    else if (strtoupper(substr(PHP_OS, 0, 3) == 'MAC'))
        $eol = "\r";
    else
        $eol = "\n";


Any idea's??

opps SORRY!......OKE DOKE!!

tHXS!

Smartys wrote:

Try commenting out these lines in include/email.php

        // Change the linebreaks used in the headers according to OS
        if (strtoupper(substr(PHP_OS, 0, 3)) == 'MAC')
            $headers = str_replace("\r\n", "\r", $headers);
        else if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN')
            $headers = str_replace("\r\n", "\n", $headers);

Hi Smarty,

Thanks for the quick reply and to supplying me the code fix!!! I will just COPY the intire code above and replace it into my "email.php" file.

I'll let you know...... THANK YOU SO MUCH!!! smile:)

Hi Guys,

I am also getting this 451 thingy, and since I am coding "illiterate", could someone help in providing me the fix or the (code) string to fix (i suppose) in the includes/mail.php??

Please help? I'm lost....

Hi,

I am getting this SMTP server: 451 See http://pobox.com/~djb/docs/smtplf.html issue. Guess it means (line (line feed/carriage return) handling). I think I seen a fix somewhere posted, but I don't remember where I seen it.

Anybody has a fix for this or can point me in the right direction regarding correction to this 451 thingy?... Would appreciate!

Thanks

57

(7 replies, posted in PunBB 1.2 troubleshooting)

Here's a "free" nifty tool that I've used many times (which works great) for importing hugh database files for a work around for hosting providers that sets (MB) limits on sql database uploads:

Website Link: http://www.ozerov.de/bigdump.php

Download Link: http://www.ozerov.de/bigdump.zip

Hope this helps!

58

(2 replies, posted in PunBB 1.2 troubleshooting)

Hi,

This is something I was also looking for. Glad you thought of it ricketh!..

Thanks

I have also noticed that any "send mail" php forms that I been using has completely stopped functioning this month (12/06) and is not sending me e-mail to my remote (@yahoo.com) email address.

I had contacted my hosting provider and this is what they told me::


==================================================================
Do your forms set a From header, and if so are the From addresses email accounts under a domain hosted on the server?

While scripts which send mail using Sendmail or the PHP mail() function should continue to work due to a large amount of abuse by spammers we recently had to make a change in the server configuration under which you will have trouble sending mail via scripts if you have set a From header containing an email address with a domain which is not hosted on the server.

If your scripts which send mail are not setup to have a @yourdomain.com address or another address under a domain which is hosted on the server in the From field you will have to reconfigure them. Note that if you wish to use an email address not hosted on our servers to receive replies to your PHP generated mail you can setup a forward in Mail Administration to have the mail forwarded to any email address you choose and use that email address in the From field in your forms.

Should you need to set the from header to a domain that is not hosted on the server (or if you wish to add visitor's email addresses to the From field in contact forms), you will need to configure your script to use our SMTP server rather than Sendmail. By using our SMTP server with authentication, you will be authorized to set the from header to any email address you?d like. If you need to do this, use stmp.yourdomain.com as the mail server where yourdomain.com = any domain hosted on the server.

You can connect on port 25. For authentication (which is required), use the full email address of any existing email account and it\'s password. Using SMTP you should be able to modify the from header as normal from your script or application.

While necessary in order to avoid having all mail from our network blacklisted as a spam source we apologize for any inconvenience this change may have caused. If you are already using an email address which is hosted on the servers in your forms.
==================================================================

Hope this helps a little for anyone that has the same problem that I've recently encountered on my server using "Send Mail" forms...

Cheers

Ree wrote:

Try adding the email mod's "from" address to your Yahoo address book.  Yahoo claims to always deliver mail from senders in your address book and not mark them as spam.  I'm afraid it doesn't help the two-day delay, though.

Hi Ree, just wanted to let you know that the idea of the yahoo email address believe it or not thing did help! I get my emails now ontime!

Thanks again!

Cheers

Ree wrote:

Try adding the email mod's "from" address to your Yahoo address book.  Yahoo claims to always deliver mail from senders in your address book and not mark them as spam.  I'm afraid it doesn't help the two-day delay, though.

Hi,

Thanks for the suggestion. I will give it a try! Anything is a help!

Cheers...:)

Ahhhh.... I know whats going on, seems I am getting somekind of "Delayed Reaction" e-mail for some reason. When someone signs up, I get that alert mail 2 days later in my email account on Yahoo. Must be Yahoo's end I guess... Strange....

i dunno?

I found no messages in the spam/bulk box. Guess they caught on the high volumn of messages I was being receive to my yahoo acount from the forum.

Oh well, I just changed my email address to another one and it's ok now..

Thanks!

I think I found the problem. It has seem recently that Yahoo has been making some changes on there end to the clients side e-mail accounts by trying in cutting down on spamming to its members that I understand. So since I use a Yahoo e-mail address to receive my incoming new registrations & new message posts, I no longer receive them thru yahoo anymore. Cause I changed my email address in the admin side of my forum, and behold, I started receiving my messages again! Guess yahoo figured if they seen alot of emails coming from one particular domain, they will stop incoming mail from that domain all together.

Guess Yahoo's up to there tricks again....:/

Hi, 

I just started having this problem in the admin of the "Send New Messages to Mailing List" function not working anymore. I use to receive an email to my outside email account when someone new had registered. Now, I do not receive an email anymore?? Seems that function no longer works?

I also found out that I am not receiving any email alert if someone posts a new message in the forum.  I use too, but not anymore.

Would they're be a problem in my index.php/header.php/footer.php files? Or my Database?? Or was this a hack by someone?

Has anyone else had this same problem in the past? If so, where do I look and how do I correct this?? Anyone's help and advise would be most appreciated....

Thanks

shaul26 wrote:

I talked with the mod creator (Ju) very nice person!

and he told me what to do..

this is the mod:

open "viewtopic.php"

find:

    $post_count++;
    $user_avatar = '';
    $user_info = array();
    $user_contacts = array();
    $post_actions = array();
    $is_online = '';
    $signature = '';

    // If the poster is a registered user.
    if ($cur_post['poster_id'] > 1)
    {

after add:

        $rank_pips = "";
        if($cur_post['num_posts'] > 5000) { $num_pips = 10; }
        elseif($cur_post['num_posts'] > 3000) { $num_pips = 9; }
        elseif($cur_post['num_posts'] > 2000) { $num_pips = 8; }
        elseif($cur_post['num_posts'] > 1000) { $num_pips = 7; }
        elseif($cur_post['num_posts'] > 500) { $num_pips = 6; }
        elseif($cur_post['num_posts'] > 300) { $num_pips = 5; }
        elseif($cur_post['num_posts'] > 100) { $num_pips = 4; }
        elseif($cur_post['num_posts'] > 50) { $num_pips = 3; }
        elseif($cur_post['num_posts'] > 10) { $num_pips = 2; }
        else { $num_pips = 1; }

        for($pip=0; $pip<$num_pips; $pip++) {
            $rank_pips .= '<img src="img/pip.gif" alt="" />';
        }

Find:

           <dl>
                    <dt><strong><?php echo $username ?></strong></dt>
                    <dd class="usertitle"><strong><?php echo $user_title ?></strong></dd>

After, add :

                    <?php echo "<dd class=\"usertitle\">".$rank_pips."</dd>\n"; ?>

Save viewtopic.php and upload (overwrite)

I didn't creat this mod... all the credit goes to "Ju" !

I just did the pip Mod per your instructions, and it works great on my 1.2.6!! Thanks "shaul26" and especially to the (Ju) man!

Cheers!

Unable to delete multiple messages at once.

I have a problem with the delete multiple/selected message function in the Private Messaging and does not seem to work correctly. Meaning, if I select 5 messages to delete, and after pushing the submit button, it only delete's one message out of the 5..

Does anyone else have this problem?

Thanks

Hi,

Great Gallery! Only problem though that I do not see a "Delete Function" for the member enabling him to delete his on pics after uploading if he chooses. Will this feature be add on later?? Just wondering...

Thanks

Wow, I didn't no that. Thanks for sharing the info!

Cheers!

Private Messaging - Unable to delete multiple messages.

I have a problem with the delete multiple/selected message function in the Private Messaging and does not seem to work correctly. Meaning, if I select 5 messages to delete, and after pushing the submit button, it only deletes one message out of the 5?? Anyone else have this problem??

Thanks

Thanks Elzar for pointing the way!! I'll just do as per your instructions!

Thanks & Cheers! smile

Bradyn wrote:

Check the includes/templates directory.

Also, when centering...

body {text-align: center;}
#wrapper {text-align: left; margin: 0px auto; width: 600px;}

That way it'll work in IE too.

Hi, is this the way I would correctly write it into the body tag?

<body {text-align: center;} #wrapper {text-align: left; margin: 0px auto; width: 600px;}>

Then just replace my body tag with this new one as it is layed out above??

thxs...

THANK YOU pogenwurst... I'll give it a try!!

Have a nice weekend! smile

I was just wondering if it was possible to do a user's "Domain" search thru the admin if you didn't know someone's complete email address except for the ending part of the domain like "someplace.com"?? I know the admin search criteria has everything else to perform a search on someone,  but would this be possible?....Just wondering.....

Thxs!

flx wrote:

anyone interested in this in my signature?
shows recent topics

I am interested into knowing how to show the recent topics in my signature too. It would be nice.

Thanks!