Howdy Everyone,
Here's a free little tool for your cPanel/VistaPanel. It's written in JS and currently maintained under the MIT License. This didn't waste much of my time, so no need for any compliments. This script was inspired by VistaPanel Customizations.
Features
Change the Title
Change the Protocol
Change the Logo
Change the Theme (Kudos to VPThemes for the CDN and Themes, obviously)
Add your own Credits (#93dbba9)
Organized Code
Clean Setup usage
Usage
Apply this code anywhere
const AlterVP = {
title: "AlterVP - cPanel",
logo: "logo.png",
ssl: 1,
theme: "dark",
credits: {
desc: "AlterCP",
logo: "small-logo.png"
}
};
Apply this code to bottom
<script src="//rawgit.com/xpde/AlterVP/master/altervp.js"></script>
Source
Suggestions? Reply below.
Thanks,
@xpde