vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - vBMS : vBulletin Mail System (https://vborg.vbsupport.ru/showthread.php?t=140828)

dfe 03-31-2007 12:03 PM

Can VBMS run with Google mail for it's SMTP and POP servers? Or does it require a localhost server?

Krofh 03-31-2007 05:08 PM

Quote:

Originally Posted by raiderlax
Can we have it so only members we choose can have email and can use this system?

Usergroups. I'm not being picky in my product about that, but that's how vBulletin works. Everything else permissions-related is based on usergroups, not on individual people being allowed.
Quote:

Originally Posted by dfe
Can VBMS run with Google mail for it's SMTP and POP servers? Or does it require a localhost server?

You can try if you like, but why would you do that? You'd have to get your server's catch-all to forward everything coming in to a Google mail account, then check the Google mail server remotely... which really is just a waste of traffic.
Quote:

Originally Posted by Twisted Chaos
i downloaded a copy of the PEAR system for mail mime...
i then took the original and modified it for a full release with thvbms.... works better than constructing mime types on your own....just an idea im using on my system

True, but a lot of users will not have the ability to install PEAR on their website.
Quote:

Originally Posted by Twisted Chaos
first bug is when recieving mail from outloo...
entire html source is displayed... i added in a processor for full html conversion....

You're saying that if you send a letter from Outlook to the vBMS, it doesn't work? This surprises me, since Outlook is primarily what I've been testing with.
Quote:

Originally Posted by Twisted Chaos
also if the system finds ONE attachment that isnt allowed....... it strips them all???? why cant we just strip the ones not allowed?

The idea is that, if one attachment is potentially dangerous, any other attachments probably are as well. I might make that an option though.

Fearlessninja 03-31-2007 05:58 PM

My server does not support "catch all" e-mails, any other way for this to work?

Krofh 04-01-2007 06:50 AM

^ See the FAQ on the main post:
Quote:

Can I run this if my server doesn't let me have a catch-all mail account?
Yes, but it's not recommended. As has been suggested by a few members, you can set up one mail account to the be "catch-all" and have vBMS connect to that, then set up mail accounts for each member who wants one and have it forward to the catch-all. All this has to be set up manually with your web host, and takes a great deal of willpower and availability from the website administrator, and is thus not recommended.

amjadakmal 04-01-2007 07:26 AM

Well I got problem in installation ... It says like this

"Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /admincp/vbms_install.php on line 74"

vBMS Upgrade in Progress

installation Complete.... And I cant see anything in my AdminCP.. Please help

ringoflight 04-01-2007 10:38 AM

The VBMS was causing me a database errors when I tried to uninstall it, so I tried to remove the vbms_ tables in phpmyadmin.
I now cannot enter my website at all now, nor do I have a recent backup. I try to reinstall it, but I cannot do this, so now my website won't work...........
Can you advice me?

Rickeo 04-01-2007 01:12 PM

Database error in vBulletin 3.6.5:

Invalid SQL:
SELECT phrasetypeid, title, product
FROM phrasetype
WHERE phrasetypeid IN (500);

MySQL Error : Unknown column 'phrasetypeid' in 'field list'
Error Number : 1054
Date : Sunday, April 1st 2007 @ 09:10:47 AM
Script : http://adviceforall.org/forum/admincp/vbms_install.php
Referrer :
IP Address : 195.93.21.71
Username : Rick
Classname : vB_Database

Thats the error I get any help??

amjadakmal 04-02-2007 06:15 AM

Well I deleted all of previous installation thru phpMYadmin.... Now i got new error in my installation...

Warning: imap_open() [function.imap-open]: Couldn't open stream {localhost:110/pop3}INBOX in /includes/vbms_class_installer.php on line 791

Krofh 04-02-2007 07:28 AM

Quote:

Originally Posted by amjadakmal
Well I deleted all of previous installation thru phpMYadmin.... Now i got new error in my installation...

Warning: imap_open() [function.imap-open]: Couldn't open stream {localhost:110/pop3}INBOX in /includes/vbms_class_installer.php on line 791

Well the first error looked like you probably didn't upload all the files before installing. About this error, well... look in the FAQ on the first post, this one's been covered.

Quote:

Originally Posted by Rickeo
Thats the error I get any help??

I dunno why it's still referring to phrasetypeid anywhere at all; can you describe what you were trying to do? The error by itself doesn't help me much.

Quote:

Originally Posted by ringoflight
The VBMS was causing me a database errors when I tried to uninstall it, so I tried to remove the vbms_ tables in phpmyadmin.
I now cannot enter my website at all now, nor do I have a recent backup. I try to reinstall it, but I cannot do this, so now my website won't work...........
Can you advice me?

There's a reason I provide so many warnings about backing up your site before installing this.

Regarding what to do now, you could try turning off the plugin system in vBulletin and working from there. Delete files, uninstall plugins, etc.

bluechris 04-02-2007 10:54 AM

Is there a reason why sometimes a mail is coming 1000 times? i mean i have noticed it once when i 1st installed the mod and 1 test mail that i had sent it with attachment came to VBMS 1000 times and eventually hunged the forum..
This huppened again yesterday and i and some other users got the same... a mail 1000 times.
I saw the error logs of vbulletin (not the VBMS logs) and i noticed that VBMS has trouble to attach the attachment of the e-mail to the Vbulletin database. I dont know why this is huppening but its a bit of a problem cause i dont know when it will hit again.
Is there anything i can do? or is there a hidden option that will put the attachments in the disk and not in the VB database? or maybe is there a limit somewhere that i reach it and this is huppening?

Another 1 question... does anyone knows the variable of VBMS that i need to put in CMPS to see in Navbar the new incoming box?

Thx in advance
Chris

Lionel 04-02-2007 03:51 PM

Quote:

Originally Posted by Krofh (Post 1216200)
^ Ohhh, got it... thought you were referring to the ACP, couldn't find any such problem there. I see what you're talking about though, I guess I thought I had fixed that sort of thing :-/ meh. Will try and get that into the next update.


Yeah, that's right... I might try and work in an update for that, we'll see. This product doesn't exactly work off of the conventional product system :p and I'm not sure if it could or not... it might be able to though, I'll have to look into doing that sometime. I'd love to get it working with the product system, but the original version had the installer and I figured I'd just leave it at that for now.


Honestly, I have no idea... I'd like to say within a month, but it depends mostly on other factors in my life which determine how much time I actually have to work on this.

Go back to original post. I had fixed that problem

Lionel 04-02-2007 04:06 PM

Here is my options which works. Template needs to be replaced too

Rickeo 04-02-2007 11:31 PM

Quote:

I dunno why it's still referring to phrasetypeid anywhere at all; can you describe what you were trying to do? The error by itself doesn't help me much.
Am trying to install it, am using the advanced warning system as well in the past this has caused me problems with other mods so will try and disable that see if it works dont think it will tho

~Rick~

T_Richardson 04-03-2007 08:32 AM

I got the attachments working correctly from a post made here.

2 things that I would like to modify:

1. I would like to send email from my site (vbms) as html so I can add my site's banner, background color and links. I set the option "Keep HTML message as-is?" to "yes" and it still shows html as text. I tried the modifications posted here and changed "htmlaction" to "allowhtml" and still the same results.

2. When sending from my site (vbms) it shows my signature as links. I know there's an option not to send signatures, but it's set to "yes" by default. Either I would like to set it to "no" by default or have it display the signatures correctly. The signatures are in bbcode format.

I would like to add that I tested this mod on my test forums for the past 2 weeks and now I'm going live with it for only my VIP members.

Great mod, keep it up!

blogtorank 04-04-2007 08:38 AM

Works like a charm!!!!

Thanks for the great hack.

Edited and added in:

Are we all going to jail now? I read this below:

Quote:

<!--
Provides most of the resources necessary to both install and upgrade vBMS.
If you modify this file, you could break a new installation or upgrade.

This code and all versions and releases of the vBulletin Mail System are
protected by United States and international copyright and intellectual
property protection laws. Distributing or otherwise manipulating this code
not explicitly allowed as approved by written consent of the original author
is a felony under United States law and illegal under international law and
can result in jailtime and criminal prosecution.

Anyone found to be violating this agreement will face criminal charges,
regardless of age or nationality.

Copyright ? 2003 - 2006 Arien Talabac.

VBMS IS NOT A FREE PRODUCT. If you downloaded it without paying, you
committed a felony. Plus you could become the victim of an interesting
revenge.
-->
I thought this was funny ;) /includes/vbms_installation_resources.xml

