Please follow the instructions below 1. Download myEvent1.6.zip & unzip it 2. Open up the config.php file & edit the following $host = "localhost"; <----------Database host $login = ""; <----------Database user login $password = ""; <----------Database user's password $base = ""; <----------Database name $user="admin"; <-- please change it to the login user name $pass="pass"; <-- & password of your preference in order to log into admin control 3. Upload all the files to directory of your wish 4. Create a table using createtbl.php . 5. Log into your adminstration center by typing login.php 6. You can edit delete or add event using the administration center 7) If you planned to use include() function to intergrate to your website Please follow this example eg: $myevent_path ="./myevents/"; include $myevent_path."myevent.php"; where "./myevents/" is where you have installed myevent 8) You can change myEvent 1.2 setting by editing config.php