vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vB POP3 / IMAP Email Client 1.4 - Web-based access to POP email accounts (https://vborg.vbsupport.ru/showthread.php?t=50783)

partang2 03-27-2003 08:58 AM

Sometimes when I executes email.php I get this at the bottom at the page:

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber7" backg

When I reloads the page after that, I see only the contents of the email.php file on the screen...

What can it be? I have the latest version who works sending mail etc most of the time...

auz1111 03-27-2003 11:47 AM

That's perfect Erwin! Keep improving it. I am loving this one. thanks!

Smoothie 03-27-2003 01:51 PM

Quote:

Today at 05:03 AM Erwin said this in Post #139


In the latest version, you can switch the ability to change the FROM field on or off at the top of the PHP file. I may or may not find the time to strip the extra domain bits - the reason is that I don't have an email account to test with, you see, so I would never know if it works or not.

I would be more than happy to test this for you. Great work BTW!

Grunt 03-27-2003 01:55 PM

erwin i would be more than happy to set you up with an email account that you can use for all eternity if you'd like..pm me if you're interested

no answers to post#131 anybody?

Smoothie 03-27-2003 02:06 PM

Quote:

Today at 05:03 AM Erwin said this in Post #139


In the latest version, you can switch the ability to change the FROM field on or off at the top of the PHP file. I may or may not find the time to strip the extra domain bits - the reason is that I don't have an email account to test with, you see, so I would never know if it works or not.

Hmmm, if I leave it set to not allow users to change the from field, I get this in the from field:
Apache <apache@ensim.rackshack.net>

msimplay 03-27-2003 02:39 PM

just realised can't attach more then one attachment at a time

Areku 03-27-2003 03:31 PM

Erwin,

Don't you capture errors to a standard error screen?

I downloaded new mail while still loged in via email.php and then i get a nasty "Warning: Bad message number in /usr/.../email.php on line 279
" error...

Good work anyway!

Up and working on VB2.2.0

base 03-27-2003 05:00 PM

ok, this is working very well erwin, and i thank you for your time on this hack! :D

one little thing though - when i log in to an email account via this script and view an inbox, it displays two of everything - an exact copy of everything appears below the main page. i have read through the thread a few times, and have been following the updates aswell, but haven't seen anyone mention this. i'm wondering if it's just me that's getting this hehe

any ideas on why it's returning two of everything? it doesn;t happen on the login screen part, just on all the pages when logged in to an account.

i'm using v1.3 now, but it was happening when i used v1.1 aswell. also happens on different accounts from different servers and domain names.

thanks for your help, and keep up the good work :)

attroll 03-27-2003 05:06 PM

Ok. I got it working fine now. At least for the present time. It must have been a glitch on the web last night. Because I did not change anything but it is working fine this morning.

Erwin 03-27-2003 06:34 PM

Quote:

Yesterday at 04:58 PM Gruntie said this in Post #131
wow..this now tops the list as my favorite hack :) :)

one question however..I'm not planning on using the 'Member Profile' add-on...i would however like to remove the server field, and force it to always use mail.whatever.com. do-able?

Easily done.

Open email.php, find:

PHP Code:

        $errormessage .= "<tr><td align=right><normalfont>Server: </normalfont></td><td><input TYPE=text NAME=host value='$host'></td></tr>\n"

REPLACE with:

PHP Code:

                                $host "mail.yourserver.com";
        
$errormessage .= "<tr><td align=right><normalfont>Server: </normalfont></td><td><normalfont><b>$host</b></normalfont></td></tr>\n"

And change the variable "mail.yourserver.com" to your own mail server.

Done.

The other questions by other people - I will have to deal with them later... gotta go to university now. :)

Most of them, like the double output, I cannot explain to be honest, but I will try to look into it.

And @ gruntie - go ahead and set me an account, and email me the details, and I will go and start testing it out.


All times are GMT. The time now is 12:44 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.01506 seconds
  • Memory Usage 1,746KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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