DragonPrime - LoGD Resource Community
Welcome Guest
  • Good afternoon, Guest.
    Please log in, or register.
  • May 19, 2013, 02:05:32 PM
Home Forums News Links Downloads Login Register Advanced Search
* * *
DragonPrime Menu
Login
 
 
Resource Pages
IRC Channels
Search

Pages: [1] 2   Go Down
  Print  
Author Topic: Mass Email Function  (Read 9735 times)
0 Members and 1 Guest are viewing this topic.
Peanut_Butter_Wolf
Guest
« on: June 24, 2004, 08:11:38 AM »

I was wondering any of you guys might know a way to implement a mass email function. Right now I have a page in superuser that queries all the emails in send format, then i simply c/p them at once. But it'd be nice if there was a more user friendly way to do this (too many players for this method to really be that practical). As sometimes we need to remind people of upcoming events and important site news. Which motd only accomplishes this is they log into the game.
I think it'd be a useful thing for us admins to have, though i'm not sure how to go about doing it.

Thanks,

- pbw
Logged
thegleek
Guest
« Reply #1 on: June 24, 2004, 08:26:01 AM »

good point.

just an fyi.

i use this: http://mojo.skazat.com/

for the same reasons that you want to do...

to implement this into logd wouldnt be so hard, but there is tons of crap that involves with sending out large quantities of email...

mojo/dada handles all of that.. plz click above link to find out more...
« Last Edit: June 24, 2004, 08:26:48 AM by thegleek » Logged
DeathDragon1
Guest
« Reply #2 on: June 24, 2004, 08:33:27 AM »

Could you upload your admin thing to view all of them?
Logged
Kendaer
Guest
« Reply #3 on: June 24, 2004, 06:18:04 PM »

I'm sorry, but LogD will never have a mass email function.

If you really need to mail all of your players, learn enough sql to extract their emails from your database and feed them into your mailing stuff.

Mass mailing is not a function which belongs inside game code.
Logged
thegleek
Guest
« Reply #4 on: June 25, 2004, 01:52:42 PM »

I'm sorry, but LogD will never have a mass email function.

If you really need to mail all of your players, learn enough sql to extract their emails from your database and feed them into your mailing stuff.

Mass mailing is not a function which belongs inside game code.

actually. cuz i'm a crazy mofo. i create a 100% working mass email mod for logd.

not sure if i should post this mod/hack/code public here... i mean it does nothing wrong, but here's my comments at the beginning of it just as a FYI:

Code:
<?

$email_ver="1.0.0";
require_once "common.php";
isnewday(3);
admin_header("Gleek's Mass Emailer $email_ver");
output("`c`b`&Gleek's Mass Emailer $email_ver`0`b`c`n");

