vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   WMail - a POP3/SMTP Webmailer for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=115597)

blind-eddie 08-15-2006 08:47 PM

uninstalled

MissKalunji 08-15-2006 09:14 PM

it seems like its supported

Clyde1967 08-17-2006 05:06 AM

I have installed this and I love it.Can it also be used to send mass emails to the members of my forums and if so how do I do it.

Thanks

blind-eddie 08-17-2006 10:48 AM

Quote:

Originally Posted by Clyde1967
I have installed this and I love it.Can it also be used to send mass emails to the members of my forums and if so how do I do it.

Thanks


You could already do that in your admincp before this hack.

BETIServices 08-18-2006 08:34 PM

I think Hellcat is on vacation, 2 months and not replies... I will love to get this for 3.6 gold.

BETIServices 08-18-2006 09:13 PM

Quote:

Originally Posted by Oap JTRipper
find in admincp/global.php

Code:

else if ($_POST['do'] AND ADMINHASH != $vbulletin->GPC['adminhash'])
{
    echo 'Admin Hash Mismatch';
    exit;
}

change to

Code:

/*
else if ($_POST['do'] AND ADMINHASH != $vbulletin->GPC['adminhash'])
{
    echo 'Admin Hash Mismatch';
    exit;
}
*/

when youve done just change it back again
If you need to change the settings again you will have to edit the file again



that works if you set it in the global settings of wmail

eg you want all the members to use @domain.tld email addresses

you would set mail.domain.tld as your pop3 server with no override

with 8 email addys not a good idea :) although if you want only staff to use it then you will have to give them an email addy

That worked for me now the question is ... how stable or good it will be.. I will do some tests

ma7room 08-26-2006 01:29 PM

is work with 3.6 ?

thanks

BETIServices 08-27-2006 11:55 AM

Quote:

Originally Posted by ma7room
is work with 3.6 ?

thanks

You could send emails but is not getting emails from your POP box.

djwilliec 08-27-2006 12:17 PM

That hack for the admincp/global.php does not work for me, I just get blank pages when I try to log in after it :/

Would really love this for my forums, but I have to disable it for the time being as I get a message saying I dont have permission to view this page when I go to webmail from the usercp even :/

Noxious 08-29-2006 02:12 PM

had this installed on my 3.5.4 forum, will install again when updated for 3.6 since somepeople say it doesn't work with 3.6

run.exe 08-30-2006 04:51 PM

This is an outstanding mod/ thank you!

Do you plan to support IMAP4 (much preferred to POP3) and secure SMTP authentication/TLS encryption in the near future (hopefully)?

I suggest including an "INSTALL.TXT" readme/installation instructions file in subsequent releases; thank you.



Although I can set my Webmail settings in the (vB3.6.0) User CP (as a Wmail permitted usergroup member), I get the following garbage text
output (filling the entire screen) when I attempt to access Webmail via the navbar link and/or when I attempt to acces Wmail via the
"Access Webmail" link from the User CP:

http://www.500Ecstasy.com/images/Wma...extmadness.jpg


In addition, I get the following (garbage text output) error (filling the upper half of the screen, above my forum home header & menus)
when I attempt to acces Wmail via the "Webmail Settings / New Mail" link from the User CP:

http://www.500Ecstasy.com/images/Wma...xtmadness2.jpg


Any ideas/fixes... or shall I simply await a vB3.6.0 sanctioned release? I look forward to your reply (HellCat).

Keep up the great work...

RSVP

bilgesat 09-12-2006 10:26 PM

vB Version: 3.6.0 a uyarmı arkadaşlar...

MadKad 09-14-2006 10:23 AM

When I try and send an email I get

Quote:

Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /wmail/inc_smtp.php on line 51

Warning: fsockopen() [function.fsockopen]: unable to connect to auth.smtp######### :25 in /wmail/inc_smtp.php on line 51

also:

There has been an error while talking to your SMTP server!
Sessionlog follows:


Connection to auth.smtp.######## :25....failed: No such file or directory

I know that my

Incoming server (POP)
Outgoing server (SMTP)

ports are also correct, but dont know why I get this error?

hope some one can help

blind-eddie 09-15-2006 02:08 AM

I ( we) have been waiting on that question for a long time

Shaliza 09-15-2006 07:13 AM

Does it work with 3.6.1?

run.exe 09-18-2006 08:40 PM

It looks like Hellcat may have taken an extended hiatus...

Caboose 09-20-2006 06:54 PM

I just loaded this on my 3.6 forums
Works well with pop3. I did have to use the global.php edit so I could set Wmail global functions but after that it seams to work fine.

MadKad 09-22-2006 07:09 PM

I got in touch with my host about this problem as I thought it could be something to do with there side of things they have been looking at it for 3 days and they say that all tests have been run and it looks like its something todo with the script.

