It's here! - the CUK just for you
A follow up to a post a few up about editing CUK to suit yourself, it's far simpler than I imagined! Check this link, it's not a joke:
The xoggoth improved version of CUK general
It looks exactly the same as CUK General but scroll down and instead of
"Anyone here feel terrorised by Paul Nuttall?"
It says:
"Anyone here feel aroused by Paul Nuttall?"
If you want to do your own edited version of CUK the entire code for that is:
<?php
$crap = file_get_contents('http://forums.contractoruk.com/general/');
$crap = str_replace("terrorised","aroused",$crap);
echo $crap;
?>
A follow up to a post a few up about editing CUK to suit yourself, it's far simpler than I imagined! Check this link, it's not a joke:
The xoggoth improved version of CUK general
It looks exactly the same as CUK General but scroll down and instead of
"Anyone here feel terrorised by Paul Nuttall?"
It says:
"Anyone here feel aroused by Paul Nuttall?"
If you want to do your own edited version of CUK the entire code for that is:
<?php
$crap = file_get_contents('http://forums.contractoruk.com/general/');
$crap = str_replace("terrorised","aroused",$crap);
echo $crap;
?>
Comment