ok dan zal ik naar jullie advies luisteren en dan zal ik het wel zien wil het later niet lukken dan stop ik ermee maar ik heb nu een ander script waarbij ik ook nog errors krijg maar dan wat minder ik hoop dat jullie me kunnen helpen om deze errors te verhelpen.
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in F:\xampp\htdocs\webshop\admin\includes\languages\english\email_extras.php on line 40
Warning: Cannot modify header information - headers already sent by (output started at F:\xampp\htdocs\webshop\admin\includes\languages\english\email_extras.php:40) in F:\xampp\htdocs\webshop\admin\includes\init_includes\init_templates.php on line 36
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in F:\xampp\htdocs\webshop\includes\functions\specials.php on line 54
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in F:\xampp\htdocs\webshop\includes\functions\specials.php on line 29
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in F:\xampp\htdocs\webshop\includes\functions\featured.php on line 53
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in F:\xampp\htdocs\webshop\includes\functions\featured.php on line 29
Warning: Cannot modify header information - headers already sent by (output started at F:\xampp\htdocs\webshop\admin\includes\languages\english\email_extras.php:40) in F:\xampp\htdocs\webshop\admin\includes\functions\general.php on line 21
php code van email_extras.php
<?php
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers |
// | |
// |
http://www.zen-cart.com/index.php |
// | |
// | Portions Copyright (c) 2003 osCommerce |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license, |
// | that is bundled with this package in the file LICENSE, and is |
// | available through the world-wide-web at the following url: |
// |
http://www.zen-cart.com/license/2_0.txt. |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to |
// |
license@zen-cart.com so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
// $Id: email_extras.php 5454 2006-12-29 20:10:17Z drbyte $
//
// office use only
define('OFFICE_FROM','From:');
define('OFFICE_EMAIL','E-mail:');
define('OFFICE_SENT_TO','Sent To:');
define('OFFICE_EMAIL_TO','E-mail:');
define('OFFICE_USE','Office Use Only:');
define('OFFICE_LOGIN_NAME','Login Name:');
define('OFFICE_LOGIN_EMAIL','Login e-mail:');
define('OFFICE_LOGIN_PHONE','<strong>Telephone:</strong>');
define('OFFICE_IP_ADDRESS','IP Address:');
define('OFFICE_HOST_ADDRESS','Host Address:');
define('OFFICE_DATE_TIME','Date and Time:');
// email disclaimer
define('EMAIL_DISCLAIMER', 'This email address was given to us by you or by one of our customers. If you feel that you have received this email in error, please send an email to %s');
define('EMAIL_SPAM_DISCLAIMER','This e-mail is sent in accordance with the US CAN-SPAM Law in effect 01/01/2004. Removal requests can be sent to this address and will be honored and respected.');
define('EMAIL_FOOTER_COPYRIGHT','Copyright (c) ' . date('Y') . ' <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');
define('SEND_EXTRA_GV_ADMIN_EMAILS_TO_SUBJECT','[GV ADMIN SENT]');
define('SEND_EXTRA_DISCOUNT_COUPON_ADMIN_EMAILS_TO_SUBJECT','[DISCOUNT COUPONS]');
define('SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_SUBJECT','[ORDERS STATUS]');
define('TEXT_UNSUBSCRIBE', "\n\nTo unsubscribe from future newsletter and promotional mailings, simply click on the following link: \n");
// for whos_online when gethost is off
define('OFFICE_IP_TO_HOST_ADDRESS', 'Disabled');
?>