The work is simple (I used to be selling my coding services here, but not now, I'm busy with my business to be launch next week) Now before you take this job or PM me, ill give you my budget for this $7 for the plugin You can earn more by doing the extra functions i've included below Task is: Create a wordpress plugin that will extend the users table of Wordpress (im talking about sql) by adding an expiration date(date or int(10)) and status(tinyint(1)) columns to it. By default, newly registered users will have an expired status(status=0). Then on the Wordpress admin dashboard, there will be a plugin control panel where the list of all registered members can be seen as well as their status (1 or 0). There, you can extend the expiration date per user, and by doing so it will set the status of the user to 1. There should also be a cron job that will check every 24hours the expiration dates of all status=1 users. If it is equal or beyond the expiry date, it should set the status back to 0. The control panel should have buttons per user like these: Extend expiration to 1 week (+7 days to expiration date) Extend expiration to 1 month (+30 days to expiration date) Extend expiration to 3 months The expiry date extension should be on a function that accepts the following arguments: username/userid (whatever), length of extension Extra functions 1. A function that when called, will return a string like this> "Your account is active, and will expire in X days - Date: XX/XX/XXXX" (if status=1) or "Your account is inactive" (if status=0),, the only argument required is userid. Price: $1 The plugin should be install-able via Wordpress, and should be using wordpress native functions The status of a user will not affect his login to wordpress, view of posts, whatever It will just do work on the users table, nothing else. No new tables please PM me or reply here if youre interested.