У Вас отключён javascript.
В данном режиме, отображение ресурса
браузером не поддерживается
.
Новостной блог: Выпуск №10
Эта Искорка опять что-то поменяла, настоящий произвол!
На днях был вероломно дополнен п.6 правил форума.
Новых персонажей теперь нельзя хватать твинами два месяца с момента релиза. Давайте оставим шанс потенциальным игрокам со стороны прийти на свежие многообещающие роли!
Чуууточку более подробное пояснение, откуда у этого правила растут ножки, можно узнать по ссылке ниже!

ссылка на новость.
их разыскивает кмм
.

    Tales from the Borderlands

    Информация о пользователе

    Привет, Гость! Войдите или зарегистрируйтесь.


    Вы здесь » Tales from the Borderlands » Светлое будущее » Автопланер


    Автопланер

    Сообщений 1 страница 6 из 6

    1

    тест

    0

    2

    [html]<div id="forum-last-post-days-strict">до запроса</div>

    <script>
    (function () {
      let container = null;

      function escapeHtml(str) {
        return String(str || '')
          .replace(/&/g, '&amp;')
          .replace(/</g, '&lt;')
          .replace(/>/g, '&gt;')
          .replace(/"/g, '&quot;')
          .replace(/'/g, ''');
      }

      function sendMessage(msg) {
        console.log('[LPD post] send to parent', msg);
        window.parent.postMessage(msg, '*');
      }

      function requestData() {
        sendMessage({ type: 'getLPDTestData' });
      }

      function render(rows) {
        if (!container) return;

        if (!rows || !rows.length) {
          container.textContent = 'Нет данных.';
          return;
        }

        container.innerHTML = rows.map(function (row) {
          return (
            escapeHtml(row.userName) +
            ' — ' +
            escapeHtml(row.lastPostText) +
            ' — ' +
            escapeHtml(String(row.daysSince)) + ' дн.'
          );
        }).join('<br>');
      }

      function handleMessage(event) {
        const msg = event.data;
        console.log('[LPD post] got message', msg, event.origin);

        if (!msg || msg.type !== 'LPDTestData') return;
        render(msg.data || []);
      }

      function init() {
        container = document.getElementById('forum-last-post-days-strict');
        if (!container) return;

        container.textContent = 'запрос отправлен';
        requestData();
      }

      window.addEventListener('message', handleMessage);

      if (document.readyState === 'loading') {
        document.addEventListener('DOMContentLoaded', init);
      } else {
        init();
      }
    })();
    </script>[/html]

    0

    3

    #p34508,Лэм написал(а):

    тест

    0

    4

    #p34522,Лэм написал(а):

    СООБЩЕНИЕ ОТЛЭМ
    тест

    0

    5

    [html]<div id="forum-last-post-days-strict">Загрузка...</div>

    <script>
    (function () {
      let container = null;

      function escapeHtml(str) {
        return String(str || '')
          .replace(/&/g, '&amp;')
          .replace(/</g, '&lt;')
          .replace(/>/g, '&gt;')
          .replace(/"/g, '&quot;')
          .replace(/'/g, ''');
      }

      function sendMessage(msg) {
        window.parent.postMessage(msg, '*');
      }

      function requestData() {
        sendMessage({
          type: 'getLastPostDaysData'
        });
      }

      function render(rows) {
        if (!container) return;

        if (!rows || !rows.length) {
          container.textContent = 'Нет данных.';
          return;
        }

        container.innerHTML = rows.map(function (row) {
          return (
            escapeHtml(row.userName) +
            ' — ' +
            escapeHtml(row.lastPostText) +
            ' — ' +
            escapeHtml(String(row.daysSince)) + ' дн.'
          );
        }).join('<br>');
      }

      function handleMessage(event) {
        const msg = event.data;
        if (!msg || msg.type !== 'lastPostDaysData') return;

        if (msg.data && msg.data.error) {
          container.textContent = 'Ошибка: ' + msg.data.error;
          return;
        }

        render(msg.data || []);
      }

      function init() {
        container = document.getElementById('forum-last-post-days-strict');
        if (!container) return;
        requestData();
      }

      window.addEventListener('message', handleMessage);

      if (document.readyState === 'loading') {
        document.addEventListener('DOMContentLoaded', init);
      } else {
        init();
      }
    })();
    </script>[/html]

    0

    6

    [html]
    <div id="forum-last-post-days-strict">Загрузка...</div>
    <script>
    window.LastPostDaysTableConfig = {
      containerId: "forum-last-post-days-strict",
      requestType: "getLastPostDaysData",
      responseType: "lastPostDaysData",
      maxTries: 120,
      retryMs: 2000,
      initialHideStarUsers: false
    };
    </script>
    <script src="https://forumstatic.ru/files/0014/98/d3/25049.js"></script>
    [/html]

    0


    Вы здесь » Tales from the Borderlands » Светлое будущее » Автопланер


    Рейтинг форумов | Создать форум бесплатно