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

Tralolo

Пользователи
  • Публикаций

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

  • Посещение

  • Отзывы

    0%

Репутация

0

1 Подписчик

Информация о Tralolo

  • Звание
    Только пришел
  1. Tralolo

    Stress Web 11 На Denwer Проблема

    snake можно с тобой связаться?
  2. Tralolo

    Stress Web 11 На Denwer Проблема

    <?php session_start( ); error_reporting( 0); define( "STRESSWEB", TRUE ); define( "ROOT_DIR", dirname( __FILE__ ) ); define( "INC_DIR", ROOT_DIR."/inc" ); define( "MOD", "index" ); $vet = str_replace( "http://", "", getenv( "HTTP_HOST" ) ); if ( strtolower( substr( $vet, 0, 4 ) ) == "www." ) { $vet = substr( $vet, 4 ); } $HTTP_HOST = $vet; require_once( INC_DIR."/cache.php" ); require_once( INC_DIR."/data/config.php" ); require_once( INC_DIR."/data/config_db.php" ); require_once( INC_DIR."/cfg.default.php" ); require_once( INC_DIR."/lang/".$l2cfg['lang'].".php" ); require_once( INC_DIR."/classes/class.mysql.php" ); require_once( INC_DIR."/classes/class.template.php" ); $tpl = new template_parse_class( ); $tpl->dir = ROOT_DIR.( "/templates/".$l2cfg['template'] ); $http_home_url = explode( "index.php", strtolower( $_SERVER['PHP_SELF'] ) ); $http_home_url = reset( &$http_home_url ); define( "TPL_DIR", $http_home_url.( "templates/".$l2cfg['template'] ) ); require_once( INC_DIR."/classes/class.la2.php" ); require_once( INC_DIR."/classes/class.functions.php" ); require_once( INC_DIR."/classes/class.user.php" ); user::offline( ); $debug = $l2cfg['mysql']['debug']; require_once( INC_DIR."/l2init.php" ); $user = new user( ); $user->auth( ); $_TIME = time( ) + $l2cfg['timezone'] * 60; require_once( INC_DIR."/module.php" ); include_once( INC_DIR."/module/login.php" ); include_once( INC_DIR."/module/server.php" ); include_once( INC_DIR."/module/info.php" ); include_once( INC_DIR."/module/poll.php" ); include_once( INC_DIR."/module/forum.php" ); $tpl->GetTemplate( "index.tpl" ); $tpl->SetVar( "{TITLE}", $l2cfg['title'] ); $tpl->SetVar( "{THEME}", TPL_DIR ); $tpl->SetVar( "{LOGIN}", $tpl->result['login'] ); $tpl->SetVar( "{SERVER}", $tpl->result['server'] ); $tpl->SetVar( "{FORUM_LINKS}", $tpl->result['forum'] ); $tpl->SetVar( "{INFO}", $user->errorMsg( ) ); $tpl->SetVar( "{CONTENT}", $tpl->result['content'] ); $tpl->SetVar( "{POLL}", $tpl->result['poll'] ); $tpl->SetVar( "{COPYRIGHT}", $tpl->result['copy'] ); $tpl->parse( "index" ); echo $tpl->result['index']; $tpl->clear_global( ); $db->Close( ); foreach ( $ldb as $ldb_close ) { $ldb_close->Close( ); } foreach ( $gdb as $gdb_close ) { $gdb_close->Close( ); } echo "\n<!-- {version v11 by Vetal} -->"; ?> Ну вот index.php вроде все норм... или я че то не досматриваю
  3. Tralolo

    Stress Web 11 На Denwer Проблема

    Короче поставил denwer, залил на него stress web 11 установил. Но когда зашел на сайт оказалась такая ошибка - Скрин:http://s41.radikal.ru/i093/1107/d5/f04a20b53c95.png Зашел в админку тоже самое, попробовал поменять кодировку не помогло... Что можно сделать, если я туплю извените!
  4. Tralolo

    Проблема С Tvt

    Спасибо! Так и есть... Npc лежал в другой таблице я его добавил в `npc` и все запахало спасибо!
  5. Tralolo

    Проблема С Tvt

    Всем привет. Помоги плз короче когда настраиваю TvT, поставил ему время допустим 1 час дня в это время просто тупо на 2 минуты зависает сервер... в чате пишет: http://s56.radikal.ru/i154/1106/14/2f3d2655b2ea.jpg А в гейме: http://s52.radikal.ru/i138/1106/b3/a4c330cd9d74.jpg Помогите плиз! Сборка l2jserver. # --------------------------------------------------------------------------- # Team vs. Team Event Engine (by FBIagent) # --------------------------------------------------------------------------- # <u><b><font color="red">WARNING: this mod require custom NPC table support turned on !</font></b></u> # CustomNpcTable = True in General.properties # --------------------------------------------------------------------------- # Enable/Disable TvTEvent System TvTEventEnabled = True # TvT in instance TvTEventInInstance = True # Name of the instance file for TvT TvTEventInstanceFile = coliseum.xml # Times TvT will occur (24h format). TvTEventInterval = 21:00 # Registration timer from start of event (in minutes). TvTEventParticipationTime = 15 # Event running time (in minutes). TvTEventRunningTime = 10 # TvT Event NPC (create a custom npc of type L2TvTEventNpc). TvTEventParticipationNpcId = 70010 # TvT Event Participation Fee (itemId, number). Fee is not returned. # Example: 57,100000 # Default = none TvTEventParticipationFee = 0,0 # Location for TvTEvent NPC to spawn in form x,y,z[,heading] TvTEventParticipationNpcCoordinates = 83425,148585,-3406 # Min/Max amount of players allowed in each team. TvTEventMinPlayersInTeams = 1 TvTEventMaxPlayersInTeams = 30 # Min/Max level of players that may join the event. TvTEventMinPlayerLevel = 76 TvTEventMaxPlayerLevel = 85 # Repsawn and exit delay timers (in seconds). TvTEventRespawnTeleportDelay = 10 TvTEventStartLeaveTeleportDelay = 10 # First Team - Name, Start/Death x,y,z location. TvTEventTeam1Name = Legion TvTEventTeam1Coordinates = 148695,46725,-3414 # Second Team - Name, Start/Death x,y,z location. TvTEventTeam2Name = Emperia TvTEventTeam2Coordinates = 149999,46728,-3414 # Reward for winning team. # Example: TvTEventReward = itemId,amount;itemId,amount;itemId,amount TvTEventReward = 4037,2 # TvTEvent Rules TvTEventTargetTeamMembersAllowed = True TvTEventScrollsAllowed = False TvTEventPotionsAllowed = False TvTEventSummonByItemAllowed = False # Door ID's to open/close on start/end. # Not supported in instance, use xml template for defining doors. # Example: TvTDoorsToOpen = 1;2;3;4;5;6 TvTDoorsToOpen = TvTDoorsToClose = # Should both teams get reward if there's a tie? TvTRewardTeamTie = False # Participant's effects handling on teleport/death. # Effects lasting through death never removed. # 0 - always remove all effects. # 1 - remove all effects only during port to event (noblesse blessing can be used) # 2 - never remove any effect # Default: 0 TvTEventEffectsRemoval = 0 # Fighter-class participants will be buffed with those buffs each respawn # Format: skill1Id,skill1Level;skill2Id,skill2Level... # Example: 1504,1;1501,1;1502,1;1499,1 TvTEventFighterBuffs = 1504,1;1501,1;1502,1;1499,1 # Mage-class participants will be buffed with those buffs each respawn # Format: skill1Id,skill1Level;skill2Id,skill2Level... # Example: 1504,1;1500,1;1501,1;1085,3 TvTEventMageBuffs = 1504,1;1500,1;1501,1;1085,3 # Voiced command (.tvt) working during TVT event to get information about event status TvTAllowVoicedInfoCommand = True
×
×
  • Создать...