Web based family history software

This Help forum is for issues relates to the latest release (1.6.x). For issues related to beta or github version please use their own Help forum.
Before asking for help please read "How to request help" by clicking on that tab above here.

Question Hack? Tree setting "EXPAND_NOTES_DEFAULT" set to 0

  • Andreas
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
8 years 8 months ago #1 by Andreas
Should I take care of these LOG-file entries?
Code:
2015-07-10 20:47:06 config Tree setting "EXPAND_NOTES_DEFAULT" set to "0" 46.161.41.199 <none> GAC.ged 2015-07-10 20:47:06 config Tree setting "EXPAND_NOTES_DEFAULT" set to "1" 46.161.41.199 <none> GAC.ged 2015-07-06 00:42:43 config Site setting "LATEST_WT_VERSION_TIMESTAMP" set to "1436136163" 46.161.41.199 <none> GAC.ged 2015-07-03 18:07:42 config Tree setting "EXPAND_NOTES_DEFAULT" set to "0" 46.161.41.199 <none> GAC.ged 2015-07-03 18:07:42 config Tree setting "EXPAND_NOTES_DEFAULT" set to "1" 46.161.41.199 <none> GAC.ged 2015-07-03 00:05:25 config Site setting "LATEST_WT_VERSION_TIMESTAMP" set to "1435874725" 46.161.41.199 <none> GAC.ged 2015-06-15 07:03:53 config Tree setting "EXPAND_NOTES_DEFAULT" set to "1" 46.161.41.199 <none> GAC.ged 2015-06-15 07:03:53 config Tree setting "EXPAND_NOTES_DEFAULT" set to "0" ........ ........ ........ 2015-04-18 17:45:46 config Tree setting "EXPAND_NOTES_DEFAULT" set to "0" 46.161.41.199 <none> GAC.ged 2015-04-18 17:45:46 config Tree setting "EXPAND_NOTES_DEFAULT" set to "1" 46.161.41.199 <none> GAC.ged 2015-04-11 23:07:29 config Site setting "LATEST_WT_VERSION_TIMESTAMP" set to "1428786449" 46.161.41.199 <none> GAC.ged 2015-04-04 16:27:42 config Site setting "LATEST_WT_VERSION_TIMESTAMP" set to "1428157662" 46.161.41.199 <none> GAC.ged 2015-04-03 10:53:50 config Site setting "LATEST_WT_VERSION_TIMESTAMP" set to "1428051229" 46.161.41.199 <none> GAC.ged 2015-03-07 15:02:13 config Site setting "LATEST_WT_VERSION_TIMESTAMP" set to "1425736933" 46.161.41.199 <none> GAC.ged 2015-03-01 10:52:23 config Site setting "LATEST_WT_VERSION_TIMESTAMP" set to "1425203543" 46.161.41.199 <none> GAC.ged 2015-02-28 08:49:06 config Site setting "LATEST_WT_VERSION_TIMESTAMP" set to "1425109746" 46.161.41.199 <none> GAC.ged 2015-02-19 02:38:45 config Site setting "LATEST_WT_VERSION_TIMESTAMP" set to "1424309925" 46.161.41.199 <none> GAC.ged 2015-02-15 23:56:06 config Site setting "LATEST_WT_VERSION_TIMESTAMP" set to "1424040966" 46.161.41.199 <none> GAC.ged

The IP address is referring to a russian entry, known for hacking
see: stopforumspam.com/ipcheck/46.161.41.199

As I am curious. What are they trying?

Is it to be seen in the context that I can't access the site access rules in the backend?

I get the following error:
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[70100]: <<Unknown error>>: 1317 Query execution was interrupted' in /home/rauhut/wt/library/WT/DB.php:266 Stack trace: #0 /home/rauhut/wt/library/WT/DB.php(266): PDO->exec('DELETE unknown ...') #1 /home/rauhut/wt/admin_site_access.php(270): WT_DB::exec('DELETE unknown ...') #2 {main} thrown in /home/rauhut/wt/library/WT/DB.php on line 266

How can I get rid of it?

Both MAUPILLÉ & RAUHUT families are using webtrees V2.1.18

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #2 by Jackie
Hello Andreas,

A line such as..:
Code:
2015-07-10 14:55:03 config Site setting "LATEST_WT_VERSION_TIMESTAMP" set to "1436540103"
(from my own logs)

.. is normal in your logs/config

Ignore this. That is not a problem

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #3 by fisharebest
Replied by fisharebest on topic Hack? Tree setting "EXPAND_NOTES_DEFAULT" set to 0
The update to LATEST_WT_VERSION_TIMESTAMP is harmless. This is just webtrees checking for updates.

I do not recognise EXPAND_NOTES_DEFAULT. Perhaps is comes from a custom module.

As I am curious. What are they trying?


These logs tell you nothing. To see what they were trying, you would need to examine the webserver (e.g. "apache") logs.

I get the following error:


I think this indicates that your webhost has set a maximum time limit for SQL queries, and this query is being killed because it takes too long.

Try again when the server is less busy?

Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago - 8 years 8 months ago #4 by Jackie

2015-07-10 20:47:06 config Tree setting "EXPAND_NOTES_DEFAULT" set to "0" 46.161.41.199 <none> GAC.ged
2015-07-10 20:47:06 config Tree setting "EXPAND_NOTES_DEFAULT" set to "1" 46.161.41.199 <none> GAC.ged


A "tree setting" though, is more worrying. Do you have access to your server logs?

EDIT: busted by Greg ;-)
Last edit: 8 years 8 months ago by Jackie.

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #5 by Jackie

..I can't access the site access rules in the backend?


What do you mean by that? You can't see them?

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #6 by fisharebest
Replied by fisharebest on topic Hack? Tree setting "EXPAND_NOTES_DEFAULT" set to 0
PS - you might want to wait until tomorrow. I plan to release 1.7.0, and the site-access-rules have been changed a little. You may find the new code works better for you.

Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net

Please Log in or Create an account to join the conversation.

  • Andreas
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
8 years 8 months ago #7 by Andreas
Thank you for assuring me that thes signs are harmless.

fisharebest wrote: PS - you might want to wait until tomorrow. I plan to release 1.7.0, and the site-access-rules have been changed a little. You may find the new code works better for you.


Today the site access rules were accessible ( sometimes :-( ).
I'll wait for the new release.

Both MAUPILLÉ & RAUHUT families are using webtrees V2.1.18

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum
}