MyBB Community Forums

Full Version: Calendar.php hack attempt?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(running 1.2.9)

My calendar.php file has been accessed 20,000 times in the last 2 days. Before that, i'm not sure if it was ever accessed. I've never even seen it.

Yesterday I was at about 10,000 views, and seeing this double today made me very suspicious.. A google search showed that there was an exploit in this file but I think it was from early-mid 2007.

The forum itself is almost completely inactive, except I use it occasionally to update my site (myBB is a semi-backend).

Is it anything to be worried about?
MyBB 1.2.6 Released

You're protected since this was a calendar.php fix in April. Smile
I usually disallow search bots access to my calendar.php file; they're just too annoying with it.
MrDoom Wrote:I usually disallow search bots access to my calendar.php file; they're just too annoying with it.
Please tell me how to do that!
The easiest way would be to create file called robots.txt and place it in your root directory.

Content:

User-Agent: *
Disallow: /calendar.php
Disallow: /moderation.php
Disallow: /ratethread.php
Disallow: /report.php
Disallow: /reputation.php
Disallow: /sendthread.php
Disallow: /usercp.php
Disallow: /usercp2.php
Disallow: /postings.php
Disallow: /newreply.php
Disallow: /newthread.php
Disallow: /editpost.php
Disallow: /private.php
Disallow: /search.php