Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex| <?php | |
| if (!defined("WHMCS")) | |
| die("This file cannot be accessed directly"); | |
| use WHMCS\Database\Capsule; | |
| /* | |
| * Copies account details from parent accounts to sub-accounts | |
| */ | |
| add_hook('ContactAdd', 1, "wb_setup_sub_accounts"); |
| <?php | |
| if (!defined("WHMCS")) | |
| die("This file cannot be accessed directly"); | |
| use WHMCS\Database\Capsule; | |
| function wb_mark_zero_invoices_paid(){ | |
| //get all unpaid invoices | |
| $unpaid_invoices = Capsule::table('tblinvoices')->where('status', 'Unpaid')->get(); | |
| foreach( $unpaid_invoices as $inv ){ |
| <?php | |
| if (!defined("WHMCS")) | |
| die("This file cannot be accessed directly"); | |
| use WHMCS\Database\Capsule; | |
| function disable_00_invoices($vars) { | |
| $merge_fields = array(); | |
| $email_template_name = $vars['messagename']; # Email template name being sent |
| <?php | |
| if (!defined("WHMCS")) | |
| die("This file cannot be accessed directly"); | |
| use WHMCS\Database\Capsule; | |
| /* | |
| * Temporarily updates the primary account's email address to that of the | |
| * company's Billing contact upon creation of a new invoice so that invoices | |
| * are not sent to the primary account holder. |
| # usage: | |
| # dexec <cmd> | |
| # uses fzf to select running container then runs | |
| # $ docker run [selected] <cmd> | |
| # with /bin/bash as the default cmd | |
| # TODO: add some pretty printing | |
| function dexec() { | |
| local selected_image |
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iexThis small guide should help you get setup with rclone v1.40 to read/write directly to a cache mount and have Plex get notified of new tv/movies that get added to the mount by Radarr/Sonarr
/mnt/user/media:/media for all 3. If not, the auto-scan will likely not work properly.| #cloud-config | |
| # we need to disable the initial call to "growpart" as otherwise the first partition would consume | |
| # all space on the dist | |
| # | |
| # The final disk layout is: | |
| # #0 0 - 10GB - ext4 on / | |
| # #1 10GB - 100% - lvm | |
| # | |
| # The reason for this approach is that when using CentOS on Hetzner you cannot use |
| <# | |
| .Synopsis | |
| Plesk Licensing script | |
| .DESCRIPTION | |
| Plesk Licensing script | |
| This script intend to create a new license key in Plesk via API and | |
| retrieve the XML content of created key in a plesk node. |