Cool mod - confused all my members hilariously when I first installed it with "borking database" and other imaginary functions
Any way to have certain activities exempt from this? My ham-fisted attempts haven't worked. I'm trying an excluding loop along the lines of:
Code:
...
switch($userinfo['username'])
{
case 'pcFreak':
while ($filename != 'thispage.php')
{
srand ((float)microtime()*1000000);
shuffle ($onlinefake);
... etc...
but I'm not really experienced enough in vbulletin or php to get this working properly. This code just runs the plugin normally and ignores me being on thispage.php, so obviously I'm missing something, but I'm not sure how to fix it. Can anyone give me any pointers?
Thanks!