Ir para conteúdo

Bruno1994

Campones
  • Total de itens

    15
  • Registro em

  • Última visita

Tudo que Bruno1994 postou

  1. Teria como vc dizer quais são as paginas que vc modifico ou quais as atualizações, porque ja to usando seu site, mas tenho algumas modificações que fica trabalhoso trasferir tudo pro novo
  2. Então execute isto, veja se o erro persiste. CREATE TABLE `reports` ( `id` int(20) NOT NULL AUTO_INCREMENT, `player_id` varchar(30) NOT NULL, `date` varchar(30) NOT NULL, `reason` varchar(255) NOT NULL, `description` text NOT NULL, KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ; Eu rodei essa query, mas a tabela ja exitia no meu banco de dados... Vc colocou page_acess 999999 na sua acc? Eu coloquei page_acess 6 , tem que colocar 999999 pra aparecer ?
  3. Obrigado consigui resolver, mas queria te dizer que o painel do administrador não esta aparecendo, so consigui resolver colocando o link no navegador ,dominio.com/?subtopic=adminpanel , aew sim consigui recarregar as Spells e as creatures ....
  4. Obrigado pela resposta, so mais uma duvida , eu excluiu minha tabela z_monsters , como faço pra recarregar os monsters agora ?
  5. Bom dia, eu gostaria de saber como faço para aparecer os loot na aba creature, eu clico em qualquer monstro e na area onde mostra o loot fica assim : "Loot: No have loot drop" Como faço pra atualizar para aparecer os loots? Obrigado!
  6. Servidor semi dedicado criado recentimente : http://darkserver.serveblog.net/ Eu sou web designer e mapper Necessito de ajuda pra RPG maker, scripter e Web programandor Interessandos add no facebook e pra gente cv... https://www.facebook.com/bruno09.moreira?ref=tn_tnmn
  7. Muito bom o site, mas so mais uma duvida , quando loguei com minha conta de admin , no caso page acess eu alterei pra 6. na onde era pra aparecer o painel do admin embaixo do box de screenshot retorna o seguinte erro Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'server.reports' doesn't exist' in C:\xampp\htdocs\layouts\tibiacom\layout.php:544 Stack trace: #0 C:\xampp\htdocs\layouts\tibiacom\layout.php(544): PDO->query('SELECT COUNT(*)...') #1 C:\xampp\htdocs\index.php(280): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\layouts\tibiacom\layout.php on line 544 Eu procurei essa tambem no seu banco de dados que vc envio mas não encontrei, se alguem puder em ajuda tem o meu rep ^^
  8. Para quem quiser o codigo corrigido o dimensionamento do CSS ta aew... <?php $skills = $SQL->query('SELECT * FROM players WHERE deleted = 0 AND group_id < '.$config['site']['players_group_id_block'].' AND account_id != 1 ORDER BY level DESC LIMIT 5'); ?> <style type="text/css" media="all"> .Toplevelbox { position: relative; margin-bottom: 12px; width: 180px; height: 225px; } .top_level { position: absolute; top: 30px; left: 6px; height: 180px; width: 168px; z-index: 20; text-align: center; padding-top: 6px; font-family: Tahoma, Geneva, sans-serif; font-size: 9.2pt; color: #FFF; font-weight: bold; text-align: right; text-decoration: inherit; text-shadow: 0.1em 0.1em #333 } #Topbar a { text-decoration: none; cursor: hand; } a.topfont { font-family: Verdana, Arial, Helvetica; font-size: 13px; color: #0F0; text-decoration: none } a:hover.topfont { font-family: Verdana, Arial, Helvetica; font-size: 13px; color: #CCC; text-decoration:none } .Bottom1 { position: relative; bottom: -12px; left: -5px; height: 12px; width: 180px; } </style> <div id="Topbar" class="Toplevelbox" style="background-image:url(<?PHP echo $layout_name; ?>/images/top_level.png);"> <div class="top_level" style="background:url(<?PHP echo $layout_name; ?>/images/bg_top.png)" align="left"> <?php $a = 1; foreach($skills as $skill) { echo '<div align="left"><a href="?subtopic=characters&name='.$skill['name'].'" class="topfont"> <font color="#CCC"> '.$a.' - </font>'.$skill['name'].' <br> <small><font color="white"> Level: ('.$skill['level'].')</font></small> <br> </a> </div>'; $a++; } ?> <div class="Bottom1" style="background-image:url(<?PHP echo $layout_name; ?>/images/general/box-bottom.gif);"> </div> </div> </div>
  9. Eu aluguei um servidor vps na BH servers, mas estou tendo um serio problema com a rota do servidor. Mesmo eu disparando pings, e retornando valores em torno de 160~180 "Razoávelmente bom" eu tenho lags no meu servidor. Teria alguma forma de melhorar isso? S.O: Windows server 2003 Obs:Eu ja teste serviços de tunnel, e melhora bastante a rota do servidor e o lag, mas são serviços caros e fora de mão pra min.
  10. Vc poderia me passar o link do outro script, porque não estou encontrando
  11. teria como vc conserta o posicionamento do box-bottom ali em baixo ?
  12. Na linha 25 e 26 do arquivo sellchar.php vai estar assim : $char = mysql_real_escape_string($_POST['char']); $price = mysql_real_escape_string($_POST['price']); Substitua por esse codigo: $char = stripslashes($_POST['char']); $price = stripslashes($_POST['price']); Veja se resolveu...
  13. Bruno1994

    Bueiro, Etc

    Criatividade nota 10, da ate inspiração!
  14. Como Assim executando direto ? Repete automaticamente com curto intervalo de tempo ?
  15. Você usado o script do globalevent que eu postei você deve fazer o seguinte \/ Tipo se sua distro for 0.4,você muda o time para interval, e em vez de coloca isso "<globalevent name="zombieevent" interval="12:53" event="script" value="zombie event.lua"/>" voce coloca "<globalevent name="zombieevent" interval="tempo em segundos para execução do evento mais 3 zero" event="script" value="zombie event.lua"/> se for TFS 0.3.6 vo so coloca o tempo sem segundos sem os 3 zero , tipo "interval" como ja diz e o intervalo de tempo entre uma execução e outra,"time" e horario programando, Creio eu com essas mudaças acabara com o problema de execução. Ajude REP++
  16. <globalevent name="zombieevent" time="xxxxx" event="script" value="zombie.lua"/> Substituir por <globalevent name="zombieevent" interval="xxxxx" event="script" value="zombie.lua"/> Substitua tudo do ...globalevents\scripts\zombie event.lua por isso \/ local config = { playerCount = 2001, -- Global storage for counting the players left/entered in the event zombieCount = 2002, -- Global storage for counting the zombies in the event teleportActionId = 2000, -- Action id of the teleport needed for the movement script teleportPosition = {x = 675, y = 600, z = 7, stackpos = 1}, -- Where the teleport will be created teleportToPosition = {x = 606, y = 687, z = 7}, -- Where the teleport will take you teleportId = 1387, -- Id of the teleport timeToStartEvent = 1, -- Minutes, after these minutes the teleport will be removed and the event will be declared started timeBetweenSpawns = 20, -- Seconds between each spawn of zombie zombieName = "event zombie", -- Name of the zombie that should be summoned playersNeededToStartEvent = 1, -- Players needed before the zombies can spawn. fromPosition = {x = 601, y = 682, z = 7}, -- top left cornor of the playground toPosition = {x = 611, y = 692, z = 7}, -- bottom right cornor of the playground } function onThink(interval, lastExecution, thinkInterval) local tp = doCreateTeleport(config.teleportId, config.teleportToPosition, config.teleportPosition) doItemSetAttribute(tp, "aid", config.teleportActionId) doBroadcastMessage("Zombie event starting in " .. config.timeToStartEvent .. " minutes! The teleport will be closed when the event start!", MESSAGE_STATUS_WARNING) setGlobalStorageValue(config.playerCount, 0) setGlobalStorageValue(config.zombieCount, 0) addEvent(startEvent, config.timeToStartEvent * 1000 * 60) print(getGlobalStorageValue(2001)) return true end function startEvent() local get = getThingfromPos(config.teleportPosition) if get.itemid == config.teleportId then doRemoveItem(get.uid, 1) end local fromp, top = config.fromPosition, config.toPosition if getGlobalStorageValue(config.playerCount) >= config.playersNeededToStartEvent then addEvent(spawnZombie, config.timeBetweenSpawns * 1000) doBroadcastMessage("Good luck in the zombie event people! The teleport has closed!", MESSAGE_STATUS_WARNING) for x = fromp.x, top.x do for y = fromp.y, top.y do for z = fromp.z, top.z do areapos = {x = x, y = y, z = z, stackpos = 253} getPlayers = getThingfromPos(areapos) if isPlayer(getPlayers.uid) then doPlayerSendTextMessage(getPlayers.uid, MESSAGE_EVENT_ADVANCE, "The first zombie will spawn in " .. config.timeBetweenSpawns .. " seconds! Good luck!") end end end end else doBroadcastMessage("The Zombie event could not start because of to few players participating.\n At least " .. config.playersNeededToStartEvent .. " players is needed!", MESSAGE_STATUS_WARNING) for x = fromp.x, top.x do for y = fromp.y, top.y do for z = fromp.z, top.z do areapos = {x = x, y = y, z = z, stackpos = 253} getPlayers = getThingfromPos(areapos) if isPlayer(getPlayers.uid) then doTeleportThing(getPlayers.uid, getTownTemplePosition(getPlayerTown(getPlayers.uid)), false) doSendMagicEffect(getPlayerPosition(getPlayers.uid), CONST_ME_TELEPORT) end end end end end end function spawnZombie() if getGlobalStorageValue(config.playerCount) >= 2 then pos = {x = math.random(config.fromPosition.x, config.toPosition.x), y = math.random(config.fromPosition.y, config.toPosition.y), z = math.random(config.fromPosition.z, config.toPosition.z)} doSummonCreature(config.zombieName, pos) doSendMagicEffect(pos, CONST_ME_MORTAREA) setGlobalStorageValue(config.zombieCount, getGlobalStorageValue(config.zombieCount)+1) doBroadcastMessage("A zombie has spawned! There is currently " .. getGlobalStorageValue(config.zombieCount) .. " zombies in the zombie event!", MESSAGE_STATUS_CONSOLE_RED) addEvent(spawnZombie, config.timeBetweenSpawns * 1000) end return TRUE end para corrigir o erro 1/12/2011 19:47:00] > Broadcasted message: "Zombie event starting in 5 minutes! The teleport will be closed when the event start!". [11/12/2011 19:47:00] 0 [11/12/2011 19:47:00] [Error - GlobalEvents::timer] Couldn't execute event: zombieevent Ajude REP++
  17. Bruno1994

    Gesior 0.3.8

    Bom Dia ao Pessoal do Xtiba! Bom vamo ao que interessa! Eu Configurando meu Servidor OT versão 8.60 para Colocar ele em um dedicado. Então eu tentei instalar o Gesior 0.3.8 no meu locahost para testa. Mas na hora de intalar usado o Xampp ,no Segundo passo para o terceiro, reporta o seguinte erro de Sintaxe "STEP 2 Check database connection If you don't see any errors press link to STEP 3 - Add tables and columns to DB. If you see some errors it mean server has wrong configuration. Check FAQ or ask author of acc. maker. Parse error: syntax error, unexpected ';', expecting T_FUNCTION in C:\xampp\htdocs\pot\OTS_DB_SQLite.php on line 68" Com esse erro não consigo avançar para o 3 passo da Instalação Então Resolvi Abri o arquivo Utilizado o Notepad++ para ver ser consiguiria itentifica o erro. E na linha 68: So tinha o Codigo ?> isso ao meu ver esta certo! Se alguem puder me ajuda a resolver isso fiquei muito feliz Segue o link do Topico no Otland Gesior 0.3.8 : http://otland.net/f118/gesior-0-3-8-a-114275/ Fui.......
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...