vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBulletin Mail System (https://vborg.vbsupport.ru/showthread.php?t=125890)

GoHa 11-20-2006 07:07 PM

Hello,

As I Read in this thread - all cronjobs were eliminatied. But in vb admin cp , in scheduled tasks I see
vBMS: Check e-mail task scheduled to be run every minute.
And this taskis always faild with erro messaage:

Code:

vBMS: Check e-mail

Warning: main(/home/devgoha/public_html/forums/./includes/cron/vbms_checkmail.php) [function.main]: failed to open stream: No such file or directory in /admincp/cronadmin.php on line 64

Warning: main() [function.include]: Failed opening '/home/devgoha/public_html/forums/./includes/cron/vbms_checkmail.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /admincp/cronadmin.php on line 64


Done

I am running VB 3.5.4 and vBMS 2.5.2p

DaNIEL MeNTED 11-20-2006 07:12 PM

But where did you get those links from? Where does manage permissions go?

Also ... in one of the templates it says "Note that TestForums members' usernames act just like aliases. If you wish to send a user called "Administrator" an e-mail, you simply need to type that username. Note that users have the option of requesting not to receive e-mails from other TestForums members via this method." and the link just goes to the user CP...

Just trying to figure out what I need to add to the userCP?

Lionel 11-20-2006 07:14 PM

Quote:

Originally Posted by GoHa (Post 1121729)
Hello,

As I Read in this thread - all cronjobs were eliminatied. But in vb admin cp , in scheduled tasks I see
vBMS: Check e-mail task scheduled to be run every minute.
And this taskis always faild with erro messaage:

Code:

vBMS: Check e-mail
 
Warning: main(/home/devgoha/public_html/forums/./includes/cron/vbms_checkmail.php) [function.main]: failed to open stream: No such file or directory in /admincp/cronadmin.php on line 64

I am running VB 3.5.4 and vBMS 2.5.2p

which zip did you install? Original zip or updated one?

Lionel 11-20-2006 07:15 PM

Quote:

Originally Posted by DaNIEL MeNTED (Post 1121734)
But where did you get those links from? Where does manage permissions go?

Also ... in one of the templates it says "Note that TestForums members' usernames act just like aliases. If you wish to send a user called "Administrator" an e-mail, you simply need to type that username. Note that users have the option of requesting not to receive e-mails from other TestForums members via this method." and the link just goes to the user CP...

Just trying to figure out what I need to add to the userCP?

I added those links. Manage permissions is seen only by admin

NitroXploit 11-20-2006 07:18 PM

Bug: Wrong phrasetype

Change: in vbms_alias.php

Code:

        if ($result !== false)
        {
                vbms_scrubhtml($result);
                eval(standard_error(fetch_error("error_vbms_aliastaken")));
        }

to

Code:

        if ($result !== false)
        {
                vbms_scrubhtml($result);
                eval(standard_error(fetch_error("vbms_aliastaken")));
        }


Lionel 11-20-2006 07:26 PM

good catch NitroXploit

NitroXploit 11-20-2006 07:51 PM

Again in vbms_alias.php

Code:

        $email = $bbuserinfo['vbms_alias'] . "@" . $vboptions['vbms_todomain'];
        eval(print_standard_error(fetch_error("vbms_no_allow_alias_change", $email)));

To:

Code:

        $email = $bbuserinfo['vbms_alias'] . "@" . $vboptions['vbms_todomain'];
        eval(standard_error(fetch_error("vbms_no_allow_alias_change", $email)));

You might go ahead and change all "print_standard_error" found on vbms files to "standard_error".

speedway 11-21-2006 10:36 AM

Quote:

Originally Posted by Lionel (Post 1121278)
An important point to whoever is going to use this hack. Set @yoursite.com in the vb User Banning Options banned email list to prevent users from using their alias@yoursite.com as the primary site contact, or the script will enter into a loop trying to send notifications non stop.

I was just wondering of anyone is looking into this and it would unfortunately mean I could not use it. :surprised: I am/was looking at this solution to offer to subscribers and they wanted to use it for their primary contact.

I hope someone may find a solution - I am not up to speed enough in PHP to know ahere to start looking....

Oh, forgot to say brilliant addition to VB :)

Cheers
Bruce

Lionel 11-21-2006 01:16 PM

the only solution would be to disable notifications, which is like shooting yourself in the foot.

Hivemail would do what you are looking for, but again, is very buggy, would have to fix it yourself as support is non existant.

Killsparer 11-21-2006 01:24 PM

Quote:

Originally Posted by speedway (Post 1122178)
I am/was looking at this solution to offer to subscribers and they wanted to use it for their primary contact.

Wouldn't it be quite illogical to use it as the primary contact-adress, since (as an example) the mails sent in case of a lost password would be delivered to it, too?

If someone lost his password, he would have to log in to read the "forgot your password?"-mail. But since he forgot it, he can't ... :confused:


All times are GMT. The time now is 10:47 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.01675 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
  • (6)bbcode_code_printable
  • (4)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