I have to say i would really love for this mod to work, and would love for the help to sort this problem, also it looks like others would as well, I can pervide access to my site so testing can be done if needed :)

BlackxRam 09-27-2006 07:33 AM

Hey Hellcat, where art thou??

Anyone know if someone is able to get more than one inbox working with this mod??

kfiasche81 10-01-2006 03:54 PM

i go to test it on 3.6.1

magnus 10-12-2006 05:38 PM

I have this installed and working on a fresh 3.6.2 installation. I, like others, ran into the 'adminhash mismatch' error -- so rather than commenting out code I decided to fix it. Took 5 seconds.

in admincp/wmail_admin_global.php:

FIND:
PHP Code:

print_form_header"wmail_admin_global""save"falsefalse"wmailglobalsettings""90%"""false"POST" ); 

REPLACE WITH:
PHP Code:

print_form_header"wmail_admin_global""save"falsefalse"wmailglobalsettings""90%"""false"post" ); 

For those keeping score at home, the only change made was changing the case of POST to post. You now have a working adminhash.

Enjoy.

* Edit:

Another purely aesthetic (template) fix:

In webmail_homepage:

FIND:
HTML Code:

<select name="book" size="10" id="book" onChange="SetValue('to', GetSelectedEmail());">
REPLACE WITH:
HTML Code:

<select name="book" size="10" id="book" style="width: 187px" onChange="SetValue('to', GetSelectedEmail());">
FIND and REMOVE:
HTML Code:

<option value="" title="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>
Remember, CSS is your friend.

run.exe 10-13-2006 06:49 PM

I applied your fixes; however, i still get a screenfull of garbage text when I click on the Webmail link in the navbar (per my previous post).

I'd love to get this working someday; sadly, it doesn't look like Hellcat will return to this thread anytime soon...

magnus 10-15-2006 08:14 PM

Quote:

Originally Posted by run.exe
I applied your fixes; however, i still get a screenfull of garbage text when I click on the Webmail link in the navbar (per my previous post).

I'd love to get this working someday; sadly, it doesn't look like Hellcat will return to this thread anytime soon...

The modifications I posted only fix a specific problem. I scrolled back and checked your previous posts, and from what I can tell, it appears the file isn't being correctly parsed as PHP. I assume you've tried to re-upload a fresh copy of the file(s)? You're not editing the files at all, correct? Have you had this problem with any other plugins which require an external PHP file to be uploaded?

run.exe 10-25-2006 11:29 PM

Quote:

Originally Posted by magnus
The modifications I posted only fix a specific problem. I scrolled back and checked your previous posts, and from what I can tell, it appears the file isn't being correctly parsed as PHP. I assume you've tried to re-upload a fresh copy of the file(s)? You're not editing the files at all, correct? Have you had this problem with any other plugins which require an external PHP file to be uploaded?


Magnus,

1) I have re-uploaded the provided (100% unedited) files numerous times (each one in vain).
2) I have zero (external or internal) PHP parsing issues, whatsoever, with any other plugins and/or files.

Thank you,

run.exe 10-26-2006 09:27 PM

Is this hack MySQL 5.x complaint/capable?

y2ksw 10-29-2006 02:47 PM

Installed on 3.6.0 and works fine. Test System: WinXP Pro. I'll install that now on a Win2003 production server and see how it works out ;)

Really nice mod! :up:

COBRAws 10-29-2006 07:16 PM

I hope HELLCAT don't mind me editing the zip file with the fixes shown at post #381

