Category Archives: Uncategorized
ReCaptcha 2.0: enable submit button on recaptcha successful
recaptcha
<div class="g-recaptcha" data-sitekey="####" data-callback="enableAction"></div>
input submit button
<input type="button" value="Submit" id="submitbtn">
On load page javascript
document.getElementById("submitbtn").disabled = true;
javascript to enable the button
functionenableAction(){ document.getElementById("submitbtn").disabled = false; }
digitalwhores.net statz

Can’t locate API module structure `mod_ssl’ in file
Starting httpd: httpd: Syntax error on line 202 of /etc/httpd/conf/httpd.conf: Can’t locate API module structure `mod_ssl’ in file /etc/httpd/modules/mod_ssl.so: /etc/httpd/modules/mod_ssl.so: undefined symbol: mod_ssl
If you are trying to load it like
LoadModule mod_ssl modules/mod_ssl.so
Your doing it WRONG!
This is the way!
LoadModule ssl_module modules/mod_ssl.so
Elections Software Engineer

nginx – /.well-known/acme-challenge/
server {
listen 80;
server_name domain.com *.domain.com;
charset utf-8;
location /.well-known/acme-challenge/ {
try_files $uri /dev/null =404;
}
return 301 https://$host$request_uri;
}
Sweet! – ESA Planck Orion annotated

This image shows a patch of the sky centered on the Orion constellation and is based on observations performed by ESA’s Planck satellite at microwave and sub-millimetre wavelengths.
http://sci.esa.int/planck/55911-polarised-emission-from-orion-annotated/
https://newsroom.fb.com/news/2018/04/terms-and-data-policy/ loop!
Facebook shares – Zurckerberg ‘social network had not seen any meaningful impact on usage’.. RIGHT
As heard on FX Oliveri mixes…
Bag Raiders – Shooting Stars
As heard on As heard on FX Oliveri Mix @ Social Club – 30.11.2010
Kerrier District “Techno Disco (KiNK Remix)” – Boiler Room Debuts
As heard on FX Oliveri Mikro Tremplin – 18.03.2017 (29min)
Stanny Franssen Bionical Clones
https://www.youtube.com/watch?v=3ga1NPiUHvA

