Advertisement
Guest User

Untitled

a guest
Jun 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <?php
  2. //Database userame
  3. $database_username = '';
  4. // Database password
  5. $database_password = '';
  6. // Database host
  7. $database_host = '';
  8. // Database name
  9. $database_name = '';
  10. // Your Steam WebAPI-Key found at http://steamcommunity.com/dev/apikey
  11. $apikey = "";
  12. // The main URL of your website displayed in the login page of steam
  13. $domain_name = "";
  14. // Page to redirect to after a successfull logout (from the directory config) - NO slash at the beginning!
  15. $logout_page = "";
  16. // Page to redirect to after a successfull login (from the directory config) - NO slash at the beginning!
  17. $login_page = "";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement