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)

EH-Jay 03-17-2005 11:27 PM

Works 100% perfect. EXACTLY what I wanted. Awesome job! Also it's easy to modify too ;)

Erwin 03-20-2005 08:41 PM

This hacks works fine for some servers, not for others - it's to do with the different OS installs and firewall settings. All I can say is that it works for most servers. :)

integra99 03-24-2005 04:51 AM

I'd find it helpful to add the following features. If you coulduseonedomain to login and authenticate for checking mail, but be abletosetanother domain to actually put on the headers for the emailaddressandthe one listed at the top of every page as the address.

The way my web hosting is setup, I have one main domain thatalltheemail accounts are setup under. The email names from theotherdomainsare just aliases.


i.e. use User1@domain1.com for authentication, but use User1@domain2.com in the header information, 'from' address, listed at the top of the page, etc.

Flow Fusion 04-01-2005 11:13 AM

thank you worked perfectly

TCM 04-02-2005 06:21 PM

Hi. This hack looks awesome, and I decided I'd use it to set up IMAP accounts for my moderators. I created profile fields that could only be access from the admincp to hold the username and password, and I was forcing it to use our server for mail. They'd get no permission if I hadn't entered a username and password for them. If they had, all they'd see is the log-in button. (If I get this working I'll probably make it auto-login, but I won't worry about that until later)

Didn't work. I always get the "Unable to login with the information you entered. Please login again." error.

Here's the section of the code I've modified.

PHP Code:

    if (!$session_server)
        {
      
$user $bbuserinfo['field20'];
      
$host "tasteslikespam.com"
      
$pass $bbuserinfo['field21']; 
        if (
$message$HTML .= "<font size=-1>$message</font>";
        
$HTML .= "<form ACTION='email.php?CMD=cookie' METHOD='post'>\n";
        
$HTML .= "<table cellpadding=0 cellspacing=0 border=0 width=100%><tr><td align=center colspan=2><br><b>vB POP3 / IMAP Email Login Client 1.4 - by Dr. Erwin Loh</b><br><br></td>\n";
        
$HTML .= "<input TYPE=hidden NAME=username value='$user'>";
        
$HTML .= "<input TYPE=hidden NAME=host value='$host'>";
        
$HTML .= "<input TYPE=hidden NAME=pass value='$pass'>";
      
$HTML .= "<input type='hidden' name='opt' value='IMAP'>"
        
$HTML .= "<tr><td align=center colspan=2><input type=\"submit\" class=\"button\" name=\"submit\" value=\"Login\" accesskey=\"s\" tabindex=\"3\">";
        
$HTML .= "</td></tr></table></form><br /><br />"

When I test them same login and server in thunderbird, it works fine.

What did I do wrong? Does it seem like it's just my server?

EDIT: Nevermind, I've got it working.

boo.3 05-17-2005 03:35 PM

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

Erwin 05-18-2005 02:40 AM

Quote:

Originally Posted by boo.3
Fatal error: Call to undefined function: imap_open() in /home/b3playg/public_html/forums/email.php on line 695

Read the first post. You don't have IMAP compiled in PHP.

COBRAws 05-23-2005 04:58 PM

is there an addon or way to integrate de "new post" or "new thread" editor for this? So we can give HTML format to emails :D

thanx in advance

Erwin 05-25-2005 02:53 AM

Quote:

Originally Posted by COBRAws
is there an addon or way to integrate de "new post" or "new thread" editor for this? So we can give HTML format to emails :D

thanx in advance

Not at the moment. It can be done but I don't have time to do this.

H@K@N 06-02-2005 11:14 AM

Hello Erwin,

i have updated my php4.3.11 > php 5.0.4

Now i am getting a blank page, when i try to execute the Page.

My error_log is saying following:

Code:

PHP Fatal error:  Cannot re-assign $this in /srv/www/htdocs/web1/html/email_istek.php on line 120
Line 120 says:

Code:

if (is_array($num)) $this=$num[$i]; else $this=$num;
do u know, what could be the reason ?


All times are GMT. The time now is 07:05 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.01411 seconds
  • Memory Usage 1,750KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)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