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)

Evil Chris 07-03-2003 08:23 PM

Quote:

07-01-03 at 08:53 AM Erwin said this in Post #238
None known. :) But I can't guarantee anything - use this at your own risk. As far as I know, it's secure. It uses your normal POP username and password, so it's as secure as that.
Yes I suppose the only security issue would be for the end user and not for the board itself. I have installed this on one of my boards and tested it. It's nice.
I had to have my host compile the IMAP (if that makes sense to you).

But I'd like to play with it more until I install it on my busier board.
Cheers...

anywhereanytime 07-06-2003 05:43 PM

Will this hack work with 2.3 ??

What about v3 Beta 4 ??

We are very excited about this ... are there any screenshots or demo pages to see it in action ??

Erwin 07-07-2003 10:09 AM

This hack works with 2.3.0 - just upload the file and it will work instantly without any file or template hacking.

Screenshot is in the first post.

It will not work for vB3 until I update it... but it won't be hard to do.

cklaszlo 07-18-2003 01:14 PM

I get this error:

Quote:

Fatal error: Call to undefined function: imap_open() in /usr/domains/www.radicalzoo.com/community/email.php on line 619
community.singlereel.com/email.php

cklaszlo 07-18-2003 01:15 PM

I get this error:

Quote:

Fatal error: Call to undefined function: imap_open() in /usr/domains/www.radicalzoo.com/community/email.php on line 619
On this site:

http://community.singlereel.com/email.php

Ninth Dimension 07-18-2003 01:19 PM

lol, once is enough :)

cklaszlo 07-18-2003 01:24 PM

opps. not my fault. lol. I hit submit once. Sorry about that.

Erwin 07-19-2003 03:41 AM

cklaszlo,

Where did you download my hack? Obviously not from this site.

You are currently showing up as unlicensed. To be able to download hacks and/or receive support here at vBulletin.org, we ask you to please click here (vB-germany users click here) and enter your email address, to show us that you are licensed.

You will need to use your customer number and password (which will be in the email you got when you paid for your license) to access that page. Please note that your email is case sensitive.

Thank you.

cklaszlo 07-21-2003 01:06 PM

Sorry but I do have 2 licences.

1) (ThrillNetwork Boards) Active (Owned) 18th Oct 2003

2) (SingleReel) Active (Leased) 13th Sep 2003

And I did download the hack from this site as with all the other hacks. This email hack we wanted to place on our SingleReel Site. Please check or update your records. Thanks.

Maybe I can get help now? :)

Erwin 07-22-2003 11:48 AM

You are appearing as licensed now. :) You were appearing as unlicensed before for whatever reason.

Your server needs to have PHP with IMAP compiled. Do it yourself if its dedicated, or ask your host. :)

noppid 07-22-2003 07:13 PM

PHP Info shows IMAP on my server yet I get the IMAP function not defined error.

Configure Command '--with-imap'

IMAP c-Client Version 2001
SSL Support enabled
Kerberos Support enabled

Any ideas?

Thanks

EDIT: After playing with it, it throws this error at line 618 when an invalid user name is put in...Is this a bug?

EDIT: After playing some more, we added the @ to the IMAP function calls at line 618 and the error is no longer thrown, the login screen returns as expected.

if ($opt=="POP3") $mbox = @imap_open("{".$host.":110/pop3}".urldecode($folder), $user, $pass);
elseif ($opt=="IMAP") $mbox =@ imap_open("{".$host."}".$folder, $user, $pass);

groovesalad 07-22-2003 11:25 PM

Erwin- You always amaze me with your hacks. Good job! :)

Erwin 07-23-2003 10:10 AM

Quote:

Today at 06:13 AM noppid said this in Post #251
PHP Info shows IMAP on my server yet I get the IMAP function not defined error.

Configure Command '--with-imap'

IMAP c-Client Version 2001
SSL Support enabled
Kerberos Support enabled

Any ideas?

Thanks

EDIT: After playing with it, it throws this error at line 618 when an invalid user name is put in...Is this a bug?

EDIT: After playing some more, we added the @ to the IMAP function calls at line 618 and the error is no longer thrown, the login screen returns as expected.

if ($opt=="POP3") $mbox = @imap_open("{".$host.":110/pop3}".urldecode($folder), $user, $pass);
elseif ($opt=="IMAP") $mbox =@ imap_open("{".$host."}".$folder, $user, $pass);


Good example of how different servers with different setups need minor changes to the code. The code should work with most servers. For some reason that is beyond my skill, some servers have their own idiosyncrasies. Glad to know it works in the end. :)

noppid 07-23-2003 01:03 PM

My members really like this feature on the forum, thanks for the code!

ssabmud 08-16-2003 10:21 PM

Once I logon I get http://www.hostname.org/email.php?CMD=cookie. What do you think the problem is? I tried with pop3 accounts.

MaDCaT75 08-17-2003 03:23 AM

No problems here..... I love it!!!

Erwin 08-17-2003 03:50 AM

Quote:

Today at 09:21 AM ssabmud said this in Post #255
Once I logon I get http://www.hostname.org/email.php?CMD=cookie. What do you think the problem is? I tried with pop3 accounts.
That's what you are meant to get. Make sure cookies are switched on, as the program remembers what you are doing via cookies.

PurpleCow 08-17-2003 03:59 AM

