Просмотр поста

.
mishaua

Мои шаги к рабоите
1скачал хак
2 прочитал реадми
3 розпакувал архив
4 включил флуд
5 заметил што дание head разние
6 нач искать самой код хака
7нашол вот

<?php
echo '<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>';
if ($user_id) {
echo'
<script>

$("<audio id="sound" ><source src="/sound/notify.mp3" type="audio/mpeg" /><source src="sound/notify.ogg" type="audio/ogg" /><source src="/sound/notify.wav" type="audio/wav" /></audio>").appendTo("body");
var content = $("#content");


$(document).ready(function () {
var divContent = "";


function show()
{


$.ajax({
url: "../new_ajax.php",
cache: false,
dataType: "html",
success: function(html) {
if(divContent !== html) {$("#sound")[0].play();}
divContent = html;
$("#content").html(divContent );
}
});

}

setInterval(function(){ show() },5000);

});

</script>
<div id="content"></div>';

}
?>


8 заменил
9 заменил в самом низу там где силки на не прочитаное
10 вопрос что я пропустил