Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
QLEB Email Sender Details »»
QLEB Email Sender
Version: 1.00, by Qleb Qleb is offline
Developer Last Online: Jan 2015 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.7.x Rating:
Released: 12-07-2008 Last Update: 12-07-2008 Installs: 8
Additional Files  
No support by the author.

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 :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

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

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 12-08-2008, 11:42 AM
lazydesis lazydesis is offline
 
Join Date: Sep 2006
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does this overwrite the default files? and does smtp work?
Reply With Quote
  #3  
Old 12-08-2008, 12:01 PM
Qleb's Avatar
Qleb Qleb is offline
 
Join Date: Sep 2008
Location: Lebanon
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lazyindian View Post
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
Reply With Quote
  #4  
Old 12-08-2008, 12:25 PM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #5  
Old 12-08-2008, 01:42 PM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can not distribute vBulletin files. Attachment removed.

Please upload a new file with only the instructions and the JS-file.
Reply With Quote
  #6  
Old 12-20-2008, 07:01 PM
Qleb's Avatar
Qleb Qleb is offline
 
Join Date: Sep 2008
Location: Lebanon
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok ok sorry dude
Reply With Quote
  #7  
Old 04-20-2009, 10:36 PM
Sweeks Sweeks is offline
 
Join Date: Jul 2008
Posts: 633
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Confirmed working on 3.8x?
________
Video Reviews
Reply With Quote
  #8  
Old 07-27-2010, 10:56 PM
Qleb's Avatar
Qleb Qleb is offline
 
Join Date: Sep 2008
Location: Lebanon
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:18 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04057 seconds
  • Memory Usage 2,306KB
  • Queries Executed 21 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (7)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete