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
| <!doctype html> | |
| <head> | |
| <script type="text/javascript"> | |
| if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { | |
| window.location.href= 'https://api.whatsapp.com/send?phone=+54297XXXXXX&text=Hola'; | |
| } else { | |
| window.location.href= 'https://web.whatsapp.com/send?phone=+54297XXXXXX&text=Hola'; | |
| } | |
| </script> | |
| </head> |
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 (strstr($_SERVER['HTTP_HOST'], 'ngrok.io') !== false){ | |
| function callback_relative_url($buffer) { | |
| // Replace normal URLs | |
| $home_url = esc_url(home_url('/')); | |
| $home_url_relative = wp_make_link_relative($home_url); | |
| // Replace URLs in inline scripts | |
| $home_url_escaped = str_replace('/', '\/', $home_url); | |
| $home_url_escaped_relative = str_replace('/', '\/', $home_url_relative); |
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
| .carousel-fade { | |
| .carousel-inner { | |
| .item { | |
| transition-property: opacity; | |
| } | |
| .item, | |
| .active.left, | |
| .active.right { | |
| opacity: 0; |
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
| In login: | |
| Username: ' or 1=1# | |
| Password: no-deface | |
| or | |
| ' or 1=1 or ''='' |
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
| <div style='overflow:hidden;height:500px;width:100%;'> | |
| <div id='gmap_canvas' style='height:520px;width:100%;'></div> | |
| </div> | |
| <script src='https://maps.googleapis.com/maps/api/js?v=3.exp&key=yourkey'></script> | |
| <script type='text/javascript'> | |
| function mapa(){ | |
| var myOptions = { | |
| zoom:16, | |
| scrollwheel: false, |
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
| Running a POP3 test using Telnet on Windows 2000/XP/Vista | |
| Go to Start (start button on the lower left of the desktop) | |
| Choose Run | |
| Type: cmd | |
| This should bring up a DOS prompt. Once there, enter: telnet incoming.servage.net 110 | |
| Type: user [email protected] | |
| Type: pass yoursecretpassword | |
| Type: list (Will present a numbered list over mails in mailbox) | |
| Type: retr 1 (Will display e-mail number 1) | |
| Exit session by entering: quit |
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 -o /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip |
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
| DirectoryIndex index.html index.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
| <!doctype> | |
| <html> | |
| <head> | |
| <link href="https://file.myfontastic.com/n6vo44Re5QaWo8oCKShBs7/icons.css" rel="stylesheet"> | |
| </head> | |
| <body> | |
| <div id="share"> | |
| <ul class="social-share" data-url="<?php echo wp_get_shortlink(); ?>" data-title="<?php the_title();?>"> | |
| <li><a href="" class="facebook share s_facebook"><i class="socicon-facebook"></i></a></li> | |
| <li><a href="" class="twitter share s_twitter"><i class="socicon-twitter"></i></a></li> |