![]() |
Oh, it works. You just have to get the imap_open() call working correctly on your server, since there doesn't seem to be one fix-all. My biggest annoyance right now is the broken cron-image (but the cron still runs successfully).
Try my fix above. |
how do I run the imap_open() correctly?
|
Ok I checked my logs and I get the following error:
Severity Date/Time Message Debug 03-14-2007 11:23 AM Connecting to mail server Error 03-14-2007 11:23 AM PHP error: imap_open(): Couldn't open stream {localhost:143/pop3}INBOX (/home/techenig/public_html/forums/vbms_checkmail.php:95) I called my host and they told me the imap port is 143 hence why I changed it from the default of 110 (I got the error on both ports actually) I also asked if I had IMAP support on PHP and they said yes. So are they wrong? or is something else causing this? |
I'm receiving a similar error. I can send but not receive emails.
PHP Code:
|
a little note...
as it's now, sender's nick and alias is switched in the sent message... i mean that if succo with alias succo1@mydomain.com sends a message, it's received as coming from succo1 <succo@mydomain.com> to solve this you have to edit (and switch) $user['username'] and $user['vbms_alias'] in vbms_functions_api.php so, find PHP Code:
PHP Code:
Quote:
|
I definetely agree with these guys, who are insisting on 1st - creating and 2nd - giving MOTY (Mod Of The Year) to this mod.
A great idea! Cool that you decided to give it a try. Do not listen to the scriptkiddies, who do not even know how to switch imap on their boxes. It is definetely not your problem, that somebody wants to play sexy games while still sitting in kindergarden ;) Only a few questions, knowing that I have over 150.000 users I must ask these now: - what happens to the usernames with irregular chars in it (ex.: b@eutygirl@foo.org - won't work, right? :) Any solution to that?) - any tests & results with server load on big board? Take care and - once again - great job! :) |
NVM fixed
|
Attempting to send mail to users who have "receive mail from other users" checked still results in a "User has chosen not to receive e-mails from other users" message anyway.
|
Quote:
Quote:
Quote:
To those of you who aren't able to connect properly: perhaps your servers require no-TLS connections? At the moment the setting isn't working properly (small bug), just wait for the next version of the code (like I said, should be up in an hour or so) or if you want to fix it yourself, go to includes/vbms_functions_checkmail.php and change this line: Code:
$notls = ($notls === NULL ? $vbulletin->options['vbms_notls'] : $notls); Code:
$notls = ($notls === NULL ? $vbulletin->options['vbms_forcenotls'] : $notls); Quote:
Quote:
Edit: nvm, figured out what you're talking about, will try to look into this Update: new version posted, with several bugfixes. For those of you already using this, you can either uninstall everything, reupload it all, and reinstall it (not recommended if you've already got ppl using the system, they'll probably lose all their emails/etc.), or reupload all the files and then reimport the style and phrase XML files through the ACP.
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. |
Ok, I have one more kindergarten question, as I also want to play sexy games.
If you cant use gmail, hotmail etc...which values are you entering in those fields (see attachment). |
All times are GMT. The time now is 04:28 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|