Skip to content
View presswizards's full-sized avatar

Block or report presswizards

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. cloudflare-waf-rules-wizard cloudflare-waf-rules-wizard Public

    A lil plugin that bulk creates Troy's WAF rules for each domain in an account.

    PHP 15 5

  2. Plesk Add Trusted IPs to fail2ban to... Plesk Add Trusted IPs to fail2ban to prevent badbot blocks
    1
    #!/bin/bash
    2
    # add to crontab to run once per day or week like so via "crontab -e":
    3
    # 0 0 */1 * * ~/add_trusted_ips.sh > /dev/null
    4
    
                  
    5
    # URL containing the list of trusted IPs
  3. CloudPanelAPI CloudPanelAPI Public

    Forked from Endelon-Hosting/CloudPanelApi

    CloudPanel API server using the cli under the hood

    C#

  4. Add Blesta Affiliate ID to all links... Add Blesta Affiliate ID to all links on page
    1
    add_action( 'wp_head', function () { ?>
    2
    <script>
    3
    	function getParameterByName(name, url) {
    4
    		if (!url) url = window.location.href;
    5
    		name = name.replace(/[\[\]]/g, '\\$&');
  5. embed-sendy embed-sendy Public

    Forked from mauryaratan/embed-sendy

    Embed Sendy subscription form, through a widget, shortcode, or as a Gutenberg block.

    PHP