Login
Username:

Password:


Lost Password?

Register now!
 
Main Menu
 
Recent Downloads
 
Recent News
 
Site Stats
Stats Since 23.Dec.2002
Unique Hit Counts
Total:
Today:
yesterday:
Month:

Total Hit Counts
Total:
Today:
yesterday:
Month:
 
Support CaLogic
If you like or use CaLogic, please send in a donation to help support further development and to cover development costs!
  

 
Site Info
webmaster

Philip

 






CaLogic Current Release (1)
CaLogic Plug-ins (1)
CaLogic Release Archive (23)
Hot Fixes, V1.0.0a, V1.0.1a, V1.0.2a, V1.0.3a, V1.0.4a...
Public / Open (0)
XOOPS Hacks 'n' Mods (1)
Tools


There are 26 files in our database

Latest Listings

Category: CaLogic Current Release
Download Now!CaLogic Release 1.2.2 Popular Version: 1.2.2
Submitted Date:  2005/7/19
Description:
Version 1.2.2
=============================
Started: 20 July 2004, Finished: 13 Nov 2004
=============================


** VERY IMPORTANT SECURITY UPDATE!! **

If you downloaded CaLogic on or before 19 July 2005 20:00 GMT +1 then please download the zip again, and upload the contents to your CaLogic folder.

It appears that the mini calendar plugin script had a big security hole in it. Alot of CaLogic users' webs were hacked... including my own. Not only was I hacked, but my entire web folder was deleted.

If you use the mini cal plugin, then you will need to re-configure it after updating your CaLogic files. To re-configure, please read the instructions in the mcpi-demo.php file.

If you are unsure what to do, please contact me. I would be glad to help.


There are 2 ways to stop this security leak.

1. Download the zip again, and upload the contents to your CaLogic folder.

2. If you do not use the mini cal plugin, then you can delete these 4 files from your CaLogic root folder:
mcconfig.php
clmcpreload.php
mcpi-demo.php
cl_minical.php


I deeply applogize for any problems this security leak may have caused you.

=============================================

* IMPORANT NOTE *

The CaLogic folder structure and placement of some of the CaLogic
files has changed as of CaLogic 1.2.2

When updating from 1.2.1 or earlier to 1.2.2 or higher, please
move the file "dbloader.php" from your CaLogic include folder to your
CaLogic admin folder before running the update.

Always read the updating.txt file when updating.

=============================================
* NOTE*

Download file updated on 30.03.2005 22:58 GMT + 1

Fixed a few bugs in the update script that caused problems when updating from older versions

=============================================

Download file updated on 1 February 2005 21:18 GMT +1

fixed a bug in the user edit area that made is seem like all users were admins. And this bug caused problems with adding/changing/deleting users.

fixed a typo bug in the index file (Thanks to Justice for bringing this to my attention)

fixed a few bugs with the mini-cal plugin

If you downloaded CaLogic on or before 2 Feb 2005 21:18 GMT +1 then please download the zip again, and upload the contents to your CaLogic folder.

=============================================

Download file updated on 20 Nov 2005 14:43 GMT +1

There was a bug reported to me that only happened on certain servers. Series Events that were set to end on or after a certain day would break the calendar display. This bug has been squashed.
If you downloaded CaLogic on or before 20 Nov 2005 14:43 GMT +1 then please download the zip again, and upload the contents to your CaLogic folder.

A BIG THANKS to Rob for the FTP access to his server that greatly expedited the squashing of this bug.


Download file update 17 Nov 2004
Fixed a few bugs reported:

When viewing an event, the reminder intervals were not showing
the correct values.

Reminder intervals were not showing correctly in reminder emails.

Subscription keys now get created for the subscribers that are
added when creating an event.

Reminders weren't getting sent at the proper times.

If you downloaded 1.2.2 on or before 17 Nov 2004, please download the file again and upload everything to your CaLogic folder.

============================================

Changes in 1.2.2:

The mini cal plugin has been updated. Anyone using this feature should
see the mcpi-demo.php file for the changes. There is a new "block" that
has to be added to your html documents that include the mini cal plugin.

There is a new field in the _setup table called calogic_uid.
This filed is generated one time upon installation or during
an update if it has not yet been generated. It contains a
unique value called a GUID. This value can and must be used
for automating Admin functions. The calogic_uid is very important.
You should take great care not to expose the calogic_uid. Do not
use it in links. It is meant only to be used in php programs.

CaLogic now has an Automation API.

Functions that are automated:
Creating and deleting a user
Creating and deleting a calendar
Automatically logging a user on
Emulating a user

Emulating a user is already built in:
Admins can now "Emulate" or logon as other users without needing a password. To do this,
logon as admin, go to the user settings, select the user you want to emulate, then click
"Emulate User". Doing this will log the admin user off and log you on as the selected
user. This function is intended to help you support your users.

For instructions on how to automate CaLogic using the Automation API, read
the automating_calogic.txt file in the docs folder.

The CaLogic session handling has been somewhat modified.
CaLogic now sets a cookie that stores the session ID. This
takes care of a few problems that I have experienced over the
years. For example, the PHP setting use_trans_sid is now
irrelevant. Also, because of the cookie, the PHP Session ID
no longer has to be transmitted with links when use_trans_sid
is turned off. The bad part about this is, the user must
accept a cookie or the session will not be propagated from
page to page. CaLogic includes a P3P header stipulating
that no Personal Information is stored, and that the cookie
is only for session state.

CaLogic no longer requires the PHP setting of register_globals to be on.

Language tables have been updated a little.
Also, Language Table entries now get added dynamically,
so if you have done some adding your self, there should
be no conflicts with the uid field. Meaning any future
changes I make will not (should not) conflict with changes
you may have made, or may make.

Each user can now set thier own time zone offset in the user settings area.
And there is a new "time zone lock" feature, when activated, it ensures that
the time zone offset you enter does not get changed when logging on. This is
to correct the problems that some have reported, when being on hosted
systems that do not have the correct time zone set. (and thier provider was
unwilling to do anything about it).

Added the per calendar option to allow the showing of events in
"Out of Month cell blocks" in the month view and mini cal.
Those are the cell blocks in the month and mini calendar, that
belong to the previous and next month. In the standard setup,
they are white in color, and usualy only display the day number.
Well, if you enable this option, these cells will also display
any events for those days. To turn this on, a user must turn on
the option "Display Out of Month Day Numbers".
This was a user requested modification.

*Finally* added all of the "per calendar" configuration options that
were only available in the Admin config area, to the Calendar Config
area. This means, that if the site admin allows it, a calendar owner now
has more calendar configuration options. For example, the header
and footer banner settings can now be set on a per calendar basis.
Basically all the options in the admin config area, that are under the
headings of: "Site Look and Feel" and "Calendar Look and Feel" can
now also be set on a per calendar basis. And if you look close enuf
at previous versions, it is even stated there next to the heading in
the admin config area, that "these are the default values, and that they
can be changed in the calendar config area" by the calendar owners. But
that wasn't true up til now. Also, I've added options to those areas in the
admin config, that gives you, the admin, the option of turning these
options on or off for the calendar owners. Also, because these
are new options that the users have never had, they are turned off
by default. So if you want to allow your calendar owners to be able to
change any of the settings for thier own calendars, you will have to enable
the options that allow them to make the changes.
Note that admin users will always be able see the per calendar
settings in the calendar config area. I also know, that perhaps
a lot of normal users may be overwhelmed by the many new configuration
options. so, you as site admin may choose to just keep the settings
turned off.

The Standard Default Calendar Option has been moved from the Calendar Config
Area to the CaLogic Admin Config Area. This is where it belongs anyway.

The Email format for reminders can now be set individually for users, contacts,
and event subscribers. There are 3 types of email format: plain text, HTML and
SMS. SMS is a short plain text format that will not excede 150 characters. It is
used for sending mail to PDAs or cell phones (handy) or other devices that may
have a charcter limit. The Email Format Setting field in the CaLogic Config Area
was used to set all current users, contacts and subscribers. Now, it's only use
is for the site owner notification mails that get sent out. All other System mail
settings are still used, like the "User Name in Email" setting for example.
In order for anonymous subscribers to be able to make use of the SMS option
a site admin must enable the new "Allow Anonymous Subscriber SMS" option in
the CaLogic config area. Thanks to Gerry for helping me figure out how to get
this option rolling.
This was (partially) a user requested modification.

The Calendar Title and user name has been removed from the upper part of the header.
This is because it is now an option to have the title shown.

Admins can now see/configure/delete calendars of other users. However
the user events on a private calendar will not be seen by the editing admin.
This was a user requested modification.

Added the admin option to turn off the functions menu for non admin users.

Added the admin option for the text used to name the functions menu.
This was a user requested modification.

Rearranged the Admin Config Area a little, so that the "site" options are
separated from the "per calendar default" options.

Added font and color configuration options for the popups. User customisation
of these options can also be turned on or off.

The Week, Month and Year view "Pull down" menus as well as the calendar pull
down menu have all been replaced with a new menu. This new "Horizontal Bar Menu"
is designed to save space and look nice. The colors and fonts of this menu are configurable
in the CaLogic Admin Config Area, and if allowed, in the individual calendar configurations.
The Side Bar "Sliding Functions Menu" can now either be placed in the new
Horizontal Menu Bar, or be left on the side or both.
This was (partly) a user requested modification.

The Popup and Menu color configurations for the individual calendars has made up
a new area in the CaLendar Config Area.

Added options to control the displaying of the mini calendar in each view.
The options are: Left, Right, Both or none. If left or right is selected then
the current month will be displayed. If both is chosen then the previous and
next months will be displayed. Guess what happens if you chose none?
These options are also user customisable in the View Areas of the Calendar Config Area.
This was a user requested modification.

A calendar owner can now specify, if conflicting events can be saved or not.
This was a user requested modification.

The contacts list is now sorted by last name, first name. The list of
reminder contacts is also now sorted in the event view.

The word "<script" will now be replaced with "< \ script"
in all areas that allow for user input. This is to stop hacking.
Because CaLogic allows for HTML in the description, it was possible to enter
a bogus description that could cause anything from endless popups to relocating.
I did this because a Guestbook of mine was hacked in this manner. I tested to
see if I could do the same thing with CaLogic and I could. So I modified it to the
extent I think will effectively prevent such misuse.

