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 ??
I am getting the same but no idea why.
I'm not, so I guess it's something on your computers rather than the site.
Not very helpful I know, sorry
i'm not getting it
tried clearing cookies etc.?
quote:
Originally posted by omega 24 v6
I am getting the same but no idea why.
quote:
Originally posted by Staple balls
i'm not getting it
tried clearing cookies etc.?
It's not firefox 1.0.4, mine works o.k. Explorer's o.k. as well.
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
Cleared all history and cookies from control panel and it's still the same.
BTT mines is still the same today has anyone else still got this or are you all sorted. If so how.