admin-massaemail.php

来自「还是WEB游戏源码 Darkstep 还是WEB游戏源码 Darkstep」· PHP 代码 · 共 33 行

PHP
33
字号
<?php /* ------------------------- */ 

  $OMNILOG                = 1; 
  include("_include-config.php"); 
  if(! check_login()) { 
    header("Location: login.php"); 
    exit; 
  } 


  if(! ($data->login == freaky-flow)) 
    exit; 

$members = mysql_num_rows(mysql_query("SELECT `id` FROM `[users]` WHERE `activated`='1' AND `health`>'0' AND `level`>'0'"));

if (isset($_POST['submit'],$_POST['text'],$_POST['onderwerp'])){ 
$leden = mysql_query("SELECT * FROM `[users]` WHERE `activated`='1'"); 
while($to = mysql_fetch_object($leden)) { 
$text			= $_POST['text']; 
  mail($to->email,$_POST['onderwerp'],"Best member of Elite Avengers, \n\nWe want your help! \nPlease click this link and then at Dutchleader Top 50. \nThis is advertizing so other people will know Elite Avengers. \nAnd more members will join it. \n\nhttp://www.dutchleader.com/top50/in.php?userid=ZeRoDeaD&siteid=1 \n\nTo all players that have quit Elite Avengers I want to tell we have some new options: \n- A Game Forum, Sales Forum and an Off Topic Forum \n- Kill with detective \n- A new GTA with better percents and changes \n- An Arm Wrestling with more options \n\nAnd many more! \nSo come play again and check it! \n\nRegards, \nThe Elite Avengers crew. \n\nhttp://eliteavengers.el.funpic.org/","From: Elite Avengers<eliteavengers@gmail.com>");
} 
echo "The mail has been send to $members members.";
} 
else{ 
?> 
<form method="post"> 
Subject: <input type="text" name="onderwerp" value="News"> <BR>
<textarea name='text' rows='10' cols='50'>Best member of Elite Avengers, \n\nWe want your help! \nPlease click this link and then at Dutchleader Top 50. \nThis is advertizing so other people will know Elite Avengers. \nAnd more members will join it. \n\nhttp://www.dutchleader.com/top50/in.php?userid=ZeRoDeaD&siteid=1 \n\nTo all players that have quit Elite Avengers I want to tell we have some new options: \n- A Game Forum, Sales Forum and an Off Topic Forum \n- Kill with detective \n- A new GTA with better percents and changes \n- An Arm Wrestling with more options \n\nAnd many more! \nSo come play again and check it! \n\nRegards, \nThe Elite Avengers crew. \n\nhttp://eliteavengers.el.funpic.org/</textarea><BR> 
<input type="submit" name="submit" value="Send it!"> 
</form> 
<? 
} 
?> 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?