Περιγραφή
Each time you login to your blog WordPress creates a session cookie which is used to authenticate you.
By default if someone somehow gets your cookies he (or she) is able to use them to compromise your blog
(even without having to know your password!). To prevent this you may want to make your auth cookies
ip-dependent so that they could be valid only for that ip which you used during login.
Use this plugin only if you have a static IP or dynamic which doesn’t change too often. Otherwise, you’ll
have to enter your login and password each time your IP changes.
Εγκατάσταση
To install the plugin follow these steps:
- Download the ip-dependent-cookies.zip file to your local machine.
- Unzip the file
- Upload “ip-dependent-cookies” folder to the “/wp-content/plugins/” directory
- Ενεργοποιήστε το πρόσθετο μέσω του μενού “Πρόσθετα” στο WordPress
- Go to plugin settings and enable the plugin.
- You will be prompted to log in again. Do so. This is necessary to set the new cookie.
Συνεισφέροντες & Προγραμματιστές
“IP Dependent Cookies” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “IP Dependent Cookies” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.2.1
- Still works with the most recent version of WordPress
1.2
- Changed: code refactoring
- Added: plugin made translatable
1.1
- Added: quick link to settings from the plugins list
- Added: nag when a plugin is not enabled
1.0
- First public release