Guest User

Untitled

a guest
Apr 25th, 2018
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <?php
  2. $host = "localhost";
  3. $userName = "username";
  4. $password = "password";
  5. $dbName1 = "SRO_VT_ACCOUNT";
  6. $dbName2 = "SRO_VT_SHARD";
  7. $expRate = "150";
  8. // Exp|Sp rate
  9. $ptRate = "180";
  10. // Party Exp|Sp Rate
  11. $dropRate = "80";
  12. // Item Drop Rate
  13. $goldRate = "70";
  14. // Gold Drop Rate
  15. $soxPoc = "50";
  16. // Sox drop Rate
  17. $dbConn = mysql_connect($host, $userName, $password) or die ("Couldn't connect to server");
  18. ?>
Add Comment
Please, Sign In to add comment