Solution Concepts

Hax - PHP - Calendar

 

"Making IT happen on the
Information Superhighway"

 

2600 | Antionline | Astalavista | Blacklisted 411 | Crypto-Gram | Defcon | Geeks Are Sexy | IT Conversations | Shoutwire | Slashdot

Forums | Linux | News |Telephone | Windows |

 

 

Download the software  
  •  
  •  

 

Extract to the desired directory  
  •  
  •  

 

Create database in phpMyAdmin  
  • Create a database with a name, such as "calendar", etc.
  • Import/Upload the "tables-mysql.sql" file into the newly created database (located in the "root" of your new directory
  •  

 

Configure the application in the browser  
  • Browse to (for instance) yourwebsite.com/webcalendar/install
  • Set the database type (for instance MySQL)
  • Set the server for instance "yourwebsite.com" or "localhost"
  • Set the database name for instance "webcalendar"
  • Set the login for instance "database_user_name"
  • Set the password for instance "database_password"
  • Leave the "Connection Persistence" set to "Enabled"
  • Leave the "User Authentication" set to "Web-Based"
  • Mark the "Read Only" setting to "No" (default setting)
  •  

 

Login for the first time as the administrator  
  • Browse to http://www.yourwebsite.com/calendar/login.php?
  • Note: The default username and password is admin & admin
    Make sure to change these immediately!!!
    Make absolutely certain the default "admin" account has been deleted
  • In the "Email" tab, change the "Email enabled" setting to "yes"
  • Define a "Default sender address
  •