All posts by PF
Crash Course in Sience – Cardboard Lamb (Vitalic Remix)
As heard on https://www.mixcloud.com/pjrfigueiredo/dj-fex-club-fg-radio-fg-2007/ (33:50)
bust a cap in its ass

infinite loops on wordpress with https

WOW!
I had to add $_SERVER['HTTPS'] = 'on'; to my wp-config.php.
This solved my infinite loops on wordpress with https.
Steve Angello – Voices (Eric Prydz Remix)
old schoolz!
As re-heard on https://soundcloud.com/eric-prydz/eric-prydz-presents-epic-radio-019 (31m)
Gregor Schwellenbach – Oxia’s Domino Feat Infasonido
phpMyAdmin 2.5.4 – a blast from the past

ERROR:HLSError – Cannot load M3U8: crossdomain access denied:Error #2048
ERROR:HLSError(code/url/msg)=1/http://www.domain.com/tutorials/laravel_facade/hls.m3u8/Cannot load M3U8: crossdomain access denied:Error #2048 VM1749:1 INFO:HLSNetStream:close
This is my crossdomain.xml example…
<?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <allow-access-from domain="*" secure="false" /> <allow-http-request-headers-from domain="*" headers="*" secure="false"/> </cross-domain-policy>
php glob – case sensitive
Search for jpg, JPG, JpG, etc
glob('my/path/*.[jJ][pP][gG]')
Chrome – change browser agent
Here it goes…
Under Developer Tools… do the following…

Et voilá!
