Index of /
Name Last modified Size Description
Parent Directory 02-May-2012 10:00 -
AIE.mp3 14-Dec-2007 00:28 8.2M
Calendar_MOD_Files.txt 25-Oct-2007 18:20 11k
MOI.jpg 30-Nov-2007 01:52 16k
Moi1.jpg 25-Nov-2007 00:04 10k
Red.mp3 30-Nov-2007 01:59 8.9M
WoWMaevahEmpire/ 25-Oct-2007 01:50 -
ZEP/ 23-Dec-2007 22:54 -
cache/ 17-May-2012 00:37 -
cal_install.php 25-Oct-2007 18:19 15k
cal_lite.php 25-Oct-2007 18:20 41k
cal_lite_functions.php 25-Oct-2007 18:20 9k
cal_lite_settings.php 25-Oct-2007 18:20 1k
calendar.php 25-Oct-2007 18:20 1k
common.php 25-Oct-2007 01:42 6k
config.php 25-Oct-2007 01:45 1k
cron.php 25-Oct-2007 01:42 6k
dmx.mp3 25-Nov-2007 01:43 6.7M
electro1.mp3 12-Dec-2007 21:49 14.4M
electro2.mp3 12-Dec-2007 21:42 6.0M
electro3.mp3 12-Dec-2007 21:58 5.2M
electro4.mp3 12-Dec-2007 21:55 1k
faq.php 25-Oct-2007 01:42 1k
html/ 12-Dec-2008 21:52 -
images/ 25-Oct-2007 01:35 -
includes/ 25-Oct-2007 01:36 -
language/ 25-Oct-2007 18:19 -
mcp.php 25-Oct-2007 01:42 21k
memberlist.php 25-Oct-2007 01:42 55k
moi2.jpg 25-Nov-2007 00:08 690k
php/ 25-Oct-2007 20:03 -
posting.php 25-Oct-2007 01:42 53k
raid/ 25-Oct-2007 19:33 -
report.php 25-Oct-2007 01:42 4k
search.php 25-Oct-2007 01:42 39k
store/ 25-Oct-2007 01:43 -
style.php 25-Oct-2007 01:42 8k
styles/ 25-Oct-2007 01:42 -
templates/ 25-Oct-2007 18:19 -
ucp.php 25-Oct-2007 01:42 9k
viewforum.php 25-Oct-2007 01:42 26k
viewonline.php 25-Oct-2007 01:42 14k
viewtopic.php 25-Oct-2007 01:42 59k
/*********************************************
* Calendar Lite
*
* $Author: martin $
* $Date: 2005-09-04 20:51:20 +0100 (Sun, 04 Sep 2005) $
* $Revision: 29 $
*
*********************************************/
##############################################################
## Mod Title: Calendar
## Mod Version: 1.4.6
## Author: WebSnail < Martin Smallridge >
## SUPPORT: http://www.snailsource.com/forum/
## Description: Add-on, Calendar for phpBB2
##
## Installation Level: moderate)
## Installation Time: 10 Minutes
## Files To Edit: admin/admin_ug_auth.php,
## templates/xxx/admin/auth_ug_body.tpl
##
## Included Files:
## calendar.php
## cal_install.php
## cal_lite.php
## cal_lite_functions.php
## cal_lite_settings.php
## admin/admin_calendar.php
## admin/admin_cal_ug_auth.php
## cal_install/cal_convert_fn.php
## cal_install/schema/mssql_141_inserts.sql
## cal_install/schema/mssql_141_schema.sql
## cal_install/schema/mysql_122_to_141_schema.sql
## cal_install/schema/mysql_141_inserts.sql
## cal_install/schema/mysql_141_schema.sql
## cal_install/schema/postgres_141_inserts.sql
## cal_install/schema/postgres_141_schema.sql
## cal_install/cal_updater.php
## language/lang_english/lang_calendar.php
## language/lang_VARIOUS LANGUAGES
## ....
## templates/xxx/cal_view_month_lite.tpl
## templates/xxx/cal_validate_events_lite.tpl
## templates/xxx/cal_posting_body_lite.tpl
## templates/xxx/cal_day_events_lite.tpl
## templates/xxx/admin/calendar_config_body.tpl
## templates/xxx/admin/cal_user_select_body.tpl
## templates/xxx/admin/cal_user_lookup_body.tpl
## templates/xxx/admin/cal_auth_ug_body.tpl
## templates/xxx/admin/cal_auth_select_body.tpl
## templates/xxx/images/icon_mini_calendar.gif
##
##############################################################
## This MOD is released under the GPL License.
## Intellectual Property is retained by the MOD Author(s) listed above
##############################################################
## Please note that this MOD is NOT listed on phpBB.com's main
## site and should under no circumstances be trusted as secure
## and genuine unless downloaded from the Snailsource.com web
## site.
##############################################################
IMPORTANT: If you do nothing else read these docs...
====================================================
Install http://www.snailsource.com/callite/install.html
Upgrade http://www.snailsource.com/callite/upgrading.html
Settings for Calendar http://www.snailsource.com/callite/admin.html
Permissions for Calendar http://www.snailsource.com/callite/admin.html#perm
FAQ http://www.snailsource.com/callite/faq.html
Support http://www.snailsource.com/forum/viewforum.php?f=1
Updates to this version
=======================
04/09/2005 [20:50]
FIX: cal_lite.php, cal_settings.php
- The version number is now reported correctly as in the database.
03/09/2005 [17:45]
RELEASE: 1.4.6 Stable version
###################################
# Changelog for Previous Versions #
###################################
15/08/2005 [00:30]
ADD: cal_install/perms_fix.php
- Running this file adds the cal_user_perm and cal_group_perm fields to the
table for those people using mySQL who thought that the instructions weren't
relevant to them... Read That Fine Manual you numpty!
12/08/2005 [23:15]
FIX: cal_lite.php
- Single quotes showing up as double quotes
30/07/2005 [18:15]
FIX: cal_lite_functions.php
- Timezone adjust code has been disabled as this was skewing data.
(Also realised it couldn't work without a re-write)
29/07/2005 [21:20]
FIX: cal_lite.php
- headers already sent when anon-users attempt to access calendar that is blocked
Now redirects without error.
27/07/2005 [23:15]
UPDATE: admin_cal_ug_auth.php
- Use phpbb constants for tables (remove $table_prefix)
- Add necessary code to provide debug output when permissions access fails
- Alter MOD instructions to provide debug output as above
10/06/2005 [14:58]
FIX??: postgres_141_schema.sql
- Alter INT to smallint in attempt to track installation bug.
10/06/2005 [14:20]
UPDATE: admin/* , templates/[theme]/admin/*
- Added the workaround for setting Calendar (and other mods) permissions
for when Category Heirachy is installed and for general use as still useful.
29/05/2005 [14:15]
UPDATE: cal_lite.php, cal_view_month_lite.tpl
- Add in "jump to..." box in month view..
10/05/2005 [17:00]
UPDATE: /contrib, mini_cal_SNAILLITE.php
- contrib renamed to cal_contrib to avoid phpbb2 errors and to ID as callite related
- mini-cal module for Calendar Lite updated with recent fix (see contrib readme for minical)
09/05/2005 [01:45]
FIX: cal_install.php
- Fix checking routine to look for cal_convert_fn.php in the correct place.
- Provide more useful info for version from/to in installer
08/05/2005 [14:45]
FIX: cal_lite.php
- Fix permissions issue that stopped anon viewers seeing a calendar when allow_anon was set to on
- Fix date format returning blank if passed as blank.
30/04/2005 [20:05]
UPDATE: cal_lite.php
- Use the cal_create_date() function instead of the phpbb2 create_date() one
(Useful to deal with "friendly date" mod which fubar's calLite)
29/04/2005 [14:34]
FIX: cal_lite_functions.php
- fixed the bbcode_strip name to be unique to calendar.
29/04/2005 [13:25]
RELEASE: 1.4.6 BETA 1
- Improved security to handle SQL and other code injection attacks
- Reformatting and standardisation of code formatting
- Enforce login for users when not logged-in and Anon access turned off.
- Renamed cal_functions.php to cal_lite_functions.php
- Added check function that warns admins to delete the cal_functions.php file
- Moved cal_convert_fn.php file to cal_install directory
IMPORTANT: Upgrading a version of Calendar older than version 1.2.2*
====================================================================
To ensure that the old calendar tables are compatible with the
installer/updater you may need to run the "cal_updater.php" file
before running cal_install.php
Please check the Snailsource forums regularly for any updates and
report any bugs you come across with as much information as possible.
Contributions
=============
This MOD is free for your use but it's worth noting a large number of hours
were/are spent writing the script and the accompanying files, not to mention
supporting users like yourself.
So, if you are suitably impressed and would like to help me to help others
then please make a small contribution to the UKRag.net project. More info'
on the project is available at:
http://www.snailsource.com/forum/viewtopic.php?t=13
...and...
http://www.ukrag.net/
Contributions can be made via PayPal to info@snailsource.com
Thanks for your support...
Martin
(WebSnail)
NB: Any contributions of £17.50 or more automatically ensure access to Calendar
Pro which is the only version of Calender now being developed further.
============================
CHANGELOG - Earlier Versions
============================
Bug-Fixes & Updates
===================
02/12/2004 - Rewrite: schema files, cal_install.php
re-written the postgres and mssql files to hopefully be more compatible with
ODBC type connections and generally install successfully.
18/10/2004 - Update: cal_lite.php, cal_functions.php
[1.4.5] Break out 2 functions for use outside of Cal_lite.php (eg: events list)
Makes life a little easier for mod writers/usage.
==========
15/10/2004 - Fix: cal_lite.php
Correct remaining $table_prefix usage in cal_perms function.
01/10/2004 - Fix: Calendar_MOD_Files.txt
Correct old usage of $table_prefix in admin_ug_auth. Proper constants now used.
26/09/2004 - Fix: cal_lite.php
Dates are now translated properly for other user languages.
24/09/2004 - Feature: cal_lite.php
[1.4.4] Added small function that allows user to highlight days where there is an event.
[Normally disabled ie: commented out. - see lines: 1110 - 1116]
==========
18/04/2004 - Fix: cal_lite.php
$cal_config not globalised so edit button not showing when "allow_old" on
11/04/2004 - Fix: cal_posting_body_lite.tpl
Time data was not being stored due to a mismatched variable.
08/09/2004 - Fix issue of missing add/modify event error pop up text.
29/08/2004 - Fix issue with bbcode and smilies failing in Firefox/Mozilla
- Included the missing language files (Doh!)
27/08/2004 - Prepare Beta as full release 1.4.4
- Change to the "admin/admin_ug_auth.php" MOD instructions to pull in line with
CalPro.
21/08/2004 - Altered installer to check for a config_name = 'version' record in the
cal_config table and update or insert the version info as required.
- Fix issue of fussy mySQL parser choking on default for calendar ID field
13/08/2004 - Fixed installer issue with cal_config sql table not being installed
(version tester was incorrectly recognising 1.2.2 as 1.4.1)
- calendar.php helps avoid bad 404 links with the new cal_lite.php name
- Possible fix for reassign $this error caused by PHP5
05/08/2004 - Possible fix implimented to deal with 2.0.10 upgrade [TESTING]
20/07/2004 - Renamed cal_settings.php to cal_lite_settings.php to aid compare with calpro
- Postgres still untested
- Fix problem with regex in installer
- Fix issue with CalLite and recent changes in phpBB2.10
30/04/2004 - Renamed common variables to use cl_ prefix and avoid many of current clashes.
- Version update to 1.4.3 just to help keep track of changes
28/04/2004 - Added beta Postgres SQL install files... still in testing.
05/04/2003 - Update mod edit file to remove clashes with other mods
- Added warnings to schema files to try and avoid 1d10t
"didn't read the manual" errors. ;)
- Suggesting an event now provides an appropriate "success" message.
10/03/2003 - Improved sanity checking for installer.
- Fixed usernames with single/double quotes issue.
24/02/2003 - Fixed issue with time validation requiring a time
- Fixed edit/del own events permission
(this only fixes for events added after new file uploaded)
23/02/2003 - Fixed mysql4 compatability error.
- Fixed issue with event time being discarded.
- Added time validation check
- Included a calendar icon for header link
03/02/2003 - Short php tags now replaced with long <?php
- Comments have now been terminated.