because webservers can be located anywhere in the world yet be used predominately in one region you need to be able to cahnge the timezone on the webserver, however the time stamp never changes.
You can set a default time zone for your server from the configuration file (php.ini) at the line:
Timezones are available here http://www.php.net/manual/en/timezones.europe.php
[Date]
; Defines the default timezone used by the date functions
date.timezone = America/New_York
Magic quotes are the bain opf any programmers life. If you commit something to a my sql database that has unescaped characters, php by default will escape them with a backslash '/' and this can mess all your code up.
The following shows you how you can detect if magic quotes are running and how to disable them.
Detect if magic quotes are running
Run this php code on your web server
<?php if(get_magic_quotes_gpc()) echo "Magic quotes are enabled"; else echo "Magic quotes are disabled"; ?>
Disable magic quotes
If you alter the following code in your php.ini will disable magic quotes. You might als be able to use a php variable declaration but this will be less permanent.
; Magic quotes ; Magic quotes for incoming GET/POST/Cookie data. magic_quotes_gpc = Off ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc. magic_quotes_runtime = Off ; Use Sybase-style magic quotes (escape ' with '' instead of \'). magic_quotes_sybase = Off
for all those stuck in the boot screen
step by step
get the tools attached (mtty 1.42.zip), as mamaich told, you have to use it in bootloader mode, (power + light bulb + reset)
Done.
Select top option in this list. This is a dynamic option supplied by the printer (selected in the printer properties, will not change everytime)
disable these lines (please check on default ini file. only sendmail library should be active)
;SMTP = localhost
;smtp_port = 25
enable this line
;sendmail_path = "D:\Documents\websites\design\sendmail\sendmail.exe -t"
(check default ini and update instructions)
the following were set and it works
smtp_server=mail.lancastrian-it.co.uk
smtp_port=25
default_domain=lancastrian-it.co.uk
error_logfile=error.log
debug_logfile=debug.log
The following are links to various tutorials on how to setup sending email from xampp which i used for research
Default Sage Line 50 data locations
Backup Location
Sage 50 Accounts 2013 Client Manager - Compliation of sage line 50 2008 - 2013 accounts packages for accountants, this is not line 50
Upgrade
Upgrade notes 1
Upgrade notes 2
Image appears 'now -- preparing previous install for upgrade'
sage software updates part
Sage ADM Activation
In todays world you cannot just pick a word you use in your everyday life for your password. Read the notes below for guidlines on how to choose a password and how to look after it.