Файл: chats/save.php
Строк: 141
<?php
<html>
<head>
<title></title>
<meta http-equiv="content-type" content="text/html;charset=windows-1251">
<style type="text/css">
BODY{margin:0px; padding:0px;background-color:#1F1415;}
A{font-width:bold;color:#DBC5C5;font-weight : bold;text-decoration:none;}
A:hover{color:White;text-decoration:underline;}
.ticki{font: 10px verdana; color: #B8AEAF;}
</style>
</head>
<body style="margin: 0px; padding: 0px;">
<div class="ticki"><a id="tickerAnchor" href="#" target="_top" class="tickl"></a></div>
<script language="JavaScript" type="text/javascript">
<!--
// Ticker startup
function startTicker()
{
// Define run time values
theCurrentStory = -1;
theCurrentLength = 0;
// Locate base objects
if (document.getElementById) {
theAnchorObject = document.getElementById("tickerAnchor");
runTheTicker();
}
else {
document.write("<style>.ticki{display:none;}.ticko{border:0px; padding:0px;}</style>");
return true;
}
}
// Ticker main run loop
function runTheTicker()
{
var myTimeout;
// Go for the next story data block
if(theCurrentLength == 0)
{
theCurrentStory++;
theCurrentStory = theCurrentStory % theItemCount;
theStorySummary = theSummaries[theCurrentStory].replace(/"/g,'"');
theTargetLink = theSiteLinks[theCurrentStory];
theAnchorObject.href = theTargetLink;
thePrefix = "<span class="tickls">" + theLeadString + "</span>";
}
// Stuff the current ticker text into the anchor
theAnchorObject.innerHTML = thePrefix +
theStorySummary.substring(0,theCurrentLength) + whatWidget();
// Modify the length for the substring and define the timer
if(theCurrentLength != theStorySummary.length)
{
theCurrentLength++;
myTimeout = theCharacterTimeout;
}
else
{
theCurrentLength = 0;
myTimeout = theStoryTimeout;
}
// Call up the next cycle of the ticker
setTimeout("runTheTicker()", myTimeout);
}
// Widget generator
function whatWidget()
{
if(theCurrentLength == theStorySummary.length)
{
return theWidgetNone;
}
if((theCurrentLength % 2) == 1)
{
return theWidgetOne;
}
else
{
return theWidgetTwo;
}
}
// -->
</script>
<script language="JavaScript" type="text/javascript">
<!--
var theCharacterTimeout = 50;
var theStoryTimeout = 5000;
var theWidgetOne = "";
var theWidgetTwo = "-";
var theWidgetNone = "";
var theLeadString = "online: ";
var theSummaries = new Array();
var theSiteLinks = new Array();
var theItemCount = 16;
theSummaries[0] = "Бот> Привет ну наконецто ктото притопал..";
theSiteLinks[0] = "http://waufon.ru/chats";
theSummaries[1] = "Бот> Я научу Вас пользоватсо чатом если вы новичёк.";
theSiteLinks[1] = "http://waufon.ru/chats";
theSummaries[2] = "Бот> Если вы здесь впервые то надо Зарегистрироватсо.";
theSiteLinks[2] = "http://waufon.ru/chats";
theSummaries[3] = "Бот> Придумай сибе пароль и логин.";
theSiteLinks[3] = "http://waufon.ru/chats";
theSummaries[4] = "Бот> Выш пароль и логин здесь будет служить вам постоянным пропуском в ваш личный аккаунт.";
theSiteLinks[4] = "http://waufon.ru/chats";
theSummaries[5] = "Бот> Когда зайдёш в чатик то в Личном кабинете настрой его под свой носитель.";
theSiteLinks[5] = "http://waufon.ru/chats";
theSummaries[6] = "Бот> Количество сообщений,время обновления,Эмоцыи,Цвет сообщения,Выделения,и многие навороты";
theSiteLinks[6] = "http://waufon.ru/chats";
theSummaries[7] = "Бот> Я буду рад если вы качнёте свою фотку..";
theSiteLinks[7] = "http://waufon.ru/chats";
theSummaries[8] = "Бот> В анкете укажите свой Пол и год рождения,настрой и контакты свои.";
theSiteLinks[8] = "http://waufon.ru/chats";
theSummaries[9] = "Бот> У вас будет асортимент цветосхем в чате,У каждого сваё графити.";
theSiteLinks[9] = "http://waufon.ru/chats";
theSummaries[10] = "Бот> Смайлики найдёте в разделе Помощь";
theSiteLinks[10] = "http://waufon.ru/chats";
theSummaries[11] = "Бот> Админов ненадо доставать с просьбами дать должность.Я сам тут даю должностя.Набирайте посты и покупайте должностя.";
theSiteLinks[11] = "http://waufon.ru/chats";
theSummaries[12] = "Бот> Внимание! В чате есть магазин где продаютсо аваторы и разные фиговинки.";
theSiteLinks[12] = "http://waufon.ru/chats";
theSummaries[13] = "Бот> Прошу об одном.Ненагнетайте обстановку в чате.";
theSiteLinks[13] = "http://waufon.ru/chats";
theSummaries[14] = "Бот> Приводите друзей к нам мы будем вам признательны";
theSiteLinks[14] = "http://waufon.ru/chats";
theSummaries[15] = "Бот> Пока-пока...";
theSiteLinks[15] = "http://waufon.ru/chats";
startTicker();
//-->
</script>
</body>
</html>
?>