vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBulletin POP3 / IMAP Email Client for vB3 - Web-based access to POP email accounts! (https://vborg.vbsupport.ru/showthread.php?t=66247)

Erwin 06-22-2004 02:51 AM

Quote:

Originally Posted by 58sniper
Okay - a couple of suggestions....

1. The attachment label and button should be on a new table row - otherwise they stretch fixed tables. I fixed this in my copy, but an overall fix would be nice.

2. It would be nice if this also included the ability to update WHO'S ONLINE to show as "Checking Email" or something similar instead of "Unknown Location /forum/email.php?CMD=compose"

3. The ability to grant access to this based on usergroups would be especially cool....

3. Is already possible - look and edit the email.php file itself (or read the first post carefully). :)

Natch 06-22-2004 04:15 AM

I fuond that whenever I attempt to login, it takes me back to the same page with to alteration to the page, or error msg ...

azmi 06-22-2004 07:24 AM

@erwin

is there any way to give the permission to special persons fom a forbidden group ?

58sniper 06-22-2004 09:57 PM

Okay - some things that need to be addressed:

1. The date field should be nowrap
2. The table widths are still screwed, with the table sometimes only being 70% wide.

Also, to make this show up in the WHO'S ONLINE area:

in includes/functions_online.php find

Code:

case 'attachment':
                        $userinfo['action'] = $vbphrase['viewing_attachment'];
                        if ($seetitle)
                        {
                                $userinfo['where'] = "<a href=\"showthread.php?$session[sessionurl]p=$postid#postid=$postid\" title=\"$threadpreview\">$threadtitle</a>";
                        }
                        break;

under that put
Code:

case 'check_email':
                        $userinfo['action'] = "Checking Email";
                        $userinfo['where'] = "<a href=\"email.php\">Email</a>";
                        break;

find
Code:

case 'attachment.php':
                $userinfo['activity'] = 'attachment';
                break;

and insert this under it
Code:

case 'email.php';
                $userinfo['activity'] = 'check_email';
                break;


Erwin 06-23-2004 12:12 AM

This hack is meant to be plug-and-play - hence I avoided adding instructions for further integration - obviously if members want to modify it for their own forums, they are free to do so. :)

Kohhal 06-23-2004 12:36 PM

I've a problem which I don't think has come up yet.

When sending a mail to another account from within this email client the "From" address is not working correctly. It works ok for me if I allow myself the ability to change it but the other way ie. in normal operation - the mail that arrives shows "nobody@myhost.com" in the "From" field?

Any idea why this is happening? :disappointed:

Erwin 06-23-2004 10:27 PM

Quote:

Originally Posted by TheMasterG
I've a problem which I don't think has come up yet.

When sending a mail to another account from within this email client the "From" address is not working correctly. It works ok for me if I allow myself the ability to change it but the other way ie. in normal operation - the mail that arrives shows "nobody@myhost.com" in the "From" field?

Any idea why this is happening? :disappointed:

Interesting... this is dependent on who owns the php files on your server - most servers which do not have suexec on for apache and/or php will have the user nobody own the web files, hence the name nobody. To be perfectly honest, I don't know how to go around it, except to advise to try to switch on suexec for apache first, and if that doesn't help, recompile php with phpsuexec. On my server, all I needed was suexec for apache.

Boofo 06-23-2004 11:01 PM

Quote:

Originally Posted by Erwin
Interesting... this is dependent on who owns the php files on your server - most servers which do not have suexec on for apache and/or php will have the user nobody own the web files, hence the name nobody. To be perfectly honest, I don't know how to go around it, except to advise to try to switch on suexec for apache first, and if that doesn't help, recompile php with phpsuexec. On my server, all I needed was suexec for apache.

Does it hurt to have them both turned on?

kall 06-23-2004 11:42 PM

Quote:

Originally Posted by TheMasterG
I've a problem which I don't think has come up yet.

When sending a mail to another account from within this email client the "From" address is not working correctly. It works ok for me if I allow myself the ability to change it but the other way ie. in normal operation - the mail that arrives shows "nobody@myhost.com" in the "From" field?

Any idea why this is happening? :disappointed:

Err...have I been tachied or something?

Check this post that I made in this thread.

It fixed the issue for me.

Erwin 06-24-2004 12:11 AM

Quote:

Originally Posted by Boofo
Does it hurt to have them both turned on?

Having them turned on increases the load ever so slightly. You should have the apache one on. The php one caused some load issues and other bugs for me so I don't compile php with it.

And thanks kall! :) Maybe I should add it to my hack...

kall 06-24-2004 12:16 AM

Quote:

Originally Posted by Erwin
And thanks kall! :) Maybe I should add it to my hack...

You are most welcome Mr Erwin Sir. :)

