Добро пожаловать, Гость!
Вывод сообщений в вк - Страница 1
PHP/MySQL | Вывод сообщений в вк
dinamko :
хочу впихнуть в вап версию вывод сообщений как в вк. втыкаю в хедер вап темы н ефига не пляшет куда правильно вставить что б работало вот хедер
$set['web'] = false;
//header("Content-type: application/vnd.wap.xhtml+xml");
//header("Content-type: application/xhtml+xml");
header("Content-type: text/html");
echo '
<?xml version="1.0" encoding="utf-8"?>
';
?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<title>
<?=$set['title']?>
</title>
<link rel="shortcut icon" href="/style/themes/
<?=$set['set_them']?>
/favicon.ico" />
<link rel="stylesheet" href="/style/themes/
<?=$set['set_them']?>
/style.css" type="text/css" />
</head>
<body>
<div class="body">
<?
if (isset($_SESSION['message']))
{
echo '<div class="msg">' . $_SESSION['message'] . '</div>';
$_SESSION['message'] = NULL;
}
?>
<div class="header">
<? if (@$set['show_index_l']==true){?>
<?if ($set['rand_logotipe']==1){
include_once H.'sys/inc/random_logos.php';
echo '</br>';
}else{?>
<img src="/pic/logos/
<?=$set['logo']?>
" alt="Amstor.NET" /><br />
<?}}else?>
<? echo '<img src="/pic/logos/logo.png" alt="Amstor.NET" class="logotype"/>'; ?>
<?
if (isset($user))
{?>
<span class="ava">
<?
echo avatar($user['id'], true, 50, false);
?>
</span>
<?}?>
<span class='head_menu'>
<?
if (isset($user))
{
?>
<?=user::nick($user['id'])?>
<a href="exit.php">Выход</a>
<?
}
else
{
?>
<a href="/aut.php">Вход</a> <a href="/reg.php">Регистрация</a>
<?
}
?>
</span>
</div>
вот код который нужно вставить
if (isset($user) && $webbrowser == true)
{
?><sсript>
function show()
{
$.ajax({
url: "/ajax/frend.ajax.php",
cache: false,
success: function(html){
$("#frends").html(html);
}
});
}
$(document).ready(function(){
show();
setInterval('show()',10000);
});
</sсript><div style="positioned; left: 10px; bottom:15px;" id="frends"></div><?
}
Вывод сообщений в вк
15 Окт 2014хочу впихнуть в вап версию вывод сообщений как в вк. втыкаю в хедер вап темы н ефига не пляшет куда правильно вставить что б работало вот хедер
$set['web'] = false;
//header("Content-type: application/vnd.wap.xhtml+xml");
//header("Content-type: application/xhtml+xml");
header("Content-type: text/html");
echo '
<?xml version="1.0" encoding="utf-8"?>
';
?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<title>
<?=$set['title']?>
</title>
<link rel="shortcut icon" href="/style/themes/
<?=$set['set_them']?>
/favicon.ico" />
<link rel="stylesheet" href="/style/themes/
<?=$set['set_them']?>
/style.css" type="text/css" />
</head>
<body>
<div class="body">
<?
if (isset($_SESSION['message']))
{
echo '<div class="msg">' . $_SESSION['message'] . '</div>';
$_SESSION['message'] = NULL;
}
?>
<div class="header">
<? if (@$set['show_index_l']==true){?>
<?if ($set['rand_logotipe']==1){
include_once H.'sys/inc/random_logos.php';
echo '</br>';
}else{?>
<img src="/pic/logos/
<?=$set['logo']?>
" alt="Amstor.NET" /><br />
<?}}else?>
<? echo '<img src="/pic/logos/logo.png" alt="Amstor.NET" class="logotype"/>'; ?>
<?
if (isset($user))
{?>
<span class="ava">
<?
echo avatar($user['id'], true, 50, false);
?>
</span>
<?}?>
<span class='head_menu'>
<?
if (isset($user))
{
?>
<?=user::nick($user['id'])?>
<a href="exit.php">Выход</a>
<?
}
else
{
?>
<a href="/aut.php">Вход</a> <a href="/reg.php">Регистрация</a>
<?
}
?>
</span>
</div>
вот код который нужно вставить
if (isset($user) && $webbrowser == true)
{
?><sсript>
function show()
{
$.ajax({
url: "/ajax/frend.ajax.php",
cache: false,
success: function(html){
$("#frends").html(html);
}
});
}
$(document).ready(function(){
show();
setInterval('show()',10000);
});
</sсript><div style="positioned; left: 10px; bottom:15px;" id="frends"></div><?
}
Комментарии:
Нет сообщений в теме