Advertisement
Guest User

Untitled

a guest
Aug 14th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <?php
  2. $ServerName = "Ultima"; //The name of your game here NO SPACES
  3. $mysqlhost = "127.0.0.1"; //Keep this as 127.0.0.1 if your server is running on the same host as your mysql host
  4. $mysqluser = "root"; //MySQL user that has access to the database
  5. $mysqlpass = ""; //Password to the mysql user
  6. $database = "opencp"; //Replace with your database name
  7. $table = "ps_users"; //Replace with your table name
  8. $loginIP = "69.113.87.100"; //Enter the IP that your login server is running on
  9. $loginPort = "6112"; //Enter the port you've opened for the login server. Default is 6112
  10. $server1IP = "69.113.87.100"; //IP of your first game server
  11. $server1Port = "6113"; //Enter the port you've opened for the fist game server. Default is 6113
  12. $server1Name = "Ultima"; //The name of your first game server
  13. $server2IP = "69.113.87.100"; //The IP of your second game server
  14. $server2Port = "6114"; //Enter the port you've opened for your second game server. Default is 6114
  15. $server2Name = "Myst"; //The name of your second game server
  16. $BotName = "Ultima"; //Change this to what you want your bot to be named
  17. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement