vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - vBMS : vBulletin Mail System (https://vborg.vbsupport.ru/showthread.php?t=140828)

chopin2256 04-18-2007 09:04 PM

Hi,

I keep getting this error:
Warning: imap_open() [function.imap-open]: Couldn't open stream {localhost:110/pop3}INBOX in /includes/vbms_class_installer.php on line 791
My host says this though:
"Imap listens on port 143, not port 110 as the error is showing. If you are sending via imap then it should be port 143. Port 110 is for popping your mail, it's what outlook uses"
I cannot figure out how to install this after many many many attempts, and I still have no idea if this is a software error bug, or a problem with the way my host set up IMAP. Although, IMAP should be working correctly, they installed it twice, and made sure it was working correctly.

chopin2256 04-18-2007 09:42 PM

Here is additional verification that IMAP and all ports are working on my server:
Hi,

I've checked to see that port 110, 143, and 25 are all open and listening.

-bash-2.05b# hostname
vps.youngcomposers.com

-bash-2.05b# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Hello there.

-bash-2.05b# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc.
See COPYING for distribution information.


-bash-2.05b# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220-vps.youngcomposers.com ESMTP Exim 4.63 #1 Wed, 18 Apr 2007 18:15:54 -0400 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.

Apparently the error is not on my end, and a potential bug in the software installation process.

MikeHolohan 04-22-2007 06:26 PM

I installed this on my test forum, now I can't login, it keeps sending me back to the login page.. Mike.

Slave 04-24-2007 05:23 AM

Quote:

Here is additional verification that IMAP and all ports are working on my server:
Hi,

I've checked to see that port 110, 143, and 25 are all open and listening.

-bash-2.05b# hostname
vps.youngcomposers.com

-bash-2.05b# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Hello there.

-bash-2.05b# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc.
See COPYING for distribution information.


-bash-2.05b# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220-vps.youngcomposers.com ESMTP Exim 4.63 #1 Wed, 18 Apr 2007 18:15:54 -0400 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.
Apparently the error is not on my end, and a potential bug in the software installation process

If I remember correctly, from when I first set up vBMS, there are two types of IMAP. One is the IMAP service, which as your host has shown is working on your box, the other is the PHP package. The error you're getting is to do with the PHP package. (Don't worry, it took me ages to find this information out!)

You need to ask your web host to update/install the PHP on your box with "php-imap"

If you box is redhat linux, as example, the host would use the following command from shell ..

Code:

up2date --imap
Which should get something like the following ..

Code:

Testing package set / solving RPM inter-dependencies...
########################################
php-imap-4.3.2-37.ent.i386. ########################## Done.                   
php-4.3.2-37.ent.i386.rpm:  ########################## Done.                   
php-ldap-4.3.2-37.ent.i386. ########################## Done.                   
php-mysql-4.3.2-37.ent.i386 ########################## Done.                   
php-odbc-4.3.2-37.ent.i386. ########################## Done.                   
php-pgsql-4.3.2-37.ent.i386 ########################## Done.                   
Preparing              ########################################### [100%]

Installing...
  1:php                    ########################################### [100%]
  2:php-imap              ########################################### [100%]
  3:php-ldap              ########################################### [100%]
  4:php-mysql              ########################################### [100%]
  5:php-odbc              ########################################### [100%]
  6:php-pgsql              ########################################### [100%]
The following packages were added to your selection to satisfy dependencies:

Name                                    Version        Release
--------------------------------------------------------------
php                                    4.3.2          37.ent             
php-ldap                                4.3.2          37.ent             
php-mysql                              4.3.2          37.ent             
php-odbc                                4.3.2          37.ent             
php-pgsql                              4.3.2          37.ent

As you can see I'm running PHP 4.3.2

Once that's done, restart the server and vBMS "should" work :)

Ultimative 04-24-2007 11:33 AM

When I try to install I'm getting this error:

The following setting groups are already defined: vbms

I previously installed it but it's no longer there and I wish to install from scratch. Anyway to correct this?

Krofh 04-25-2007 05:30 AM

Quote:

Originally Posted by scan-pa
Do you have an update on the changes for the next release of this product?

I'm just gonna be completely honest... I thought I'd have time to work on this, but it's not working out. I've got some exams in the middle of May, and after that I'm mostly done with school for the summer and should then be able to spend the time on this. I don't honestly expect to be able to get anything done before then though. Sorry for the long delays on this.

For those of you using IMAP rather than just accessing your mail server by POP3, you might try this option... I set this up for someone using IMAP and this was the only way I was able to get it to work on his site. In includes/vbms_functions_checkmail.php, find the vbms_checkmail_construct_connection_string(...) function and change this bit:

Code:

function vbms_checkmail_construct_connection_string($hostname = false, $port = false, $notls = NULL)
{
        global $vbulletin;
       
        $hostname = ($hostname === false ? $vbulletin->options['vbms_hostname'] : $hostname);
        $port = ($port === false ? $vbulletin->options['vbms_port'] : $port);
        $notls = ($notls === NULL ? $vbulletin->options['vbms_forcenotls'] : $notls);
       
        $notls = ($notls ? "/notls" : "");
       
        return "{" . $hostname . ":" . $port . "/imap" . $notls . "}INBOX";
}

That should do it. I'm gonna try and make IMAP access a chooseable option in the next update.

Quote:

Originally Posted by Ultimative
The following setting groups are already defined: vbms

Try deleting the "vbms" entry from the settinggroup table in your database then. You could also try properly running the uninstaller, as it's likely that the setting groups are not the only thing that was leftover from the first installation.

Quote:

Originally Posted by MikeHolohan
I installed this on my test forum, now I can't login, it keeps sending me back to the login page.. Mike.

Restore a database backup? I have no idea what'd be causing this... can you not log in to the ACP or the normal forum or both?

MikeHolohan 04-25-2007 04:24 PM

Quote:

Originally Posted by Krofh (Post 1235129)


Restore a database backup? I have no idea what'd be causing this... can you not log in to the ACP or the normal forum or both?

I couldn't login to anything, not the forum, not the AdminCp nothing, but it didn't matter it was just my test forum, I restored the database, thanks for the reply... Mike.

MAXpowerPXL 04-26-2007 05:58 AM

After much reading through all the errors posted here to find answers to my questions, I have this up and running.

I had the connection error during the installation and I found my server would only allow me to connect via imap not pop3.

In my opinion, this is the best vBulletin mod/hack ever made.
I almost can't believe it's free!

Thank you so much Krofh for the effort that has gone into this.

nonamer69 04-27-2007 01:31 AM

"EMAIL ATTACHMENTS = NO WORKY"

I've looked all over this thread to find a reason why I cannot seem to receive any attachments in my email messages. I tried the solution succo stated but still the same result. Has this problem not been resolved or is there a solution to that I missed somewhere in this thread?

btw, thanks for this great addon I just wish I could use it to its full capacity.

thincom2000 04-27-2007 04:12 AM

Changed it to output $reason instead of the error image and to hopefully locate my issue.

When running the cron, there are emails in the vbms account. VBMS checks the right account and counts the messages correctly.

PHP error: array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The second argument should be either an array or an object (/home/crackede/public_html/includes/vbms_functions_checkmail.php:421)

No mail is saved to user accounts.
The mail VBMS found is deleted.
No logs are saved.

I am using PHP 5.1.6

StarBuG 04-27-2007 06:17 AM

Hi

So far this hack reads very good.
One thing however is not totaly clear for me.

Is this hack colecting all emails send to my domain that don't have a pop3 to a catchall adress and this hack then accesses this email account and provides users access to their mail only?

Or is this hack creating email adresses on my server for every user?

The method is not realy described anywhere but would be an important information to have ;)

scan-pa 04-28-2007 06:27 PM

Quote:

Originally Posted by Krofh (Post 1235129)
I'm just gonna be completely honest... I thought I'd have time to work on this, but it's not working out. I've got some exams in the middle of May, and after that I'm mostly done with school for the summer and should then be able to spend the time on this. I don't honestly expect to be able to get anything done before then though. Sorry for the long delays on this.


Krofh,

I am sure most of us completely understand. You take care of getting those exams passed, and we will gladly wait for the next beta or RC version.

Thanks for the update.

Deska 04-30-2007 07:53 AM

Quote:

Originally Posted by StarBuG (Post 1236273)
Is this hack colecting all emails send to my domain that don't have a pop3 to a catchall adress and this hack then accesses this email account and provides users access to their mail only?

Or is this hack creating email adresses on my server for every user?

The method is not realy described anywhere but would be an important information to have ;)

Basicly this hack only download email from user account and stored to your forum DB, its not create any email address on your server.

GizmoPhreak 04-30-2007 10:47 PM

hello..I have my forums installed on pulzi.com but i want to give members id like username@pulzimail.com ... is it possible?

PoetJA-1975 05-01-2007 12:30 AM

Quote:

Originally Posted by encryption (Post 1194527)
I cant get this to install for squat..... I've tried catchall addresses, created new addresses and set them as catchall in CPanel and install, try local host, mail.mysite.com, nothing works, I CONSISTENTLY get the error

I've tried installing this and get the same exact thing as above.
I've looked through this thread and haven't seen anyone address this issue.
Anyone have any clues as how to remedy this?

Thanx,

Jacquii.

EragonSN 05-02-2007 03:56 PM

Same issue as PoetJA-1975, tried with all the things that have been suggested in this thread.

Settings have been set properly, I'd even ask my host to be completely sure about it, mail.mydomain.com, default port, user and PW all set right.

sent two test emails to my personal email addy, with vbmail() and mail(), both received, and no errors.

But when I try to send an email to someone else on the forum, yes, the other account has been setup, I can send, but not receive... and the catchall email does receive the emails without problems.

I've also checked the logs, I get these error when I try to run the cron, which seams not to be working properly:

Quote:

A mail check lock was already acquired on 05-02-2007 at 07:53 PM
Quote:

Warning 05-02-2007 06:52 PM Running mail check despite there being 0 seconds minimum until next scheduled run
Debug 05-02-2007 06:52 PM Connecting to mail server
Debug 05-02-2007 06:52 PM Retrieving message count...
Information 05-02-2007 06:52 PM There are 0 messages on the POP3 server that need to be downloaded
Debug 05-02-2007 06:52 PM Closing connection
Information 05-02-2007 06:52 PM vBMS mail checking completed
Quote:

Debug 05-02-2007 06:10 PM Connecting to mail server
Error 05-02-2007 06:10 PM PHP error: imap_open() [<a href='function.imap-open'>function.imap-open</a>]: Couldn't open stream {mail.sunrise-networkz.com:110/pop3/notls}INBOX (/home/sunrzcom/public_html/forums/vbms_checkmail.php:95)


Any suggestions ?

maxicep 05-03-2007 10:08 AM

<a href="https://vborg.vbsupport.ru/member.php?u=109971" target="_blank">Krofh</a> ,when you will release mail system final version ?

thincom2000 05-04-2007 03:56 PM

Well, I finally got the cryptic error messages to stop and it to check my mail correctly again without deleting them for no reason. It did require massive file edits to the checkmail script and its functions.

Misiektt 05-06-2007 12:54 AM

Quote:

Originally Posted by Krofh (Post 1203923)
bluechris: I'm still working on the issue with the foreign characters, haven't quite figured that one out yet.
To those of you having connection problems: try upgrading to the newer uploaded version, then use the "Force no-TLS connection" option in the ACP.
To the rest of you: I'm going out of town for a few days, hopefully I'll be able to get more of this fixed up when I get back.

I have the same issue i can help resolving it, because my emails have

=?windows-1250?Q?Wiadomo=9C=E6_testowa?= and in content i have also problem with encoding

scan-pa 05-07-2007 06:35 AM

Quote:

Originally Posted by GizmoPhreak (Post 1238536)
hello..I have my forums installed on pulzi.com but i want to give members id like username@pulzimail.com ... is it possible?

Do you own the domain pulzimail.com?

if not, then you need to create & purchase that domain, and add it to your hosting account that pulzi.com is on. this will allow you to setup a catchall mailbox for pulzimail.com


or you can go the sub-domain route and create a sub-domain of pulzi.com

example: pulzimail.pulzi.com and create a catchall for the sub-domain.

scan-pa 05-07-2007 06:39 AM

Quote:

Originally Posted by maxicep (Post 1240495)
Krofh ,when you will release mail system final version ?