I want to install this ! I uploaded the file email.php an wanted to test it.

I get a fatal error when i try to login to my pop mail account.

I have chosen the POP mail radio button and also given the mail server name in the server field.

I get the following error :

Quote:

Fatal error: Call to undefined function: imap_open() in /*****/**********/*******/path/email.php on line 618
Okay, in the above, i have removed the path and added **** . not to confuse.

Thanks for any help.

Cheers

Erwin 08-17-2003 04:00 AM

You need IMAP compiled with PHP on your server. Read the first post which warns you about this. :)

PurpleCow 08-17-2003 04:03 AM

Thank you ! I'll do that and get back, if i bump into any problems.

Cheers

PurpleCow 08-17-2003 09:30 AM

Is there any difference between just having IMAP functionality on my server and Compiling IMAP with PHP ??

B'cos, i already have IMAP working, but if compiling IMAP with PHP is whats required, I'll have to do it !

Thanks much

ssabmud 08-17-2003 06:21 PM

Erwin,

Look at my link and see if it works for you. http://www.ssabmud.org/email.php I cant get it to work for me and I believe I have cookies enabled. Correct me if I'm wrong. Thanks in advance.

Erwin 08-18-2003 01:47 AM

PHP needs IMAP compiled.

ssabmud 08-18-2003 05:20 AM

Quote:

Today at 07:47 PM Erwin said this in Post #263
PHP needs IMAP compiled.

Or was it intended for someone else? Do I need to have my webmaster compile IMAP? Is that why its is a white screen and goes nowhere? Thanks again.

ssabmud 08-19-2003 04:24 PM

^^^

Erwin 08-19-2003 11:39 PM

Quote:

08-18-03 at 04:20 PM ssabmud said this in Post #264
Or was it intended for someone else? Do I need to have my webmaster compile IMAP? Is that why its is a white screen and goes nowhere? Thanks again.
Unless you have a dedicated server, your host needs to recompile PHP. The white screen is a different issue. Read this thread for help with that.

ssabmud 08-20-2003 01:21 AM

Quote:

Today at 05:39 PM Erwin said this in Post #266
The white screen is a different issue. Read this thread for help with that.
Erwin,

I searched and read this whole thread and really don't see anything that would help me. You said to clear cookies and thats about all I found. Hate to sound lost but I am. LOL

K33nny 08-21-2003 08:01 PM

Erwin,

Is there anyway you can make this hack based around templates for the main parts of it like the login, the inbox, viewing of emails, attachments, and so forth? I would like to alter the look but editing the PHP file is a pain.

Erwin 08-21-2003 08:23 PM

I purposely made the templates integrated in the PHP file so this hack is easy to use with a single file upload.

Feel free to modify it to use templates.

K33nny 08-22-2003 03:13 AM

I was hoping you would make a template version, but if I must I shall try. :(

ssabmud 09-01-2003 10:59 PM

Quote:

08-19-03 at 05:39 PM Erwin said this in Post #266
Unless you have a dedicated server, your host needs to recompile PHP. The white screen is a different issue. Read this thread for help with that.
Erwin, I still can't find the answer and I have read the entire thread. I would like to have this hack but if not I guess I will just uninstall it. Thanks for your help.

Parker Clack 09-11-2003 01:39 PM

Erwin:

Great hack. I am playing around with the layout some but I have found that the emails that I get are listed twice. In other words if I get an email and I go to read it the email comes up and then repeats itself in the same listing.

Any ideas?

Parker

Ian Cunningham 09-16-2003 11:16 AM

I am still getting problems with this script... I just get sent to a "cannot find server" page once I click submit... it is not a IMAP problem, as it is all set up correctly.

Is there any other way to log in? i.e running:

email.php?user=username&host=mail.domain.co.uk&pas s=1234&opt=POP3&submit=Login

Please help :)

ceedee 09-29-2003 07:46 PM

I get a "page not found" error too when clicking the login button.

Weird thing is, when I went to bed last night it worked, when I woke up a few hours later, it didn't work. Absolutely NOTHING changed that I have any control over.

Is anyone any closer to finding a solution (or even a cause) for this?

Cheers,

Chris

MrNase 10-02-2003 05:51 PM

thanks for this hack :)

IE is showing a blank page but firebird does it without a problem :)

Erwin 10-03-2003 02:18 AM

Sorry, but if there are problems, I cannot do much about them, since this hack is very server dependent, and I cannot debug the hack since it is possible that this hack can only work for certain servers. When it does work, it works well. :)

MrNase 10-03-2003 10:45 AM

yeah but why does it work with firebird and not with ie ?

Erwin 01-11-2004 11:00 AM

Quote:

Originally Posted by attroll
Well I guess I am one of the unlucky ones. Because I put it in my forum directory and now I get the same error as the others.
==========
Fatal error: Call to undefined function: imap_open() in /home/inreview/www/email.php on line 601

Read the first post: You need PHP compiled with the IMAP module for this hack to work

Erwin 01-11-2004 11:02 AM

Quote:

Originally Posted by MrNase
yeah but why does it work with firebird and not with ie ?

It works with IE for me.

Zaeolos 01-21-2004 03:29 AM

Well I still cannot get past the browser error.....I must be missing something somewhere.


All times are GMT. The time now is 11:38 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.01678 seconds
  • Memory Usage 1,820KB
  • 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
  • (12)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