Skip to content

Instantly share code, notes, and snippets.

View maagmirror's full-sized avatar
☄️
easteregg

Maag maagmirror

☄️
easteregg
View GitHub Profile
[/Script/FortniteGame.FortGameUserSettings]
UnlockConsoleFPS=False
SubGameSelectCount_Athena=334
SubGameLastSelectedTime_Athena=2018.10.22-22.15.30
SubGameSelectCount_Campaign=1
SubGameLastSelectedTime_Campaign=2018.08.05-14.46.04
CustomVoiceChatInputDevice=Default
bMotionBlur=False
bShowGrass=False
bShowFPS=True
<?php
/**
* Plugin Name: Product Enquiry for WooCommerce
* Description: Allows prospective customers or visitors to make enquiry about a product, right from within the product page.
* Version: 2.6.1
* Author: WisdmLabs
* Author URI: https://wisdmlabs.com
* Plugin URI: https://wordpress.org/plugins/product-enquiry-for-woocommerce
* License: GPL2
* Text Domain: product-enquiry-for-woocommerce
body {
overflow-x:hidden!important;
}
body {
padding-bottom: 0 !important;
}
#footer-bottom{
margin-bottom: 0px!important;
}
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price, .woocommerce-page ul.products li.product .price del {
pokemon_elegido = input ("Contra que pokemon quieres combatir? (Squirtle / Charmander / Bulbasaur ): ").upper()
vida_pikachu = 100
vida_enemigo = 1
ataque_pokemon = 0
if pokemon_elegido == "SQUIRTLE":
bind "TAB" "+ng";
alias "+ng" "+showscores; net_graph 1";
alias "-ng" "-showscores; net_graph 0";
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Header always set Strict-Transport-Security "max-age=31536000"
</IfModule>
#for subdomains
<IfModule mod_headers.c>
Header set Strict-Transport-Security "max-age=10886400; includeSubDomains; preload" env=HTTPS
I added this to /var/lib/roundcube/.htaccess in the RewriteRule section:
CODE: SELECT ALL
#force SSL usage
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
[General]
UserSetResolution=1
SystemMouseSpeed=0
EnableSoftParticleSupport=1
Antialiasing=0
ShowCursorLocator=0
ShowGodray=1
BindSysKeys=0
header {
background: #000000;
}
.emoji-wysiwyg-editor, .stats-list .card, .card.feed-element, article.feed-element, .follow-list .card, form, .sharebox textarea, .comment-box textarea, input[type="text"], input[type="password"], input[type="email"], input:not([type="button"]):not([type="submit"]):not([type="reset"]):hover {
background: #000;
border: solid 1px #c7c7c7;
color: #fff;
box-shadow: 0 2px 0 rgba(0,0,0,.2);
}
.button primary{