Добро пожаловать, Гость!
Диалоги как в ВК - Страница 1
PHP/MySQL | Диалоги как в ВК
Hack :
Добрый вечер мастера.
Есть вопрос, в веб версии получилось сделать диалоги, но в вап не могу
Вот вам код вап вепсии:
<?
$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>
<?echo $set['title'];?>
</title>
<?
if ($webbrowser=='web')
{
echo '<sсript src="http://yandex.st/jquery/1.7.2/jquery.min.js"></sсript>
<sсript src="/ajax/js/arcticmodal/jquery.arcticmodal-0.2.min.js"></sсript>
<link rel="stylesheet" href="/ajax/js/arcticmodal/jquery.arcticmodal-0.2.css">';
}
?>
<link rel="shortcut icon" href="/style/themes/
<?echo $set['set_them'];?>
/favicon.ico" />
<link rel="stylesheet" href="/style/themes/
<?echo $set['set_them'];?>
/style.css" type="text/css" />
<div id="logo" class="logo"><a href="/"><img src="/style/themes/
<?=$set['set_them']?>
/logo.png" alt="DS" /></div>
</head>
<body><div class='body'>
<?
if (isset($_SESSION['message'])){
echo "<div class='msg'>$_SESSION[message]</div>";
$_SESSION['message']=NULL;
}
if ($_SERVER['PHP_SELF']=='/index.php')
?>
А вот код который нужно куда-то вставить:
if (isset($user))
{
?><div id="content"></div>
<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>
<?
}
if ($webbrowser == true && isset($user))
{
echo '<div style="position<img src="/style/smiles/1187.gif" alt="smile" />ed; left: 10px; bottom:15px;" id="frends"></div>';
}
// Блок для сообщений
if (isset($user))
{
echo '<div id="mail_vk_modal" title="Сообщения">';
?>
<sсript src="/ajax/mail/mail.load.js"></sсript>
<div id="id_mail">
</div>
<div id="loading" style="display: none">
Загрузка данных...<br />
<img src="/ajax/mail/ajax-loader.gif" alt="Loading..."/>
</div>
<sсript>
$(function(){
$("#mail_close").click(function(){
$.ajax({
url: "/ajax/mail/mail.form.php?close",
cache: false,
success: function(html)
{
$("#id_mail").html(html);
}
});
});
});
function loading_mail(id_user)
{
$.ajax({
url: "/ajax/mail/mail.form.php?id="+id_user,
cache: false,
success: function(html)
{
$("#id_mail").html(html);
}
});
}
</sсript>
</div>
<?
}
А теперь подскажите куда этот код вставить, или дайте готовый файл head.php ?
Диалоги как в ВК
24 Июля 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>
<?echo $set['title'];?>
</title>
<?
if ($webbrowser=='web')
{
echo '<sсript src="http://yandex.st/jquery/1.7.2/jquery.min.js"></sсript>
<sсript src="/ajax/js/arcticmodal/jquery.arcticmodal-0.2.min.js"></sсript>
<link rel="stylesheet" href="/ajax/js/arcticmodal/jquery.arcticmodal-0.2.css">';
}
?>
<link rel="shortcut icon" href="/style/themes/
<?echo $set['set_them'];?>
/favicon.ico" />
<link rel="stylesheet" href="/style/themes/
<?echo $set['set_them'];?>
/style.css" type="text/css" />
<div id="logo" class="logo"><a href="/"><img src="/style/themes/
<?=$set['set_them']?>
/logo.png" alt="DS" /></div>
</head>
<body><div class='body'>
<?
if (isset($_SESSION['message'])){
echo "<div class='msg'>$_SESSION[message]</div>";
$_SESSION['message']=NULL;
}
if ($_SERVER['PHP_SELF']=='/index.php')
?>
А вот код который нужно куда-то вставить:
if (isset($user))
{
?><div id="content"></div>
<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>
<?
}
if ($webbrowser == true && isset($user))
{
echo '<div style="position<img src="/style/smiles/1187.gif" alt="smile" />ed; left: 10px; bottom:15px;" id="frends"></div>';
}
// Блок для сообщений
if (isset($user))
{
echo '<div id="mail_vk_modal" title="Сообщения">';
?>
<sсript src="/ajax/mail/mail.load.js"></sсript>
<div id="id_mail">
</div>
<div id="loading" style="display: none">
Загрузка данных...<br />
<img src="/ajax/mail/ajax-loader.gif" alt="Loading..."/>
</div>
<sсript>
$(function(){
$("#mail_close").click(function(){
$.ajax({
url: "/ajax/mail/mail.form.php?close",
cache: false,
success: function(html)
{
$("#id_mail").html(html);
}
});
});
});
function loading_mail(id_user)
{
$.ajax({
url: "/ajax/mail/mail.form.php?id="+id_user,
cache: false,
success: function(html)
{
$("#id_mail").html(html);
}
});
}
</sсript>
</div>
<?
}
А теперь подскажите куда этот код вставить, или дайте готовый файл head.php ?
Комментарии:
Hack 24 Июля 2014
Автор темы
______________________
уф
Автор темы
ANGEL_SMERTI (24 Июля 2014):
ISmile010, щас вличку скину
ANGEL_SMERTI, СпасISmile010, щас вличку скину
______________________
уф
Hack 24 Июля 2014
Автор темы
ANGEL_SMERTI, дай лучше готовый файл, а?
Не работает
______________________
уф
Автор темы
ANGEL_SMERTI, дай лучше готовый файл, а?
Не работает
______________________
уф
Hack 24 Июля 2014
Автор темы
______________________
уф
Автор темы
ANGEL_SMERTI (24 Июля 2014):
133 строка уменя и работает
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><?
}
ANGEL_SMERTI, вместо жучка что написать?133 строка уменя и работает
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><?
}
______________________
уф
ANGEL_SMERTI 24 Июля 2014
133 строка уменя и работает
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><?
}
133 строка уменя и работает
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><?
}