//the following variables are for your database connection. //Currently only db_type of 1 is supported. 1 = MySQL $ltw_config['db_type'] = 1; $ltw_config['db_server'] = 'localhost'; $ltw_config['db_name'] = 'masajidb'; $ltw_config['db_user'] = 'atsu'; $ltw_config['db_pass'] = 'fukae0171'; $ltw_config['db_persistent'] = false; //change the following to whatever you would like the table for the calendar to be called $ltw_config['db_table_calendar'] = 'ltw_events'; //change the following to whatever you would like the table for the users to be called $ltw_config['db_table_users'] = 'ltw_users'; //change the following variable to FALSE if you do not want bulleting in the events $ltw_config['bullets'] = 'FALSE'; //all of the following variables control how the popups are sized. //Play around with them till you get it how you like it. $ltw_config['popup_small_height'] = '450'; $ltw_config['popup_small_width'] = '400'; $ltw_config['popup_small_left'] = '200'; $ltw_config['popup_small_top'] = '100'; $ltw_config['popup_big_height'] = '500'; $ltw_config['popup_big_width'] = '600'; $ltw_config['popup_big_left'] = '200'; $ltw_config['popup_big_top'] = '100'; //this makes the database encryption for user logins unique to your setup //just change the following to some random 9 character string $ltw_config['salt'] = '123abc456'; //change the following values to whatever you would like the day names across the top to read: $ltw_config['daynames'] = array("ÆüÍËÆü","·îÍËÆü","²ÐÍËÆü","¿åÍËÆü","ÌÚÍËÆü","¶âÍËÆü","ÅÚÍËÆü"); //change the following values to whatever you would like the month names to read: $ltw_config['monthnames'] = array(1=>"£±·î","£²·î","£³·î","£´·î","£µ·î","£¶·î","£··î","£¸·î", "£¹·î","£±£°·î","£±£±·î","£±£²·î"); // this is the table to store category data in $ltw_config['db_table_category'] = 'ltw_category'; // These are the names for the header & footer files $ltw_config['html_header_file'] = 'ltw_header.php'; $ltw_config['html_footer_file'] = 'ltw_footer.php'; //these are the default colors for event links if no category found $ltw_config['cat_fgcolor'] = "#000000"; $ltw_config['cat_bgcolor'] = "#ffffff"; ?>
| 1 |
2 |
3 |
4 |
5 |
6 |
|
| 7 |
8 |
9 |
10 |
11 |
12 |
13 |
| 14 |
15 |
16 |
17 |
18 |
19 |
20 |
| 21 |
22 |
23 |
24 |
25 |
26 |
27 |
| 28 |
29 |
30 |
31 |
|||
| ´ÉÍýÍÑ | ||||||