 Name: readme.txt Date started: 03/02/19
 Author: Kane N., kneuf.com
 Simple Calculator v1.0, an advanced calculator script.
 Copyright (C) 2003  Kane N., kneuf.com
 Web site: www.kneuf.com Email: script@kneuf.com

  Simple Calculator is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.

  This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

	
	
	Simple Calculator v1.2 ReadMe
Hi there, thanks for using my calculator script!
What's should be included:
simplecalculator.php - the main interface
process_simplecalculator.php - the actual sript
calculator.dat - the configuration file
readme.txt - what your reading now
mathhelp.php - the Simple Calculator's help file (how to use it)
and the gpl.txt - the licence file

Terms -
Please keep the link to www.kneuf.com at the bottom of the files!!! Keep the copyright notices in every file there!!!

Setup:
1, open calculator.dat, and edit the following:
$home_text = "Home-Page"; //your home page link's text e.g. Back to My Home-Page
$home_page = "http://www.your-site.com/"; //your home-page URL
$calculator_url = "http://www.your-site.com/simplecalculator.php"; //enter URL to the main calculator sript
$process = "http://www.your-site.com/process_simplecalculator.php"; //enter complete URL to script
$help = "http://www.your-site.com/simple_help.php"; //full URL to help file
2, open simplecalculator.php, process_simplecalculator.php, and mathhelp.php and edit the following:
require ('/full/system/path/to/the/calculator.dat'); // the full SYSTEM path to calculator.dat
and fix up the pages to your needs, keeping the copyright notices intact!
3, upload simplecalculator.php, process_simplecalculator.php, mathhelp.php, and calculator.dat to a directory of your choice on your server. They're doesn't seem to be any problems not CHMOD'ing the files, but if they're are, just play around :)
4, test it out!
That should be it!

Bugs/Updates:
-03/2/19: 1.2 Update: added many new functions, like TAN, COS, SIN, pretty much the "2nd Functions".
-03/2/16: 1.0 Initial release.
Report any bug problems or errors to me at the adress above, and enjoy!

Official Web address is:
http://www.kneuf.com/php/scripts/simplecalculator.php
(c) kneuf.com media 2003. All Rights Reserved.