The fixes are for vBulletin 3.6.2 ONLY. (I take absolutely NO CREDIT by this, it's just for lazy people or those who don't know much about coding and make their lives easier.

my 2cents.

Axor 11-10-2006 02:17 PM

How can I print the Complete Mailbox Size (Inbox&Outbox) to inform the User when he got over mailbox quota?

please help!

gonkowonko 11-12-2006 08:46 AM

works in the 3.6.2

but got a question

How can admin setup the users mail account? ie set up the default pop login information and setup a default SMTP login and then lock everything but the pop3 password? as dont want members choosing their own accounts only their email accounts selected by admin

IS this possible?

Lionel 11-12-2006 05:16 PM

Quote:

Originally Posted by BETIServices
You could send emails but is not getting emails from your POP box.

I get mails from pop3 no problems on 3.60

DJ XtAzY 11-14-2006 06:03 PM

i keep on gettin this issue

Code:

Database error in vBulletin 3.6.2:

Invalid SQL:
INSERT INTO wmail_settings (userid, data) VALUES (1, 'a:6:{s:12:"mailsperpage";i:25;s:9:"sortorder";b:0;s:7:"timeout";i:30;s:12:"subjmaxchars";i:40;s:8:"pop3port";i:110;s:8:"smtpport";i:25;}');;

MySQL Error  : Duplicate entry '1' for key 1
Error Number : 1062
Date        : Tuesday, November 14th 2006 @ 03:02:45 PM
Script      : http://www.net/wmail.php
Referrer    : http://www.net/wmail.php
IP Address  :
Username    :
Classname    : vB_Database_MySQLi


DaNIEL MeNTED 11-15-2006 01:47 AM

Quote:

Originally Posted by gonkowonko (Post 1115349)
works in the 3.6.2

but got a question

How can admin setup the users mail account? ie set up the default pop login information and setup a default SMTP login and then lock everything but the pop3 password? as dont want members choosing their own accounts only their email accounts selected by admin

IS this possible?


+1

Looking for the same thing here. I'd like to be able to setup local accounts for my users in the same domain the forum uses... I'd prefer to have settings hidden from the users.

kfiasche81 12-07-2006 10:02 AM

for get mails from pop3 there are no problem on 3.6.4, but when i write a new email and i send it i receive this error

Quote:

Warning: fsockopen() [function.fsockopen]: unable to connect to mail.myserver.it:25 in /wmail/inc_smtp.php on line 51
you have any solution for me?

thanks man..

magnus 12-07-2006 11:08 AM

Quote:

Originally Posted by kfiasche81 (Post 1133747)
for get mails from pop3 there are no problem on 3.6.4, but when i write a new email and i send it i receive this error



you have any solution for me?

thanks man..

Well, first of all -- did you edit the above message to reflect MAIL.MYSERVER.IT or is that your actual hostname? Because if so, that host doesn't exist.. :P

kfiasche81 12-07-2006 04:40 PM

i have change it whit my real server..! but i receive the same error

magnus 12-07-2006 05:24 PM

Quote:

Originally Posted by kfiasche81 (Post 1133940)
i have change it whit my real server..! but i receive the same error

That error is telling you it cannot communicate with your mail server. In order to determine if it's a plugin issue or a connection issue, you'll need to verify you can open a connection to PORT 25 of the hostname reflected in the error message.

For example, if the error is:

Quote:

Warning: fsockopen() [function.fsockopen]: unable to connect to mymailserver.com:25 in /wmail/inc_smtp.php on line 51
You'll want to telnet to MYMAILSERVER.COM:25 and see if you receive a reply.

Quote:

$ telnet mymailserver.com 25
Trying mymailserver.com...
Connected to mymailserver.com.
Escape character is '^]'.
220 mymailserver.com ESMTP

HELO
250 mymailserver.com
QUIT
221 mymailserver.com
Connection close by foreign host.
If you have a successful connection, it would look similar to the above. If the connection is NOT successful, it will look similar to this:

Quote:

$ telnet mymailserver.com 25
Trying mymailserver.com...
telnet: Unable to connect to remote host: Connection refused
Hope this helps!

kfiasche81 12-10-2006 04:54 PM

return this message..!

Quote:

220-melbourne.micfo.com ESMTP Exim 4.52 #1 Sun, 10 Dec 2006 12:52:25 -0600
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
HELO
250 melbourne.micfo.com Hello [213.140.16.184]

magnus 12-11-2006 10:55 AM

Quote:

Originally Posted by kfiasche81 (Post 1135780)
return this message..!

Good, that's what you should get. Now make sure you input MELBOURNE.MICFO.COM as your SMTP and/or POP3 server within the WMail configuration.

kfiasche81 12-11-2006 01:04 PM

I had followed the same indications of configuration and installation. but I have always the same error.

my server required the "auth" , acces by USERACCOUNT and PASS

Moya 01-31-2007 06:07 PM

Hello

I got two issues

Quote:

There has been an error while talking to your SMTP server!
Sessionlog follows:

Connection to smtp.mail.yahoo.com:25....
Rcvd: 220 smtp106.plus.mail.re2.yahoo.com ESMTP
Sent: helo localhost
Rcvd: 250 smtp106.plus.mail.re2.yahoo.com
Sent: MAIL FROM:
Rcvd: 530 authentication required - for help go to http://help.yahoo.com/help/us/mail/pop/pop-11.html
Sent: RCPT TO:xxxxxxxxxxx
Sent: DATA
Sent: QUIT
Rcvd:



I test it out with a free yahoo email account and I get that.

Then I goto admincp and set to no override. When I click save I got a prompt to login into my admincp. The values I enter is not set or stay. I am using firefox to do this

Edit : I tested out with a paid yahoo email account and it doesn't work. I am able to get email inbox contents but I couldn't test send email

Thanks


All times are GMT. The time now is 02: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.02145 seconds
  • Memory Usage 1,850KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_html_printable
  • (2)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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