PDA

View Full Version : Administrative and Maintenance Tools - QLEB Email Sender


Qleb
12-07-2008, 10:00 PM
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



<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 i = 0; i < submits.length; i++)
{
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 :


<!----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 i = 0; i < submits.length; i++)
{
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()',3 00000);

}
</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
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, 10:36 PM
Confirmed working on 3.8x?
________
Video Reviews (http://videoreviews.org)

Qleb
07-27-2010, 10:56 PM
yes