View wot.php
<?php | |
$images = file_get_contents('http://lscreens.eut2.online.scssoft.com/eut2/lscr/data'); // Download WoT loading screens data file | |
$images = trim(substr($images, 1025)); // Trim and cut first 1024 symbols (idk what to do with it) | |
// Making array of things | |
$images_array = explode('\\n', json_encode($images)); | |
foreach ($images_array as $key => &$value) { | |
$value = explode(';', $value); | |
} |
View resume.json
{ | |
"basics": { | |
"name": "Maxim Mekenya", | |
"label": "Web Developer, Information Engineer", | |
"picture": "https://pp.userapi.com/c840238/v840238746/5c4ec/cD2XnVrERlo.jpg?ava=1", | |
"email": "me@cjmaxik.ru", | |
"phone": "", | |
"website": "https://cjmaxik.ru", | |
"summary": "A summary of John Doe...", | |
"location": { |