Перейти к содержанию

Антон

Постоялец
  • Публикаций

    310
  • Зарегистрирован

  • Посещение

  • Отзывы

    0%

Весь контент Антон

  1. залейте скриншот на форум с помощью хостинга
  2. insert into droplist (mobId, itemid, chance, min, max,category) select id, 8158, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8159, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8160, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8161, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8162, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8163, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8164, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8165, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8166, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8167, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8168, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8169, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8170, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8171, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8172, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8173, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8174, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8175, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; insert into droplist (mobId, itemid, chance, min, max,category) select id, 8176, 100000, 1, 1, 52 from npc where type='L2RaidBoss'; это ко всем рб добавить дроп яйца...и с каким шансом и количество....измени айди...
  3. UPDATE npc SET `level`=80 WHERE `type`="L2RaidBoss"; - все рб 80 лвл
  4. есть идея развести его с другой личности...т.е заговорить зубы...и сказать "проголосуй пожалуйста за мою девчёнку,или дочь..или в том же духе.." придумай...тут смекалка нужна) импровизируй...
  5. Сервер я так понял стоит на виндовс?
  6. решил проблему в файле conf_global.php,в пункте $INFO['sql_charset'] = 'cp1251'; так поставил. утф8 не помогало...но база залита в ут8 ....
  7. Ребят,в чем может быть проблема? ipb 3.3.4 делаю дамп базы форума,заливаю на другой хостинг всё идёт в формате utf8 ... и идут вместо русских слов знаки вопроса...уже не знаю,что может быть...
  8. Не забудь настроить в админке вывод сообщений...
  9. В модуле создай файл forum.php и вкинь туда,то что я скинул...потом зайди в шаблон и где хочешь чтобы были темы с форума поставь значение {forum}
  10. <?php /** * STRESS WEB * @author S.T.R.E.S.S. * @copyright 2008 - 2012 STRESS WEB * @version 12 * @web http://stressweb.ru */ if ( !defined("STRESSWEB") ) die( "Access denied..." ); if ( !$l2cfg["forum"]["enable"] ) { $tpl->SetResult( 'forum' ); } else { $mod_forum = $controller->GetCache( 'mod_forum' ); if ( $mod_forum ) $tpl->SetResult( 'forum', $mod_forum ); else { if ( empty($l2cfg["forum"]["deny"]) ) $l2cfg["forum"]["deny"] = "0"; $fdb = new db( $l2cfg["forum"]["dbhost"], $l2cfg["forum"]["dbuser"], $l2cfg["forum"]["dbpass"], $l2cfg["forum"]["dbname"], $l2cfg["mysql"]["debug"] ); $fdb->query( "SET NAMES '{$l2cfg["forum"]["dbcoll"]}'" ); /** * ================= * IPB * ================= */ if ( $l2cfg["forum"]["version"] == "ipb" ) { $fsql = " SELECT tid,title,description,last_post,last_poster_id,last_poster_name FROM {$l2cfg["forum"]["prefix"]}topics WHERE forum_id NOT IN ({$l2cfg["forum"]["deny"]}) ORDER BY last_post DESC LIMIT {$l2cfg["forum"]["count"]}"; $furl_user = "index.php?showuser="; $furl_link = "index.php?showtopic={topic_id}' title='{desc_id}'"; } /** * ================= * phpBB * ================= */ if ( $l2cfg["forum"]["version"] == "phpbb" ) { $fsql = " SELECT topic_id,topic_title,forum_id,topic_last_post_time,topic_last_poster_id,topic_last_poster_name FROM {$l2cfg["forum"]["prefix"]}topics WHERE forum_id NOT IN ({$l2cfg["forum"]["deny"]}) ORDER BY topic_last_post_time DESC LIMIT {$l2cfg["forum"]["count"]}"; $furl_user = "memberlist.php?mode=viewprofile&u="; $furl_link = "viewtopic.php?f={desc_id}&t={topic_id}'"; } /** * ================= * smf * ================= */ if ( $l2cfg["forum"]["version"] == "smf" ) { $fsql = " SELECT id_topic,subject,id_board,poster_time,id_member,poster_name FROM {$l2cfg["forum"]["prefix"]}messages WHERE id_board NOT IN ({$l2cfg["forum"]["deny"]}) ORDER BY poster_time DESC LIMIT {$l2cfg["forum"]["count"]}"; $furl_user = "index.php?action=profile;u="; $furl_link = "index.php?topic={topic_id}'"; } /** * ================= * vBulletin * ================= */ if ( $l2cfg["forum"]["version"] == "vbulletin" ) { $fsql = " SELECT t.threadid,t.title,t.forumid,t.lastpost,u.userid,t.lastposter FROM {$l2cfg["forum"]["prefix"]}thread t LEFT JOIN {$l2cfg["forum"]["prefix"]}user u ON t.lastposter = u.username WHERE t.forumid NOT IN ({$l2cfg["forum"]["deny"]}) ORDER BY t.lastpost DESC LIMIT {$l2cfg["forum"]["count"]}"; $furl_user = "member.php?u="; $furl_link = "showthread.php?t={topic_id}'"; } /** * ================= * XenFoRo * © thx Ream * ================= */ if ( $l2cfg["forum"]["version"] == "xenforo" ) { $fsql = " SELECT thread_id,title,node_id,last_post_date,user_id,last_post_username FROM {$l2cfg["forum"]["prefix"]}thread WHERE node_id NOT IN ({$l2cfg["forum"]["deny"]}) ORDER BY last_post_date DESC LIMIT {$l2cfg["forum"]["count"]}"; $furl_user = "members/"; $furl_link = "threads/{topic_id}'"; } /** * ---------------------------------------------------------------------------------------- */ $fquery = $fdb->query( $fsql ); while ( list($ftid, $ftitle, $fdesc_id, $flast_post, $flast_poster_id, $flast_poster_name) = $fdb->fetch($fquery) ) { if ( strlen($ftitle) > $l2cfg["forum"]["length"] ) { $ftitle = iconv( 'UTF-8', 'windows-1251', $ftitle ); $ftitle = substr( $ftitle, 0, $l2cfg["forum"]["length"] - 3 )."..."; $ftitle = iconv( 'windows-1251', 'UTF-8', $ftitle ); } $flast_post = date( $l2cfg["forum"]["date"], $flast_post ); $flast_poster = "<a href='{$l2cfg["forum"]["url"]}/{$furl_user}{$flast_poster_id}' target='_blank'>{$flast_poster_name}</a>"; $flast_link = "<a href='{$l2cfg["forum"]["url"]}/".$controller->buildString( $furl_link, array("topic_id" => $ftid, "desc_id" => $fdesc_id) )." target='_blank'>{$ftitle}</a>"; $tpl->LoadView( 'forum' ); $tpl->Block( 'main', false ); $tpl->Block( 'item' ); $tpl->Set( 'date', $flast_post ); $tpl->Set( 'author', $flast_poster ); $tpl->Set( 'link', $flast_link ); $tpl->Build( 'forum_item' ); } $fdb->close(); $tpl->LoadView( 'forum' ); $tpl->Block( 'main' ); $tpl->Block( 'item', false ); $tpl->Set( 'item', $tpl->GetResult('forum_item', true) ); $tpl->Build( "forum" ); if ( $l2cfg['cache']['enable'] and $l2cfg['cache']['forum'] ) { $controller->SetCache( 'mod_forum', $tpl->GetResult('forum'), $l2cfg['cache']['forum'] ); } } } ?>
  11. да,ставь в некоторых правах,которые считаешь нужными добавить ГМу значение по 99
  12. Антон

    Машинка В Аренду...

    Я например,не советую данного человека.... Одолжил денег ему 1к руб , сразу понял что не вернет,сказал что лучше куплю у него проэкт "аналог л2макси" домен был la2-stuff.ru(не реклама) поситителей было 5 человек...после того как продал,говорил что еще может много чего сделать,но если я ему денег еще дам...после того как отказался...на форум и на сайт были залиты вирусы на комп(хостинга) после чего удалил все файлы,и пересмотрел весь код... так что делайте выводы...я хз...мне не жалко ему было дать,но человек,мне кажется не надежный...
  13. меф,у меня в сборке нет этого бага? я так её и не запускал...вскоре вот хочу ...
  14. всем смотреть по этому поводу http://www.kinopoisk.ru/film/464168/ (не реклама)
  15. спасибо,думаю эту и возьму....только пока не знаю когда,как донат накапает...
  16. посоветуйте сборку HF...с исходным кодом не умею работать,поэтому исходники не предлогайте... мб платную ревизию,посоветуйте у кого взять и какая команда,мб сайт? спасибо большое.
  17. Антон

    Сборка High Five 5

    данные свои дай
  18. Не знаю насчет CCP ,но у меня леймгвард с онлайном 100-200 уже как 4 месяца...и 0 дюпов...и взломов...
  19. Антон

    Сборка High Five 5

    настроен комьюнити?
  20. Вывод тем могут быть с другого хостинга ??? почему-то не получается...вроде и айпи открыл...
  21. тему можно закрывать или удалять) сам всему научился ,и спасибо этим двум людям в теме с каждого по немногу взял
  22. Куплю 1 час урока по линуксу ( нужны маленькие детали...всё остальное нашел,как и что...) Нужно чтобы человек подсказывал по скайпу. Сейчас вот пишу сообщение и буду через 1 час ровно за рабочим местом Skype heikomaiko П.С Debian
  23. Антон

    Кто Может Дать Sw 13?

    stressweb.ru (не реклама) купи лучше
×
×
  • Создать...