xpde Posted September 14, 2018 Share Posted September 14, 2018 (edited) 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 Edited September 14, 2018 by xpde Added Credits Quote Link to comment Share on other sites More sharing options...
Anyx Posted September 14, 2018 Share Posted September 14, 2018 3 hours ago, xpde said: 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 (Latest) Change the Logo Change the Theme (Kudos to VPThemes for the CDN and Themes, obviously) Organized Code Clean Setup usage Usage Apply this code anywhere let AlterVP = { title: "", ssl: 1, logo: "", theme: "" } Apply this code to bottom <script src="//rawgit.com/xpde/AlterVP/master/altervp.js"></script> Source Suggestions? Reply below. Thanks, @xpde Thank you very much @xpde for this tool. However, now with that, we will need to change some themes and edit the file and rename it from panel.css to styles.css (this exists only for the Lightspace theme, so no need to alter your code, we will alter ours). Keep in mind that Normal Themes (not Lightspace and Lite) will not work due to @xpde's script not searching for an icon_spritemap.css. If you could do that, keeping in mind that console errors will be generated for lite and lightspace themes due to not having an icon_spritemap.css file (but the themes will load without problem), it would be nice. Quote Link to comment Share on other sites More sharing options...
xpde Posted September 14, 2018 Author Share Posted September 14, 2018 9 hours ago, PCTipsGR said: Keep in mind that Normal Themes (not Lightspace and Lite) will not work due to @xpde's script not searching for an icon_spritemap.css. If you could do that, keeping in mind that console errors will be generated for lite and lightspace themes due to not having an icon_spritemap.css file (but the themes will load without problem), it would be nice. Added (8c291b4) - Thanks for telling me that. I don't ever use VPThemes because I have a passion for designing. However, I don't release my panel designs. Quote Link to comment Share on other sites More sharing options...
Anyx Posted September 15, 2018 Share Posted September 15, 2018 Why is the description saying AlterCP? Quote Link to comment Share on other sites More sharing options...
Arcenas090 Posted September 15, 2018 Share Posted September 15, 2018 Very nice ? Quote Link to comment Share on other sites More sharing options...
Anyx Posted September 16, 2018 Share Posted September 16, 2018 12 hours ago, Arcenas090 said: Very nice ? I agree This is also a very nice VistaPanel Customization itself Quote Link to comment Share on other sites More sharing options...
Mauwiks Posted September 18, 2018 Share Posted September 18, 2018 On 9/16/2018 at 7:55 PM, PCTipsGR said: I agree This is also a very nice VistaPanel Customization itself Is therean available screenshots? @xpde Quote Link to comment Share on other sites More sharing options...
xpde Posted September 29, 2018 Author Share Posted September 29, 2018 On 9/18/2018 at 0:31 AM, Mauwiks said: Is therean available screenshots? @xpde It's code, what are you expecting screenshots of? Quote Link to comment Share on other sites More sharing options...
Mauwiks Posted September 29, 2018 Share Posted September 29, 2018 The result of the customization, but please disregard this. It was an innocent question. And I already figured it out from the VPT Community. Thanks! Quote Link to comment Share on other sites More sharing options...
xpde Posted September 29, 2018 Author Share Posted September 29, 2018 1 hour ago, Mauwiks said: The result of the customization, but please disregard this. It was an innocent question. And I already figured it out from the VPT Community. Thanks! Do you have Discord or some IM? Quote Link to comment Share on other sites More sharing options...
Mauwiks Posted September 29, 2018 Share Posted September 29, 2018 email only: [email protected] Quote Link to comment Share on other sites More sharing options...
xpde Posted September 29, 2018 Author Share Posted September 29, 2018 Contacted! Thank you. Quote Link to comment Share on other sites More sharing options...
Mauwiks Posted September 30, 2018 Share Posted September 30, 2018 Just read the email. Quote Link to comment Share on other sites More sharing options...
Anyx Posted August 30, 2022 Share Posted August 30, 2022 Hi everyone! AlterVP disappeared some years ago, and after a long time, I'm happy to announce that I've recreated it! The new AlterVP is now officially a part of VistaPanel Customizations, and can be found here. Usage Apply this code anywhere const AlterVP = { title: "AlterVP - vPanel", logo: "logo.png", protocol: "https", theme: "dark", category: "normal", // normal, lite, lightspace credits: { desc: "AlterVP", logo: "small-logo.png" } }; Apply this code to bottom <script src="https://vpc.cdn.wybenetwork.com/altervp/altervp.js" type="text/javascript"></script> Thank you @xpde for the original script, and the inspiration! Quote Link to comment Share on other sites More sharing options...
xpde Posted August 30, 2022 Author Share Posted August 30, 2022 4 years ago around this time, altervp was created. Thanks to the wonderful community, it has been revived. Kudos to @Anyx, he deserves a formal hug. Check it out here! Quote Link to comment Share on other sites More sharing options...
Burke Knight Posted August 31, 2022 Share Posted August 31, 2022 Amazing how time flies. Hopefully you can keep up the great work. Quote Link to comment Share on other sites More sharing options...
MeTooIDK Posted September 3, 2022 Share Posted September 3, 2022 On 9/14/2018 at 12:15 PM, xpde said: 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 wow!2018! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.