antiblock
https://arwen2.global/

Search the Community

Showing results for tags 'meajuda'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Comunidade
    • Community Servers
    • Anúncios
    • Apresentações
    • Sugestões
    • Suporte (Tickets)
    • Lixeira do fórum
  • Patrocínios
  • Hardware e Software
    • Smartphones e Tablets
    • Desktops e Laptops
    • Sistemas Operativos
  • Ensino
    • Programação
    • Web Design
    • Ensino Escolar
  • Gaming
    • Gaming Mobile
    • Battle Royale
    • Ação e FPS
    • MOBA
    • RPG e MMORPG
    • Outros Géneros
    • Consolas
  • Gerenciamento de Servidores e Clientes
    • Metin2
    • Minecraft
    • Counter-Strike
    • FiveM
    • Browser
    • Outros Servidores
  • Design World
    • Geral e Galerias de Arte
    • Pedidos de Designer
    • Tutoriais e Recursos
  • WebMaster
    • Geral
    • Alojamento Web
    • Plataformas Web
  • Discussão Geral
    • Notícias
    • Computador
    • Video-Sharing e Streaming
    • Automóveis & Motos
    • Desporto
    • Entretenimento
    • Anúncios e Comércio
    • FunZone
    • Off-Tópic

Categories

  • DEVs/Resellers
    • Plechito
    • iBeast
    • dracaryS
    • Vegas
    • Dungeons
  • Leaks Metin2
    • C++ / C# / Python
    • Unpacked
    • ServerFiles
    • Programs and tools
  • Graphics & 3D & Costume
    • Maps
    • Npc & Mobs
    • Equipment
    • Websites, Designs and Scripts
  • FiveM
  • Windows
    • Releases
  • Música
    • Hip-Hop
  • Trash
    • Metin2
    • Android
    • Aplicações
    • WebMaster
    • Jogos PC

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Discord


E-mail


Website URL


Localizaçao


Sobre mim

Found 1 result

  1. Eae galera, tudo bem com vocês? Me desculpem se não é o lugar certo para postar essa duvida. mas estou com problema no site porque eu faço tudo certinho e aparece essa m ensagem: "Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp2\htdocs\config.php:16 Stack trace: #0 C:\xampp2\htdocs\index.php(2): include() #1 {main} thrown in C:\xampp2\htdocs\config.php on line 16" Segue a seguir as linhas de comando: "<?php /* |------------------------------------------------------------------- | Datenbank Connection Details |------------------------------------------------------------------- */ $mysql_host = "Ip do servidor"; $mysql_user = "root"; $mysql_pass = "senha"; $mysql_db = "account"; /* |------------------------------------------------------------------- | Datenbank Verbindung herstellen |------------------------------------------------------------------- */ mysql_connect($mysql_host, $mysql_user, $mysql_pass) OR die("Es konnte keine Verbindung zur Datenbank hergestellt werden.<br /> Fehlermeldung: ".mysql_error()); mysql_select_db($mysql_db) OR die("Die Datenbank konnte nicht benutzt werden.<br /> Fehlermeldung: ".mysql_error()); ?>" Alguem pode me ajuda por favor??