0 Members and 1 Guest are viewing this topic.
It'd actually be pretty simple if we had an RSS feed for the newest posts.
$feed = new DOMDocument();$feed->load('http://www.omnimaga.org/index.php?action=.xml;type=rss2');header('Location: ' . $feed->getElementsByTagName('guid')->item(rand(0,4))->nodeValue);