Stuart Ainslie
|
posted on 15/5/05 at 06:11 AM |
|
|
CAtch-up function ?
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.shtml\n";
print "Content-Type:image/gif\n\n";
Any ideas ??
|
|
|
omega 24 v6
|
posted on 15/5/05 at 09:39 AM |
|
|
I am getting the same but no idea why.
|
|
Jonr
|
posted on 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
|
posted on 15/5/05 at 10:02 AM |
|
|
i'm not getting it
tried clearing cookies etc.?
|
|
Stuart Ainslie
|
posted on 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
|
posted on 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
|
posted on 15/5/05 at 10:55 AM |
|
|
Just checked
It's not firefox 1.0.4, mine works o.k. Explorer's o.k. as well.
yours, Pete
I went into the RSPCA office the other day. It was so small you could hardly swing a cat in there.
|
|
flak monkey
|
posted on 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
Sera
http://www.motosera.com
|
|
omega 24 v6
|
posted on 15/5/05 at 01:30 PM |
|
|
Cleared all history and cookies from control panel and it's still the same.
|
|
omega 24 v6
|
posted on 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.
|
|