Город

Статус
В этой теме нельзя размещать новые ответы.

bytuk

Новичок
Репутация
0 / 234
Я вот сделал почту прописал все но когда жму войти на почту он мне пишит The webpage cannot be found но после этого я жму карта города и он меня кидает в очту что за лаг?
 
romm поставь правельно всех файлах ..а то ты откудата тянул почту... и там стояла другая romm проверь всьо ..
 
Я вот сделал почту прописал все но когда жму войти на почту он мне пишит The webpage cannot be found но после этого я жму карта города и он меня кидает в очту что за лаг?

Проверь пути...
Может ты забыл прописать в комнаты и возврат неправильно написал...

Твоя ошибка это во всем не ошибка, а невнимательность...
 
main.php тебе в помощь..там проверки поставь на комнаты
 
в rooms.php в main.php в pochta.php все правельно пророписал но всеравно эта лажа блин хоть убей непойму в чем trabl
 
Проверил все пути все облазил ну все правельно но в чем ошибка не пойму(
 
Вот world1.php
Код:
<?

include("inc/db_connect.php");
$now=time();

$stat = mysql_fetch_array(mysql_query("select user, bloked, t_time, v_time, k_time, vault_time, vault_move, room, level from players where user='".addslashes($user)."' and pass='".addslashes($pass)."'"));
  mysql_query("SET CHARSET cp1251");
if ($stat['bloked']) echo"<script>top.location='index.php?action=logout'</script>";

if ($stat['t_time']) { header("Location: prison.php"); exit; }
elseif ($stat['v_time']) { header("Location: ambulance.php"); exit; }
elseif ($stat['k_time']) { header("Location: academy.php"); exit; }

else {

if (($stat['room']>200 && $stat['room']<=230) || ($stat['vault_time'] > $now && $stat['vault_move'] == 1)) {
        header("Location: vault.php");
        exit;
}

###Почта
if ($room=="16") {

mysql_query("UPDATE players SET room=".$room.", lpv=".$now." WHERE user='".$stat['user']."'");

echo"
<script LANGUAGE=\"JavaScript\">
<!--
top.frames['main'].location = \"pochta.php\";
top.frames['online'].location = top.frames['online'].location;
//-->
</SCRIPT>
";

exit();

}

###













include('inc/html_header.php');

echo"
<body bgcolor=#EBEDEC leftmargin=0 topmargin=0>
<script language=\"javascript\" type=\"text/javascript\">
function imover(im)
{
  im.filters.Glow.Enabled=true;
}
function imout(im)
{
  im.filters.Glow.Enabled=false;
}
function m1()
{
  alert('Проход закрыт!');
}
</script>
<style type=\"text/css\">
img.aFilter {
  filter:Glow(color=#FFFFFF,Strength=4,Enabled=0);
  cursor:hand
}
hr {
  height: 1px;
                  }
</style>
<table width=100% height=100% border=0 cellpadding=0 cellspacing=0>
 <tr>
     <td width=71%></td>
     <td align=center valign=middle>
     <div style=\"position:relative; id=\"ione\"><img src=i/world/CP1.jpg alt='' border=1 galleryimg=no width=700 height=320>
     <div style=\"position:absolute; left:200px; top:170px; width:280px; height:290px; z-index:90; filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=100, Style=0);\"><img src=i/world/0.gif width=\"300\" height=\"128\" alt='Почта' class=aFilter onmouseover=\"imover(this);\" onmouseout=\"imout(this)\" onclick='top.frames[\"main\"].location = \"world1.php?room=16&tmp=\"+Math.random();\"\"'></div>
     </div>
     </td>
     <td width=50%></td>
 </tr>
</table>
</body>
";
}

?>
<input type=button onclick='top.frames["main"].location = "world.php?ModalResult2="+Math.random();""' style="position:absolute; left:60px; top:25px; CURSOR: Hand; WIDTH: 200px; HEIGHT: 20px;" value='Центральная Площадь' class=input onmouseover="hint('Перейти на Центральную Площадь);" onmouseout="c();">

Вот сама почта
Код:
<?
include("inc/db_connect.php");

$stat = mysql_fetch_array(mysql_query("SELECT * FROM players WHERE user='".addslashes($user)."' AND pass='".addslashes($pass)."'"));

if ($stat['bloked']) echo"<script>top.location='index.php?action=logout'</script>";

$now = time();


if ($stat['t_time']) { header("Location: prison.php"); exit; }
elseif ($stat['k_time']) { header("Location: academy.php"); exit; }
elseif ($stat['w_time']) { header("Location: works.php"); exit; }
elseif ($stat['battle']) { header("Location: battle.php"); exit; }
elseif ($stat['room'] != 16) { header("Location: main.php"); exit; }

else {
include("inc/html_header.php");
echo"<table width=100% cellspacing=0 cellpadding=3 border=0><tr><td align=right>
<script LANGUAGE=\"JavaScript\">
<!--
function key() {
if (event.keyCode < 48 || event.keyCode > 57) {
event.keyCode = 0;
return false;
}}
//-->
</SCRIPT>";

if ($_POST['mesg_to_clan']) {

$infs=mysql_query("SELECT * FROM players where tribe='".$_POST['mesg_to_user']."'");

if (empty($_POST['mesg_to_user'])) $msg="Укажите название клана!";
elseif (mysql_numrows($infs)==0) $msg="Клан не найден!";
elseif ($stat['credits'] < 10) $msg="У Вас недостаточно средств для отправки сообщения!"; 
elseif (empty($_POST['mesg_to_text'])) $msg="Укажите текст сообщения!";
elseif ($stat['rank'] < 99) $msg="У Вас недостаточно прав для отправки сообщения!"; 
else {

while ($inf=mysql_fetch_array($infs)) {
// Работаем с Телеграфом
  require_once("inc/chat/functions.php");
  telegraf_msg($inf['user'],AddSlashes(HtmlSpecialChars($_POST['mesg_to_text'])),2,0,$inf['tribe']);
//
}
mysql_query("UPDATE players SET credits=credits-10 WHERE user='".$stat['user']."'");
$msg="Сообщение успешно отослано!";

}} elseif ($_POST['mesg_to_send']) {

$inf=mysql_fetch_array(mysql_query("SELECT * FROM players where user='".$_POST['mesg_to_user']."' LIMIT 1"));

if (empty($_POST['mesg_to_user'])) $msg="Укажите имя персонажа!";
elseif (empty($inf['user'])) $msg="Персонаж не найден!";
elseif ($stat['credits'] < 10) $msg="У Вас недостаточно средств для отправки сообщения!"; 
elseif (empty($_POST['mesg_to_text'])) $msg="Укажите текст сообщения!";
else {
// Работаем с Телеграфом
  require_once("inc/chat/functions.php");
  telegraf_msg($inf['user'],AddSlashes(HtmlSpecialChars($_POST['mesg_to_text'])),0,0,'');
//
mysql_query("UPDATE players SET credits=credits-10 WHERE user='".$stat['user']."'");
$msg="Сообщение успешно отослано!";
}}

$title = 'Почта';

echo"
<script LANGUAGE='JavaScript'>
document.ondragstart = test;
//запрет на перетаскивание
document.onselectstart = test;
//запрет на выделение элементов страницы
document.oncontextmenu = test;
//запрет на выведение контекстного меню

function test() {
 return false
}
</SCRIPT>";

echo"<body background='i/town/bgg2.gif'><link href='city.css' rel='stylesheet' type='text/css'>
<div id=hint1 class=hint></div>

<script language=JavaScript src='i/show_inf.js'></script>
<script language=JavaScript src='i/time.js'></script>

<table width=100% cellspacing=0 cellpadding=5 border=0>
<tr>
<td align=left>У Вас на счету: [b]".$stat[credits]."[/b] зм.</td>
<td align=right valign=top>
<img src='i/refresh.gif' style='CURSOR: Hand' alt='Обновить' onclick='window.location.href=\"pocta.php?tmp=\"+Math.random();\"\"'>
<img src='i/back.gif' style='CURSOR: Hand' alt='Вернуться' onclick='top.frames[\"main\"].location = \"world1.php?room=0&tmp=\"+Math.random();\"\"'>
</td>
</tr>
</table>";

echo"<body background='i/backgrounds/reception.jpg'><link rel=stylesheet type='text/css' href='city.css'>

<table width='100%' border='0' cellspacing='0' cellpadding='0' align=center >
                            <tr height='22'>
                            <td width='20' align='right' valign='bottom'><img src='i/town/tbl-shp_sml-corner-top-left.gif' width='20' height='22' /></td>
                            <td class='tbl-shp_sml-top' valign='top' align='center'>
                                <table border='0' cellspacing='0' cellpadding='0' >
                                        <tr height='22'>
                                            <td width='22'><img src='i/town/tbl-usi_label-left.gif' width='22' height='22'/></td>
                                            <td align='center' class='tbl-usi_label-center'>Почтовое Отделение</td>
                                            <td width='22'><img src='i/town/tbl-usi_label-right.gif' width='22' height='22'/></td>
                                        </tr>
                                </table>
                            </td>
                            <td width='20' align='left' valign='bottom'><img src='i/town/tbl-shp_sml-corner-top-right.gif' width='20' height='22'/></td>
                            </tr>
                            <tr>
                                    <td class='tbl-usi_left'></td>
                                    <td class='tbl-usi_bg' valign='top' style='padding: 6 4 6 4'>

<table width=100% height=100% border=0 cellpadding=0 cellspacing=0>
<tr>
              <td valign=top align=center colspan=3 width=100%>";

if ($msg!="") echo"<center><font color=red>[b]$msg[/b]</font></center>
";

echo"
<table width=100% cellspacing=0 cellpadding=5><tr><td align=center>
[b]Вы всегда можете отправить сообщение телеграфом персонажу, даже если он сейчас не в режиме <B style='COLOR: Green'>OnLine[/b][/B].

</td></tr>
    
<HR COLOR='#EBEDEC' STYLE='HEIGHT: 1px'>

Вас приветствует почтовое отделение города [b]Saragosa[/b].


<td align=center><table cellspacing=0 cellpadding=5 style='border-style: outset; border-width: 2' border=1>
<FORM action='' METHOD=POST>
<tr><td width=120>Кому</td><td><INPUT TYPE=TEXT name=mesg_to_user value='' class=input style='WIDTH: 150px; TEXT-ALIGN: Center;'></td></tr>
<tr><td>Цена сообщения</td><td><INPUT TYPE=TEXT value='10 зм.' class=input style='WIDTH: 150px; TEXT-ALIGN: Center;' readonly></td></tr>
<tr><td>Время доставки</td><td><INPUT TYPE=TEXT value='менее 1 мин.' class=input style='WIDTH: 150px; TEXT-ALIGN: Center;' readonly></td></tr>
<tr><td>Текст сообщения</td><td><INPUT TYPE=TEXT name=mesg_to_text value='' class=input style='WIDTH: 150px; TEXT-ALIGN: Center;' maxlength=128></td></tr>
<tr><td colspan=2 align=center><INPUT TYPE=SUBMIT class=input style='WIDTH: 282px;' value='Отправить сообщение' name=mesg_to_send></td></tr>\n";
if ($stat['rank']>=99) echo "<tr><td colspan=2 align=center><INPUT TYPE=SUBMIT class=input style='WIDTH: 282px;' value='Отправить всему клану' name=mesg_to_clan></td></tr>\n";

echo"</FORM></table></td></tr></table>

</td>
</tr>
</table>
</td><td class='tbl-usi_right' align=left></td>
                            </tr>

                                                        <tr height='18'>
                            <td width='20' align='right' valign='top'><img src='i/town/tbl-shp_sml-corner-bottom-left.gif' width='20' height='18' /></td>
                            <td class='tbl-shp_sml-bottom' valign='top' align='center'>   </td>
                            <td width='20' align='left' valign='top'><img src='i/town/tbl-shp_sml-corner-bottom-right.gif' width='20' height='18'/></td>
                            </tr></table>";

        

}

?>
ну main.php нет смысла там все правельно прописал под 16 комнату и в rooms.php тоже
 
Попробуй мою почту поставить ....

Код:
<body background='i/town/bg.gif'>

<BODY TEXT="#000000">
<?
define('INSIDE', true);
$now=time();
require_once("inc/chat/functions.php");
include("inc/db_connect.php");
include ('inc/inf/player.php');
include ('inc/rooms.php');
echo"
<script LANGUAGE='JavaScript'>
document.ondragstart = test;
//запрет на перетаскивание
document.onselectstart = test;
//запрет на выделение элементов страницы
document.oncontextmenu = test;
//запрет на выведение контекстного меню

function test() {
 return false
}
</SCRIPT>";

echo"<script language=JavaScript src=i/show_inf.js></script>
<script language=JavaScript src=i/time.js></script>";
$stat = mysql_fetch_array(mysql_query("select * from players where user='".addslashes($_COOKIE['user'])."' and pass='".addslashes($_COOKIE['pass'])."'"));
  mysql_query("SET CHARSET cp1251");
if ($stat['bloked']) echo"<script>top.location='index.php?action=logout'</script>";

if ($stat['t_time']) { header("Location: prison.php"); exit; }
elseif ($stat['k_time']) { header("Location: academy.php"); exit; }
elseif ($stat['v_time']) { header("Location: ambulance.php"); exit; } // Редиректим в больницу
elseif ($stat['w_time']) { header("Location: works.php"); exit; } // Редиректим в ворку
elseif ($stat['r_time']) { header("Location: vault.php"); exit; } 
elseif ($stat['o_time']) { header("Location: repair.php"); exit; } 
elseif ($stat['v_time']) { header("Location: ambulance.php"); exit; }
elseif ($stat['battle']) { header("Location: battle.php"); exit; }
elseif ($stat['room']!= 444) { header("Location: main.php"); exit; }

else {
include("inc/html_header.php");

echo"
<body background='i/town/bg.gif'>
<table width=100% cellspacing=0 cellpadding=5 border=0>
<tr>
<td align=right valign=top>
<img src='i/refresh.gif' style='CURSOR: Hand' alt='Обновить' onclick='window.location.href=\"kamenj2.php?tmp=\"+Math.random();\"\"'>
<img src='i/back.gif' style='CURSOR: Hand' alt='Вернуться' onclick='window.location.href=\"world4.php?&tmp=\"+Math.random();\"\"'>
</td>
</tr>
</table>";

echo"
<table width=100% cellspacing=0 cellpadding=3 border=0>
<td align=center valign=top>
<font style='FONT-FAMILY: Arial; COLOR=RED; FONT-SIZE: 16pt;'>[b]Почтовое отделение[/b]</font>

</td>
</table>";


$unread = mysql_query("SELECT * FROM `pochta` WHERE `whom` LIKE '".$stat[user]."' AND `read` = 0 " );
$poch = mysql_query("select * from pochta where whom='".$stat[user]."' ORDER by ID DESC");
$send = mysql_query("select * from pochta where user='".$stat[user]."' ORDER by ID DESC");

echo"<body bgcolor=#bcbcbc leftmargin=0 topmargin=0>";

echo"<DIV id=hint1></DIV>";

echo"
<script language=JavaScript src='i/show_inf.js'></script>
<script language=JavaScript src='i/time.js'></script>
";

print"<table width=100% cellspacing=0 cellpadding=5 border=1>
<tr>
<td valign=top width=200 nowrap>
<FIELDSET style='WIDTH: 100%'><legend><font class=player>Папки</font></legend>
<a href=?act=new>Написать </a>

<a href=?act=read>Входящие (".mysql_num_rows($unread)." / ".mysql_num_rows($poch)." )</a>

<a href='?act=write'>Исходяшие</a>


</td>

<td width=100% valign=top><center><FIELDSET style='WIDTH: 98.6%'><legend><font class=player>Письма</font></legend></center>";



if ($_GET['act'] == "read") {
    echo "
        <table width=100% cellspacing=0 cellpadding=7 border=1 bordercolor=CCCCCC>
        <tr><td>[b]№</td><td>[b]Отправитель</td><td width=100%>[b]Тема</td></tr>
    ";
    while ($pochta = mysql_fetch_array($poch) ) {
        $i++;
        $user=$pochta["user"];
        $text=$pochta["subject"];
        $id=$pochta["id"];
        if ($pochta[read]==0) {$read="[b]";}
        else {$read="";}
        print "<tr style='CURSOR: Hand' onclick='window.location.href=\"?act=let&id=$id\"'><td>$read$i</td><td nowrap>$read$user</td><td>$read$text </td></tr>";
    }
    echo "</table>";
}
$mny=$stat["user"];
if ($_GET['act'] == "let") {
    $pochas = mysql_query("select * from pochta where id=".$_GET['id']." ORDER by ID DESC");
    $let = mysql_fetch_array($pochas);
    $text=$let["text"];
    $subj=$let["subject"];
    $user=$let["user"];
    $who=$let["whom"];
    echo "[b]От:[/b]"; show_player($user,$stat[img_path]); echo "

        [b]Тема:[/b] $subj

        [b]Текст:[/b]
$text";
    if ($mny=="$who") {
    mysql_query("UPDATE `pochta` SET `read` = '1' WHERE `id` = '".$_GET['id']."' ");
    }
}

if ($_GET['act']=="write") {
    echo "
        <table width=100% cellspacing=0 cellpadding=7 border=1 bordercolor=CCCCCC>
        <tr><td>[b]№</td><td>[b]Кому</td><td width=100%>[b]Тема</td></tr>
    ";
    while ($pochta = mysql_fetch_array($send) ) {
        $i++;
        $user=$pochta["whom"];
        $text=$pochta["subject"];
        $id=$pochta["id"];
        if ($pochta[read]==0) {$read="[b]";}
        else {$read="";}
        print "<tr style='CURSOR: Hand' onclick='window.location.href=\"?act=let&id=$id\"'><td>$read$i</td><td nowrap>$read$user</td><td>$read$text </td></tr>";
    }
    echo "</table>";
}

if ($_GET['act']=="new") {
?>
<form name=add action=?act=new&do=3 method="POST">Написать письмо:

Тема

<input type=text name=subj class=new size=30>
Кому

<input type=text name=target class=new size=30>

Текст письма

<textarea name=text rows=7 cols=51></textarea>


<input type=submit value="Создать" class=new>
</form>

<?
if ($_GET['do']=="3") {
$text = HtmlSpecialChars($_POST['text']);
$target = HtmlSpecialChars($_POST['target']);
$subj = HtmlSpecialChars($_POST['subj']);
$infs = mysql_query("select * from players where user='".addslashes($target )."'");
if (mysql_num_rows($infs) != 1) {die("Вазап еплан?");}
elseif ($stat["credits"]<10) {echo"У вас недостаточно денег!"; die(); }
else {
$info = mysql_fetch_array($infs);

        $cost=1;
        $sql ="INSERT INTO pochta(user,whom,text,subject) VALUES ('".$stat[user]."','$target','$text','$subj')";
        $result = mysql_query($sql);
            

        $cr=$stat[credits]-$cost;
        mysql_query("UPDATE `players` SET `credits` = '$cr' WHERE `user` = '$mny' ");




        print "Письмо $subj успешно отправлено персонажу"; show_player($info[user],$stat[img_path]);
        insert_msg("С вашего счета было снято [b]\"10 зм.\"[/b]","","","1",$stat['user'],"",$stat['room']);        
        insert_msg("[b]Получено новое сообщение![/b]","","","1",$info['user'],"",$info['room']);
        print "<META HTTP-EQUIV=\"Refresh\" CONTENT=\"2; URL=?act=new\">";
    }
}
}



echo"

</td>
</tr>
</table>





";

}
?>

:) давай main.php

а то твоя почта у меня нормально работает .... ставлю на свой скрипт ivspartak...
 
ржу не могу какой я :) :) :) проблема была в том что
Код:
if ($stat['room']==16) header("Location: pochta.php");
elseif ($stat['room']==16) header("Location: pocta.php");
 
Статус
В этой теме нельзя размещать новые ответы.
Сверху