Jump to content
[MUST READ] Forum Rules ×

xpde

Senior Members
  • Posts

    71
  • Joined

  • Last visited

  • Days Won

    11

Recent Profile Visitors

9064 profile views

xpde's Achievements

  1. 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!
  2. holy moly, im back

    1. Anyx

      Anyx

      Welcome back!

       

  3. just realized this account is over a year old

  4. Nah, you're good man. I'm just trying to help another person out.
  5. That code is specifically for removing PHP. To remove the .html extension, just rewrite the code a little bit RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.html -f RewriteRule ^(.*)$ $1.html [NC,L]
  6. It's code, what are you expecting screenshots of?
  7. 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.
  8. 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
  9. I came back on the forums just to reply to this. Thanks for your answer, and I appreciate everything you do for the forums.
  10. Tell that to the people who said otherwise
  11. If you enable cloudflare on your webhost, it will mess with the registration and make it unavailable for users to sign up.
  12. Can i have a link to your forum?

    :D 

×
×
  • Create New...