He posted a reply to my post asking the same question, that he will work on this after his mid may exams are over with, and school is done.


Once this gets out of beta, it will be one heck of a add-on.

ramchip 05-08-2007 01:07 PM

Has anybody tried this mod on HostGator hosting package?

Andyrew 05-11-2007 08:27 PM

I have this working ok, only thing i have a problem with is i can not change anything in user options.
When i untick a box and press save it come up with the box ticked again, so no way to turn of default settings.

BWilliams 05-13-2007 04:35 AM

Got this installed and working. So far so good.

Question I have is how can I make the screen name the default alias? I don't want the users to choose.

Thanks

Fungsten 05-13-2007 06:21 PM

What do I put in here?

Attachment 64273

I'm not asking for the exact information for my settings, but, what is the SMTP username? Is it the "Postmaster" account or the "Admin" account, etc.

What do I put in for the password? Is it the one for the Admin account? The "Postmaster" account?

Thanks in advance!!

loonytune15 05-14-2007 06:33 AM

I hope to see this hack as a final in the coming weeks :D

even an update to beta 2 would be good :)

DaNIEL MeNTED 05-15-2007 06:02 PM

One question - how does it automatically format usernames?

For ex. if someone is username do they get username@domain.com?

What if someone else is "user name"?

DaNIEL MeNTED 05-15-2007 06:54 PM

Quote:

Originally Posted by DaNIEL MeNTED (Post 1248278)
One question - how does it automatically format usernames?

For ex. if someone is username do they get username@domain.com?

What if someone else is "user name"?

Installed on a test board -- I see that by default people's aliases are not defined. I would like to prevent people from changing their alias but I see that they still get to set their first alias ...

The only problem I have is I would like to always set people's email = their username.

Is there anyway to get it to do this for everyone on installation?

What about on registration?

I think I could probably write a plugin to do the registration part...

Maybe add a query on install to populate the alias field?

DaNIEL MeNTED 05-16-2007 01:56 PM

To answer my own question -

create a plugin - VBMS Add-Alias.

Hook - register_activate_start

Code -

PHP Code:

$count 1;
function 
str_split_php4($text$split 1)
{
    if (!
is_string($text)) return false;
    if (!
is_numeric($split) && $split 1) return false;
    
$len strlen($text);
    
$array = array();
    
$i 0;
    while (
$i $len)
    {
        
$key NULL;
        for (
$j 0$j $split$j += 1)
        { 
            
$key .= $text{$i};
            
$i += 1;    
        }
        
$array[] = $key;
    }
    return 
$array;
}

function 
make_alias($username)
{
$alias strtolower($username);
$alias str_replace(" ""_"$alias);
$holdarr str_split_php4($alias);
foreach (
$holdarr as $val) {
  if ((
ord($val) >= 48 AND ord($val) <= 57) OR (ord($val) >= 45 AND ord($val) <= 46) OR (ord($val) == 95) OR (ord($val) >=97 AND ord($val) <=122)) $final .= $val;
  }
return 
$final;
}

$newalias make_alias($vbulletin->userinfo['username']);

$fixedalias $newalias;

$aliascheck $vbulletin->db->query_first("SELECT * FROM " TABLE_PREFIX "user WHERE vbms_alias ='" $newalias "'");

while (
$aliascheck[vbms_alias]) {
  
$fixedalias $newalias $count;
  
$aliascheck $vbulletin->db->query_first("SELECT * FROM " TABLE_PREFIX "user WHERE vbms_alias ='" $fixedalias "'");
  
$count++;
}

$vbulletin->db->query_write("UPDATE " TABLE_PREFIX "user
                                SET vbms_alias = '" 
$fixedalias "'
                                WHERE userid = '" 
$vbulletin->userinfo['userid'] . "'
                                "
); 


This will take the alias, make it lowercase, strip anything other than A-Z and 1-9, replace spaces with underscores, then check the DB to make sure no one has the same alias.

If someone else has the same alias it will add a 1 at the end... check again... etc.

It will only add the alias to people who complete registration - so people can't register a user, autmatically get a alias, and spam the mailbox to waste space/load the server...

If anyone sees any problems... let me know.

Might be nice to add this to the release as an option that can be turned on/off.

KipLarson 05-16-2007 11:02 PM

