CSS

Customize CyberPanel with Tampermonkey

Streamlining CyberPanel Navigation with Custom CSS and Tampermonkey

Managing multiple CyberPanel installations can be a challenge. The interface is powerful, but when you’re juggling several servers, the navigation menus and controls can start to feel cluttered. I found myself constantly hunting for the right submenu or control, and realized that a few small tweaks could make the dashboard much easier to use. Starting […]

Streamlining CyberPanel Navigation with Custom CSS and Tampermonkey Read More »

create your own chat gpt interface

Create your own Chat GPT Interface plugin for WordPress using OpenAI’s API

A great way to get around the sometimes high costs of premium AI service plans is to create your own Chat GPT interface. You can the same functionality for a fraction of the cost when using your own interface that connects to OpenAI’s API. Creating an application that interfaces with OpenAI’s API using PHP (potentially

Create your own Chat GPT Interface plugin for WordPress using OpenAI’s API Read More »

Loading Indicator

Loading Indicator PHP Function (with JS and CSS)

Creating a Loading Indicator with PHP, JavaScript, and CSS A loading indicator is a visual cue that informs users that a process is underway, enhancing user experience by providing feedback during wait times. This snippet demonstrates how to create one using PHP, JavaScript, and CSS. This handy function wraps some HTML, CSS, and JS to create a pulsing circle and

Loading Indicator PHP Function (with JS and CSS) Read More »