Advertisement
Guest User

Untitled

a guest
Sep 18th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. <?php
  2.  
  3. $lang="en"; // Language ("en" - english, "ru" - russian) //
  4. $emu="$mt"; // SET THIS $a IF YOU ARE USING ARCEMU or $mt IF YOU ARE USING MANGOS or TRINITY //
  5. $a="account.php"; //DONT CHANGE THIS//
  6. $mt="mtaccount.php"; //DONT CHANGE THIS//
  7.  
  8. $host="84.245.95.238:3306"; // HOST for World database //
  9. $user="ed0ma-wow3r"; // USER for World database //
  10. $password="Off11sNit[aAl30deisM"; //PASS for World database //
  11. $db="fallcharacters"; // ARCEMU: NAME of Logon database // MANGOS: NAME of Characters database //
  12.  
  13. $hostr="84.245.95.238:3306"; // ARCEMU: HOST for Login database // MANGOS: HOST for Characters database //
  14. $userr="ed0ma-wow3r"; // ARCEMU: USER for Login database // MANGOS: USER for Characters database //
  15. $passwordr="Off11sNit[aAl30deisM"; // ARCEMU: PASS for Login database // MANGOS: PASS for Characters database //
  16. $dbr="fallrealm"; // ARCEMU: NAME of Login database // MANGOS: NAME of REALM database //
  17.  
  18. $database_encoding = 'CP1251'; // Set encoding
  19. $img_base = "images/"; // Images directory
  20.  
  21. $server = "84.245.95.238"; // Arcemu Server Address
  22. $port = "8090"; // Arcemu Server Port
  23. $title="Falling Star"; // Insert the title of your server here
  24.  
  25. $lock_acc=1; // Lock created account to IP address (1 - on, 0 - off)
  26. $lock_reg=1; // Registration only one (or more) account from one IP address
  27. // 0 - not limit, 1 - one acc, 2 - two acc, etc...
  28.  
  29. $txt="set realmlist 84.245.95.238"; // This will appear under create account button
  30.  
  31. // Templates Configuration
  32. $path="templates/$template/images"; // DONT CHANGE THIS !!!
  33. $template="cataclysm"; //Choose templates (only default template is created) ! So don't change anything here !!!
  34. // Top hraci
  35. $connect = mysql_pconnect($server, $user, $password) or die ("Spojení se serverem $server nebylo uspesne");
  36. $top = 20; //kolik nejlepších
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement