PHP Calendar with MYSQL database

In this section you can share self-made extensions with other users of WYSIWYG Web Builder.
There is a dedicated section for commercial extensions.
User avatar
BaconFries
 
 
Posts: 5325
Joined: Thu Aug 16, 2007 7:32 pm

Re: PHP Calendar with MYSQL database

Post by BaconFries »

@Patrik iden as you may be aware "Eddy" is no longer a acrive member of the forum so he will not be able to reply to this...regarding what your asking this may just that the time/date is controlled by your servers location if it is in the USA then it will be using the date time from there so you may not be able to change this in the script as you have no control of this...if it can be changed then you should be able to do it with the PHP files that are used, I would take a look at them and see what can be done...
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: PHP Calendar with MYSQL database

Post by Patrik iden »

Hi, My server is in Sweden. Yes i have looked in the php files but i dont know how or what to change. I dont know how the date time code for swedish date/time looks like. Or wher to change it.
adex1
 
 
Posts: 167
Joined: Fri Apr 01, 2011 1:13 pm

Re: PHP Calendar with MYSQL database

Post by adex1 »

Has anybody try this calendar in WWB8?
Buy Automation Shopping Cart for CMS WEBSHOP + 2.2 Using WB10!
- Use secure gateway to buy using PAYPAL website.
User avatar
BaconFries
 
 
Posts: 5325
Joined: Thu Aug 16, 2007 7:32 pm

Re: PHP Calendar with MYSQL database

Post by BaconFries »

Please note that Eddy (the extension builder) is no longer active in the forum....why not just try the extension and se if it still works....
adex1
 
 
Posts: 167
Joined: Fri Apr 01, 2011 1:13 pm

Re: PHP Calendar with MYSQL database

Post by adex1 »

True. Don't mind me sometime I am too lazy to test of because time factor but now it work with vesrsion 8.
BaconFries wrote:Please note that Eddy (the extension builder) is no longer active in the forum....why not just try the extension and se if it still works....
Buy Automation Shopping Cart for CMS WEBSHOP + 2.2 Using WB10!
- Use secure gateway to buy using PAYPAL website.
adex1
 
 
Posts: 167
Joined: Fri Apr 01, 2011 1:13 pm

Re: PHP Calendar with MYSQL database

Post by adex1 »

Please let me know if this calendar is usefull :wink:

Can somebody please recompile this attached update calender for an extension? Thanks

All function remain as Eddy's features. Except minor fixes

Notice: Just override the generated files with this attachment for use. I have fully update the calender to fully same as Edyy's extension just new build extension is needed. I have not take my time to learn how to build an extension that is why I can not do now.

PHP Calendar Basic.

A free and easy to use PHP Calendar with MYSQL database.
You may choose whether to let people post events or add them yourself

Image

I have changed the css so that you can use gradient png images for a custom layout.
Make your own custom images 120 width x160 height or bigger.
I have in the properties made settings for the textsize,textcolors and background colors for the popups.

In the calendar you can type a link http://www.google.com but it wil not work as a link because all html
wil removed to protect that people can execute scripts on your server.


Developer.
http://www.kubelabs.com/phpcalendar/

The Original Demo.
http://demos.kubelabs.com/php_calendar/

Download calendar for WB 6.5.(Please read the included pdf)
http://www.mediafire.com/file/xmmwenwit ... dar_65.zip

* Updated the pdf.
Insert the calendar in a folder in webbuilder and name the calendar page index.php
Buy Automation Shopping Cart for CMS WEBSHOP + 2.2 Using WB10!
- Use secure gateway to buy using PAYPAL website.
User avatar
BaconFries
 
 
Posts: 5325
Joined: Thu Aug 16, 2007 7:32 pm

Re: PHP Calendar with MYSQL database

Post by BaconFries »

@adex1 If you have updated the extension by Eddy then please open a thread of your own to offer this update, this will make it easier for users to see that it has been updated, and all questions regarding it get put to yourself and not through this thread by Eddy.
adex1
 
 
Posts: 167
Joined: Fri Apr 01, 2011 1:13 pm

Re: PHP Calendar with MYSQL database

Post by adex1 »

Alright BF, the reason why I put it here is because it is not an extension they are just files that people can use for override the Eddy's files and after publish before uploading to their servers.

Also please have a look at this viewtopic.php?f=26&t=48814 and make an extension if possible for you.
BaconFries wrote:@adex1 If you have updated the extension by Eddy then please open a thread of your own to offer this update, this will make it easier for users to see that it has been updated, and all questions regarding it get put to yourself and not through this thread by Eddy.
Buy Automation Shopping Cart for CMS WEBSHOP + 2.2 Using WB10!
- Use secure gateway to buy using PAYPAL website.
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: PHP Calendar with MYSQL database

Post by supersonictt »

Ok guys, I found out where the problems were:
The "install.php" file is not creating the tables due to using "TYPE=MyISAM" instead of "ENGINE=MyISAM".
When using these values in MySQL query everything works just fine.
I will try to make the extension with EB 4.1.0 to work with WWB 9.0.5.
I will also try to add some other UI customization.
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: PHP Calendar with MYSQL database

Post by protectourlands »

Fantastic! Looking forward to it.

If there is any way to add link capabilities..........
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: PHP Calendar with MYSQL database

Post by supersonictt »

I am working on it, and I am still adding some UI customization.
Regarding links, I don't really know if I can do it (to make the script convert written links to working links), but it works if you do it this way:

Code: Select all

<a href="http://www.link.com" target="_blank">click here</a>
derold
 
 
Posts: 51
Joined: Tue Feb 28, 2012 10:49 pm

Re: PHP Calendar with MYSQL database

Post by derold »

wb8

NO install file on server . Am I missing something
Never mind I installed to a folder on my desktop and the install.php was there
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: PHP Calendar with MYSQL database

Post by protectourlands »

supersonictt

Any word on the update you were working on?
derold
 
 
Posts: 51
Joined: Tue Feb 28, 2012 10:49 pm

Re: PHP Calendar with MYSQL database

Post by derold »

WB 8

OK I no that this is no longer supported, But I was just hoping someone could help me. I have a mysql setup I uploaded all the files I edited the config.php file when I go to install.php and add all my info and click install I get A page The connection was reset what could this Be

And I am on GODADDY
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: PHP Calendar with MYSQL database

Post by protectourlands »

Maybe try the new version supersonictt built. It resolves all issues. See the link below.

viewtopic.php?f=42&t=57981
ART
 
 
Posts: 237
Joined: Fri Sep 28, 2012 3:25 pm

Re: PHP Calendar with MYSQL database

Post by ART »

I downloaded the supersonic version mentioned in the link above but I get an error notice saying that the file was made with a newer version. However I have wb 9.4 installed.

edit
After manual installing it is listed in the extension manager, but not under the extensions in the toolbox.
derold
 
 
Posts: 51
Joined: Tue Feb 28, 2012 10:49 pm

Re: PHP Calendar with MYSQL database

Post by derold »

WB8

Well it looks to me like we need a good calendar ext. I have tried three different ones and I cant get them to work.
User avatar
BaconFries
 
 
Posts: 5325
Joined: Thu Aug 16, 2007 7:32 pm

Re: PHP Calendar with MYSQL database

Post by BaconFries »

Since this extension is no longer supported by the original builder (Eddy) I have locked this thread. This is due to posts that are not related to anything about the extension. A updated version is availble by supersonictt at the following: php Calender (renovated) - 11/09/2013
Locked