topical media & game development

talk show tell print

#mobile-ar-10-1.txt / txt



  <?php
  
  //General channel settings
  define('JUNAIO_API_HOST', 'http://api.junaio.com'); // URL to the junaio API
  define('AUTH_DATE_TOLERANCE', 15 * 60 * 1000);        // Set time period for valid requests: 15 minutes
  define('JUNAIO_KEY', 'KEY GOES HERE'); // Junaio developer key
  
   //insert your sql information here
     define("HOST", "SERVER ADDRESS");
     define("USER", "DATABASE USERNAME");
     define("PASSWORD", "DATABASE PASSWORD");
     define("DATABASE", "DATANASE NAME");


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.