VOC ++ (чат)

Статус
В этой теме нельзя размещать новые ответы.
В принципе скачало уже 10 человек никто не отписался что не работает. Может из-за твоего диза??? Люди кто качал отпишитесь о работоспособности.

Да всё пашет, только я сделал, что бы список вертикально выводило, но тебе всё равно огромный СПАСИБ!
 
Есть вариант запускать викоторину с ФТП.
Создаем файл start.sh
Внутрь пишем

Код:
#!/bin/sh

pid=`cat /home/chatn/data/quiz/quiz.pid`
kill $pid
rm /home/chatn/data/quiz/quiz.pid
php -q /home/chatn/data/quiz/engine.php &

и радуемся жизни.
Спасибо принимаю :ah:
 
Вот что мне показывается после вставки списка...
Или я дурак? Может кудато не туда вставляю? или смотрю?
 

Вложения

  • 2.JPG
    2.JPG
    13,7 KB · Просмотры: 52
Вот что мне показывается после вставки списка...
Или я дурак? Может кудато не туда вставляю? или смотрю?

ну хз у мну все норм работает файлик список в корень

PHP:
<?php include("spisok.php"); ?>

В индекс где выводить собрался и будет тебе счастье ;)
Мой код

PHP:
   <center> <div class="block_title">В Чате<?php 
include("inc_common.php"); 
include($file_path."inc_statistic.php"); 
$u_online = stat_users_online(); 
echo $u_online." ".w_people($u_online); 
?> 


</div>
	<div class="block_content" style="padding:10px; font-size:11px;">
       <div>
<?php include("spisok.php"); ?>
</div>
</div>
</center>
 
ну хз у мну все норм работает файлик список в корень

PHP:
<?php include("spisok.php"); ?>

В индекс где выводить собрался и будет тебе счастье ;)
Мой код

PHP:
   <center> <div class="block_title">В Чате<?php 
include("inc_common.php"); 
include($file_path."inc_statistic.php"); 
$u_online = stat_users_online(); 
echo $u_online." ".w_people($u_online); 
?> 


</div>
	<div class="block_content" style="padding:10px; font-size:11px;">
       <div>
<?php include("spisok.php"); ?>
</div>
</div>
</center>

Что то касяки какието... все вставляю, а оно не отображается либо страницу расперает так что бррр
 
Народ а есть у когонить моды вывода именинников и новичков на главную?
 
Кинь свой код, гляну мож че не то наворочил :)

Все вставлял как написанно... ну вот мой индекс который щас стоит

PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
	<title>Super Chat</title>
    <link rel="STYLESHEET" type="text/css" href="designes/rozmova4/style.css">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">	<style type="text/css">
	.block_title    { background: #7ec63e; border:0px solid #7ec63e; color:#ffffff; font-weight:bold; padding:2px; padding-left:10px; font-size:11px; }
	.block_content  { border:1px solid #c5be0d; margin-bottom:5px; }
    .banner         { width:468px; height:60px; border:0px solid #000000; float:right; margin-top:8px; margin-right:3px; font-size:11px; overflow:hidden; }
    .main_button    { color:#ffffff; font-weight:bold; width:100px; height:20px; text-align:center; font-size:11px; cursor:pointer; }
    .main_button_hl { color:#ffffff; font-weight:bold; width:100px; height:20px; text-align:center; font-size:11px; cursor:pointer; text-decoration:underline; }
	</style>
</head>
<body style="margin:0px; padding:0px;">
<div style="background:#3d4976; padding-top:1px; padding-bottom:1px;">
  <div style="background:url(http://172.19.92.23/designes/rozmova4/grunge/grunge_02.gif) repeat-x #ffb900; height:20px; text-align:center;">
  <table cellspacing="0" cellpadding="0" border="0" align="center">
  <tr>
  	    <td class="main_button" onmouseover="this.className='main_button_hl';" onmouseout="this.className='main_button';" onclick="window.location.assign('rules.php');">Правила</td>
        <td class="main_button" onmouseover="this.className='main_button_hl';" onmouseout="this.className='main_button';" onclick="window.location.assign('users_reiting.php');">Рейтинг</td>

        <td class="main_button" onmouseover="this.className='main_button_hl';" onmouseout="this.className='main_button';" onclick="window.location.assign('users_reiting_photo.php');">Рейтинг фото</td>
        <td class="main_button" onmouseover="this.className='main_button_hl';" onmouseout="this.className='main_button';" onclick="window.location.assign('clan_view.php');">Кланы</td>
        <td class="main_button" onmouseover="this.className='main_button_hl';" onmouseout="this.className='main_button';" onclick="window.location.assign('banan.php');">Тюрьма</td>

      </tr>
  </table>
  </div>
</div>
<div style="background:url(designes/rozmova4/grunge/grunge_06.gif) repeat-x #abd256; height:72px; margin:0px; padding:0px; font-size:1px;">
  <div style="height:72px; background:url(designes/rozmova4/grunge/grunge_05.gif) no-repeat;">
    <div class="banner" id="top_banner">&nbsp;</div>
  </div>
</div>
<table width="100%" cellspacing="0" cellpadding="0" style="border-top:0px solid #3d4976; border-bottom:0px solid #3d4976; background:url(designes/rozmova4/grunge/gradient.gif) repeat-x;">
<tr>
  <td valign="top" width="200" style="border-right:0px solid #3d4976; padding:3px;">
    <div class="block_title">Войти в Чат</div>
    <div class="block_content" style=" font-size:11px;">
    <center><img src="designes/rozmova4/picture/morda.gif"></center>
<!-- Login Form --> 
    <form action="voc.php" method="POST" target="_parent" style="padding:0px; margin:0px;"> 
    <input type="hidden" name="user_lang" value="ru"> 
    <table width="180" border="0" cellspacing="0" cellpadding="2" align="center" style="margin-top:10px; margin-bottom:10px;"> 
    <tr> 
      <td style=" font-size:11px;">Ваш ник:</td> 
      <td width="100"><input type="text" name="user_name" style="width:100px;" value="" style="font-size:11px;" class="input" tabindex="100"></td> 
    </tr> 
    <tr> 
      <td style=" font-size:11px;">Пароль:</td> 
      <td width="100"><input type="password" name="password" style="width:100px;" value="" style="font-size:11px;" class="input" tabindex="101"></td> 
    </tr> 
         
         
                                       <tr><td style=" font-size:11px;">         <?php  

if(count($designes)>1) 
{ 
    echo "$w_select_design: </td> <td width=100> <select name=\"design\" onChange=\"javascript:parent.document.location='index.php?user_lang=".$user_lang."&design='+this.options[this.selectedIndex].value;\" class=\"input\" tabindex=\"104\">";  
    for ($i=0;$i<count($designes);$i++)  
    { 
        echo "<option value=\"".$designes[$i]."\""; 
        if ($designes[$i] == $design) echo " selected"; 
        echo ">".$designes[$i]."</option>\n"; 
    } 
    echo "</select></td><td>&nbsp;</td></tr>\n"; 
} 
else echo "<input type=\"hidden\" name=\"design\" value=\"$design\">\n"; 
?></td></tr> 
         
        <tr> 
      <td colspan="2"> 
        <input type="submit" value="&nbsp;Login&nbsp;" class="input_button" tabindex="105" style="float:right; font-size:11px; cursor:pointer;"> 
        <div style="padding-top:3px; font-size:11px;"><a href="javascript:;" onclick="window.open('registration_form.php?design=dagchat', 'registration', 'width=540, height=600, resizable=yes, scrollbars=yes, menubar=0, toolbar=0');">Регистрация</a></div> 
      </td> 
    </tr> 
         

         
    </table> 
    </form> 
    </div> 
<!-- End Login Form -->
<!-- Вирус -->
	<div class="block_title">Важная информация!!!</div>
	<div class="block_content" style="text-align:center; padding-top:10px; padding-bottom:10px;  font-size:11px;">


<img src="designes/rozmova4/grunge/vir.png">
<br><b> Рекомендуем отключить антивирусные программы
<a href="javascript:;" onclick="window.open('designes/rozmova4/vir.php', 'registration', 'width=600, height=550, resizable=yes, scrollbars=yes, menubar=0, toolbar=0');"><b>Подробнее</b></a>
</b>


	</div>
<!-- End вирус -->
<!--Поддержка проекта-->
       <div class="block_title">Поддержите проект !!!</div>
	<div class="block_content" style="text-align:center; padding-top:10px; padding-bottom:10px;  font-size:11px;">

<a href="javascript:void(0)" title="SMS.копилка в новом маленьком окошке" onClick="javascript:window.open('http://VASHAKOPILKA', 'smskopilka','width=400,height=480,status=no,toolbar=no, menubar=no,scrollbars=yes,resizable=yes');">
<img src="http://172.19.92.23/designes/rozmova4/picture/smskopilka.gif" border="0" alt="SMS.копилка"></a>
<center><font color=black><b>
</b></font></center>
<center><font color=green><b>


</b></font></center>


</div>
<!--end поддержка проекта--> 
<!-- Friends -->
       <div class="block_title">Наши друзья</div>
       <div class="block_content" style="padding:10px; font-size:11px;">
       <div>
<a href="http://nulled.ws/" target="_blank"></a>
<br><br> 
</div>
</div>
<!-- End Friends -->
<!-- Molodozheni -->
       <div class="block_title">Наши пары</div>
	<div class="block_content" style="padding:10px; font-size:11px;">
</head>
<body bgcolor="#FFFFFF" background="designes/rozmova4/grunge/gradient.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> 

<table border="0" cellspacing="0" cellpadding="0" class="marriedtable">
№ Пара супругов 
<br><b>

</b>
</table><br> 

</body>
</html>
</div>
<!-- End Molodozheni -->



<!-- Contacts -->
       <div class="block_title">Контакты</div>
       <div class="block_content" style="padding:10px; font-size:11px;">
         <div style="margin-bottom:10px;"><span style="font-weight:bold;">Чат:</span><br> <a href="mailto:Ваша@почта.ru">Menfise@mail.ru</a></div>
         <div><span style="font-weight:bold;">Информация и реклама:</span><br> <a href="mailto:Ваша@почта.ru">Menfise@mail.ru</a></div>
       </div>
</td>
<!-- End Contacts -->





  <td valign="top"  style="padding:3px;">

<!-- Новости -->

           	<div class="block_title">Новости</div>
	<div class="block_content" style="padding:10px; font-size:11px;">
	    	    <div style="margin-right:7px;">
	     


 <?PHP
$number = "5";
 include("news/show_news.php");
?>




	      	    </div>
	      	    </div>

<!-- Пипец новостям -->

<!-- Фото -->


           	<div class="block_title">3 лучшие фото чата</div>
	<div class="block_content" style="padding:10px; font-size:11px;">
	    	    <div style="margin-right:7px;">
	      

<?php 
include("designes/rozmova4/users_reiting_photo3.php"); 
?>


<center><a href="users_reiting_photo.php" target="_blank" title="Топ 20"><b>Смотреть  лучшие фото</b></a></center>


	      	    </div>
	      	    </div>
<!-- Конец фото -->




</td>











<!-- Погода -->
  <td valign="top" width="200" style="border-left:0px solid #3d4976; padding:3px;">
    
    <div class="block_title">Сейчас в чате:
<?php 
include("inc_common.php"); 
include($file_path."inc_statistic.php"); 
$u_online = stat_users_online(); 
echo $u_online." ".w_people($u_online); 
?> 


</div>
	<div class="block_content" style="padding:10px; font-size:11px;">
       <div>

<?php 
include("inc_common.php"); 
include($engine_path."users_get_list.php"); 
$out_users = ""; 
for ($i=0; $i<count($users); $i++) { 
$data = explode("\t", $users[$i]); 
if(intval(trim($data[USER_INVISIBLE])) != 1)$out_users .= $data[0]." "; 
} 
echo $out_users; 
?>

</div>
</div>

<!-- End Погода -->

<!-- викторина -->
    <div class="block_title">Топ 10 викторины</div>
	<div class="block_content" style="padding:10px; font-size:11px;">
       <div></div>
<? include ("top.php");?>
	</div>

<!-- Конец викторина -->
<!-- топ10 -->


		    <div class="block_title">Топ 10 </div>
	<div class="block_content" style="padding:10px; font-size:11px;">
       <div></div>

<? include ("designes/rozmova4/users_reiting10.php");?>
<br>
      <a href="users_reiting.php" target="_blank" title="Топ 20">См. весь рейтинг</a>

	</div>

<!-- Конец топ10 -->




<!-- Опрос -->
    <div class="block_title">Наш опрос</div>
	<div class="block_content" style="padding:10px; font-size:11px;">
       
<?php
//Begin Epoll 3.0
$name="poll2";
$p_path="opros/";
$p_submit="Голосовать";
$p_align="center";
$p_width="130";
$p_font="verdana";
$p_txtsize="8pt";
$p_bcolor="#000000";
$p_bgcolor="#ffffff";
$p_txtcolor="#000000";
$p_bwidth="1";
$p_days="";
$p_coltype="1";
$p_rwidth="500";
include($p_path."form.php");
//End Epoll 3.0
?>


	</div>
<!-- End опрос -->







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



<div style="text-align:center; font-size:9px;"><center><br><font class="copyright"><br><b></b> <br> Используется <a href="http://vocplus.creatiff.com.ua" target='_blank'>VOC++ Business Edition (http://vocplus.creatiff.com.ua)</a></u> &copy; 2004-2006 <u><a href="http://www.creatiff.com.ua" target='_blank'>CREATIFF Design Studio</a></u><br>&copy; 1999-2003 by <a href="http://vochat.com">Vlad Vostrykh</a> </font></center></div>
<div id="adpl1" style="display:none;">
</div>
<script type="text/javascript">
src = document.getElementById('adpl1');
dst = document.getElementById('top_banner');
dst.innerHTML = src.innerHTML;
</script>
</body>
</html>
 
Все вставлял как написанно... ну вот мой индекс который щас стоит

ну чудок подправил у себя проверил работает держи ;)

PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
    <title>Super Chat</title>
    <link rel="STYLESHEET" type="text/css" href="designes/rozmova4/style.css">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">    <style type="text/css">
    .block_title    { background: #7ec63e; border:0px solid #7ec63e; color:#ffffff; font-weight:bold; padding:2px; padding-left:10px; font-size:11px; }
    .block_content  { border:1px solid #c5be0d; margin-bottom:5px; }
    .banner         { width:468px; height:60px; border:0px solid #000000; float:right; margin-top:8px; margin-right:3px; font-size:11px; overflow:hidden; }
    .main_button    { color:#ffffff; font-weight:bold; width:100px; height:20px; text-align:center; font-size:11px; cursor:pointer; }
    .main_button_hl { color:#ffffff; font-weight:bold; width:100px; height:20px; text-align:center; font-size:11px; cursor:pointer; text-decoration:underline; }
    </style>
</head>
<body style="margin:0px; padding:0px;">
<div style="background:#3d4976; padding-top:1px; padding-bottom:1px;">
  <div style="background:url(http://172.19.92.23/designes/rozmova4/grunge/grunge_02.gif) repeat-x #ffb900; height:20px; text-align:center;">
  <table cellspacing="0" cellpadding="0" border="0" align="center">
  <tr>
          <td class="main_button" onmouseover="this.className='main_button_hl';" onmouseout="this.className='main_button';" onclick="window.location.assign('rules.php');">Правила</td>
        <td class="main_button" onmouseover="this.className='main_button_hl';" onmouseout="this.className='main_button';" onclick="window.location.assign('users_reiting.php');">Рейтинг</td>

        <td class="main_button" onmouseover="this.className='main_button_hl';" onmouseout="this.className='main_button';" onclick="window.location.assign('users_reiting_photo.php');">Рейтинг фото</td>
        <td class="main_button" onmouseover="this.className='main_button_hl';" onmouseout="this.className='main_button';" onclick="window.location.assign('clan_view.php');">Кланы</td>
        <td class="main_button" onmouseover="this.className='main_button_hl';" onmouseout="this.className='main_button';" onclick="window.location.assign('banan.php');">Тюрьма</td>

      </tr>
  </table>
  </div>
</div>
<div style="background:url(designes/rozmova4/grunge/grunge_06.gif) repeat-x #abd256; height:72px; margin:0px; padding:0px; font-size:1px;">
  <div style="height:72px; background:url(designes/rozmova4/grunge/grunge_05.gif) no-repeat;">
    <div class="banner" id="top_banner">&nbsp;</div>
  </div>
</div>
<table width="100%" cellspacing="0" cellpadding="0" style="border-top:0px solid #3d4976; border-bottom:0px solid #3d4976; background:url(designes/rozmova4/grunge/gradient.gif) repeat-x;">
<tr>
  <td valign="top" width="200" style="border-right:0px solid #3d4976; padding:3px;">
    <div class="block_title">Войти в Чат</div>
    <div class="block_content" style=" font-size:11px;">
    <center><img src="designes/rozmova4/picture/morda.gif"></center>
<!-- Login Form --> 
    <form action="voc.php" method="POST" target="_parent" style="padding:0px; margin:0px;"> 
    <input type="hidden" name="user_lang" value="ru"> 
    <table width="180" border="0" cellspacing="0" cellpadding="2" align="center" style="margin-top:10px; margin-bottom:10px;"> 
    <tr> 
      <td style=" font-size:11px;">Ваш ник:</td> 
      <td width="100"><input type="text" name="user_name" style="width:100px;" value="" style="font-size:11px;" class="input" tabindex="100"></td> 
    </tr> 
    <tr> 
      <td style=" font-size:11px;">Пароль:</td> 
      <td width="100"><input type="password" name="password" style="width:100px;" value="" style="font-size:11px;" class="input" tabindex="101"></td> 
    </tr> 
         
         
                                       <tr><td style=" font-size:11px;">         <?php  

if(count($designes)>1) 
{ 
    echo "$w_select_design: </td> <td width=100> <select name=\"design\" onChange=\"javascript:parent.document.location='index.php?user_lang=".$user_lang."&design='+this.options[this.selectedIndex].value;\" class=\"input\" tabindex=\"104\">";  
    for ($i=0;$i<count($designes);$i++)  
    { 
        echo "<option value=\"".$designes[$i]."\""; 
        if ($designes[$i] == $design) echo " selected"; 
        echo ">".$designes[$i]."</option>\n"; 
    } 
    echo "</select></td><td>&nbsp;</td></tr>\n"; 
} 
else echo "<input type=\"hidden\" name=\"design\" value=\"$design\">\n"; 
?></td></tr> 
         
        <tr> 
      <td colspan="2"> 
        <input type="submit" value="&nbsp;Login&nbsp;" class="input_button" tabindex="105" style="float:right; font-size:11px; cursor:pointer;"> 
        <div style="padding-top:3px; font-size:11px;"><a href="javascript:;" onclick="window.open('registration_form.php?design=dagchat', 'registration', 'width=540, height=600, resizable=yes, scrollbars=yes, menubar=0, toolbar=0');">Регистрация</a></div> 
      </td> 
    </tr> 
         

         
    </table> 
    </form> 
    </div> 
<!-- End Login Form -->
<!-- Вирус -->
    <div class="block_title">Важная информация!!!</div>
    <div class="block_content" style="text-align:center; padding-top:10px; padding-bottom:10px;  font-size:11px;">


<img src="designes/rozmova4/grunge/vir.png">
<br><b> Рекомендуем отключить антивирусные программы
<a href="javascript:;" onclick="window.open('designes/rozmova4/vir.php', 'registration', 'width=600, height=550, resizable=yes, scrollbars=yes, menubar=0, toolbar=0');"><b>Подробнее</b></a>
</b>


    </div>
<!-- End вирус -->
<!--Поддержка проекта-->
       <div class="block_title">Поддержите проект !!!</div>
    <div class="block_content" style="text-align:center; padding-top:10px; padding-bottom:10px;  font-size:11px;">

<a href="javascript:void(0)" title="SMS.копилка в новом маленьком окошке" onClick="javascript:window.open('http://VASHAKOPILKA', 'smskopilka','width=400,height=480,status=no,toolbar=no, menubar=no,scrollbars=yes,resizable=yes');">
<img src="http://172.19.92.23/designes/rozmova4/picture/smskopilka.gif" border="0" alt="SMS.копилка"></a>
<center><font color=black><b>
</b></font></center>
<center><font color=green><b>


</b></font></center>


</div>
<!--end поддержка проекта--> 
<!-- Friends -->
       <div class="block_title">Наши друзья</div>
       <div class="block_content" style="padding:10px; font-size:11px;">
       <div>
<a href="http://nulled.ws/" target="_blank"></a>
<br><br> 
</div>
</div>
<!-- End Friends -->
<!-- Molodozheni -->
       <div class="block_title">Наши пары</div>
    <div class="block_content" style="padding:10px; font-size:11px;">
</head>
<body bgcolor="#FFFFFF" background="designes/rozmova4/grunge/gradient.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> 

<table border="0" cellspacing="0" cellpadding="0" class="marriedtable">
№ Пара супругов 
<br><b>

</b>
</table><br> 

</body>
</html>
</div>
<!-- End Molodozheni -->



<!-- Contacts -->
       <div class="block_title">Контакты</div>
       <div class="block_content" style="padding:10px; font-size:11px;">
         <div style="margin-bottom:10px;"><span style="font-weight:bold;">Чат:</span><br> <a href="mailto:Ваша@почта.ru">Menfise@mail.ru</a></div>
         <div><span style="font-weight:bold;">Информация и реклама:</span><br> <a href="mailto:Ваша@почта.ru">Menfise@mail.ru</a></div>
       </div>
</td>
<!-- End Contacts -->





  <td valign="top"  style="padding:3px;">

<!-- Новости -->

               <div class="block_title">Новости</div>
    <div class="block_content" style="padding:10px; font-size:11px;">
                <div style="margin-right:7px;">
         


 <?PHP
$number = "5";
 include("news/show_news.php");
?>




                  </div>
                  </div>

<!-- Пипец новостям -->

<!-- Фото -->


               <div class="block_title">3 лучшие фото чата</div>
    <div class="block_content" style="padding:10px; font-size:11px;">
                <div style="margin-right:7px;">
          

<?php 
include("designes/rozmova4/users_reiting_photo3.php"); 
?>


<center><a href="users_reiting_photo.php" target="_blank" title="Топ 20"><b>Смотреть  лучшие фото</b></a></center>


                  </div>
                  </div>
<!-- Конец фото -->




</td>











<!-- Погода -->
  <td valign="top" width="200" style="border-left:0px solid #3d4976; padding:3px;">
    
   <center> <div class="block_title">Сейчас в чате:
<?php 
include("inc_common.php"); 
include($file_path."inc_statistic.php"); 
$u_online = stat_users_online(); 
echo $u_online." ".w_people($u_online); 
?> 


</div>
	<div class="block_content" style="padding:10px; font-size:11px;">
       <div>

<?php include("spisok.php"); ?>







</div>
</div>
</center>
<!-- End Погода -->

<!-- викторина -->
    <div class="block_title">Топ 10 викторины</div>
    <div class="block_content" style="padding:10px; font-size:11px;">
       <div></div>
<? include ("top.php");?>
    </div>

<!-- Конец викторина -->
<!-- топ10 -->


            <div class="block_title">Топ 10 </div>
    <div class="block_content" style="padding:10px; font-size:11px;">
       <div></div>

<? include ("designes/rozmova4/users_reiting10.php");?>
<br>
      <a href="users_reiting.php" target="_blank" title="Топ 20">См. весь рейтинг</a>

    </div>

<!-- Конец топ10 -->




<!-- Опрос -->
    <div class="block_title">Наш опрос</div>
    <div class="block_content" style="padding:10px; font-size:11px;">
       
<?php
//Begin Epoll 3.0
$name="poll2";
$p_path="opros/";
$p_submit="Голосовать";
$p_align="center";
$p_width="130";
$p_font="verdana";
$p_txtsize="8pt";
$p_bcolor="#000000";
$p_bgcolor="#ffffff";
$p_txtcolor="#000000";
$p_bwidth="1";
$p_days="";
$p_coltype="1";
$p_rwidth="500";
include($p_path."form.php");
//End Epoll 3.0
?>


    </div>
<!-- End опрос -->







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



<div style="text-align:center; font-size:9px;"><center><br><font class="copyright"><br><b></b> <br> Используется <a href="http://vocplus.creatiff.com.ua" target='_blank'>VOC++ Business Edition (http://vocplus.creatiff.com.ua)</a></u> &copy; 2004-2006 <u><a href="http://www.creatiff.com.ua" target='_blank'>CREATIFF Design Studio</a></u><br>&copy; 1999-2003 by <a href="http://vochat.com">Vlad Vostrykh</a> </font></center></div>
<div id="adpl1" style="display:none;">
</div>
<script type="text/javascript">
src = document.getElementById('adpl1');
dst = document.getElementById('top_banner');
dst.innerHTML = src.innerHTML;
</script>
</body>
</html>

Добавлено через 4 минуты
Кстати народ, в ру. пхп нашол
PHP:
$w_last_registered = "Последние ~ зарегистрированных";

Значит вывод последних зареганных точно есть помогите найти где именно :)
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху