This repository contains a working demo of VistaPanel, a web hosting panel used in MyOwnFreeHost.
- Preferences
- Files
- Databases
- Domains
- Metrics
- Security
- Software
- Advanced
- Support
Using a search and replace function, you are encouraged to customize the following attributes to your own:
YOURDOMAIN
: replace with the domain you want to appear in the sidebar. This can be your host's domain, an example domain, or any domain you prefer.
YOURPREFIX
: replace with your host's username prefix. This is what comes before the numbers in your panel username, for example mofh_12345678
.
YOURSQL
: replace with your host's MySQL hostname. You can obtain it from your client panel. As it is not the same for all accounts, you can set it to something similar to sqldemo.yourdomain.com
.
Additionally, as this is, in a way, a working VistaPanel, you can inject your own customizations, such as themes, scripts, and anything you can use in the panel's HTML advertisements.
Currently, the footer ad area is available, and can be located by searching for this text: Add your themes and scripts
. Make sure to follow the instructions there.
Feel free to customize the code and add your modifications wherever you want!
Some areas have been manually disabled by me as they're no longer available. You can search for the <!-- DISABLED
comment, and uncomment the lines to add them back.
You can replace the VistaPanel logo with your own by changing the vplogo.png file.
In the future, these may be rewritten as PHP files to allow you to customize attributes via a config file, similar to the way it's implemented in MOFH Material Template.
If you want to implement it yourself, free feel to do so and make a PR to add it back here.
If you do not want to host the files yourself, you can use the following files:
- jsdelivr.html: the demo index configured to use the assets via jsDelivr's CDN.
- ourCDN.html: the demo index configured to serve assets via our CDN.
You'll still have to host the HTML file, obviously. You could point to our demo, however it will be using the default configuration.
Copyright 2022-2023 Wybe Network. No Rights Reserved, check the LICENSE for more details.
The idea for this project was conceived by SmallHost, in this forum post: Demo Hosting Account
This project is currently actively developed and maintained by Anyx and ImLoadingUuU. All contributions are welcome.
All files included are licensed under their own terms, with the copyrights to their owners retained.
- Anyx: project creator.
- ImLoadingUuU: core contributor and maintainer.
- Felipe B. Pansani: retired core contributor.
- SmallHost: source of inspiration.
- AADev: contributor and bug fixer.