Just what I've been looking for (and for my board version as well!)

If you update this will you make it backwards compatible with other vB 3.6x versions?

niteslave 05-19-2007 07:31 PM

Not sure what is going on but I have followed the instruction but when I come to install it, it starts on 7% and just sits there.

Gio~Logist 05-22-2007 12:13 AM

Does anyone have this working? What's wrong with this at the moment?

Lionel 05-22-2007 01:57 AM

Quote:

Originally Posted by gio~logist (Post 1252430)
Does anyone have this working? What's wrong with this at the moment?

My version is working just fine for a few months now, bug free. All the changes that I made were posted in original hack

KipLarson 05-25-2007 05:56 PM

What if there is a server move? How would that be handled?

Andyrew 05-25-2007 06:45 PM

Quote:

Originally Posted by niteslave (Post 1250959)
Not sure what is going on but I have followed the instruction but when I come to install it, it starts on 7% and just sits there.


This can happen if you dont have the imap extension enabled on your server, or you have put the wrong information in the script.
Try uploading the willitrun.php file in the zip and run that first, if all is ok then it's down to the information you typed in at the start of the installation.

smiralles 05-26-2007 12:08 AM

mins been in step 1 for abut an hour now! am i doing something wrong?

MikeHolohan 05-27-2007 04:18 AM

I can get this to send mail but not to receive mail, any ideas... Mike.

Dave Hybrid 05-27-2007 09:33 AM

I have setup the catchall email.

But whatever settings i put in this refuses to connect/work.

Can pay if someone wants to take a look for me.

Thanks.

itdevil 05-27-2007 01:03 PM

Hi, How are you?

I am having priblem with this mod. Email sent out are sent twice instead.


The email header for both email have

To: username@domain.com; username@domain.com

Code:

Return-Path: <root@xxx.xxx>
Received: from spamblock-be-10.xxx.xxx (194.158.xxx.48) by mail-ms.xxx.xxx (7.2.073)
        id 45C1AF7C003D85D2 for tmeer@myxxx.xxx; Sun, 27 May 2007 15:48:47 +0200
Received: from xxx.xxx (xxx.xxx [87.239.xxx.35])
        by spamblock-be-10.xxx.xxx (8.13.8/8.13.0) with ESMTP id l4RDmlxL006505
        for <tmeer@myxxx.xxx>; Sun, 27 May 2007 15:48:47 +0200
