Back to vBulletin 3.7 Add-ons

QLEB Email Sender
Mod Version: 1.00, by Qleb

This modification is in the archives.
vB Version: 3.7.x Rating: (3 votes - 3.67 average) Installs: 8
Released: 08 Dec 2008 Last Update: 08 Dec 2008 Downloads: 67
Not Supported Additional Files  

Hi

Hello

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

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

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

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

Download

This modification is archived, downloads are still allowed.

File Type: %1$s qleb_time.zip (884 Bytes, 64 downloads)

Screenshots

Click image for larger version
Name:	qleb.jpg
Views:	259
Size:	18.2 KB
ID:	90313  


vblts.ru supports vBulletin®, 2022-2024