20: SQL query failed

Query: SELECT UID FROM authorizator WHERE SessionID = '' AND SiteCode = 'gevepe';
QueryTime: 0.00024223327636719
Text: Table './5585_gvp/authorizator' is marked as crashed and last (automatic?) repair failed
File: /d1/www/domain/wladik.net/gvp/ssps/class.authorize.php
Line: 376
Host: sql
Database: 5585_gvp
User: 5585_gvp

30: result

Text: Invalid resource
File: /d1/www/domain/wladik.net/gvp/ssps/class.authorize.php
Line: 377

20: SQL query failed

Query: SELECT * FROM authorizator WHERE SessionID = '' AND SiteCode = 'gevepe';
QueryTime: 0.0001368522644043
Text: Table './5585_gvp/authorizator' is marked as crashed and last (automatic?) repair failed
File: /d1/www/domain/wladik.net/gvp/ssps/class.authorize.php
Line: 542
Host: sql
Database: 5585_gvp
User: 5585_gvp

30: fetch_assoc

Text: Invalid resource
File: /d1/www/domain/wladik.net/gvp/ssps/class.authorize.php
Line: 543

30: num_rows

Text: Invalid resource
File: /d1/www/domain/wladik.net/gvp/ssps/class.authorize.php
Line: 544

20: SQL query failed

Query: INSERT INTO authorizator (HttpHost,SiteCode,SessionID,UID,LoggedIn,LastActivity,IP,Host,Browser,Referer,Site) VALUES ('gvp.wladik.net','gevepe','','0','1714223342','1714223342','3.129.67.26','ec2-3-129-67-26.us-east-2.compute.amazonaws.com','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)','','/ssps.js.php')
QueryTime: 0.00020503997802734
Text: Table './5585_gvp/authorizator' is marked as crashed and last (automatic?) repair failed
File: /d1/www/domain/wladik.net/gvp/ssps/class.authorize.php
Line: 550
Host: sql
Database: 5585_gvp
User: 5585_gvp

20: SQL query failed

Query: DELETE FROM authorizator WHERE LastActivity < (1714223342 - 900) AND IsLong <> 1;
QueryTime: 0.00020599365234375
Text: Table './5585_gvp/authorizator' is marked as crashed and last (automatic?) repair failed
File: /d1/www/domain/wladik.net/gvp/ssps/class.authorize.php
Line: 557
Host: sql
Database: 5585_gvp
User: 5585_gvp

20: SQL query failed

Query: SELECT UID FROM authorizator WHERE SessionID = '' AND SiteCode = 'gevepe';
QueryTime: 0.00018715858459473
Text: Table './5585_gvp/authorizator' is marked as crashed and last (automatic?) repair failed
File: /d1/www/domain/wladik.net/gvp/ssps/class.authorize.php
Line: 376
Host: sql
Database: 5585_gvp
User: 5585_gvp

30: result

Text: Invalid resource
File: /d1/www/domain/wladik.net/gvp/ssps/class.authorize.php
Line: 377

20: SQL query failed

Query: SELECT * FROM authorizator WHERE SessionID = '' AND SiteCode = 'gevepe';
QueryTime: 0.00019097328186035
Text: Table './5585_gvp/authorizator' is marked as crashed and last (automatic?) repair failed
File: /d1/www/domain/wladik.net/gvp/ssps/class.authorize.php
Line: 542
Host: sql
Database: 5585_gvp
User: 5585_gvp

30: fetch_assoc

Text: Invalid resource
File: /d1/www/domain/wladik.net/gvp/ssps/class.authorize.php
Line: 543

30: num_rows

Text: Invalid resource
File: /d1/www/domain/wladik.net/gvp/ssps/class.authorize.php
Line: 544

20: SQL query failed

Query: INSERT INTO authorizator (HttpHost,SiteCode,SessionID,UID,LoggedIn,LastActivity,IP,Host,Browser,Referer,Site) VALUES ('gvp.wladik.net','gevepe','','0','1714223342','1714223342','3.129.67.26','ec2-3-129-67-26.us-east-2.compute.amazonaws.com','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)','','/ssps.js.php')
QueryTime: 0.00017809867858887
Text: Table './5585_gvp/authorizator' is marked as crashed and last (automatic?) repair failed
File: /d1/www/domain/wladik.net/gvp/ssps/class.authorize.php
Line: 550
Host: sql
Database: 5585_gvp
User: 5585_gvp

20: SQL query failed

Query: DELETE FROM authorizator WHERE LastActivity < (1714223342 - 900) AND IsLong <> 1;
QueryTime: 0.00012803077697754
Text: Table './5585_gvp/authorizator' is marked as crashed and last (automatic?) repair failed
File: /d1/www/domain/wladik.net/gvp/ssps/class.authorize.php
Line: 557
Host: sql
Database: 5585_gvp
User: 5585_gvp
function confirmSubmitOwn(url,hlaska) { var agree=confirm(hlaska); if (agree) location.href=url; else return false ; } var Fokus; function OpenJSWindow(url, jmeno, w, h) { Fokus = window.open(url, jmeno,'scrollbars=1,resizable=0,top=20,left=20,menubar=0,width=' + w + ',height=' + h); Fokus.focus() if (!Fokus.opener) Fokus.opener = self; } /* Thx to JimX and his zumpa_foto gallery */ function showPic (jmeno,file,w,h) { sw=screen.availWidth-8; sh=screen.availHeight-48; if (w>sw) { h=Math.round(sw*h/w); w=sw; } if (h>sh) { w=Math.round(sh*w/h); h=sh; } l=(sw-w)/2; t=(sh-h)/2; wh=h+16; url='http://gvp.wladik.net/detailphoto.php?jmeno='+jmeno+'&w='+w+'&h='+h+'&file='+file; prvky='width='+w+',height='+wh+',left='+l+',top='+t+',resizable=no,scrollbars=no,titlebar=no,toolbar=no,fullscreen=no'; pic=file.substr(file.lastIndexOf('/')+1,file.length); v = window.open (url,file.substr(0,file.indexOf('.')),prvky); v.focus(); } function wmReplace(string,text,by) { // Replaces text with by in string var strLength = string.length, txtLength = text.length; if ((strLength == 0) || (txtLength == 0)) return string; var i = string.indexOf(text); if ((!i) && (text != string.substring(0,txtLength))) return string; if (i == -1) return string; var newstr = string.substring(0,i) + by; if (i+txtLength < strLength) newstr += wmReplace(string.substring(i+txtLength,strLength),text,by); return newstr; }