Received: (qmail 31902 invoked by uid 48); 27 May 2007 14:48:40 +0100
To: tmeer@myxxx.xxx
Subject: 2123
MIME-Version: 1.0
From: "ITDevil" <itdevil@xxxxxxxx.xxx>
To: tmeer@myxxx.xxx
Subject: 2123
Date: Sun, 27 May 2007 14:48:39 +0100
Message-ID: <untracked-6e5f7f7f04e6bd125cdb60e4b62c3f40@xxxxxxxx.xxx>
Content-Type: multipart/alternative; boundary="vbms-multipart-delimiter-level0-32911"
Content-Transfer-Encoding: 7bit
Organization: The Computer Forums (http://www.xxxxxxxx.xxx)
X-Mailer: vBulletin Mail System v. 3.0.0 pre-final
X-Mailer-Info: http://www.webdesignforums.net/vbms/
X-Priority: 3


Code:

Return-Path: <root@xxx.xxx>
Received: from spamblock-be-05.xxx.xxx (194.158.xxx.48) by mail-ms.xxx.xxx (7.2.073)
        id 45C1B0F7003EA198 for tmeer@myxxx.xxx; Sun, 27 May 2007 15:48:47 +0200
Received: from xxx.xxx (xxx.xxx [87.239.xxx.35])
        by spamblock-be-05.xxx.xxx (8.13.8/8.13.0) with ESMTP id l4RDml1h008338
        for <tmeer@myxxx.xxx>; Sun, 27 May 2007 15:48:47 +0200
Received: (qmail 31902 invoked by uid 48); 27 May 2007 14:48:40 +0100
To: tmeer@myxxx.xxx
Subject: 2123
MIME-Version: 1.0
From: "ITDevil" <itdevil@xxxxxxxx.xxx>
To: tmeer@myxxx.xxx
Subject: 2123
Date: Sun, 27 May 2007 14:48:39 +0100
Message-ID: <untracked-6e5f7f7f04e6bd125cdb60e4b62c3f40@xxxxxxxx.xxx>
Content-Type: multipart/alternative; boundary="vbms-multipart-delimiter-level0-32911"
Content-Transfer-Encoding: 7bit
Organization: The Computer Forums (http://www.xxxxxxxx.xxx)
X-Mailer: vBulletin Mail System v. 3.0.0 pre-final
X-Mailer-Info: http://www.webdesignforums.net/vbms/
X-Priority: 3

any idea what might be causing it ?

itdevil 05-28-2007 12:04 PM

Quote:

Originally Posted by itdevil (Post 1255511)
Hi, How are you?

I am having priblem with this mod. Email sent out are sent twice instead.


The email header for both email have

To: username@domain.com; username@domain.com

Code:

Return-Path: <root@xxx.xxx>
Received: from spamblock-be-10.xxx.xxx (194.158.xxx.48) by mail-ms.xxx.xxx (7.2.073)
        id 45C1AF7C003D85D2 for tmeer@myxxx.xxx; Sun, 27 May 2007 15:48:47 +0200
Received: from xxx.xxx (xxx.xxx [87.239.xxx.35])
        by spamblock-be-10.xxx.xxx (8.13.8/8.13.0) with ESMTP id l4RDmlxL006505
        for <tmeer@myxxx.xxx>; Sun, 27 May 2007 15:48:47 +0200
Received: (qmail 31902 invoked by uid 48); 27 May 2007 14:48:40 +0100
To: tmeer@myxxx.xxx
Subject: 2123
MIME-Version: 1.0
From: "ITDevil" <itdevil@xxxxxxxx.xxx>
To: tmeer@myxxx.xxx
Subject: 2123
Date: Sun, 27 May 2007 14:48:39 +0100
Message-ID: <untracked-6e5f7f7f04e6bd125cdb60e4b62c3f40@xxxxxxxx.xxx>
Content-Type: multipart/alternative; boundary="vbms-multipart-delimiter-level0-32911"
Content-Transfer-Encoding: 7bit
Organization: The Computer Forums (http://www.xxxxxxxx.xxx)
X-Mailer: vBulletin Mail System v. 3.0.0 pre-final
X-Mailer-Info: http://www.webdesignforums.net/vbms/
X-Priority: 3


Code:

Return-Path: <root@xxx.xxx>
Received: from spamblock-be-05.xxx.xxx (194.158.xxx.48) by mail-ms.xxx.xxx (7.2.073)
        id 45C1B0F7003EA198 for tmeer@myxxx.xxx; Sun, 27 May 2007 15:48:47 +0200
Received: from xxx.xxx (xxx.xxx [87.239.xxx.35])
        by spamblock-be-05.xxx.xxx (8.13.8/8.13.0) with ESMTP id l4RDml1h008338
        for <tmeer@myxxx.xxx>; Sun, 27 May 2007 15:48:47 +0200
Received: (qmail 31902 invoked by uid 48); 27 May 2007 14:48:40 +0100
To: tmeer@myxxx.xxx
Subject: 2123
MIME-Version: 1.0
From: "ITDevil" <itdevil@xxxxxxxx.xxx>
To: tmeer@myxxx.xxx
Subject: 2123
Date: Sun, 27 May 2007 14:48:39 +0100
Message-ID: <untracked-6e5f7f7f04e6bd125cdb60e4b62c3f40@xxxxxxxx.xxx>
Content-Type: multipart/alternative; boundary="vbms-multipart-delimiter-level0-32911"
Content-Transfer-Encoding: 7bit
Organization: The Computer Forums (http://www.xxxxxxxx.xxx)
X-Mailer: vBulletin Mail System v. 3.0.0 pre-final
X-Mailer-Info: http://www.webdesignforums.net/vbms/
X-Priority: 3

any idea what might be causing it ?


Fixed it by Commenting out

Code:

                        //"To" => $this->to,
from vbms_class_mail_message.php

Under

PHP Code:

function construct_mime_message() 



All times are GMT. The time now is 10:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01920 seconds
  • Memory Usage 1,922KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (2)bbcode_php_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete