Federico Rota
Forum Replies Created
-
Forum: Plugins
In reply to: [Protect pages and categories with login] Registration of visitorsHi,
registration is a feature not provided in this plugin, as it is handled directly by wordpress. If registration is enabled on the site (wordpress option), the register link will appear on the login page. I hope I was helpful.
RegardsForum: Plugins
In reply to: [Authentication and xmlrpc log writer] public_html/log-writer not workingI suppose you’ve solved the problem.
Forum: Plugins
In reply to: [Protect pages and categories with login] Specify user role/sWith new version you can allow specific user role to view the content or category.
Forum: Plugins
In reply to: [Protect pages and categories with login] Specify user role/sHi, thank you for the suggestion.
Forum: Plugins
In reply to: [Authentication and xmlrpc log writer] public_html/log-writer not workingIf you have installed cpanel on your server, you must search for the document root path information. Usually is /home/username/public_html/. Also you have to add the logwriter destination path: Ex. /home/username/public_html/log-writer
You have to create and to have access to this folder.
In addition for linux based server, if you have a shell access to your server, go to the path where you want to log access and type the commandpwd
. It will return the current absolute path.
If you can’t retrieve the path by these methods and the path is under a public domain folder, ex. https://www.test.it/log-writer, you can edit a php file, like test.php, wich contains this code:<?php echo __DIR__ ; ?>
and copy it into the desidered folder. Calling via browser https://www.test.it/log-writer/test.php you will see the path to use. Than remove the file for security reason.Forum: Plugins
In reply to: [Authentication and xmlrpc log writer] public_html/log-writer not workingHi.
The path must be the complete path. It depends on your server configuration.Ex. /storage/www/public_html/log-writer
Let me know if you can resolve this trouble.
Forum: Plugins
In reply to: [Authentication and xmlrpc log writer] Log settingsI’m very sorry. I tested the plugin on my server before the update, and it not failed.
I released a new version. Let me know if the update solve the problem.Forum: Plugins
In reply to: [Authentication and xmlrpc log writer] Log settingsNew release of the plugin solves the points 1. and 3.
The problem of point 2. depends of your server configuration. The path must be writeable and readable by user apache and his group.
Maybe the problem could be caused by lack of the slash at the end of path. In the new version of the plugin path field is saved with a trailing slash if it is missing.Forum: Plugins
In reply to: [Authentication and xmlrpc log writer] Pingbacks not loggingI release a new version of this plugin. Now there are two new features:
- Log each pingback request
- Stop and Log User Enumeration method (by redirecting to the homepage)
Forum: Plugins
In reply to: [Authentication and xmlrpc log writer] Pingbacks not loggingSorry for the delay of my answer. This plugin log only the pingback error. The hook point is xmlrpc_pingback_error.
If you need to log each pingback request, this plugin is not usefull.
Regards