There is now a "Check for Updates" link on the CaLogic Config form" Click it to check
if there are updates available. The check will open in its own window.

Fixed a bug in the week view that caused a clicked event to show the wrong date.
Thanks to Kate for the report *and* the fix!

Fixed a probelm that, when the week view is defined as the starting view,
it was not showing the correct dates, and the Week Pull Down dates
were all wrong upon startup. Thanks to all who reported this bug.

Fixed a bug that appeared only when the Default Calendar Option was turned
on, and then the Public View Option was turned on. Thanks to Mitch for his
help in getting this error fixed.

fixed a security leak that allowed any user (even the guest user) to delete
any event on any calendar. I also found this same kind of "bug" in other
areas and killed it as well.

Fixed some bugs I found on the contacts form. Also, selecting Association mode no
longer clears the selected contacts/groups.

Fixed a bug that caused some repeating events to be shown on the wrong day.

Downloaded 14494 times  14494  File Size 512.44 KB  Supported Platforms All  Home Page http://www.calogic.de
Rating: 9.00 (1 vote)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (5)


Category: CaLogic Release Archive
Download Now!CaLogic Release 1.2.1 Popular Version: 1.2.1
Submitted Date:  2004/11/13
Description:
Version 1.2.1
==================
29 May 2004

=========================================================

Download file updated on 23.10.2004: fixed an error that caused CaLogic to break.
The error only happend if the Default Calendar Option was turned on, and then the Public View option was turned on.

Also fixed bugs that caused bad dates to appear when the week view was set as standard. This bug was only noticeable on the first view. As soon as the view was changed every thing was okay. This bug also caused the week view pull down to display bad dates.
Another bug caused bad dates to show when clicking an event from the week view.

If you downloaded Version 1.2.1 on or before 23.10.2004, please download the zip again. The only files you need to copy to your web in order to fix the bugs are:

./reconfig.php
./include/wvfunc.php
./include/vhfunc.php
./include/calfunc.php

also the file:

./setup/update.php

has been changed.

Thanks.

========================================================

Download file updated on 28.06.2004: fixed the error with the reminder script. If you downloaded Version 1.2.1 on or before 28.06.2004, please download the zip again. The only file you need to copy to your web in order to fix the error is srxclr.php Thanks.

=========================================================

The changes made in this version are mostly user requests.
Some long awaited, some new.

As I stated in the previous version, I will be releasing
CaLogic after each few changes instead of trying to do alot
of changes in each release.

As usual, make sure you backup your CaLogic database and
folder structure before updating.

Changes:

Fixed a few minor bugs.

Calendar pulldown menu is now sorted alphabetically.

Changed the demo mode to not allow for changing of the
Calendar name, title or type.

Added the per calendar option to have event conflict checking
be restricted to events that are in the same categorie.

Reminder info now does not show when reminders are turned off.

Added the per calendar option to allow for displaying of the
calendar title in the view header.

Added the per calendar option that allows you to control exactly
which Event Information gets displayed. Calendar owners and admins
will always be able to see all event info on thier own calendars.

The Guest user (available only when "Public View" is on) can now post
events to open calendars. If you do not like this setting, then you
have to change your open calendars to public ones.

IMPORTANT: Don't forget. Befor updating or installing for the first
time, it is important that you close all of your open browsers, then
open a new browser and navigate to one of the files: update.php
(for updating) or setup.php (for first time installing).

Downloaded 5204 times  5204  File Size 407.23 KB  Supported Platforms All  Home Page http://www.calogic.de
Rating: 9.00 (1 vote)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (18)


Category: CaLogic Plug-ins
Download Now!CaLogic Mini Cal Plug-In Popular Version: 1.0.0
Submitted Date:  2004/10/25
Description:
The Mini Cal Plug-in is a feature that allows you to "plug" the mini calendar
from any calendar into any php web page. The mini cal plug-in will display
all events and colors just as the mini calendar in the main CaLogic program
does.

The Requirement for this plug-in is that, at least
CaLogic 1.0.5a must be installed and operational.

A demo of how to implement the plug-in is included in the plug-in
distribution, and will also be included in the core distribution
of all future versions.

Read the "Read me" file included in the zip file for usage instructions.

Thanks

Philip

NOTICE: Since about version 1.1.0, the plugin is included in the core distribution. If you are interested in this feature, just read the plug-in docs in the doc folder of the core distribution.

Downloaded 4451 times  4451  File Size 4.62 KB  Supported Platforms all  Home Page http://www.calogic.de
Rating: 0.00 (0 votes)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (10)


Category: CaLogic Release Archive
Download Now!CaLogic Release 1.2.0 Popular Version: 1.2.0
Submitted Date:  2004/5/29
Description:
Version 1.2.0
=================
12 April 2004

(Download fle updated 18.04.2004. fixed a bug that caused a javascript error when adding events to private calendars. Thanks to every one who submitted the bug report.)

(Download file updated 14.04.2004, fixed an error in the setup routine. This error only happened durring a new installation. It did not affect updates. Thanks to justice for reporting the error.)


