Jump to content

Lamron333

Members
  • Posts

    24
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Lamron333's Achievements

Member

Member (2/3)

0

Reputation

3

Community Answers

  1. <?php include('inc/settings.php'); try { $con = new PDO('mysql:host=' . $config['HOST'] . ';dbname=' . $config['DB'] . ';charset=UTF8', $config['USER'], $config['PASS']); } catch(PDOException $e) { die($e->getMessage()); } ?> <?php $config = array( 'HOST' => '127.0.0.1', 'USER' => 'NAME', 'PASS' => 'PASSWORD', 'DB' => 'auth', 'CORE' => '' ); // General Settings define('EXPANSION', 1); // 1 = Vanilla / 2 = TBC / 3 = WOTLK define('REALMLIST', 'set realmlist logon.DOMAINNAME.com'); // Google ReCaptcha Settings define('CAPTCHA_SECRET', ''); define('CAPTCHA_CLIENT_ID', ''); // Message Settings define('SUCCESS_MESSAGE', 'Successfully Registered!'); ?> Ok what do I add where?
  2. Can you update the link please? I really need a website so people can sign up to my mangos2 server :.(
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use