Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/druffko/getuserinfo
A simple Wordpress Plugin that shows lots of Userinfo
https://github.com/druffko/getuserinfo
Last synced: 3 months ago
JSON representation
A simple Wordpress Plugin that shows lots of Userinfo
- Host: GitHub
- URL: https://github.com/druffko/getuserinfo
- Owner: druffko
- License: mit
- Created: 2024-08-28T19:46:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T19:52:19.000Z (5 months ago)
- Last Synced: 2024-08-29T21:49:20.814Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
![Repo-Image](https://druffko.gg/github-images/getUserInfo.png)
getUserInfo
A simple Wordpress Plugin that shows lots of Userinfo
## Table of Contents
- [Features](#features)
- [Usage](#usage)
- [Make it better](#make-it-better)
- [More Info](#more-info)## Features
Well, it pretty much explains itself. This Plugin shows lots of user info on any Wordpress page, you use the shortcodes on.This Plugin could be useful for tech-supporters, that use Wordpress as their CMS, to get the users IP easier, if the user has no idea how to find it. I'm pretty sure there are many more cases, but I can't think of a single one right now.
## Usage
To get this plugin to work, just go to any page and insert the shortcode.Use
[gui_show_ip]
to show the Users IP Address
Use[gui_show_hostname]
to show the Users Hostname (if available)
Use[gui_show_os]
to show the Users Operating System
Use[gui_show_device]
to show the Users Device type
Use[gui_show_browser]
to show the Users BrowserThat's it. Save the page and review your changes.
## More info
### Why isn't this plugin on Wordpress.org?
Well, honestly, I am just too lazy to do it. Maybe it'll be on there some time.---
## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository
2. Create a new branch (`git checkout -b feature-name`)
3. Commit your changes (`git commit -m 'Add some feature'`)
4. Push to the branch (`git push origin feature-name`)
5. Open a pull request---
## License
This project is licensed under the [MIT License](LICENSE).
---
## Contact
- **druffko** - [@druffko](https://twitter.com/druffko) - [email protected]
- **Project Link** - https://github.com/druffko/getUserInfoFeel free to reach out if you have any questions or suggestions!