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-20-2004 12:04 PM

Quote:

Originally Posted by kall
Ahh.

I have a bit of a problem.

The login to my server IS my email address, so my 'From name' is displayed as 'username@domain@mail.domain.com'

I have hacked a few pieces of this hack out, and it works...but is there a way to stop this from happening?

Actually, even if my login to my mail server was just username, my 'From name' would still be 'username@pop3.domain.com' or whatever.

Have I missed something?

This used to happen with my vB2 version - to be honest, I don't know how to fix that. You might want to search the vB2 thread and see if someone else posted a fix.

calldaffer 06-20-2004 01:11 PM

Quote:

Originally Posted by calldaffer
I uploaded and when I try to log into my pop3 mail it loads a blank page. Any ideas why?


Anybody?

iamwhitey 06-20-2004 07:19 PM

getting this error

Fatal error: Call to undefined function: imap_open() in /home/jwhite/public_html/forums/email.php on line 654

imap is turned on my server, is this me doing something wrong or what?

Erwin 06-20-2004 08:53 PM

Quote:

Originally Posted by iamwhitey
getting this error

Fatal error: Call to undefined function: imap_open() in /home/jwhite/public_html/forums/email.php on line 654

imap is turned on my server, is this me doing something wrong or what?

You do not have the IMAP module compiled with PHP. Turning on the IMAP server makes no difference - you need IMAP compiled with PHP.

gwhooooey 06-20-2004 09:17 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=393091&postcount=219" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=219</a>

^ That's an edit I found for your previous vb2 hack to remove the @fdfsf.com thingy in the from box.

Would that still work with this one, or do you have to edit it a bit? Thanks

ranger2kxlt 06-20-2004 11:20 PM

one thing on the add-on feature....

I have a few accounts for my members on the site, and there username as there email but my server requires the @forumname.com as well for part of the username sign-in.

Any help?

Thanks

kall 06-20-2004 11:59 PM

Quote:

Originally Posted by Erwin
This used to happen with my vB2 version - to be honest, I don't know how to fix that. You might want to search the vB2 thread and see if someone else posted a fix.

I'll try what gwhoooey mentioned in post #66 in this thread and let you know how I get on.

YAY! *hugs gwhooey*

That worked like a charm.

find:
PHP Code:

//CHANGE SETTINGS ABOVE// 

Add above:
PHP Code:

$email_regular_expression="^([-!#\$%&'*+./0-9=?A-Z^_`a-z{|}~ ])+@([-!#\$%&'*+/0-9=?A-Z^_`a-z{|}~ ]+\\.)+[a-zA-Z]{2,4}\$"

find:
PHP Code:

 if ($session_username$errormessage .= " - ".$session_username."@".$session_server

replace with:
PHP Code:

 if (eregi($email_regular_expression$session_username))
{
if (
$session_username$errormessage .= " - ".$session_username;
}
else
{
if (
$session_username$errormessage .= " - ".$session_username."@".$session_server;


find (2 times)
PHP Code:

$generated=$session_username."@".$session_server

replace both instances with:
PHP Code:

 if (eregi($email_regular_expression$session_username))
{
$generated=$session_username;
}
else
{
$generated=$session_username."@".$session_server;



ChrisBaktis 06-21-2004 02:11 AM

Im going to sound real dum here but I uploaded the file and inputed the following:

my email is chris.baktis@rustysoaptraders.com

username: chris.baktis
Sever: rustysoaptraders.com
Password: -not showing-

This then takes me to a blank page that says:

http://rustysoaptraders.com/forums/email.php?CMD=cookie

1st) am I entering the right info?
2nd) why is it going to a blank page. I noticed 2 others asked but an answer was never really given. I believe my host has the right config setup for this.

RetroDreams 06-21-2004 03:20 AM

Quote:

Originally Posted by dreamhost
For some reason the table is displaying as 70% when I view the source. It means that my table is cutting off the right side, so instead of "log out" and anything that may be beyond that, I get "log o" with the page cut off.
I checked my vb globals and all tables are set to 100%.
I also searched the code from email.php but do not see the 70% width variable anywhere.
Is there something that I may be missing that would cause this?

It is being inheirited from your tborder code. You will need to change it in there.

WAR 06-21-2004 03:44 AM

Quote:

Originally Posted by ChrisBaktis
Im going to sound real dum here but I uploaded the file and inputed the following:

my email is chris.baktis@rustysoaptraders.com

username: chris.baktis
Sever: rustysoaptraders.com
Password: -not showing-

This then takes me to a blank page that says:

http://rustysoaptraders.com/forums/email.php?CMD=cookie

1st) am I entering the right info?
2nd) why is it going to a blank page. I noticed 2 others asked but an answer was never really given. I believe my host has the right config setup for this.

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


All times are GMT. The time now is 04:58 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.01233 seconds
  • Memory Usage 1,759KB
  • 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
  • (6)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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