Jurpopage Free Dynamic Website Script

 » Jurpopage Download Navigation
 » Jurpopage Web Designer Help
 » Jurpopage Source Code Help
 

  Welcome to Jurpopage Official Navigation for project updates, readme, change log, help, & download

New version update. Download navigation here...


   
  <?php
// Make sure no one attempts to run this script "directly"
if (!defined('JURPO')) exit;

$db_host = "localhost"; /* your database server location */
$db_port = "3306"; /* database server port */

//
// most people need to modify these
//
$website_name = "Jurpopage"; /* Your Website Name, example : JURPO.COM */
$website_url = "http://localhost/z2/jurpo/jurpopage-0.03/www/"; /* Your Website URL, example : http://jurpo.com/ or http://localhost/jurpopage/ */
$db_name = "jurpopage"; /* your database name */
$db_user = "root"; /* database user name */
$db_passwd = ""; /* database password */

?>