vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Administrative and Maintenance Tools - QLEB Email Sender (https://vborg.vbsupport.ru/showthread.php?t=198321)

Qleb 12-07-2008 10:00 PM

QLEB Email Sender
 
Hi

Hello

I have developed a new way to send e-mail to all members of a forum :cool:

to a large amount of members than can not send any message mailing them, and now it can with QLEB :up:

Modus operandi QLEB

The organization amounts each time transmission

Example:

Want to send a message to all members of a forum

Choose the amount of transmission 200 instead of 500.

QLEB will send each batch every 5 minutes

The lack of any resource server load

QLEB Has been tested on many forums and its work fine.

Have been provided QLEB with a timer counting downward for periods of transmission


now u have no problem ever to send your all memeber what ever the amount was


INSTALL

1- Just upload qleb_time.js to your ADMNCP path .

2- edit your email.php orginal file

open the file (email.php) in your admincp path

find

PHP Code:

 
<script type="text/javascript">
    <!--
    if (
document.cpform_dosendmail)
    {
        function 
send_submit()
        {
            var 
submits YAHOO.util.Dom.getElementsBy(
                function(
element) { return (element.type == "submit") },
                
"input"this
            
);
            var 
submit_button;
 
            for (var 
0submits.lengthi++)
            {
                
submit_button submits[i];
                
submit_button.disabled true;
                
setTimeout(function() { submit_button.disabled false; }, 10000);
            }
 
            return 
false;
        }
 
        
YAHOO.util.Event.on(document.cpform_dosendmail'submit'send_submit);
        
send_submit.call(document.cpform_dosendmail);
        
document.cpform_dosendmail.submit();
    }
    
// -->
    
</script


replace with :

PHP Code:

<!----START QLEB --->
 
<
script type="text/javascript"
if (
document.cpform_dosendmail)
    {
        function 
send_submit()
        {
            var 
submits YAHOO.util.Dom.getElementsBy(
                function(
element) { return (element.type == "submit") },
                
"input"this
            
);
            var 
submit_button;
 
            for (var 
0submits.lengthi++)
            {
                
submit_button submits[i];
                
submit_button.disabled true;
            }
 
            return 
false;
        }
YAHOO.util.Event.on(document.cpform_dosendmail'submit'send_submit);
send_submit.call(document.cpform_dosendmail);
setTimeout('document.cpform_dosendmail.submit()',300000); 
 
}
</
script>
<
table border="1" width="100%" style="border-style:dotted; border-width:1px; border-collapse: collapse; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px" dir="ltr">
    <
tr>
        <
td><p><font face="Tahoma" size="2">NEXT DUE :</font><span id="_qleb_sendmail_timer"></span></p></td>
    </
tr>
    <
tr>
        <
td>
        <
p align="center"><font face="Tahoma" size="2">developed by
        
<a target="_blank" href="http://www.qleb.net">
        <
span style="text-decoration: none"><font color="#000000">
        
http://www.qleb.net</font></span></a></font></td>
    
</tr>
</
table>
 
<
script src="qleb_time.js"></script>
<
script>
var 
qlebtimer 5;    
 
                        
cdt_createTimer(
                            
"qleb_sendmail_timer"
                            
document.getElementById("_qleb_sendmail_timer"), 
                            function(){
document.cpform_dosendmail.submit}, 
                            new 
Date(0,0,0,0,qlebtimer,0));
                        
cdt_runTimer("qleb_sendmail_timer");
                    </
script>        
 
 
<!----
END of QLEB ---> 


and dont forget to upload the file (qleb_time.js) to your admincp path


thats it :D

-->>Dont forget to mark as Installed<<--
-----------------------

lazydesis 12-08-2008 11:42 AM

does this overwrite the default files? and does smtp work?

Qleb 12-08-2008 12:01 PM

Quote:

Originally Posted by lazyindian (Post 1680875)
does this overwrite the default files? and does smtp work?

thier is only one file u need to overwirte it its (Email.php)

and its including the same functions of the Orginal file just i use little functions to make it send per 5 min, and yes smtp works fine i allready test it on my forums the massge was received in the INBOX

but i believe u should try a hotmail or live email its better

SEOvB 12-08-2008 12:25 PM

You can't redistribute vbulletin files from your license, its against the agreement. You need to document your changes and right instructions for people who want this functionality and they'll need to edit the files manually themselves

Marco van Herwaarden 12-08-2008 01:42 PM

You can not distribute vBulletin files. Attachment removed.

Please upload a new file with only the instructions and the JS-file.

Qleb 12-20-2008 07:01 PM

ok ok sorry dude

Sweeks 04-20-2009 09:36 PM

Confirmed working on 3.8x?
________
Video Reviews

Qleb 07-27-2010 09:56 PM

yes


All times are GMT. The time now is 08:38 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.01969 seconds
  • Memory Usage 1,763KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete