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
| curl -A "Jetpack by WordPress.com" -is -H 'Content-Type: text/xml' --data '<?xml version="1.0"?><methodCall><methodName>demo.sayHello</methodName><params></params></methodCall>' 'http://www.henleyherald.com/xmlrpc.php' --referer foo && echo |
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
| function jeherve_multiple_images_pinterest( $url ) { | |
| global $post; | |
| if ( ! $post ) { | |
| return $url; | |
| } | |
| $url = '//www.pinterest.com/pin/create/button/?url=' . rawurlencode( get_permalink( $post->ID ) ) . '&description=' . rawurlencode( $post->post_title ); | |
| return $url; |
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 if ( function_exists( 'jetpack_breadcrumbs' ) ) : ?> | |
| <div class="breadcrumb-area"> | |
| <div class="wrapper"> | |
| <?php jetpack_breadcrumbs(); ?> | |
| </div><!-- .wrapper --> | |
| </div><!-- .breadcrumb-area --> | |
| <?php endif; ?> |
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
| add_action('wp_enqueue_scripts', create_function(null, "wp_dequeue_script('devicepx');"), 20); |
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
| HTTP/1.1 403 Forbidden | |
| Date: Tue, 06 Sep 2016 17:23:06 GMT | |
| Server: Apache | |
| Last-Modified: Sun, 12 Jun 2016 20:37:56 GMT | |
| Accept-Ranges: bytes | |
| Content-Length: 1027 | |
| X-Powered-By: Loading | |
| Content-Type: text/html | |
| <HTML> |
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
| if ( !empty( $_SERVER['HTTP_X_FORWARDED_FOR'] ) ) { | |
| $forwarded_ips = explode( ',', $_SERVER['HTTP_X_FORWARDED_FOR'] ); | |
| $_SERVER['REMOTE_ADDR'] = $forwarded_ips[0]; | |
| unset( $forwarded_ips ); | |
| } |
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
| if ( ! isset( $content_width ) ) { | |
| $content_width = 800; | |
| } |
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
| function jeherve_contact_info_google_key() { | |
| return '12345'; // Your API Key. | |
| } | |
| add_filter( 'jetpack_google_maps_api_key', 'jeherve_contact_info_google_key' ); |
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
| HTTP/1.1 301 Moved Permanently | |
| Date: Tue, 16 Aug 2016 20:32:15 GMT | |
| Content-Type: text/html; charset=UTF-8 | |
| Transfer-Encoding: chunked | |
| Connection: keep-alive | |
| Set-Cookie: __cfduid=d8f7f00c8a1652c3c5c19f43d18f66af81471379534; expires=Wed, 16-Aug-17 20:32:14 GMT; path=/; domain=.frikination.net; HttpOnly | |
| Pragma: no-cache | |
| Cache-Control: no-cache, must-revalidate, max-age=0 | |
| Set-Cookie: PHPSESSID=ofkn1vpd7hj0qpt2j76l9c6bs3; path=/ | |
| Location: http://www.frikination.net/xmlrpc.php/ |
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
| traceroute to 191.252.51.234 (191.252.51.234), 30 hops max, 60 byte packets | |
| 1 66.155.8.3 (66.155.8.3) 0.256 ms 0.278 ms 7.496 ms | |
| 2 ae0-201.was14.ip4.gtt.net (173.241.128.101) 1.428 ms 0.441 ms 1.457 ms | |
| 3 xe-8-0-3.was10.ip4.gtt.net (141.136.108.177) 2.839 ms xe-5-0-2.was10.ip4.gtt.net (89.149.186.33) 0.450 ms xe-8-2-0.was10.ip4.gtt.net (141.136.108.185) 2.703 ms | |
| 4 * * * | |
| 5 * * * | |
| 6 4.68.72.61 (4.68.72.61) 1.131 ms 4.68.72.117 (4.68.72.117) 1.294 ms 1.469 ms | |
| 7 * * * | |
| 8 190.53.186.200.sta.impsat.net.br (200.186.53.190) 133.749 ms 133.929 ms 134.053 ms | |
| 9 186.202.158.6 (186.202.158.6) 144.910 ms 186.202.158.5 (186.202.158.5) 133.424 ms 186.202.158.6 (186.202.158.6) 133.496 ms |