PHP Event Calendar

by jigowatt

Show:

parmonisays

Purchased

I purchased and installed the script with no problems, and the frontend works great, but I am unable to establish access to the admin backend. Clicking the submit button to login fails to redirect, all it does is refresh the page.

- I am using an MD5 password as you required in the documentation
- Cookies are enabled
- I tried logging in using FF, IE, and Chrome

And what’s ironic, is you can’t even login to this script’s demo backend provided by CodeCanyon’s demo page… don’t believe me? Click below and use the admin credentials provided by CodeCanyon
http://codecanyon.net/item/php-event-calendar/full_screen_preview/47723
username: admin
password: admin (ironically, ‘admin’ is not even an MD5 password

Is there a way to comment out in the code the scripting that requires MD5 encrypted passwords? Will that even solve the problem?

Or better yet, is there fix for this that preserves MD5 password authentication?

Posted 2 months ago

parmonisays

Purchased

I purchased and installed the script with no problems, and the frontend works great, but I am unable to establish access to the admin backend. Clicking the submit button to login fails to redirect, all it does is refresh the page.

- I am using an MD5 password as you required in the documentation
- Cookies are enabled
- I tried logging in using FF, IE, and Chrome

And what’s ironic, is you can’t even login to this script’s demo backend provided by CodeCanyon’s demo page… don’t believe me? Click below and use the admin credentials provided by CodeCanyon
http://codecanyon.net/item/php-event-calendar/full_screen_preview/47723
username: admin
password: admin (ironically, ‘admin’ is not even an MD5 password

Is there a way to comment out in the code the scripting that requires MD5 encrypted passwords? Will that even solve the problem?

Or better yet, is there fix for this that preserves MD5 password authentication?

Posted 2 months ago

ThierryNakoasays

Purchased

My Admin Panel is still not accessible….hello any help please!

Posted 2 months ago

roymckranksays

Purchased

@ThierryNakoa, I have this script running now in my server without any issues about the admin panel, you have tried disabling the login and access directly? send me an e-mail to see if i can help you. (elmeilderoy[at]gmail.com)

To everyone else who want this calendar translated in your language send me and e-mail as well and I can provide you the function that does such thing. :)

Posted 2 months ago

parmonisays

Purchased

Looks like I’m not the only one with this problem… ThierryNakoa has just reported it also. It’s now been 6 days, and no response yet from JigoWatt. Wow, 6 days… in the online business world, that’s an eternity.

For the record, I’ve tried both an MD5 password, and a regular password, and neither seems to work.

JigoWatt??? Are you there?

I sent a tech support email directly to JigoWatt around 2 weeks ago regarding this issue (in which I’m not the only one having), but they’re ignoring me.

Although, I can’t say that I entirely blame JigoWatt for the 6 days, since I subscribed to this Discussion using the check box below, and CodeCanyon is not sending me any notifications whenever this discussion is updated (I checked my spam folder too)... so if I’m not being notified, chances are that JigoWatt is also not being notified, and if Authors are not being notified, then how will they know about Purchasers in need of tech support unless they manually check back often for discussion updates (lame).

Furthermore, I purchased, so I should be included in the sorted results when someone uses the “Purchasers and Author Only” filter from the drop down menu above, but of course I don’t appear in that sort action… it cuts off at page 6, go figure.

I think I’ll stick with SourceForge or HotScripts.

Can anyone explain to me why I can’t login to this script’s admin demo? It’s ironic that I’m experiencing the same login issue on my installed version as I do with CodeCanyon’s admin demo (of this script). Cookies are enabled, plus I’ve tried 3 different browsers: FF, IE, & Chrome… go figure!

Posted 1 month ago

jigowattsays

Author

Excuse the late reply guys, I am a new developer at Jigowatt and I see the replies should have not had such distance between them. I will do my best to answer all you concerns and discuss any potential upgrades or includes to the scripts we have thus far.

Regarding support; we do our very best to support all queries about all of our products and are happy with the level of support we give. Please be aware that Jigowatt is a small design agency and we have several projects to handle at once.

Firstly my apologies on behalf of jigowatt on a late reply to parmoni and any others with similar issues.

I have had a look at the demo page and it appears to log in correctly for me without any breaks in the code. http://tinypic.com/r/2rmxqnm/3

parmoni it sounds as if you are converting your password to a long MD5 string which you are then trying to log in using that long string. Have you tried using an online MD5 convertor such as http://www.iwebtool.com/md5 and inserting the hash into the database and only login with the word you encrypted?

for example:

“admin” MD5 encrypted would be “21232f297a57a5a743894a0e4a801fc3”

insert “21232f297a57a5a743894a0e4a801fc3” in to the database and login using the word admin?

Posted 1 month ago

ThierryNakoasays

Purchased

I was just given the new and corrected version of this script through e-mail and it still not functioning correctly. I was asked to have it installed by one your team member, but for security reasons I don’t allow anyone else to have access to any of my databases. I checked the PHP code in the new calendar you gave me and its still looks the same (referring to “get password and username” code). Well, I really love this script and like this calendar. You guys have the best script that I have found from either source forge or hotscript… Well my client is not complaining yet for not being able to update is itinerary on his webpage…so I will be patient with you guys…so if you can find an alternative fix to this thing…please email me…Great Job by the way! And thank you for all the help and support…

Posted 1 month ago

parmonisays

Purchased

ThierryNakoa, it’s Parmoni, and I’m assuming that you are having the same problem I was having…

I just recently figured out why I couldn’t login… I was trying to log in with the encrypted 32-character MD5 password, instead of the un-encrypted password I initially used to generate the new MD5 password. Silly mistake, but the setup guide was not clear on this, and it was my first time ever using MD5 . Apparently, there were a few others that were making the same mistake too.

For example, go to http://www.md5.cz/
- enter in “roofus” as your password and click submit
- it will generate a new password that looks like this:
00b05c74ba96e6209bc9ab24e1605422
- take the 32 character password above, and enter it into the ‘password’ field of the “calendar_users” DB table
- now go to the admin control panel’s login page, and log in using ‘roofus’ as the password… do not login with the 32 character password, because it will not work.
- now instead of ‘roofus’, repeat the same steps with your own custom password (obviously)

Posted 1 month ago

ThierryNakoasays

Purchased

I think I had tried that before..but I don’t think that’s the solution with money…nevertheless…I hope it works…because my patience is running out…

Posted 1 month ago

ThierryNakoasays

Purchased

@parmoni

I tried it and it does not work…

Ok

anyone working at Jigowatt…I need your help please!

Posted 1 month ago

santollasays

Purchased

I can’t login either. I’ve tried teh md5 route and no luck. Any ideas?? Please email me at iammonkey@inbox.com if anyone was able to come up with a solution!!!

Cheers!

Posted 1 month ago

santollasays

Purchased

I’ve finally got the login to work. To make it easier, don’t change the password and keep it admin. It works for me now. However I think i figured it out on how to change it, just can’t be asked.

Kinda difficult to explain.

basically, if you look at the original db file:

calendar_users` (`user_id`, `username`, `password`) VALUES (1, ‘admin’, ‘21232f297a57a5a743894a0e4a801fc3’);

Only 1 of them needs to be encrypted, not both.

Good luck! Its a really great calendar!!! Just shame it wasn’t explained properly!

Posted 1 month ago

mencargosays

Purchased

Just a suggestion, you shouldn’t use 2 different js/css folders for admin/user interface, both should be at the root, and personally would use google cdn to deliver jquery.

Posted 1 month ago
Author

jigowatt jigowattreplied

CDN is a good suggestion, and your free to change this if you like.

Posted 17 days ago

Bthomas3598says

Purchased

What is going on???

When I try and login to the admin section of the calendar it is as if its not even sending the query to the server and simply refreshing the page. Not to mention if I try and just view the Calendar.php page it reads a bunch of error. It looks like I am not the only one who is having this issue and I really either want my $12 back or some support on what seems to be a bunch of faulty code.

Posted 1 month ago
Author

jigowatt jigowattreplied

Im sorry to hear you are having problems, but our demo pages work so its clearly not a fault in the code.

Please go though the install instructions carefully to make sure you have not missed anything.

This issue may also be related to the mis-configuration of passwords…check out our comment above regarding passwords.

Posted 17 days ago

Bthomas3598says

Purchased

anyone know why my calendar looks like this
HELP!

Posted 29 days ago
Author

jigowatt jigowattreplied

Looks like a CSS issue to me. View the page source and check the CSS file exists/is readable.

Posted 17 days ago

avn8says

Purchased

I’ve sent you two emails Jigowatt yet after a week there is still no reply.

Posted 16 days ago
Author

jigowatt jigowattreplied

Emailed you yesterday.

Posted 16 days ago

mrdocsays

Purchased

Hi, how I can the months and days in German make?

Posted 14 days ago

tbonesays

Can this calendar support entering a recurring event i.e.; every monday at 10:00 am?

Posted 12 days ago
Author

jigowatt jigowattreplied

Nope.

Posted 11 days ago

jandaosays

Purchased

Hello frieds.

My calendar and the same calendar of demo version in jigowatt site, stops of show the today date in different color.

bug?

Thanks!

Posted 1 day ago

$14

Prepaid customers
pay just $12 - how? Prepay Your Account With our deposit system not only will purchasing be much faster, but we’ll also take $2 off the price! Click Here to Deposit Price

You must sign in or sign up to purchase this item.

12345 ( 114 ratings )

Purchase 562 purchases

File Types Included
CSS HTML JavaScript JS PHP SQL
Item Attributes
Created 27 June 09
PHP Version 5.x
MySQL Version 4.x, 5.x
Compatible Browsers FireFox 2, FireFox 3, IE6, IE7, Safari
PHP Files Included CSS, HTML, JavaScript JS, PHP, SQL
PHP Framework N/A