| Server IP : 172.67.201.108 / Your IP : 216.73.216.37 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/mitzvahm/planner/ |
Upload File : |
<?php
$db_server = 'davlermysqlcloud.cluster-cyy1iyll0otl.us-east-1.rds.amazonaws.com';
$db_user = 'mitzvahmplanner';
$db_pwd = 'acaC1jc!P';
$db_name = 'mitzvahm_planner';
$app_base = 'http://www.mitzvahorganizer.com/';
$app_base_secure = 'https://www.mitzvahorganizer.com/';
$app_prefix_standard = 'http://';
$app_prefix_secure = 'https://';
$app_mail_to = '[email protected]';
$app_mail_bcc = '[email protected], [email protected]';
$app_mail_from = '[email protected]';
$app_upload_dir = '/home/mitzvahm/inet_files/planner';
$app_root_dir = '/home/mitzvahm/planner';
$app_timeout = 900;
$app_label_default_mfg = 'Avery Letter Size';
$app_label_default_id = '384';
$app_mailchimp_key = '4dba38e1e67f7ffbda0c8e1829a59f22-us9';
$app_mailchimp_list_id = 'dd3f368f20';
$app_cron_auth_key = '6c593b41693ac33224ead6bbb93f25b2';
$app_akismet_key = 'd3c23909f82d';
//************** coupon code for home page ********************
$app_coupon_code = 'Celebrate2';
$app_coupon_discount = '$10';
$app_coupon_header = 'Limited time offer! Receive a $10 off coupon by email:';
//$app_coupon_code = 'HGIFT';
//$app_coupon_discount = '$18';
//$app_coupon_header = 'Limited time Hanukkah offer! Receive a $18 off coupon by email:';
// ****************************************
//$app_authorize_net_login_id = '3AU9MwzUE7w6';
//$app_authorize_net_transaction_key = '2C5q3zx37Y4SF48u';
$app_authorize_net_login_id = '9782fVxPy8';
$app_authorize_net_transaction_key = '6CSSt72k66NC52kg';
$app_authorize_net_amt_first_event = '69.95';
$app_authorize_net_amt_additional_event = '29.95';
define("AUTHORIZENET_SANDBOX",false); // Set to false to test against production
//define("TEST_REQUEST", "TRUE");
define("TEST_REQUEST", "FALSE");
?>