GameTracker.com
Pesquisa resultou em 4 ocorrências
-
+
- 01 Out 2023 19:50
- Fórum: Servidor Dedicado em Linux
- Tópico: Servidor de BFV
- Respostas: 1
- Exibições: 96877
-
+
- 01 Out 2023 18:59
- Fórum: Servidor Dedicado em Linux
- Tópico: Servidor de BFV
- Respostas: 1
- Exibições: 96877
-
+
- 18 Set 2023 15:24
- Fórum: Linux Ubuntu 22.04
- Tópico: Configurando Syntax highlighter
- Respostas: 6
- Exibições: 210488
Testando Syntax highlighter
$id = 0; if (isset($_REQUEST['id'])) $id = (int)$_REQUEST['id']; else if (isset($_REQUEST['search_name'])) { if (strlen($_REQUEST['search_name']) < 3 && !Validator::number($_REQUEST['search_name'])) { echo 'Player name is too short.'; } else { if (Validator::number($_REQUEST['search_name'])...

