Skip to content

Instantly share code, notes, and snippets.

@MrM0bius
MrM0bius / janus-rand-wlocalcache.php
Created November 15, 2014 16:26
JanusVR Random r/vrsites link generator
<?php
$options = array('http' => array('user_agent' => 'JanusVR random site (v0.1)'));
$context = stream_context_create($options);
if (isset($_GET['refresh'])){
$rvrsites1 = file_get_contents('http://reddit.com/r/vrsites/.json?limit=100', false, $context);
$rvrsites2 = file_get_contents('http://reddit.com/r/vrsites/.json?count=100&after=t3_2akppo&limit=100', false, $context);
if ($rvrsites1 === false) {
die();