Browse Source

removed configs

master
memespring 17 years ago
parent
commit
d56f039fd2
4 changed files with 0 additions and 95 deletions
  1. +0
    -5
      docs/.htaccess
  2. +0
    -4
      docs/.htaccess.live
  3. +0
    -43
      docs/include/config.php
  4. +0
    -43
      docs/include/config.php.live

+ 0
- 5
docs/.htaccess View File

@@ -1,5 +0,0 @@
php_value include_path ".:/data/vhost/planning/docs/include/:/data/vhost/planning/docs/include/PEAR"





+ 0
- 4
docs/.htaccess.live View File

@@ -1,4 +0,0 @@
php_value include_path ".:/data/vhost/www.planningalerts.com/docs/include/:/data/vhost/www.planningalerts.com/docs/include/PEAR"
php_value register_globals 0
php_value error_reporting E_ALL
php_value log_errors 1

+ 0
- 43
docs/include/config.php View File

@@ -1,43 +0,0 @@
<?php

/* Includes for all pages*/
require_once ("smarty/Smarty.class.php");
require_once ("scraper_support.php");

/* Config vars */
//Database
define ("DB_CONNECTION_STRING", 'mysql://root:@localhost/planning');

//Smarty
define ("SMARTY_COMPILE_DIRECTORY", '/data/vhost/planning/data/');
define ("SMARTY_TEMPLATE_DIRECTORY", '/data/vhost/planning/docs/templates/');
define ("SMARTY_PATH", '');

//PEAR
define ("PEAR_LOCATION", 'PEAR');

//URL Stuff
define ("BASE_URL", 'http://localhost.planning');
define ("DOMAIN", 'planningalerts.com');

//Scrape method (Curl vs PEAR HTTP)
define ("SCRAPE_METHOD", 'PEAR');

//Size of alert areas
define ("SMALL_ZONE_SIZE", '200');
define ("MEDIUM_ZONE_SIZE", '800');
define ("LARGE_ZONE_SIZE", '2000');
define ("ZONE_BUFFER_PERCENTAGE", '5');

//Email setup
define ("EMAIL_FROM_ADDRESS", 'planningbot@planningalerts.com');
define ("EMAIL_FROM_NAME", 'PlanningAlerts.com');

//Scraper params
define ("SCRAPE_DELAY", '5');
define ("LOG_EMAIL", 'richard@memespring.co.uk');

//Google maps key
define ("GOOGLE_MAPS_KEY", 'ABQIAAAA74qlSxRXDySLggVC9lWIbBQeWac_qjVnPmH5iTpTixX1E2xfnBR9X0On0aXuFhRdSPx42Pz0LmJzhQ');

?>

+ 0
- 43
docs/include/config.php.live View File

@@ -1,43 +0,0 @@
<?php

/* Includes for all pages*/
require_once ("smarty/Smarty.class.php");
require_once ("scraper_support.php");

/* Config vars */
//Database
define ("DB_CONNECTION_STRING", 'mysql://planningalerts:a03q9jdqowqj@localhost/planningalerts');

//Smarty
define ("SMARTY_COMPILE_DIRECTORY", '/data/vhost/www.planningalerts.com/data/');
define ("SMARTY_TEMPLATE_DIRECTORY", '/data/vhost/www.planningalerts.com/docs/templates/');
define ("SMARTY_PATH", '');

//Scrape method (Curl vs PEAR HTTP)
define ("SCRAPE_METHOD", 'PEAR');

//PEAR
define ("PEAR_LOCATION", 'PEAR');

//URL Stuff
define ("BASE_URL", 'http://www.planningalerts.com');
define ("DOMAIN", 'planningalerts.com');

//Size of alert areas
define ("SMALL_ZONE_SIZE", '200');
define ("MEDIUM_ZONE_SIZE", '800');
define ("LARGE_ZONE_SIZE", '2000');
define ("ZONE_BUFFER_PERCENTAGE", '5');

//Email setup
define ("EMAIL_FROM_ADDRESS", 'planningbot@planningalerts.com');
define ("EMAIL_FROM_NAME", 'PlanningAlerts.com');

//Scraper params
define ("SCRAPE_DELAY", '3');
define ("LOG_EMAIL", 'richard@memespring.co.uk');

//Google API
define ("GOOGLE_MAPS_KEY", 'ABQIAAAA74qlSxRXDySLggVC9lWIbBQMCRvdNqsWfhfsng03puZUBTaT9hQtyX51KB_R84bAOXtAJTIFKY8Cvw');

?>

Loading…
Cancel
Save