Monthly Archives: December 2021
Override · KSLV Noh
As heard on
45Kg of carbon, ok

SoundCloud – 2021
As músicas que você mais ouviu em 2021
https://soundcloud.com/discover/sets/your-playback::paulo-jorge-rodrigues-figueiredo:2021?si=41ad42ef43b74f5191e02d9b52f0384d
goaccess

new server bandwidth 2021-11-25 to 2021-12-26

whotracks.me/websites.html

WordPress – PCLZIP_ERR_BAD_FORMAT (-10)
Probably disk usage issues.
Increase it
html5 autoplay not working?
Chrome doesn’t like autoplays on unmuted videos!
so lets mute them and it will work!
autoplay loop muted
file_get_contents from https
$url= 'https://example.com';
$arrContextOptions=array(
"ssl"=>array(
"verify_peer"=>false,
"verify_peer_name"=>false,
),
);
$response = file_get_contents($url, false, stream_context_create($arrContextOptions));