Just a web script to help track when, where, and what you got from the free treasures scattered about Nightfall in the game Guild Wars.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

7 рядки
183 B

  1. <?php
  2. define ("DATABASE_HOST", "localhost");
  3. define ("DATABASE_USER", "not-root");
  4. define ("DATABASE_PASS", "strong-password-here");
  5. define ("DATABASE_NAME", "gwtreasuretracker");
  6. ?>