NOTE!!!
This is quite an extensive update. I highly urge you to make a backup
of your CaLogic Database and program files before updating. If something
goes wrong with the update, you will need to restore the database and
program files.

YOU HAVE BEEN WARNED!

As usual, I have tested CaLogic to the best of my ability. But because this
is such an enormous update, I expect there will be some bugs....
Now it's up to you to find and report them.

Fixed problems with the mini calendar plug in. I had made so many changes to
other parts of CaLogic, I forgot to update the mini cal. It is working now.
Please read the mcpi-demo.php file. This file is an example of how to
integrate a mini calendar into any php page. There are also new
variables that must be set in the file.

Fixed a bug that caused problems with events when more than 9 contacts
or groups were in the database.

fixed a bug that allowed events to be submitted, even when the check
conditions had not been met.

fixed a bug with the Event Collision Check. Thanks to Justice for submitting
this bug report.

fixed a bug in the user editor.

fixed the problem with week numbers not being consistant. also fixed the
week select box itself, it wasn't working properly.

fixed the language selection problem for public view. Now a "Guest" viewer
can select any language, and it won't conflict with other "Guest" users.

fixed a problem with the back ground color not be displayed.

the font and font color can now be set for each calendar individually. If it is
not set, then the global font and color will be used.

Added the Swedish language, many thanks to Christian Sahlé for the translation.

For security purposes, now only the event creator and admins can see the
email address of subscribers.

Optimized the Email Syntax checker.

Extended the demo mode to allow view of all options.

Added "multiple groups per contact". Now, a contact can belong to more than
one group. Also, contacts ang groups can now be shared with other users.

Added a "Forgot my Password" button to the logon screen. To request a new
password, a user must enter thier e-mail address. If the address is found
in the user table, an e-mail will be sent to them with a confirmation link.
Once the user clicks on the confirmation link, a new random password will
be generated and sent to them via e-mail. To prevent cracking, no error
message gets displayed if the requested e-mail does not exist in the user
table. As a matter of fact, it will look like request was succsessful.

Added "Remember my user name and password" check box to the logon screen.
Now it is possible to have your user name and pasword stored in a cookie
for one year.

User registration is also now an option. Admins can opt to not allow
for user registration.

Admins may now manually create users. Manually created users do not
have to confirm thier registration.

Added Extended Event Fields. This was a very difficult thing to do, and
it's one of the reasons this release took so long. And it was worth it!

Extended Event Fields are a way to allow you to define fields that can
be filled out when creating/editing an event. They are dynamic fields.
There is no limit to the number of fields you can define. There is also
no limit to the number of fields an event can have. You can define the
fields either when creating/editing an event, or in the Extended Event
Field Manager. You can define three types of fields. Input (a single line),
Textarea (multiple line), and Select fields. In select fields, you also
must supply the options. Fields can be defined as "required", meaning it
must be filled, or it can be standard, meaning it will automatically be
displayed but don't have to be filled in. Also, input fields
can be set for validation. Meaning that if it is filled, it must meet
certain requirements. there are 3 types of validation available;
Date, Number and Text. Also, Input fields have a max length option.
Any non required fields can be removed from an event. Also, non
required fields are automatically removed if empty.
As Admin, you can opt to allow users to create / add extended
fields in the CaLogic Config area.

Added Event Reminder Subscriptions. This feature allows anyone to
subscribe for an event reminder. It is also used for adding Registered
users to the reminder list. For this to work, reminders must be
turned on by an admin. And the event creator must then allow for
event reminder subscriptions by activating the check box when creating
or editing the event. If a person subscribes themself for a reminder,
they must confirm the subscription thru an automated email, much like
that when registering (double opt in). If a series event is subscribed for,
then an "unsubscribe" link is included in the reminder mail.

Event reminders are also now flexible. Meaning each contact can have
a different reminder interval set. This is also true for Event Reminder
Subscribers.

Using the Event Subscriptions function, it is now quite easy to create
multiple reminders for the same event. Just keep creating reminder
subscriptions for yourself.

Added User Password History. Now, an admin can define the amount of time
a password is valid, after that, a user must change their password before
logging on. There are no grace logons allowed. An admin can also define the
min length of passwords, as well as the use interval. Admins can now set
other users passwords. Or designate that the user must change their password
upon next login.

Added the ability to make "Exceptions" to series events.
Exceptions will allow you to exclude individual occurances of series events.
Each exception can be "re-instated".

Added a "history log". Now, (almost) all actions are recorded in the history log
table. The history log can only be viewed by admins. In a later version,
calendar owners will also be able to view the log, if the admin allows it.

A user can now copy or move events between it's calendars or to other
open/public calendars. An admin can copy/move an event to any calendar.
Event collisions are not checked during a copy/move, but the collision
will naturally display in a view. Copying an event creates a new event
on the calendar to which it is copied. The copied to event is not in any
way connected to the copied from event. Event reminders as well as Extended
Fields will be copied if restrictions permit. For example, if you
create an extended field for use only by you, on your own calendars, and then
copy an event that uses this extent to a calendar not owned by you, then the
extent won't (obviously can't) be copied. Also, Exceptions are not copied or moved.

The "Event Status Column" can now be turned on or off on a per calendar
basis.

