IceToast

Results 34 comments of IceToast

> > i like the idea but its gonna be so much work > > If you want to do this you will have to do it in stages. You...

Since pterodactyl does not offer webhook (or any other form of event notification) for server status changes this would require to request the server states for every server individually in...

With the new billing cycle each server must get suspended individually and thus sending a individual mail and/or notification

So i see you've created a extension with all the necessary information. I will sketch out the payment workflow: _User payment request -> URL fetching from extension -> Redirecting to...

> Hello, > > Not to discourage anyone here but we have **stopped** producing new versions since v0.8.3 as the entire development team is now focused towards releasing Version 1.0....

This PR has conflicts with development. @Ferks-FK can you fix them in order to merge the PR?

@drylian Sorry, can you resolve that conflict to make the permission this PR adds readable. For reference: https://github.com/Ctrlpanel-gg/panel/pull/910

> @MrWeez > > ![image](https://private-user-images.githubusercontent.com/109999325/351824783-cd41b77c-a4f5-42aa-9be8-64a9689b13ff.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjE4NTIzMjAsIm5iZiI6MTcyMTg1MjAyMCwicGF0aCI6Ii8xMDk5OTkzMjUvMzUxODI0NzgzLWNkNDFiNzdjLWE0ZjUtNDJhYS05YmU4LTY0YTk2ODliMTNmZi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwNzI0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDcyNFQyMDEzNDBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lMGIzNGY0NDQ1OTkwNTM0NzNkNWRkYjEwNzliYTYxZGUyZDViMmUxYzM4NzQ5OTE1MDk1ZGVkZTNiNWMyODIxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.y5t-gpXXEw7McdchiP5I-UKAwYaaIly8rrt7GV73zu4) I think that would be it, right? It's the only place that would need to change, the others still use arrays (views), and only this...

Nope it hasnt been fixed yet. The `app/Notifications/ServersSuspendedNotification.php` handles the notification with a generic "All servers" since back then all servers have been suspended without the period system. This could...

This is because of how the sociallite driver gets populated with the credentials: ![image](https://github.com/Ctrlpanel-gg/panel/assets/54889359/eb5aa40c-6adb-487b-a451-4bcb7ec63cd3) `config/services.php` It doesnt get filled with the settingsdata from the db. That could probably be done...