Board logo

CAtch-up function ?
Stuart Ainslie - 15/5/05 at 06:11 AM

Everytime I try to use the 'catch-up' feature, I get the following text shown...

#!/usr/bin/perl

use DBI;

@cookies = split(/; /,$ENV{'HTTP_COOKIE'});

foreach $cookie (@cookies) {

($a,$b) = split (/=/,$cookie);
if ($a eq "xmbuser" { $user = $b; }

}


$dbh = DBI->connect("dbi:mysql:locostmsgs;host=localhost","locost","locost" or print "Can't login to DB";

$uth = $dbh->prepare("update lastseen set last=this where username='$user'";
$uth->execute;

print "Location: catchupdone.shtmln";
print "Content-Type:image/gifnn";

Any ideas ??


omega 24 v6 - 15/5/05 at 09:39 AM

I am getting the same but no idea why.


Jonr - 15/5/05 at 09:59 AM

I'm not, so I guess it's something on your computers rather than the site.

Not very helpful I know, sorry


Staple balls - 15/5/05 at 10:02 AM

i'm not getting it

tried clearing cookies etc.?


Stuart Ainslie - 15/5/05 at 10:36 AM

quote:
Originally posted by omega 24 v6
I am getting the same but no idea why.


Don't suppose you are using Firefox ?
Think it has only started since I downloaded the 1.04 update ?


Stuart Ainslie - 15/5/05 at 10:38 AM

quote:
Originally posted by Staple balls
i'm not getting it

tried clearing cookies etc.?


Just ried that one - Still the same


Peteff - 15/5/05 at 10:55 AM

It's not firefox 1.0.4, mine works o.k. Explorer's o.k. as well.


flak monkey - 15/5/05 at 11:41 AM

It was doing that last night, but only when chris was playing with the site. I would suggest clearing your history to wipe the cache and try it again.

David


omega 24 v6 - 15/5/05 at 01:30 PM

Cleared all history and cookies from control panel and it's still the same.


omega 24 v6 - 16/5/05 at 06:58 PM

BTT mines is still the same today has anyone else still got this or are you all sorted. If so how.