/*Онлайн чат*/
Добро пожаловать в чат
Вход / Регистрация
/*Онлайн чат*/ /*TimeLine*/
Обновления на сайте
  • Adrian Monino
    Premium Member
  • /*TimeLine*/

    Игра на репутацию

    Изображение материала
    Информация
    КатегорияPhP скрипты
    АвторГость
    Кол-во просмотров412
    Кол-во скачиваний28
    Кол-во комментарий0
    Ссылка на демоДЕМО
    ИсточникПерейти
    Дата добавления30.01.2012 / 11:06
    Описание

    Небольшой скрипт для uCoz, с помощью которого вы сможете сделать онлайн-игру. В качестве денежной единицы - репутация пользователя. 
    На Ваш сайт, в любое место:
    Code
    </span><span style="background-color: rgb(233, 228, 228); font-family: verdana, arial, helvetica; font-size: 9px; line-height: 18px; text-align: justify; "><script type="text/javascript">  </span></div><span style="font-family: verdana, arial, helvetica; font-size: 9px; line-height: 18px; text-align: justify; background-color: rgb(233, 228, 228); ">// © http://uweb.su/  </span><br style="font-family: verdana, arial, helvetica; font-size: 9px; line-height: 18px; text-align: justify; background-color: rgb(233, 228, 228); "><span style="font-family: verdana, arial, helvetica; font-size: 9px; line-height: 18px; text-align: justify; background-color: rgb(233, 228, 228); ">function playRepgame(){var h = $("#stvka").val(); if (window.reqNow) return alert('Запрос уже выполняется'); if (/\D+/.test(h) || !h) return alert('Форма заполнена неправильно'); $("#statimgj").show(); window.reqNow = true; $.getScript("/php/reputation/index.php?s=" + $("#stvka").val(), function(){ window.reqNow = false; _uWnd.alert('<span style="color: ' + (_repst?"black":"red") + '"><br>' + _repgame + '</span>', ' ', {w: 290, h: 100, tm: 5000}); if (_repst) $("#stvka").val(""); try {$("#hasrepgame").html(_repnow).css("color", "red"); setTimeout(function(){ $("#hasrepgame").css("color", "black");}, 1000); } catch(e){} $("#statimgj").hide();});}  </span><br style="font-family: verdana, arial, helvetica; font-size: 9px; line-height: 18px; text-align: justify; background-color: rgb(233, 228, 228); "><span style="font-family: verdana, arial, helvetica; font-size: 9px; line-height: 18px; text-align: justify; background-color: rgb(233, 228, 228); ">function gameRept(){<?if( $USER_LOGGED_IN$)?>var go = _uButton(null,'b',{text: 'Играть', content: 'onclick="playRepgame();" id="playgojj"'}); new _uWnd('r', 'Игра', 535, 200, {align: 0, oncontent: function(){ $("#stvka").focus();$.get("/index/9-$USER_ID$", function(data){hpts = parseInt($('#kdfjeu2', $('cmd[p="content"]', data).text()).html() || 0) || 0;$("#hasrepgame").html(hpts);});}}, '<div align="right"><a href="#" onclick="$(this).parent(\'div\').hide();$(\'#ruleRep\').show();setTimeout(function(){ _uWnd.getbyname(\'r\').checksize() },400);return false;">Правила игры</a></div><fieldset id="ruleRep" style="display: none"> Правила игры просты. Вы делаете ставку и жмете кнопку «Играть». В случае выигрыша Ваша репутация увеличится, в случае проигрыша соответственно понизится. Положительного или отрицательного отзыва в Вашей репутации не будет, а она просто изменится.</fieldset><div style="border:1px solid #b8b8b8; background:#f0f0f0; padding: 4px 6px;margin:2px 0px;"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td width="23%" align="center">Ваша репутация</td><td width="10%" align="center"><b id="hasrepgame">0</b></td><td width="23%" align="center"><span class="wlshw" style="display: none">В случае выигрыша</span><span class="jjgf"> </span></td><td width="10%" align="center"><span class="wlshw" style="display: none"><b id="winrepgame">0</b></span><span class="jjgf"> </span></td><td width="23%" align="center"><span class="wlshw" style="display: none">В случае проигрыша</span><span class="jjgf"> </span></td><td width="10%" align="center"><span class="wlshw" style="display: none"><b id="loserepgame">0</b></span><span class="jjgf"> </span></td></tr></table><br><fieldset><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td width="95%"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td width="110">Ваша ставка:</td><td><input type="text" onkeyup="chckgmr(this);" onchange="chckgmr(this);" onblur="chckgmr(this);" id="stvka" style="width: 75px"></td></tr></table></td><td><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td width="18"><img src="http://uweb.su/upload/icons/load.gif" border="0" alt="" align="absmiddle" id="statimgj" style="display:none"></td><td>' + go + '</td></tr></table></td></tr></table></fieldset></div>');<?else?>alert('Только для зарегистрированных пользователей.');<?endif?>}  </span><br style="font-family: verdana, arial, helvetica; font-size: 9px; line-height: 18px; text-align: justify; background-color: rgb(233, 228, 228); "><span style="font-family: verdana, arial, helvetica; font-size: 9px; line-height: 18px; text-align: justify; background-color: rgb(233, 228, 228); ">function chckgmr(i){ if ((/^\d+$/.test(i.value)) && parseInt(i.value)>0) { i.style.color=""; $(".wlshw").show(); $(".jjgf").hide(); var k = hpts - parseInt(i.value); $("#winrepgame").html(hpts + parseInt(i.value)).css("color","green"); $("#loserepgame").html(k); if (k<0) { $(".wlshw").hide(); $(".jjgf").show(); i.style.color="red"; }} else {i.style.color="red"; $(".wlshw").hide(); $(".jjgf").show(); }}  </span><br style="font-family: verdana, arial, helvetica; font-size: 9px; line-height: 18px; text-align: justify; background-color: rgb(233, 228, 228); "><span style="font-family: verdana, arial, helvetica; font-size: 9px; line-height: 18px; text-align: justify; background-color: rgb(233, 228, 228); "></script>  </span><br style="font-family: verdana, arial, helvetica; font-size: 9px; line-height: 18px; text-align: justify; background-color: rgb(233, 228, 228); "><br style="font-family: verdana, arial, helvetica; font-size: 9px; line-height: 18px; text-align: justify; background-color: rgb(233, 228, 228); "><span style="font-family: verdana, arial, helvetica; font-size: 9px; line-height: 18px; text-align: justify; background-color: rgb(233, 228, 228); "><a href="javascript://" onclick="gameRept();return false;">Игра на репутацию</a>

    Затем качаем скрипт и загружаем его в папку scripts (Необходима оплаченная услуга PHP)

    Создаем новый профиль - Бота. Он будет изменять репутации. Даем боту права админа (или отдельную группу можно создать), а затем в скрипте редактируем:

    Code
    </font><span style="background-color: rgb(233, 228, 228); font-size: 9px; line-height: 18px; ">$site = "http://uweb.su/";  </span></p><span style="font-family: verdana, arial, helvetica; font-size: 9px; line-height: 18px; text-align: justify; background-color: rgb(233, 228, 228); ">  $pass = "пасс";  </span><br style="font-family: verdana, arial, helvetica; font-size: 9px; line-height: 18px; text-align: justify; background-color: rgb(233, 228, 228); "><p style="font-family: verdana, arial, helvetica; text-align: justify; background-color: rgb(255, 255, 255); "><span style="background-color: rgb(233, 228, 228); font-size: 9px; line-height: 18px; ">  $login = "логин бота";</span><font size="2">

    Комментарии
    Добавить комментарий