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)

Snake 08-24-2005 11:43 AM

Excatly. I am looking for a version 3.5 of this hack PLEASE. :(

Andreas 08-24-2005 11:56 AM

Then ask Erwin if he is going to port it :)

Snake 08-24-2005 12:35 PM

Well he can reply back to this thread but whatever I'll drop him a PM.

eljeffe 09-14-2005 05:02 AM

Erwin,

For some servers it seems to work perfectly. For others, I am getting a "Unable to login with the information you entered. Please login again." error. I know I am using the right information because other mail clients log in just fine with it.

Do you have a debug mode or anything that might show more messages so I can diagnose this problem? Do you have any suggestions or ideas why we are encountering this problem?

Thanks in advance,

Jeff

lionslair 09-16-2005 08:32 AM

This is great thanks

Creed 09-22-2005 01:02 AM

Hrmn, there doesn't seem to be anything that wouldn't work with 3.5, as this actually has almost nothing to do with the actual vB itself. This is basically standalone with the options to integrate, however I haven't been able to get it to work with 3.5 yet either. I'm gonna PM Erwin to see if he is up for releasing a 3.5 version :)

Ok, I've edited mine to work with v3.5, unfortunately mine is edited so I could take the time to edit the original to update to work with v3.5 which I may do later. However...I have another problem I need to fix first (not related to the script).

PennylessZ28 09-27-2005 10:22 PM

Quote:

Originally Posted by neocorteqz
Fatal error: Cannot re-assign $this in /home/neocort2/public_html/email.php on line 120


any ideas?


Quote:

Originally Posted by Erwin
No idea. :)


I have the solution to this problem. $this seems to popup alot in vb if you are using php5.

This "feature" was undocumented in PHP4 and was never intended to work.

For background on why support for reassigning $this was dropped, take a
look at http://news.php.net ( php.internals mailing list in particular )
or the ZendEngine2 mailing list which is archived at
http://www.zend.com

But here is how you can fix this, my host is using Php5 and I got the same problem.

PHP Code:

Fatal errorCannot re-assign $this in /email.php on line 120 

Go to line 120:

It should look like this:

PHP Code:

    if (is_array($num)) $this=$num[$i]; else $this=$num

Replace it with this

PHP Code:

if (is_array($num)) $this->$num[$i]; else $this->$num

replacing the = with -> will correct this problem in most cases using PHP5.

:nervous: Hope this helps.

PennylessZ28 09-27-2005 10:26 PM

Also, is there a way I can program this so everyone is using the same mail server? Like so they don't have to fill it out all the time?

Creed 09-28-2005 12:45 AM

Ok, I've ran into a new problem... I'm getting this:
Code:

Warning: imap_open(): Couldn't open stream {xxx.xxx.com:110/pop3}INBOX in /email.php on line 683
Now, I'm hoping to shed some light on the 3.5 issue, as this line is unchanged from the port I made from the 3.0.x version that is working without issue.

dreck 09-30-2005 07:15 PM

Creed did you get this working with 3.5?


All times are GMT. The time now is 10:50 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.01497 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_code_printable
  • (3)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