However, the real thanks goes to gwhooey, who pointed out the post in your vb2 thread, and to whoever it was that posted said post.

:)

WAR 06-24-2004 12:25 AM

Quote:

Originally Posted by WAR
I am positive that I am using the correct information for my username and host's pop server (I can access it fine using outlook using the same info)

I have successfully logged in a couple of times to two of my pop accounts, but the greater majority of the time I get the same blank page everyone else is describing with the following url in the address bar:

http://www.mydomain.net/forum/email.php?CMD=cookie

I am still having the same trouble with this...

It seems to work correctly about 10-15% of the times I try it, but once it has failed it will not work again until I delete all of my cookies, clear out my internet cache, and wait for a few hours.

It also doesn't matter which pop account I am trying to log in to (I have 3 that I am trying to access, two of which are from my own servers)

Any recommendations on what I can try to either fix this or further steps I can take to help diagnose what is wrong?

Does it matter that I have the email.php file located in my /forum/ directory? Is that the same place everyone else has it? (I had assumed that was where it went but couldn't find any actual documentation that that is where it is supposed to go)

calldaffer 06-24-2004 12:55 AM

***uninstalled***

couldn't get past a white screen after submitting.

WAR 06-24-2004 01:13 AM

In case it is helpful...

the exact sequence that occurs:

I attempt to login with

username = allenbm@sbcglobal.net
server = pop.sbcglobal.yahoo.com
password = <my password>

after a few seconds I am redirected to this url:
http://www.mydomain.net/forum/email....se+login+again.

(mydomain.net was edited by me in this post)

if I then re-enter the information (exactly the same as before) then with almost no pause at all (like something is cached improperly) I am taken to this url:
http://www.mydomain.net/forum/email.php?CMD=cookie

and displayed in my browser is the
Quote:

The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
page

returning to email.php after this has happened and re-enterring the same information (which I am positive is correct) continues to take me directly to the http://www.mydomain.net/forum/email.php?CMD=cookie URL with no apparent attempt to reload the information.

Erwin 06-24-2004 01:42 AM

Sounds like weird cookie problems. Not sure the cause of that to be honest. Some servers run this hack without problems - I've run this on 2 different setups, and so have other people who've installed this. Other people have servers that do not have IMAP, or have different setups that are just incompatible.

Kohhal 06-24-2004 06:55 AM

Quote:

Originally Posted by kall
Err...have I been tachied or something?

Check this post that I made in this thread.

It fixed the issue for me.

Thanks but that didn't solve the problem for me, still getting the mail from nobody@myhost.com although I see now that my email address that it shows is correct when I'm logged in. :( ?

350Chevy 06-24-2004 03:48 PM

Quote:

Originally Posted by kall
Err...have I been tachied or something?

Check this post that I made in this thread.

It fixed the issue for me.


Yeah, same issue (nobody@host.com) .. Tried that, didn't work.. :(

Thnx though.. :)

kevin_r1 07-02-2004 12:47 PM

Installed.

Question: Is there a way to add an automatic session timeout in the event the user does not logout manually?

Shan 07-02-2004 05:38 PM

*Clicks Install

THis is an awesome addition.

I am having one issue. After deleting some messages on my IMAP server, I got this error:

Code:

Warning: date(): Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in C:\Net\wwwroot\hosted\forums.clanterritory.com\email.php on line 244
Also, I always see the e-mail headers. When I click the show headers button, it takes me to a another pages where I see two copies of the e-mail headers above the message.

Is there a way to make the username and host name the user logs into with the first time automatically get added to the custom userprofile fields we added in your optional addition?

I would love it if the next version could feature these enhancements.
  • A folder pane with the folders listed in a heiarchy on the left of the messages
  • HTML support for the messages
  • Not sure if it is possible, but it seems to run slowly compared to the other web client I use...any speed increases for IMAP would be appreciated.
  • Use a paperclip icon to display whether a mail has an attachment
  • Convert HTML links into links when viewing the message
  • Display the normal forum toolbar and breadbox above mail
  • Match the style of the page to the style used on the page it was linked from
  • Make unread messages appear in bold
  • Both the message and the sender should be hyperlinks that open the message as some messages come in without a sendername and you cannot open those in your tool
  • An easy method to copy or move messages to other folders.

In POP3 mode, does it leave a copy of the message on the server so that it will stay there until you delete it?

How do I make IMAP be the default radio button instead of POP3? Is there any way to store the default in a profile like we can the username and host?

As I said, this is an excellent addition to the forum. I really like it! Great work!

Shan

gwhooooey 07-07-2004 11:21 PM

How would I get the navbar to show?

I've edited it quite a bit to my liking, that's the only thing really missing. Thanks for your help and great hack :)

Erwin 07-07-2004 11:39 PM

Quote:

