rename controlpanel -> ctrlpanel

This commit is contained in:
1day2die 2023-04-30 00:38:47 +02:00
parent 50d0e9a37d
commit bcf238d6b7
8 changed files with 14 additions and 14 deletions

View file

@ -5,4 +5,4 @@ contact_links:
about: Please visit our Discord for help with your installation. about: Please visit our Discord for help with your installation.
- name: ❓ General Question - name: ❓ General Question
url: https://discord.gg/4Y6HjD2uyU url: https://discord.gg/4Y6HjD2uyU
about: Please visit our Discord for general questions about the ControlPanel. about: Please visit our Discord for general questions about the CtrlPanel.

View file

@ -17,17 +17,17 @@
- Theme Support - Theme Support
- and so much more! - and so much more!
# ControlPanel-gg # CtrlPanel-gg
![controlpanel](https://user-images.githubusercontent.com/67899387/214684708-739c1d21-06e8-4dec-a4f1-81533a46cc7e.png) ![ctrlpanel](https://user-images.githubusercontent.com/67899387/214684708-739c1d21-06e8-4dec-a4f1-81533a46cc7e.png)
![](https://img.shields.io/endpoint?label=v0.9%20Installations&url=https%3A%2F%2Fmarket.ctrlpanel.gg%2Fcallhome.php%3Fgetinstalls) ![](https://img.shields.io/endpoint?label=v0.9%20Installations&url=https%3A%2F%2Fmarket.ctrlpanel.gg%2Fcallhome.php%3Fgetinstalls)
![](https://img.shields.io/badge/Overall%20Installations-5000%2B-green) ![](https://img.shields.io/badge/Overall%20Installations-5000%2B-green)
![](https://img.shields.io/github/stars/ControlPanel-gg/dashboard) ![](https://img.shields.io/github/forks/ControlPanel-gg/dashboard) ![](https://img.shields.io/github/tag/ControlPanel-gg/dashboard) [![Crowdin](https://badges.crowdin.net/controlpanelgg/localized.svg)](https://crowdin.com/project/controlpanelgg) ![](https://img.shields.io/github/issues/ControlPanel-gg/dashboard) ![](https://img.shields.io/github/license/ControlPanel-gg/dashboard) ![](https://img.shields.io/discord/787829714483019826) ![](https://img.shields.io/github/stars/ctrlpanel-gg/dashboard) ![](https://img.shields.io/github/forks/ctrlpanel-gg/dashboard) ![](https://img.shields.io/github/tag/ctrlpanel-gg/dashboard) [![Crowdin](https://badges.crowdin.net/ctrlpanel/localized.svg)](https://crowdin.com/project/controlpanelgg) ![](https://img.shields.io/github/issues/ctrlpanel-gg/dashboard) ![](https://img.shields.io/github/license/ctrlpanel-gg/panel) ![](https://img.shields.io/discord/787829714483019826)
## About ## About
ControlPanel's Dashboard is a dashboard application designed to offer clients a management tool to manage their pterodactyl servers. This dashboard comes with a credit-based billing solution that credits users hourly for each server they have and suspends them if they run out of credits. CtrlPanel's Dashboard is a dashboard application designed to offer clients a management tool to manage their pterodactyl servers. This dashboard comes with a credit-based billing solution that credits users hourly for each server they have and suspends them if they run out of credits.
This dashboard offers an easy to use and free billing solution for all starting and experienced hosting providers. This dashboard has many customisation options and added discord Oauth verification to offer a solid link between your discord server and your dashboard. You can check our [Demo here](https://demo.CtrlPanel.gg "Demo"). This dashboard offers an easy to use and free billing solution for all starting and experienced hosting providers. This dashboard has many customisation options and added discord Oauth verification to offer a solid link between your discord server and your dashboard. You can check our [Demo here](https://demo.CtrlPanel.gg "Demo").

View file

@ -32,7 +32,7 @@ class GetGithubVersion extends Command
public function handle() public function handle()
{ {
try{ try{
$latestVersion = Http::get('https://api.github.com/repos/controlpanel-gg/dashboard/tags')->json()[0]['name']; $latestVersion = Http::get('https://api.github.com/repos/ctrlpanel-gg/panel/tags')->json()[0]['name'];
Storage::disk('local')->put('latestVersion', $latestVersion); Storage::disk('local')->put('latestVersion', $latestVersion);
} catch (Exception $e) { } catch (Exception $e) {
Storage::disk('local')->put('latestVersion', "unknown"); Storage::disk('local')->put('latestVersion', "unknown");

View file

@ -93,7 +93,7 @@ return [
'from' => [ 'from' => [
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'), 'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
'name' => env('MAIL_FROM_NAME', 'ControlPanel'), 'name' => env('MAIL_FROM_NAME', 'CtrlPanel'),
], ],
/* /*

View file

@ -48,7 +48,7 @@
</div> </div>
<div class="col-md-3"> <div class="col-md-3">
<a href="https://CtrlPanel.gg/docs/Contributing/donating" class="btn btn-dark btn-block px-3"><i <a href="https://CtrlPanel.gg/docs/Contributing/donating" class="btn btn-dark btn-block px-3"><i
class="fas fa-money-bill mr-2"></i> {{__('Support ControlPanel')}}</a> class="fas fa-money-bill mr-2"></i> {{__('Support CtrlPanel')}}</a>
</div> </div>
</div> </div>
@ -227,7 +227,7 @@
<p class="mb-2"> <p class="mb-2">
{{ __('You reached the Pterodactyl perPage limit. Please make sure to set it higher than your server count.') }}<br> {{ __('You reached the Pterodactyl perPage limit. Please make sure to set it higher than your server count.') }}<br>
{{ __('You can do that in settings.') }}<br><br> {{ __('You can do that in settings.') }}<br><br>
{{ __('Note') }}: {{ __('If this error persists even after changing the limit, it might mean a server was deleted on Pterodactyl, but not on ControlPanel. Try clicking the button below.') }} {{ __('Note') }}: {{ __('If this error persists even after changing the limit, it might mean a server was deleted on Pterodactyl, but not on CtrlPanel. Try clicking the button below.') }}
</p> </p>
<a href="{{route('admin.servers.sync')}}" class="btn btn-primary btn-md"><i <a href="{{route('admin.servers.sync')}}" class="btn btn-primary btn-md"><i
class="fas fa-sync mr-2"></i>{{__('Sync servers')}}</a> class="fas fa-sync mr-2"></i>{{__('Sync servers')}}</a>

View file

@ -43,7 +43,7 @@
<div class="form-group"> <div class="form-group">
<label for="identifier">{{ __('Server identifier') }} <label for="identifier">{{ __('Server identifier') }}
<i data-toggle="popover" data-trigger="hover" <i data-toggle="popover" data-trigger="hover"
data-content="{{ __('Change the server identifier on controlpanel to match a pterodactyl server.') }}" data-content="{{ __('Change the server identifier on CtrlPanel to match a pterodactyl server.') }}"
class="fas fa-info-circle"></i> class="fas fa-info-circle"></i>
</label> </label>
<input value="{{ $server->identifier }}" id="identifier" name="identifier" <input value="{{ $server->identifier }}" id="identifier" name="identifier"
@ -59,7 +59,7 @@
<div class="form-group"> <div class="form-group">
<label for="user_id">{{ __('Server owner') }} <label for="user_id">{{ __('Server owner') }}
<i data-toggle="popover" data-trigger="hover" <i data-toggle="popover" data-trigger="hover"
data-content="{{ __('Change the current server owner on controlpanel and pterodactyl.') }}" data-content="{{ __('Change the current server owner on CtrlPanel and pterodactyl.') }}"
class="fas fa-info-circle"></i> class="fas fa-info-circle"></i>
</label> </label>
<select name="user_id" id="user_id" class="form-control"> <select name="user_id" id="user_id" class="form-control">

View file

@ -18,7 +18,7 @@
</li> </li>
<li> <li>
<p><strong>Company</strong> (referred to as either &quot;the Company&quot;, &quot;We&quot;, &quot;Us&quot; or <p><strong>Company</strong> (referred to as either &quot;the Company&quot;, &quot;We&quot;, &quot;Us&quot; or
&quot;Our&quot; in this Agreement) refers to controlpanel.</p> &quot;Our&quot; in this Agreement) refers to CtrlPanel.</p>
</li> </li>
<li> <li>
<p><strong>Cookies</strong> are small files that are placed on Your computer, mobile device or any other device <p><strong>Cookies</strong> are small files that are placed on Your computer, mobile device or any other device
@ -49,7 +49,7 @@
Service or from the Service infrastructure itself (for example, the duration of a page visit).</p> Service or from the Service infrastructure itself (for example, the duration of a page visit).</p>
</li> </li>
<li> <li>
<p><strong>Website</strong> refers to controlpanel, accessible from <a href="controlpanel" <p><strong>Website</strong> refers to CtrlPanel, accessible from <a href="controlpanel"
rel="external nofollow noopener" target="_blank">controlpanel</a></p> rel="external nofollow noopener" target="_blank">controlpanel</a></p>
</li> </li>
<li> <li>

View file

@ -443,7 +443,7 @@
<strong>Copyright &copy; 2021-{{ date('Y') }} <a <strong>Copyright &copy; 2021-{{ date('Y') }} <a
href="{{ url('/') }}">{{ env('APP_NAME', 'Laravel') }}</a>.</strong> href="{{ url('/') }}">{{ env('APP_NAME', 'Laravel') }}</a>.</strong>
All rights All rights
reserved. Powered by <a href="https://CtrlPanel.gg">ControlPanel</a>. reserved. Powered by <a href="https://CtrlPanel.gg">CtrlPanel</a>.
@if (!str_contains(config('BRANCHNAME'), 'main') && !str_contains(config('BRANCHNAME'), 'unknown')) @if (!str_contains(config('BRANCHNAME'), 'main') && !str_contains(config('BRANCHNAME'), 'unknown'))
Version <b>{{ config('app')['version'] }} - {{ config('BRANCHNAME') }}</b> Version <b>{{ config('app')['version'] }} - {{ config('BRANCHNAME') }}</b>
@endif @endif