Aurora-WebUI/Quickmap/en

De DigiWiki.

(Différences entre les versions)
(Page créée avec « {{Languages|Aurora-WebUI/Quickmap}} ==Quickmap Install Guide== Quickmap configuration is found in Aurora-WebUI/quickmap/includes/config.php. <br>You may want to call Aurora-W… »)
 
(Une version intermédiaire masquée)
Ligne 3 : Ligne 3 :
Quickmap configuration is found in Aurora-WebUI/quickmap/includes/config.php. <br>You may want to call Aurora-WebUI something different just remember this must reflect in the configuration below.
Quickmap configuration is found in Aurora-WebUI/quickmap/includes/config.php. <br>You may want to call Aurora-WebUI something different just remember this must reflect in the configuration below.
<php>
<php>
-
// General items
+
<?php
-
// For Statics Images Folder
+
// Database Connection
-
define("SYSURL","http://your_server_ip_or_dns_address/Aurora-WebUI/quickmap/");</pre><pre>//Your Grid-Domain
+
$CONF_db_server      = "localhost";
-
$CONF_sim_domain =   "http://your_aurora_server_ip_or_dns_address/";
+
$CONF_db_user        = "*********";
-
//Installation path
+
$CONF_db_pass        = "*********";
-
$CONF_install_path = "Aurora-WebUI/quickmap/";</pre><pre>// style-sheet items
+
$CONF_db_database    = "*********";
-
//Link to StyleSheet
+
// QuickMap URL's
-
$CONF_style_sheet =       "templates/default/style.css";
+
$SYSURL = "http://SERVER_ADDRESS_IP_OR_DNS/webui/quickmap/";
-
$CONF_style_sheet_webui = "templates/default/style_webui.css";</pre><pre>// Your Grid-Logo
+
$IMGURL = "http://SERVER_ADDRESS_IP_OR_DNS:8002/";
-
// Link to your Grid-Logo
+
// QuickMap Coordinates
-
$CONF_logo ="http://your_aurora_server_ip_or_dns_address/Aurora-WebUI/quickmap/templates/default/images/aurora-webui-logo.png";
+
$CONF_center_coord_x = "1000";
 +
$CONF_center_coord_y = "1000";
-
// mysql database items
+
// QuickMap Template
-
$CONF_db_server =   "mysql";  // Your Database-Server
+
$CONF_template   = "default";
-
$CONF_db_user =     "root";   // Database-User
+
$CONF_image_size = 230;
-
$CONF_db_database = "aurora";  // Name of Database
+
-
$CONF_db_pass =    "***";     // Password of User
+
-
// The Coordinates of the Grid-Center
+
// QuickMap Options
-
$CONF_center_coord_x = "1000"; // the Center-X-Coordinate same as Aurora-WebUI $mapstart
+
$displayRoundedCorner = true;
-
$CONF_center_coord_y = "1000"; // the Center-Y-Koordinate same as Aurora-WebUI $mapstart
+
$displayLogoEffect    = true;
 +
?>
</php>
</php>

Version actuelle en date du 1 juin 2013 à 12:22

Quickmap Install Guide

Quickmap configuration is found in Aurora-WebUI/quickmap/includes/config.php.
You may want to call Aurora-WebUI something different just remember this must reflect in the configuration below.

<?php
// Database Connection
$CONF_db_server      = "localhost";
$CONF_db_user        = "*********";
$CONF_db_pass        = "*********";
$CONF_db_database    = "*********";
 
// QuickMap URL's
$SYSURL = "http://SERVER_ADDRESS_IP_OR_DNS/webui/quickmap/";
$IMGURL = "http://SERVER_ADDRESS_IP_OR_DNS:8002/";
 
// QuickMap Coordinates
$CONF_center_coord_x = "1000";
$CONF_center_coord_y = "1000";
 
// QuickMap Template
$CONF_template   = "default";
$CONF_image_size = 230;
 
// QuickMap Options
$displayRoundedCorner = true;
$displayLogoEffect    = true;
?>
Outils personnels
  • Cette page a été consultée 988 fois.
donate
Google Ads