Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> Removed non used packages
-> New look for readme
-> Removed codeql workflow since it is useless
  • Loading branch information
NaysKutzu committed Oct 1, 2023
1 parent f62e331 commit 8b3353c
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 167 deletions.
70 changes: 70 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@

![Logo](https://i.imgur.com/xI3GLFc.jpeg)

# PteroController
A Pterodactyl Panel desktop app that uses the Client API!


<p><img src="https://discord.com/api/guilds/1080933452091752448/widget.png?style=shield" />

## Download

Here are some download links:

Project is not done yet

## Support

For support, join our Discord server.

Discord: [discord.gg/mythicalsystems](https://discord.gg/7BZTmSK2D8)


## Features

- Multi panel support
- Server List
- Live Console
- No delay
- Free <3

## FAQ

#### Is this a virus?

No, our app is 100% safe and has no virus inside it or any kind of keylogger, etc.

#### Why dose windows show a warning when i open the app?
Because the app is not signed by Microsoft yet.

#### Is this really free?
Yes it's totally free forever

## Authors

- [@NaysKutzu](https://github.com/NaysKutzu)


## License

[MIT](https://choosealicense.com/licenses/mit/)


## Used By

This project is used by the following companies:

- [MythicalSystems](https://mythicalsystems.me)

[IF YOU WANT YOUR NAME HERE, DM ME ON DISCORD: `NaysKutzu#5375`]


## Tech Stack

**Client:** [C#](https://dotnet.microsoft.com/en-us/languages/csharp), [WinForms](https://learn.microsoft.com/en-us/dotnet/desktop/winforms/overview/?view=netdesktop-7.0), [.NET Framwork](https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotnet-framework)

**Design**: [GunaUI](https://gunaui.com/)

**Packages**: [discord-rpc-csharp](https://github.com/Lachee/discord-rpc-csharp), [GunaUI](https://gunaui.com/), [PteroConsole.NET](https://github.com/Marcel-Baumgartner/PteroConsole.NET), [Json.NET](https://www.newtonsoft.com/json)

**Server:** [Pterodactyl](https://pterodactyl.io/)
82 changes: 0 additions & 82 deletions .github/workflows/codeql.yml

This file was deleted.

2 changes: 0 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ internal static class Program
/// <summary>
/// The main entry point for the application.
/// </summary>
public static string AppSettings = Application.StartupPath + @"\settings.ini";
public static string AppAccountInfo = Application.StartupPath + @"\account.ini";
public static string AppVersion = "1.0.0";
[STAThread]
public static void Main()
Expand Down
3 changes: 0 additions & 3 deletions PteroController.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DevExpress.Win.Design" Version="22.2.3" />
<PackageReference Include="DiscordRichPresence" Version="1.2.1.24" />
<PackageReference Include="Guna.UI2.WinForms" Version="2.0.4.5" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="PteroConsole.NET" Version="1.0.4" />
<PackageReference Include="Salaros.ConfigParser" Version="0.3.8" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion Pterodactyl/User/Info.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Newtonsoft.Json.Linq;
using Salaros.Configuration;
using System.Net.Http;
using System.Net.Http.Headers;
#pragma warning disable
Expand Down
79 changes: 0 additions & 79 deletions README.md

This file was deleted.

0 comments on commit 8b3353c

Please sign in to comment.