Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Show Topics - Scopey

Pages: [1]
1
General Chat / Twitch Plays Pokemon
« on: February 17, 2014, 10:44:00 pm »
It only took 32000 people 4 days and 8 hours to make it to the fighting dojo!

http://www.twitch.tv/twitchplayspokemon

2
Bug Reports & Feedback / Fixing ShowThread.php
« on: January 19, 2014, 11:18:44 pm »
Code: [Select]
<?php

$param 
reset(array_keys($_GET));
$thread substr($param0strpos($param'-'));
header('Location: index.php?topic=' $thread);
exit;

Just wrote that off hand but it should work I think.

Except I got strpos around the wrong way...

Pages: [1]