philippe
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Born On This Day] need help please with viewingCould you install the system information plugin and send the log at contact{at}joeswebtools{dot}com?
Forum: Plugins
In reply to: System information to help plugin authorsIn version 1.0 you get:
- Server (software, name, address, port)
- PHP (version number, module list with version number)
- WordPress (version number, everything you get through bloginfo)
- Current theme (name, version)
- Plugins (name, active or not, version, URI)
- Hooks (tag, priority, function called)
With the version I’m working on, you get:
- Server (Operating system, Software, Hostname, IP address, Port, Document root)
- PHP (version number, module list with version number)
- MySQL (version number, Disk usage (data), Disk usage (index), Maximum packet size, Maximum number of connections)
- MySQL variables (all of them)
- WordPress (version number, everything you get through bloginfo)
- Current theme (Author, Description, Name, Status, Template, Title, Version)
- Plugins (name, active or not, version, URI)
- WordPress constants (all of them expect login, password, nonce, authen, etc…)
- Hooks (tag, priority, function called)
I’ll add the permalink structure and the front page settings ??
I’m not sure if I can add much client information to the dump (expect what the server knows). I’ll investigate as it’s a really good idea.
Forum: Fixing WordPress
In reply to: code a calculator formThat’s really easy to do. You probably can get a custom developed plug-in for cheap. Check https://www.joeswebtools.com/wordpress-plugins/calculator/
Forum: Plugins
In reply to: Need to Create CalculatorThat’s really easy to do. You probably can get a custom developed plug-in for cheap. Check https://www.joeswebtools.com.
Forum: Plugins
In reply to: Need Quoting form pluginThat’s really easy to do. You probably can get a custom developed plug-in for cheap. Check https://www.joeswebtools.com.
Forum: Plugins
In reply to: Custom Calculator PluginThat’s really easy to do. You probably can get a custom developed plug-in for cheap. Check https://www.joeswebtools.com
Forum: Fixing WordPress
In reply to: Block registration of .ru email addressesIf you need to moderate new users registration because of “fake” registrations, I wrote a plugin that prevent people to register with a disposable email address:
https://www.joeswebtools.com/wordpress-plugins/no-disposable-email/