bada_bing 04-04-2007 01:37 PM

Does this work with usergroup permissions? I only want my premium members and staff to have the ability to have an email account?

blogtorank 04-04-2007 08:26 PM

Okay it sends and e-mails fine, now getting the 500 ERROR below when trying to respond to this e-mail address...


Quote:

Your message did not reach some or all of the intended recipients.

Subject: FW:
Sent: 4/4/2007 2:23 PM

The following recipient(s) could not be reached:

'Doctor' on 4/4/2007 2:23 PM
500 unrecognized command

Any idea what is happening here? :cool:

blogtorank 04-04-2007 08:26 PM

Quote:

Originally Posted by bada_bing (Post 1219657)
Does this work with usergroup permissions? I only want my premium members and staff to have the ability to have an email account?

Yes this hack can work Per User group and the settings are inside your admincp area...

Edited and added screen shot.

wrmoss 04-05-2007 06:40 AM

Well I have not installed this yet but I must say GREAT JOB. and THANK YOU for stepping up and attacking what could be one of the all time greatest traffic building mods ever for vbulletin software.

I will install it, and if I can get it to work, you can expect a nice donation from me.
Also, do you offer install services for a fee ? :)

Krofh 04-05-2007 03:40 PM

Quote:

Originally Posted by bluechris
Is there a reason why sometimes a mail is coming 1000 times? i mean i have noticed it once when i 1st installed the mod and 1 test mail that i had sent it with attachment came to VBMS 1000 times and eventually hunged the forum..

There's a "Delete messages after downloading?" option in the ACP, if that's not set to "Yes" then obviously it won't clear the server. Is this happenening with all mails to you with attachments or just this specific one?

Quote:

Originally Posted by T_Richardson
1. I would like to send email from my site (vbms) as html so I can add my site's banner, background color and links. I set the option "Keep HTML message as-is?" to "yes" and it still shows html as text. I tried the modifications posted here and changed "htmlaction" to "allowhtml" and still the same results.

The HTML it sends is generally just bbCode, try using that. It should convert the bbCode to HTML before it sends it. This is to prevent your users from mailing others malicious scripts.

Quote:

Originally Posted by blogtorank
Okay it sends and e-mails fine, now getting the 500 ERROR below when trying to respond to this e-mail address...

That is very strange... who is this "Doctor"? It looks like it's trying to send an email to that specific address, and "Doctor" obviously is not an address :-/

Quote:

Originally Posted by T_Richardson
2. When sending from my site (vbms) it shows my signature as links. I know there's an option not to send signatures, but it's set to "yes" by default. Either I would like to set it to "no" by default or have it display the signatures correctly. The signatures are in bbcode format.

Sounds like a great idea, will put on the list of features to add.

Quote:

Originally Posted by blogtorank
Are we all going to jail now? I read this below:

Hah, I guess I missed the notice in that file. The original author of this hack used to sell it, but he stopped developing it after vB3 and released it as open-source, saying that anyone could port it to 3.5. He never changed the copyright notices on the files though :p

Quote:

Originally Posted by wrmoss
I will install it, and if I can get it to work, you can expect a nice donation from me.
Also, do you offer install services for a fee ? :)

I'd be willing to do that, feel free to contact me by email or PM.

bluechris 04-06-2007 08:25 AM

Quote:

Originally Posted by Krofh (Post 1220450)
There's a "Delete messages after downloading?" option in the ACP, if that's not set to "Yes" then obviously it won't clear the server. Is this happenening with all mails to you with attachments or just this specific one?

I had it to yes offcourse... but as i am thinking the problem is appearing if a big attachment comes to VBMS for a user.... for some reason VBMS cannot add the attachment to Database and then the problem appears for all VBMS users to receive multiple times the same message simply cause VBMS wasnt able to put the big mail to Database and this means that never said to Mail server that he got the mail and delete it... thats why it downloads over and over again till it crashes the board. A solution as i am thinking is when VBMS get the mail from the server then just before put it in the DB to delete it 1st from the mail server and not after... its temp solution but i suppose it will save me atm.

Can that huppened? am i the only 1 that saw this prob?

Krofh 04-08-2007 02:15 PM

Quote:

Originally Posted by bluechris
A solution as i am thinking is when VBMS get the mail from the server then just before put it in the DB to delete it 1st from the mail server and not after... its temp solution but i suppose it will save me atm.

Doable, but extremely inefficient, and your board would just as likely crash from server load.

Like I said though, when does it happen? Just with large attachments? How large is the attachment you're having this problem with? It shouldn't be an issue of size not fitting in the database; after all, vBulletin itself allows for uploading attachments directly into the database (well, avatars and profile pics anyways, I guess I'm not completely sure on the attachments).

ringoflight 04-08-2007 08:28 PM

I re-installed it without problems this time. Must have been the server move which caused the problems before.
Now, whenever I run the cron job, I receive the following error:

Fatal error: Cannot redeclare can_admin_hosting() (previously declared in /********/*********/htdocs/forums/admincp/global.php(203) : eval()'d code:3) in /********/*********/htdocs/forums/global.php(356) : eval()'d code on line 2

Any help?

Krofh 04-09-2007 04:12 AM

It seems to be a conflict with another hack, but considering I don't have a function called "can_admin_hosting()" anywhere in my hack, I don't think it's a problem with the vBMS. Do other cron jobs run fine? I'm suspecting any and all cron jobs will fail with the same error. What happens if you simply navigate to ./vbms_checkmail.php, do you get an error there as well?

NuclioN 04-09-2007 05:44 AM

Krofh we run our forum on servage.net and i don't have a single idea what to do with the parameters such as 'pop' etc. Can you give an advice or hint to guide us to the installation?

rayw 04-09-2007 07:55 AM

Very nice, thanks a lot.

Will install when it is out of beta and safe to put on a production server. :)

ringoflight 04-09-2007 09:08 AM

I found out that the vHosting hack was causing the problem.
Now, for some strange reason, whenever trying to run the cron job, I get an error:

The image "bla bla bla bla" cannot be displayed, because it contains errors.
Any thoughts?

Krofh 04-10-2007 04:34 PM

Quote:

Originally Posted by NuclioN
Krofh we run our forum on servage.net and i don't have a single idea what to do with the parameters such as 'pop' etc. Can you give an advice or hint to guide us to the installation?

Same settings you'd use to connect in from a POP3 mail client such as Microsoft Outlook.
Quote:

Originally Posted by ringoflight
Now, for some strange reason, whenever trying to run the cron job, I get an error:

The image "bla bla bla bla" cannot be displayed, because it contains errors.
Any thoughts?

That's not necessarily a problem; it does that normally just because of the way the cron system works. However, in the ACP, you can go to vBulletin Mail System > Mail Checking Logs and see if there are any errors popping up there.

mindcry 04-11-2007 01:41 AM

Quote:

Originally Posted by Krofh (Post 1212446)
Hopefully soonish. This week did not go as originally planned; I broke up with my girlfriend of almost 20 months, and ended up not having a lot of time for programming as a result of still trying to do my homework on time >.< lol.
but yes, it should hopefully fix the attachment bugs and such.

You mean, even if both groups say to have a 5-minute floodcheck it still only does a 1-minute floodcheck? I'm confused, but I'll try to look into it. It's supposed to work that if any of the groups they're in have floodcheck off then they don't get it, because, well, it means they have full permission not to have to worry about it.

Sorry for my delay, I have been away. What happens is that if I have a user in 2 groups and one has the flood check on the user cannot even send a message, basically it blocks them completely. If that makes sense.

Veggieboy 04-11-2007 04:27 AM

Can anyone recommend a mailserver to use with VBMS. I currently use HMail which works fine for receiving but won't send unless I enable Internet> external-to-external which opens the server up to be used as a relay.
Or failing a recomendation does anybody know the correct settings for Hmail?
Thanks

mindcry 04-13-2007 02:04 AM

Yeah there is probably a setting you are missing. I would highly suggest getting someone qualified to help you....

Veggieboy 04-13-2007 08:01 PM

Well it turns out you cannot send an email from localhost unless you have and actual account making Hmail vbms incompatable.
Any other recomendations?

mybeshoo 04-14-2007 12:58 PM

Krofh :) thank you and we are waiting for the next update

NuclioN 04-14-2007 04:46 PM

The only problem so far is the cron job. When we were testing it show that we could only send mail, not recieve. After checking the cron i saw that no time whas set so i put this to a 15 minutes check and run it manualy first. What is a reasonable time to set for this cron?

Fungsten 04-14-2007 07:45 PM

I have to contact my Webhost about the php imap ext.

Krofh 04-15-2007 06:20 AM

Quote:

Originally Posted by mybeshoo
Krofh :) thank you and we are waiting for the next update

So am I... >.<

Quote:

Originally Posted by NuclioN
What is a reasonable time to set for this cron?

Actually, by default, it's set to be every minute... I don't recommend leaving it at over 5 minutes unless it's killing your server.

scan-pa 04-17-2007 01:59 AM

Do you have an update on the changes for the next release of this product?

Any new time frame for that to be released?

any problems with this on mysql 5.0.7 or PHP 5.2.1?

oakhurst 04-17-2007 03:43 AM

Status before enumerating steps: XML parser created: phrases from /includes/xml/vbms_installation_resources_phrases.xml, templates from /includes/xml/vbms_installation_resources_templates.xml

Install stops.

I saw someone else mention this above but no solution.

Thanks! Sounds like a very nice mod.

Fungsten 04-17-2007 07:22 PM

I need to make sure of this first. Thanks.

thincom2000 04-18-2007 03:53 PM

Unfortunately I am still getting a mysterious error that results in the error image not displaying. I have no idea what the error is, just that it breaks everything.

Changed it to output $reason instead of the error image:

PHP error: array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The second argument should be either an array or an object (/home/crackede/public_html/includes/vbms_functions_checkmail.php:421)

Also this results in my vbms mailbox getting checked, not saved to the database, and all the messages deleted.


All times are GMT. The time now is 07: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.01564 seconds
  • Memory Usage 1,863KB
  • 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
  • (27)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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