This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // include the wp-config.php file | |
| include "/CHANGE_THIS_PATH/wp-config.php"; | |
| // set a username | |
| $username = 'CHANGE_THIS'; | |
| // set a password | |
| $password = 'CHANGE_THIS'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * string_contains_word | |
| * | |
| * PHP independant way to see if one string contains a specific word | |
| * | |
| * @since 7.4 | |
| * @access public | |
| * @static | |
| * @author Kevin Pirnie <[email protected]> | |
| * @package Kevin's Spam Cop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * is_it_empty | |
| * | |
| * Gets whether a variable is empty, null, or 'null' | |
| * | |
| * @since 7.4 | |
| * @access public | |
| * @static | |
| * @author Kevin Pirnie <[email protected]> | |
| * @package Kevin's Spam Stop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # hold the primary WP CLI command | |
| WP_CLI="wp --allow-root --path=" | |
| # hold the starting path | |
| _PATH=/home/*/htdocs/* | |
| # loop over our home directory for the htdocs folder... | |
| for d in $_PATH; do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Functionality to help mitigate some security issues. | |
| */ | |
| // We don't want to allow direct access to this | |
| defined( 'ABSPATH' ) || die( 'No direct script access allowed' ); | |
| // prevent access to author archives on ID | |
| add_action( 'init', function ( ) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import json | |
| import requests # type: ignore | |
| from requests.adapters import HTTPAdapter # type: ignore | |
| from urllib3.util.retry import Retry # type: ignore | |
| import logging | |
| from typing import Optional, Union, Any | |
| from functools import partial |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #EXTM3U | |
| #EXTINF:0,1plus1 | |
| #https://1plus1-rakuten.amagi.tv/playlist.m3u8 | |
| #EXTINF:0,24hours Movies | |
| https://muxip-24hoursmovies-klowdtv.amagi.tv/playlist.m3u8 | |
| #EXTINF:0,AccuWeather | |
| https://amg00684-accuweatherinc-accuweather-stirr-69yvl.amagi.tv/playlist.m3u8 | |
| #EXTINF:0,Action Hollywood Movies | |
| https://actionhollywood-klowdtv.amagi.tv/playlist.m3u8 | |
| #EXTINF:0,Agora TV |
NewerOlder