Файл: chats/cpanel/mail.php
Строк: 67
<?php
//*********************/
//Скрипт переписан админом
//http://sim-sim.h2m.ru Кот
//Помогал админ
//http://pfc.h2m.ru/ КОСМОС
//всю эту срань господнюю
//перехуяривали на дыры
//Nitrix http://waufon.ru
/*********************/
require( "../inc/conf.inc.php" );
require( "../inc/check.php" );
$login = $row['login'];
$level = $row['level'];
echo "<title>Новости подписчикам на мыло</title>rn<style type="text/css">rnbody { font-size: {$fs}; color: {$tcol}; background-color: {$bcol} }rna:link,a:visited { text-decoration: underline; color: {$lcol} }rndiv { background-color: {$rcol} }rn.cp t{ border-style:solid; border-width: 0px; color: {$lcol} ; background-color: {$bcol}; text-align: left }rn</style>rn</head>rn<body>rn<div align="center">Разсылка на Эмаил</div>rn";
if ( $level < 6 )
{
echo "<div>Гандон Ипаш нахуй Эта дыра закрыта Котом waufon.ru</div>";
}
else
{
switch ( $mod )
{
case "a1" :
$xfile = @file("mailbase.txt");
for ($i=0;$i<count($xfile);$i++) {
$udata = explode("::",$xfile[$i]);
@mail("$udata[0]", "$theame", $mess, "From:$bote");
print"$login Ваше сообщение разослано на Эмаил наших пользователей<br/>";
}
break;
default :
//////////главная////////////////
echo "<br/><form method="post" action="mail.php?id={$id}&pass={$pass}&mod=a1">";
echo "<br/>От каво:<br/>";
echo "<input type="text" name="bote" maxlength="15"/><br/>";
echo "Тема:<br/>";
echo "<input type="text" name="theame" maxlength="20" size="15"/><br/>";
echo "Сообщение:<br/>";
echo "<input type="text" name="mess" maxlength="15"/><br/>";
echo "<input value="Пшшол" type="submit"/>";
echo "</form>";
///****************///
///E-mail Rassilheka
///<br/>
///<input title="bote" name="bote"/>
///<br/>
//Tema Rassilki
//<br/>
//<input title="theame" name="theame"/>
//<br/>
//Soobhenie Pisma
//<br/>
//<input title="mess" name="mess"/>
//<br/>
//<anchor title="Ok">SEND
//<go href="rass.php" method="post">
//<postfield name="bote" value="$(bote)"/>
//<postfield name="theame" value="$(theame)"/>
//<postfield name="mess" value="$(mess)"/>
//</go>
//</anchor>
//////////////////
}
}
print "<a href="index.php?id={$id}&pass={$pass}">cPanel</a><br/>";
$end = gettime( );
echo "<p>{$ip}</p>";
echo "<p align="center">rn[".round( $end - $mystart, 5 )."]rn</p></body></html>";
mysql_close( $link );
?>