Originally Posted by gwhooooey
How would I get the navbar to show?

I've edited it quite a bit to my liking, that's the only thing really missing. Thanks for your help and great hack :)

I'm going to add this to the hack, probably this weekend. Not hard to do, and no need to touch templates. :)

gwhooooey 07-08-2004 12:36 AM

Will you be changing much else with this hack in this update, or do you mean...you'll just be adding the navbar to it over the weekend? If you're adding other stuff, would it be possible just to tell me now what's needed for the navbar bit?

aranthorn 07-08-2004 01:02 AM

I had no problem-o. thx man!

axecity 07-08-2004 05:22 AM

Quote:

Originally Posted by calldaffer
***uninstalled***

couldn't get past a white screen after submitting.

Same problem here. Did anyone who had this white screen, CMD=cookie halting problem get it corrected? There seems to be quite a few of us experiencing this.

Erwin 07-08-2004 06:47 AM

Quote:

Originally Posted by axecity
Same problem here. Did anyone who had this white screen, CMD=cookie halting problem get it corrected? There seems to be quite a few of us experiencing this.

I have no idea why that should be happening to be honest. If I knew I would offer a suggestion. Mmm... could be conflicting cookies...

zennifer 07-08-2004 03:33 PM

I get redirected to the following url:
http://www.mydomain.com/boards/s=&us...P&submit=Login

And the forum home is displayed. Is anyone else having this problem?
-Jennifer

WAR 07-08-2004 04:33 PM

Quote:

Originally Posted by Erwin
I have no idea why that should be happening to be honest. If I knew I would offer a suggestion. Mmm... could be conflicting cookies...

how do you have your cookie info setup for vb erwin?

I am running with whatever the default settings are, have you altered any of the cookie related settings in the admincp?

Erwin 07-08-2004 10:36 PM

Quote:

Originally Posted by WAR
how do you have your cookie info setup for vb erwin?

I am running with whatever the default settings are, have you altered any of the cookie related settings in the admincp?

Everything is default, except I have the cookie domain blank.

Blackbeard 07-09-2004 08:31 PM

This looks like a very nice hack, I am getting this alos..........forums/email.php?CMD=cookie
If someone finds a fix for this please post

Erwin 07-13-2004 12:31 PM

Update:
----------

Version 1.3 - added automatic navbar support.

To upgrade, just download and upload the new email.php file. :) No file to edit or anything else to change.

gwhooooey 07-13-2004 06:13 PM

When I change

PHP Code:

//Change the userid number below to yours if you want yourself to be able to change the FROM email address
if ($bbuserinfo[userid] == 1$allowfromchange "1"

to

PHP Code:

//Change the userid number below to yours if you want yourself to be able to change the FROM email address
if ($bbuserinfo[userid] == 0$allowfromchange "1"

it says

[no sender name]

*confused*

...and clicking the check box next to From in the inbox, should select all the other check boxes right? Well... it doesn't. And how would I make it so Attachment: is on a different line?

Erwin 07-13-2004 08:16 PM

You're meant to change the userid = number to your own userid, or change $allowchange to 0 - making userid = 0 would not work.

gwhooooey 07-13-2004 09:37 PM

Ah right, okay... what about the check box thing?

azmi 07-14-2004 06:53 AM

Quote:

Originally Posted by gwhooooey
And how would I make it so Attachment: is on a different line?

Oh yes :rolleyes:
Please dont forget this !
This would be great

SnowBot 07-14-2004 10:53 AM

Quote:

Originally Posted by Erwin
Update:
----------

Version 1.3 - added automatic navbar support.

To upgrade, just download and upload the new email.php file. :) No file to edit or anything else to change.

Nice job Erwin, appreciated mate :)

gwhooooey 07-14-2004 08:41 PM

I'm still getting the no sender name when I send myself an email... can somebody else try this and see what happens to them when they do it?

Baptizer 07-15-2004 12:53 AM

Erwin:
Great hack, works perfectly! Quick Question though...Id only like this to work for people who have email addresses for my specific website. In other words, I would really like to hardcode my server to be:
server: 2darkpark.com
and option set to POP

Id like to remove the server box totally and the pop/IMAP option. Could you show me what code to edit?

redlabour 07-15-2004 04:17 PM

What did i have to do if i update to 3.0.3 ??

Does it work with it ?

Erwin 07-15-2004 08:26 PM

It works with 3.0.3. If you are observant, you can see that I am using 3.0.3 :)

spence2 07-16-2004 01:39 AM

I know this question will probably just be a reflection of my ignorance, but...if I offer email accounts to my members and they receive an email infected with a virus...would this have any effect on my site, server, etc?


All times are GMT. The time now is 01:34 PM.

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.01639 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
  • (5)bbcode_code_printable
  • (2)bbcode_php_printable
  • (17)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