Added a "Database Maintenance" section for admins. it is now possible
to backup and restore your CaLogic database right from within CaLogic.

Enhanced the Event Description Popup. Also, when holding the mouse over a day
on the mini cal which has an event will display a popup with the event information.


Whew! Time for a vacation!

Downloaded 4687 times  4687  File Size 391.79 KB  Supported Platforms All  Home Page http://www.calogic.de
Rating: 0.00 (0 votes)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (9)


Category: CaLogic Release Archive V1.1.9
Download Now!CaLogic Release 1.1.9 Patch 2 Popular Version: 1.1.9p2
Submitted Date:  2004/3/29
Description:
Fixed a problem with using SMTP with Authentication, it wasn't working but it is now. Thanks to Luis Macareno for reporting the bug. Also fixed a bug that didn't allow for the background color setting to work. Thanks to Rob for reporting the bug.

Also fixed some problems with the mini cal plugin.

If you downloaded CaLogic 1.1.9 on or before 29.03.2004, then you should also apply this patch.

Simply unzip the files preserving the folder structure, then upload the files to your CaLogic folder.

Note: applying this patch does not change the version number displayed.


Thanks

Philip

Downloaded 3387 times  3387  File Size 18.55 KB  Supported Platforms All  Home Page http://www.calogic.de
Rating: 0.00 (0 votes)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (31)


Category: CaLogic Release Archive V1.1.9
Download Now!CaLogic Release 1.1.9 Popular Version: 1.1.9
Submitted Date:  2004/3/29
Description:
Version 1.1.9
=================
31 July 2003 (Updated on 29 Mar 2004)

(Download file updated on 29 Mar 2004. Fixed a problem with using SMTP with Authentication, it wasn't working but it is now. Thanks to Luis Macareno for reporting the bug. Also fixed a bug that didn't allow for the background color setting to work. Thanks to Rob for reporting the bug. Also fixed some problems with the mini cal plugin.)


(Download file updated on 24 Feb 2004. Fixed an error that caused some reoccuring events to show up on the wrong day. Thanks to rleathen for reporting the error.)


(Download file updated on 26 Aug 2003, fixed an error that happened when switching the Public View on and off. thanks to Justice for reporting the error.


(Download file updated on 12 Aug 2003, fixed a problem that allowed events to be submitted even if all required info had not been supplied.)

Updated the "reminders.txt" file. This is the documentation on how to setup
reminders, as well as other files in the docs folder.

Added the French language to the database. Merci to Antoine Hurtado for
translating. But remember, there is still a lot of hard coded english in
the program. I hope to get it all in the language tables soon.

Fixed an error in the reminders script, that caused the wrong contact name to
appear in the email, if more than one user/contact was on the reminders list.

Event collisons are now reported when adding an event. If an event collison
is detected, you will be given a list of events that collide with the new event.
You will then be given the choice of saving the event as is, editing the event or
deleting it.
Because CaLogic has the option of creating an event series that never ends, event
collisons will only be detected as far into the future as you set the "Reminder
Days in Advance" setting for. So, if you set reminders to be checked up to lets
say 365 days into the future, then event collison checks will only reach 365 days
from the first day of the new event. The Collision check also only allows a max
of 400 days.

Collision Checking can be turned on or off on a per calendar basis. Do this on
the Calendar Config page. Also, you can choose to include "All Day Events" in
the collision checking or not.

Enhanced the Event status column. The Event Status Columnm, is the small space
on the left of every event. In earlier versions, only an "R" would be shown
for events with Reminders. Now, 3 more Status marks get shown. An "A" for all day
events, an "S" for series or repeating events, and a "C" for events that collide
with other events.

Finally added the long awaited "Standard Font Option". It is now possible to change
the font to be used in displaying the different calendar views. It can only be changed
in the Admin Configuration area.

Downloaded 5929 times  5929  File Size 302.73 KB  Supported Platforms All  Home Page http://www.calogic.de
Rating: 10.00 (2 votes)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (10)


Category: CaLogic Release Archive V1.1.8
Download Now!CaLogic Version 1.1.8 Popular Version: 1.1.8
Submitted Date:  2003/7/26
Description:
Version 1.1.8
=================
26 July 2003

Another patch.


I (or rather CaLogic users) have run into an interesting problem. It seems
that if you Have Apache 2.x and PHP 4.2.2 installed, then mixed HTML
and PHP on one line doesn't always work. If you have this combination,
or if you are experiencing things like; clicking on the new event
button just brings you back to the calendar view, or the setup isn't
completing, then you have this problem. Well, it has been fixed with
this version. At least all the problems that have been reported to me
have been fixed

Downloaded 1978 times  1978  File Size 282.23 KB  Supported Platforms All  Home Page http://www.calogic.de
Rating: 0.00 (0 votes)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (3)


Category: CaLogic Release Archive V1.1.7
Download Now!CaLogic Release 1.1.7 Popular Version: 1.1.7
Submitted Date:  2003/7/24
Description:
Version 1.1.7
=================
24 July 2003


Another patch.

Fixed a wierd bug that caused the blank page to appear after submitting
the Database settings form. I thought it was fixed in 1.1.6, but it was
obviously not. Thanks to Eric for letting me his server to get this bug
killed.

Downloaded 1791 times  1791  File Size 282.23 KB  Supported Platforms All  Home Page http://www.calogic.de
Rating: 0.00 (0 votes)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (13)


Category: CaLogic Release Archive V1.1.6
Download Now!CaLogic Release 1.1.6 Popular Version: 1.1.6
Submitted Date:  2003/7/23
Description:
Version 1.1.6
=================
23 July 2003

This is basicly a patch, but I always release all files.

Added the footer link and "alt" text for header and footer links.
I really did this time, scouts honor!

Fixed the problem with the setup / update that caused a blank
page to show after the datadase setup. It seems a few of the
files did not have the proper line endings.
Thanks to Support Site User Iom for finding this error.

Downloaded 1735 times  1735  File Size 282.23 KB  Supported Platforms All  Home Page http://www.calogic.de
Rating: 0.00 (0 votes)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (23)


Category: XOOPS Hacks 'n' Mods Tools
Download Now!Avatar Fix Popular Version: 1
Submitted Date:  2003/7/22
Description:
This program has been writen, to correct the missing Avatar update from the XOOPS 2x Install

it has been tested with XOOPS Version 2.0.3, updated from 1.3.6

This program does 2 things at once:

1. Makes all XOOPS 1x System Avatars, User Avatars and Smilie Avatars in the XOOPS 1x Avatar folder available to XOOPS 2x.

The files are copied to the XOOPS 2x Avatar Folder using the XOOPS 2 Avatar Class Library. This ensures the actual file names are XOOPS 2x compliant. The Avatars Logical names (the names seen by users) are given like:
"Avatar x" where x is a number from 1 to how ever many avatars are found.

2. Uses the XOOPS 1x user table to update the XOOPS 2x user and avatar link tables with the proper information.


It will also, only update XOOPS 2x Users that don't already have an avatar set, so it is safe to run this program multiple times if need be.

You must provide the name of the XOOPS 1x user table. Also, this table must be located in the XOOPS 2x database.

If you don't have a backup of your XOOPS 1x users table, then no one will be able to help you.

This program creates a table in your XOOPS Database called "_PBXAUF". It uses this table to keep track of 1x Avatars it has
already integrated into 2x. After the program is finished, you can delete this table.

All actions will be listed.

To use this program, copy it to your root XOOPS folder, then enter in in a URL like
http://www.yourxoopsweb.com/avatar_fix.php

you should delete the file when you are finished, as it has no security checks. Also, your XOOPS site must be on for it to work.

If you have any questions or problems with this program, you can contact me if you wish philip@calogic.de

Downloaded 2358 times  2358  File Size 6.84 KB  Supported Platforms All  Home Page http://www.calogic.de
Rating: 10.00 (1 vote)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (2)


Category: CaLogic Release Archive V1.1.5
Download Now!CaLogic Release 1.1.5 Popular Version: 1.1.5
Submitted Date:  2003/7/18
Description:
Version 1.1.5
=================
18 July 2003

I have made some significant code changes in this version. almost every file
has been modified. Most of the changes, have to do with the handling of
the different magic_quotes settings. So if you notice any stray backslash
characters (\) please let me know.

I have also implemented a PHP function, that I hope will take care of any
problems regarding REGISTER_GLOBALS. If it works, it should no longer
matter if the setting is turned off or on.

Fixed an error in the reminder script that caused the reminder mail
to be corrupted.

Fixed a few problems with the setup / update routines.

Added a routine that checks email addys for invalid characters.

Added a German Language file. However, it is somewhat incomplete. Also, there is
still lots of hard coded english. There is also a problem with selecting
a language other than the default.

Updated the documentation, so please....
read all the files in the docs folder.

Downloaded 1766 times  1766  File Size 281.25 KB  Supported Platforms All  Home Page http://www.calogic.de
Rating: 0.00 (0 votes)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (10)


Category: CaLogic Release Archive V1.1.4
Download Now!CaLogic Release 1.1.4 Popular Version: 1.1.4
Submitted Date:  2003/7/14
Description:
Version 1.1.4
=================
14 July 2003

This is just a small fix, but an important one.

Fixed errors in the setup / update routines.


Downloaded 1774 times  1774  File Size 301.76 KB  Supported Platforms All  Home Page http://www.calogic.de
Rating: 0.00 (0 votes)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (13)


Category: CaLogic Release Archive V1.1.3
Download Now!CaLogic Release 1.1.3 Popular Version: 1.1.3
Submitted Date:  2003/7/12
Description:
Version 1.1.3
=================
25 February 2003

Fixed all bugs reported to me.

Sorry, I had forgotten to finish the footer link function in the previous
version. But hey! Now you can also add the "alternate text" for the
header and footer images! Thats the text that shows up when you place
the mouse over an image, and in case the image don't show up for some
reason, then the "alternate text" is displayed in its place.

Added a new option to the calendar config page. Now you can choose how
you want the weeks to be numbered. Either the ISO way, which states:
Weeks range from 01 to 53, where week 1 is the first week that has at
least 4 days in the current year, and with Monday as the first day of the week
Or the other way which states: The first week in January with a Monday is week 1.
Although the ISO method states, that you must also have your weeks starting
on Monday, CaLogic does not enforce this rule. Meaning you could set to use
the ISO method, and still have your weeks start with sunday. But then the
week numbers probably won't match any paper calendars you have.


Greatly enhanced the setup and update routines. The
setup will no longer run if CaLogic is already installed.
To re-run the setup, you must remove or rename the settings.php
file and the dbloader.php file.
The update routine will now update your installation of
CaLogic no matter what version you are updating from. Also,
running the update repeatedly will have no inadvertent
effects.

Have added the reminder configuration variables to the
setup table. So now, there is REALLY no more need to
edit or set anything in any text files. You will however
need to set the variables on the configuration form to
the same values you had set in the remcfg.php file.

Modified the send reminder script to also support SMTP.

Corrected some errors in the Standard Default Calendar option.

It no longer matters how PHP's magic_quotes variables are set,
either on or off will work.

Added more information to the readme file.


Added an additionl field to the events form called
"Sub Title". The text descriptor for this field is freely
definable from the CaLogic Configuration form.
For example, you could define it as "Location:" if you wanted.
The field and it's descriptor only get displayed in views and
mails, if something is entered in the field when adding/editing
the event.

Clicking on an event in the month or week view with the CTRL key
held down, will open the event in a popup view window.

Fixed some code that could have caused major data integrity
problems.

I had to make some changes / additions to make usage of the
Standard Default Calendar option more reliable.

Made some methodic changes as to how the management of
users / calendars is handled.

All documents are now located in the docs folder. Most of
the documents have been updated, you should read them all.

Fixed a few errors that I found along the way.

Downloaded 1703 times  1703  File Size 263.67 KB  Supported Platforms All  Home Page http://www.calogic.de
Rating: 0.00 (0 votes)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (11)


Category: CaLogic Release Archive V1.1.0
Download Now!CaLogic Version 1.1.0 Popular Version: 1.1.0
Submitted Date:  2003/2/12
Description:
Version 1.1.0
=================
09 February 2003


CaLogic is no longer an Alpha Version. After a year
of Alpha releases, I think we can consider it a well
tested (and used) application.

So, what's new in this version? Actually quite a bit.

All the bugs found and reported have been fixed.

The setup and update routines have been fine tuned.
The admin user is now created automatically durring
the setup (new installations only).
User name: admin, Password: admin
Change this right away in the User Settings area.

The email sending systm has beed redone, and SMTP
mail is now supported.

Admin email is finished. This option will allow the admin
to receive an email under certain circumstances. For
example when a user registers, or when a new event is
created.

Categories can now be defined as "Global", meaning that
all users can use them. But only the creator of the
category can delete or change it.

Event creator name display can now be turned off.

There is a new option called "Standard Default Calendar".
When turned on, all new users are assigned the calendar
you select. This feature should be used if you only want
to have one calendar shared by all users. Therefore, the
calendar you select as the standard default must be of
open or public type.
To activate this feature, go to the Calendar
Configuration screen and turn on the option.
This option also sets various other options.
User customisation is turned off.
The Calendar Quick Navigation is turned off.
These options could still be turned back on. But it
isn't advised. If you turn the "Standard Default Calendar"
option off again, then you must turn the other options back
on yourself if you wish.

The View Navigation pull down menus can now be turned off or on.
This is a prelude to the ability to turn each view off and on,
which is not yet finishd.

Fixed a problem with the functions menu that caused it to
do the jitter bug.

Plans for next version:
Implement more user requests.
Make an option to allow an event to be subscribable. Which means,
any user can wish to be notified of the event.
Make an option to allow an event to be shareable. Which means
any user could opt to have the event show up on thier own calendar.
Make an option to allow a calendar to be shareable. Which means
any user could opt to have all the events of a shared calendar
show up on thier calendar. This will be good for example if you
have one calendar with holidays, any user could then opt to have
the events of the holiday calendar show up on thier calendar.

Well, that's about it for this version. See you in the next one!

Downloaded 1797 times  1797  File Size 254.88 KB  Supported Platforms All  Home Page http://www.calogic.de
Rating: 0.00 (0 votes)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (14)


Category: CaLogic Release Archive Hot Fixes
Download Now!CaLogic "Register Globals" work around Popular Version: 
Submitted Date:  2003/2/12
Description:
Hi,

I have (finally) discovered a work around for users who have a "register_globals on" problem.
It only works under two conditions. One, your CaLogic install has to be on an Apache web server, and two, your ISP has to have configured your web to allow this method.

This zip file has one file in it. The file name is ".htaccess". You must place this file in the root of your CaLogic installation folder (the folder where CaLogic resides in on your web space).

Now, point your browser to your CaLogic install.
If Server errors or the like pop up, then your ISP has not configured your web to support this method. If the file didn't seem to make a difference then, you may not be on an Apache web server.

This method has already helped one user. I hope it helps you too.

Thanks

Philip

Downloaded 1790 times  1790  File Size 1000 bytes  Supported Platforms Only for Apache web servers  Home Page http://www.calogic.de
Rating: 0.00 (0 votes)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (4)


Category: CaLogic Release Archive V1.0.5a
Download Now!CaLogic Version 1.0.5a Patch 2 Popular Version: 1.0.5a.P2
Submitted Date:  2003/1/26
Description:
Just fixed an error I found in the update.php file.

I have also updated the core distribution file.

Downloaded 1882 times  1882  File Size 4.88 KB  Supported Platforms all  Home Page http://www.calogic.de
Rating: 0.00 (0 votes)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (13)


Category: CaLogic Release Archive V1.0.5a
Download Now!CaLogic Version 1.0.5a Popular Version: 1.0.5a
Submitted Date:  2003/1/26
Description:
CaLogic Release 1.0.5a (Including Patch 1 and 2)
=======================
21 January 2003

First of all, my apologies that this version took so long to get out.
Second, if you had requested a feature that is not yet in this
version, sorry again. I will get to it as soon as I can.

What's new? Probably not as much as you had hoped, but still...

The Install process is now fully automated. No more editing of
any text files EXCEPT for the reminders config file (remcfg.php).
The three variables in this file must still be set by hand.
The main reason for this is, there is a lot to read in that file.
It is more of a tutorial that a config file. So if you want reminders
on a unix/linux system, read that file, as well as readme_reminders.txt.

The Admin user is now automatically created durring the setup process unless
you are updating, in which case it is assumed that admin has already been created.

Overlapping events are highlighted with box frames in the day and week views.

The "Functions" pull down is now a "floating" menu. It is visible in the
upper left corner. Just place your mouse over it, and it will slide open.

Administrators have access to the Site Configuration link located on the
functions menu.

Lots of new Site configuration settings.

The Calendar configuration can be disabled for normal users.

Users can now choose from a list of calendars in the header of each view.

PHP Error reporting is now controlled in the script, so no more stupid
warnings and or notices.

Events can now be "Shared" on public and open calendars. I.e. if you or
anyone creates an event on an open or public calendar, all other users
will also be able to see the event. But only the creator of the event or
administrators can edit or delete the event. In addition, user names are
displayed above the events created by other users.

The "Public view calendar" is finished. If you choose to use this feature,
a special user and calendar will be created (User "Guest" calendar "Public").
Then, any time someone surfs to the calendar, the "Guest" user will automatically
be logged on and the "Public view calendar" will be displayed.
This "Guest" user cannot add/change/delete events, or change the look of the
calendar, unless demo mode is on.


Thats about it for this version.

Read the "readme.txt" for instructions on installing / updating.

Downloaded 2162 times  2162  File Size 307.62 KB  Supported Platforms All  Home Page http://www.calogic.de
Rating: 10.00 (1 vote)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (3)


Category: CaLogic Release Archive V1.0.5a
Download Now!Patch 1 to CaLogic 1.0.5a Popular Version: 1.0.5a.P1
Submitted Date:  2003/1/24
Description:
Just fixed the bug that caused day names in series events to be displayed wrong when using the option that the calendar week starts on sunday.

To implement the patch, upload both files from the zip to your CaLogic include folder, overwritting the two files already there.

For new users and updaters, this patch is included in the core 1.0.5a distribution.

Downloaded 1790 times  1790  File Size 10.74 KB  Supported Platforms all  Home Page http://www.calogic.de
Rating: 0.00 (0 votes)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (4)


Category: CaLogic Release Archive V1.0.4a Patches
Download Now!CaLogic Fix1 to Patch P2 Popular Version: 1.0.4aP2F1
Submitted Date:  2002/10/16
Description:
CaLogic 1.0.4a.P2F1

To implement this fix, you must be using CaLogic Version 1.0.4a.P2.

If you are not using this version, please upgrade before implementing this fix.

To implement the fix, simply Upload the 4 files in this fix release to the "include" directory.

The fixes in these files correct a problem with the day and week views. Events in the afternoon were not being displayed if the time format was set to AM/PM.

Thanks for using CaLogic.

UPDATE: My deepest apologies to anyone who downloaded this patch on or before 16 Oct. 2002. I had forgoten to include one of the changed files in the patch fix. Please download the updated zip to correct my mistake. Thank you.

Downloaded 3438 times  3438  File Size 1.27 KB  Supported Platforms all  Home Page http://www.calogic.de
Rating: 0.00 (0 votes)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (4)


Category: CaLogic Release Archive V1.0.4a Patches
Download Now!CaLogic Patch to enable Text Emails Popular Version: 1.0.4a.P2
Submitted Date:  2002/8/27
Description:
The files in this zip will enable CaLogic to send plain text emails.

Please refer to the included readme text file for usage instructions.

UPDATE: There was an error in the send reminders script. Sorry about that. Please download the updated zip file to correct the problem.

Downloaded 3245 times  3245  File Size 17.58 KB  Supported Platforms All Platforms  Home Page http://www.calogic.de
Rating: 0.00 (0 votes)
Rate this File | Modify | Report Broken File | Tell a Friend | Comments (5)


CaLogic Demo
Click here for the CaLogic Demo Calendar

To create your own Calendar, Log out of the "Public View", and follow the Register Link.
 
My WebCam
Click on the link to see me hard at work on CaLogic
This is a WebCam Page I programmed myself.

Open WebCam Page
 
Recent Links
 
Advertising
 
MySQL and PHP powered web site