Jump to content
MakeWebGames

Recommended Posts

Posted

Ever had a problem like having to move domain or just need to send an email to your whole userlist?

This will do just that.

Enjoy.

Add this to staff menu

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Upload this to your server and call it massemailer.php

Dont forget to change ***YOUR EMAIL!!!*** to your actual email address lol.

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Done,any problems let me know :thumbup:

Posted
So this is like a newsletter? :/

 

And shoudnt it be sglobals.php you're including as it's a staff file :/

yhyh kinda like a newsletter haha,Erm not sure about the sglobals but i just changed mine to include it :P

Still works as far as i can see :)

Thanks for that jordan :)

Posted

Okay I got bored and decided to update, I hope you don't mind

 

Status; UNTESTED

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Should work :) All you have too edit is the $from..

 

I don't see a reason for it not work but meh..

Posted
Has anyone tried this? I added it, but am waiting for the email.
Check your junbk mail ;) a little tip,if you keep getting it appear in junk,try using your domain as who its from ;)
Posted

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home1/mobsterm/public_html/massemailer.php on line 16

 

That's the error I'm getting when I load the page using Jordan's codes.

Posted

replace

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

with

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

then

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

with

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

didn't test but should be alright

Posted

Under:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

function you have,

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

. You need to global the variable $email, other wise $email will be empty on mail().

  • 6 months later...
Posted

hi, i tried this modification out but some reason im not getting a message?

inbox or junk box

any idea why? i changed

$from ="From: [email protected]";

into

$from ="From: criminals-nightmare @ hotmail .co.uk";

and inserted few

global ???,???;

bits but still not getting message in? does it take time?

Posted

I just recently used this modification on my game and got it to work. There is a few bugs within but its free so no complaints from me..it got the job done for me :)

also mail should arrive within a few seconds after sending them, it did for me anyway....

 

nice mod

Posted

i modified it little, yes its done werid and works but still small problem... it only sends me the message, the users online said they didnt get a message.

EDIT: a old player came online and i asked how he remembered my game and he said he got a email. How comes he got one but some others didnt.

this is the code can someone help me please so it sends it to everyone?

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...