Notifications
Clear all

[Solved] Strange behavior on my site possible attack.

9 Posts
4 Users
0 Reactions
2,824 Views
OMTesla
Posts: 217
Topic starter
(@omtesla)
Active Member
Joined: 8 years ago

Hello
I'm facing already one day of some strange IP 127.0.0.1 i think is attack on my site i have enabled WP Debug and this what i see most. I have ask some questions about addon but no reply from you. Did i make you some bad thing or did i say something?

[15-Sep-2016 10:22:00 UTC] PHP Notice:  A session had already been started - ignoring session_start() in /wp-content/plugins/wpforo/wpf-includes/class-notices.php on line 16
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_NAME in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 164
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_NAME in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 164
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_NAME in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 164
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_NAME in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 164
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_NAME in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 164
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_NAME in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 164
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_NAME in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 164
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_NAME in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 164
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_PORT in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 163
[15-Sep-2016 10:22:00 UTC] PHP Notice:  Undefined index: SERVER_NAME in /wp-content/plugins/wpforo/wpf-includes/functions.php on line 164
8 Replies
Posts: 53
 Gal
(@galzil)
Trusted Member
Joined: 8 years ago

127.0.0.1 is the local address on the server, 

OMTesla
Posts: 217
Topic starter
(@omtesla)
Active Member
Joined: 8 years ago

Yes possible or someone behind hiding see the files lines they appear when that IP is in Live Traffic of Wordfence log.

Posts: 993
Moderator
(@martin)
Support Team
Joined: 8 years ago

This is a simple PHP Notice. wpForo can't find SERVER_NAME and _PORT.

$_SERVER['SERVER_NAME'] global variable is only accessible when running your website through a browser. It will through an error when website is called through php-cli/through the terminal. There may be many non-hacking actions and calls which don't use browser headers. However the atack is also a possible option. All plugins with use global variables will generate such notice if website is not called through browsers.

OMTesla
Posts: 217
Topic starter
(@omtesla)
Active Member
Joined: 8 years ago

Yes it seems other plugins display this kind of notice the only thing i not know how to stop it.
Do you know what can be done?

PS: if you remember here was a topic someone found a hole in wpForo i replied him in bad manner maybe he is doing this as a revenge to me.

Page 1 / 2