/* ----------------------------------------------------------------------------
 * email.php mod (ver 1.0.0)
 *
 * written -entirely- by thegleek (thegleek@thegleek.com) on 25 June 2004
 *
 * The latest version is always available at: http://dragonprime.cawsquad.net/
 *
 * ----------------------------------------------------------------------------
 * DISCLAIMER
 *
 * - use this script at your own risk! i am not responsible for anything you
 *   do using this program. realize, that if you have 1,000's of users this
 *   script will try to email every and each on of them, regardless if their
 *   email address is valid or not. also realize the implications this can
 *   have on your host if they consider this type of action as spamming and/or
 *   too much load on their server.
 *
 * - this was made with the intention and use by experienced admins who are
 *   running their OWN server off their OWN bandwidth...
 *
 * ----------------------------------------------------------------------------
 * DESCRIPTION
 *
 * - i made this mod for admins who wish to send out email to one or all of
 *   their players...
 *
 * ----------------------------------------------------------------------------
 * INSTALLATION
 *
 * - unzip the mass_email-v1.0.0.zip and put the email.php in the main logd dir
 *
 * - common.php
 *
 *   FIND:
 *              function clearoutput(){

i ---snipped--- it short, i need to know if i should upload this mod here or not?

it works perfectly. nice mod for responsible admins!  Tongue

here's 3 screenshots for all those who are curious how it works:

1. Entering the email mod: http://www.thegleek.com/images/logd-massmail-1.jpg

2. Results after emails have been sent: http://www.thegleek.com/images/logd-massmail-2.jpg

3. How it looks at the players end: http://www.thegleek.com/images/logd-massmail-3.jpg

cheers!
« Last Edit: June 25, 2004, 01:54:58 PM by thegleek » Logged
Peanut_Butter_Wolf
Guest
« Reply #5 on: June 25, 2004, 02:17:46 PM »

DeathDragon - My way really isnt proper,  I'd much rather find a better way, such as what thegleek has came up with. I simply did a query selecting emailaddress from accounts table and displaying it seperated by commas. That's it.

Gleek, i dont see why you shouldn't upload it.. Not every mod is for every logd.. and just because it isnt something that will be included with stock version, doesnt  mean others wont find it useful. *shrugs* many mods arent good/meant for stock version.

ps. If you dont upload it, pm or aim me.. looks good. Smiley
« Last Edit: June 25, 2004, 02:19:56 PM by Peanut_Butter_Wolf » Logged
thegleek
Guest
« Reply #6 on: June 27, 2004, 02:28:37 AM »

no comments on this???
Logged
Excalibur
Member
Mod God
*****
Offline Offline

Posts: 573


I'm a newbie, plz forgive me!


View Profile WWW
« Reply #7 on: June 27, 2004, 03:26:37 AM »

no comments on this???
I don't need it, so no comment on this Wink
Logged

Spock: Random chance seems to have operated in our favor.
McCoy: In plain, non-Vulcan English, we've been lucky.
Spock: I believe I said that, Doctor.
joe_smith
Guest
« Reply #8 on: April 12, 2005, 10:02:36 AM »

i installed this but now im stuck in my grotto any ideas?
Logged
Talisman
Administrator
Mod God
*****
Offline Offline

Posts: 5427



View Profile WWW
« Reply #9 on: April 12, 2005, 12:05:33 PM »

Yes.  This a a .97 module and you're running v1.0.1  The two aren't compatible.
Logged

Play the latest beta version here on DragonPrime
joe_smith
Guest
« Reply #10 on: April 12, 2005, 12:13:12 PM »

no i installed it on my 97 server and everytime i go into it when i return to the grotto no matter what i click it keeps saying badnav.php in the address bar even if i type a different  place
« Last Edit: April 12, 2005, 12:13:38 PM by joe_smith » Logged
Talisman
Administrator
Mod God
*****
Offline Offline

Posts: 5427



View Profile WWW
« Reply #11 on: April 12, 2005, 12:15:02 PM »

Then you need to restore your navs.  
Logged

Play the latest beta version here on DragonPrime
joe_smith
Guest
« Reply #12 on: April 12, 2005, 12:16:36 PM »

they were working fine before i coded the mass email mod
Logged
Talisman
Administrator
Mod God
*****
Offline Offline

Posts: 5427



View Profile WWW
« Reply #13 on: April 12, 2005, 04:09:12 PM »

Admin function.  User Editor.  Restore Navs.   Roll Eyes
Logged

Play the latest beta version here on DragonPrime
josefprado
Militia
**
Offline Offline

Posts: 37


View Profile
« Reply #14 on: February 03, 2010, 07:59:51 AM »

Hi Guys,

Just a note, it worked very well for me!

Logged
Pages: [1] 2   Go Up
  Print  
 
Jump to:  


*
DragonPrime Notices
Welcome to DragonPrime - The LoGD Resource Community!

Support Us
$100 raised this year
Your help is greatly appreciated!
Who's Online
24 Guests, 1 User
chelsadot
DragonPrime LoGD
Recent Topics
Home Forums News Links Downloads Login Register Advanced Search