Postado Janeiro 15, 2014 11 anos cara eu uso o vertrigo colokei e extrai para pasta "www" abro o lcal host e nao abre site nenhum ;/
Postado Janeiro 23, 2014 11 anos Só tenho uma Duvida : - Qual Versão do XAMPP ou VERTRIGO devo usar?? Obrigado Aguardo Resposta ! REP+ É aconselhado a usar as últimas versões dos servidores. Pois o Znote é necessário um versão mais atualizada do PHP e MySQL cara eu uso o vertrigo colokei e extrai para pasta "www" abro o lcal host e nao abre site nenhum ;/ Mostre um print ou mais informações do problema valeu! Atenciosamente, Avuenja. OTAAC | TIBIA CLIENTS
Postado Fevereiro 11, 2014 11 anos cara eu uso o vertrigo colokei e extrai para pasta "www" abro o lcal host e nao abre site nenhum ;/ eu também extrai para /var/www (linux) e não abre site nenhum preciso fazer alguma configuração extra? obs: o phpMyAdmin abre normalmente então não é problema com apache ou mysql
Postado Março 10, 2014 11 anos Victim Time Killer At level 142: Billzera 10 March 2014 (21:46) ( ! ) Notice: Undefined index: is_player in C:\Program Files (x86)\VertrigoServ\www\deaths.php on line 28 Call Stack # Time Memory Function Location 1 0.0010 344736 {main}( ) ..\deaths.php:0 ( ! ) Notice: Undefined index: is_player in C:\Program Files (x86)\VertrigoServ\www\deaths.php on line 29 Call Stack # Time Memory Function Location 1 0.0010 344736 {main}( ) ..\deaths.php:0 ( ! ) Notice: Undefined index: killed_by in C:\Program Files (x86)\VertrigoServ\www\deaths.php on line 31 Call Stack # Time Memory Function Location 1 0.0010 344736 {main}( ) ..\deaths.php:0 sabe como arrumar ? meu deaths.php aqui <?php require_once 'engine/init.php'; include 'layout/overall/header.php'; $cache = new Cache('engine/cache/deaths'); if ($cache->hasExpired()) { if ($config['TFSVersion'] == 'TFS_02' || $config['TFSVersion'] == 'TFS_10') { $deaths = fetchLatestDeaths(); } else if ($config['TFSVersion'] == 'TFS_03') { $deaths = fetchLatestDeaths_03(30); } $cache->setContent($deaths); $cache->save(); } else { $deaths = $cache->load(); } if ($deaths) { ?> <h1>Latest Deaths</h1> <table id="deathsTable" class="table table-striped"> <tr class="yellow"> <th>Victim</th> <th>Time</th> <th>Killer</th> </tr> <?php foreach ($deaths as $death) { echo '<tr>'; echo "<td>At level ". $death['level'] .": <a href=characterprofile.php?name=". $death['victim] ."'>". $death['victim'] ."</a></td>"; echo "<td>". getClock($death['time'], true) ."</td>"; if ($death['is_player'] == 1) echo "<td>Player: <a href=characterprofile.php?name=". $death['killed_by] ."'>". $death['killed_by'] ."</a></td>"; else if ($death['is_player'] == 0) { if ($config['TFSVersion'] == 'TFS_03') echo "<td>Monster: ". ucfirst(str_replace("a ", "", $death['killed_by'])) ."</td>"; else echo "<td>Monster: ". ucfirst($death['killed_by']) ."</td>"; } else echo "<td>". $death['killed_by'] ."</td>"; echo '</tr>'; } ?> </table> <?php } else echo 'No deaths exist.'; include 'layout/overall/footer.php'; ?>
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.