Debug:/home/j9v8ap4mgedd/migrated_webspace/www/i-mon-it.de/server/index.php (#143 00.00.070 13.02.2026) Jetzt wird gleich als nächstes die Klasse imoniitsql instanziert.
Debug:/home/j9v8ap4mgedd/migrated_webspace/www/i-mon-it.de/server/index.php(#149 00.00.070 13.02.2026)
Debug:imonitsql::gettemplateInfo ( #398 00.01.169 07.03.2026) Nun beginnt die Darstellung der einzelnen Templates
Debug:imonitsql::gettemplateInfo (#422 00.01.169 07.03.2026)343 Templates sind geladen.
| # | Bereich | Templatesname | Template SQL Statement |
| #443 1 | analytics | file | SELECT * FROM files where fileid=%d; |
| #443 2 | analytics | minfileid | select min(fileid) as minfileid from files where tokenid =%d and istdatei=%d; |
| #443 3 | analytics | updatecount | UPDATE files SET Zeilen = %d WHERE (fileid = %d); |
| #443 4 | analytics | fileversion | SELECT * FROM files where fileid=%d AND version="%s"; |
| #443 5 | analytics | filemittoken | SELECT * FROM files where fileid=%d and tokenid=%d; |
| #443 6 | analytics | fileusedintable | select count(fileid) as Anzahl from %s where fileid=%d; |
| #443 7 | analytics | getanalyseentry | select *from analyse where id = %d |
| #443 8 | analytics | getanalyserange | select *from analyse where id>= %d and id<=%d |
| #443 9 | analytics | eindeutig | Select * from filesunique where fileUid = %d; |
| #443 10 | analytics | getabfuid | SELECT * FROM filesunique where fileUid> %d; |
| #443 11 | analytics | rohdaten_per_app | select * from rohdaten where id>%d AND Tokenid = %d And Appnr=%d order by id; |
| #443 12 | analytics | dateientryexists | select fileid as id, ufileid as uid from files where tokenid=%d AND Webseite=%d AND Pfadt = '%s' AND Datei = '%s' AND version= '%s'; |
| #443 13 | analytics | dateiuniqueexists | select fileUid as uid,Titel, Bemerkung from filesunique where Pfadt='%s' AND Datei = '%s'; |
| #443 14 | analytics | methodentryexists | select fileid as id, ufileid as uid from files where tokenid=%d AND Webseite=%d AND Klasse='%s' AND Methode = '%s' AND version ='%s'; |
| #443 15 | analytics | methoduniqueexists | select fileUid as uid, Titel, Bemerkung from filesunique where Klasse='%s' AND Methode = '%s' And Webseite=%d; |
| #443 16 | analytics | missinguniquefileid | select * from files where ufileid =-1; |
| #443 17 | analytics | adddatei | INSERT INTO `files` (tokenid, istDatei, Pfadt, Datei,Titel,Bemerkung,Webseite, version,ufileid,rohdatenid) VALUES (%d, 1,'%s', '%s','%s','%s', %d, '%s',%d,%d); |
| #443 18 | analytics | addudatei | INSERT INTO `filesunique` (istDatei, Pfadt, Datei,Titel,Webseite,rohdatenid) VALUES ( 1,'%s', '%s','%s', %d,%d); |
| #443 19 | analytics | addmethode | INSERT INTO `files` (`tokenid`, `istDatei`, Klasse, Methode, Webseite,version,ufileid,rohdatenid) VALUES ( %d,%d, '%s', '%s', '%d','%s',%d,%d); |
| #443 20 | analytics | addumethode | INSERT INTO `filesunique` (istDatei, Klasse, Methode, Webseite, rohdatenid) VALUES ( 1, '%s', '%s', %d, %d); |
| #443 21 | analytics | statusanalytics | select max(rohdatenid) as rohdatenid from files where tokenid=%d and Webseite= %d; |
| #443 22 | analytics | missingstartid | select * from rohdaten where (BeginEnde='Endpage' or BeginEnde='End' or BeginEnde='mid') and StartId=0 and id>%d; |
| #443 23 | analytics | suchestartid | select max(id) as maxid from rohdaten where BeginEnde='%s' and Methodeoderdatei='%s' and id< %d; |
| #443 24 | analytics | addmapping | INSERT INTO analyticsmapping (fileid,fuid,tokenid, startid, endid, Dauer, ReportMonat, ReportJahr, ReportTag, anzahlZeilen, Sekunden,Sekundenaktualisiert,aktion,paid) VALUES (%d, %d, %d, %d, %d, '%s', '%s', %d, '%s',%d,%d,%d,'%s', %d); |
| #443 25 | analytics | addanalyse | INSERT INTO analyse (fuid,fileid, tokenid, startid, endid, Dauer, ReportMonat, ReportJahr, ReportTag, anzahlzeilen, gesamtzeilen,Zeit,sekundenaktualisiert,aktion, paid) VALUES (%d,%d, %d, %d, %d, '%s', '%s', %d, '%s', %d, %d,%d,%d,'%s', %d); |
| #443 26 | analytics | rohdatenrange | select * from rohdaten WHERE id>=%d AND id<=%d; |
| #443 27 | analytics | rohdatenrangeApp | select * from rohdaten where Appnr = %d and id>= %d and id <= %d order by fileid, BeginEnde; |
| #443 28 | analytics | addappkontrolpunkt | INSERT INTO analytikcheck (Kontrollpunkt, app) VALUES ('%s', %d); |
| #443 29 | analytics | correctstartid | UPDATE `rohdaten` SET `StartID` = '%d' WHERE (`id` = '%d'); |
| #443 30 | analytics | getufileids | Select ufileid from files where fileid = %d; |
| #443 31 | analytics | getfileidfürversion | Select fileid from files where ufileid = %d and version='%s'; |
| #443 32 | analytics | getufileid | Select * from files where fileid = %d and Webseite =%d; |
| #443 33 | analytics | getfileidversion | Select fileid from files where ufileid = %d and version ='%s'; |
| #443 34 | analytics | updateufileid | UPDATE rohdaten SET uniqueFileid = %d,fileid =%d WHERE (id = %d); |
| #443 35 | analytics | listfiles | select * from files where istDatei=1 group by Pfadt, datei; |
| #443 36 | analytics | correctfuid | UPDATE `files` SET `ufileid` = '%d' WHERE (`fileid` = '%d'); |
| #443 37 | analytics | Dateimitversion | select * from files where angelegt BETWEEN '%s' and '%s' and Webseite = %d; |
| #443 38 | analytics | fuidduplikate | select count(fileUid) as Anzahl, min(fileUid) as erstefuid, max(fileUid) as letztefuid,Klasse,istDatei, Methode, Pfadt, Datei from filesunique where Webseite=%d group by Klasse, Methode, Pfadt, Datei order by Anzahl desc; |
| #443 39 | analytics | getfuids | select fileUid as id from filesunique where Klasse ='%s' and Methode ='%s' and Pfadt ='%s' and Datei ='%s' and Webseite=%d order by id; |
| #443 40 | analytics | getfuidmethode | select fileUid as id from filesunique where Klasse ='%s' and Methode =' %s' and Webseite= %d order by id; |
| #443 41 | analytics | fuidduplikateDatei | select fileUid, Klasse,istDatei, Methode, Pfadt, Datei from filesunique where Webseite=%d and Pfadt ='%s' and Datei='%s' order by fileUid; |
| #443 42 | analytics | fuidduplikateMethode | select fileUid, Klasse,istDatei, Methode from filesunique where Webseite=%d Klasse='%s' and Methode ='%s' order by fileUid; |
| #443 43 | analytics | fuidduplicateMethodeNull | select fileUid, Klasse,istDatei, Methode from filesunique where Webseite=%d and isnull(Klasse) and isnull(Methode) order by fileUid; |
| #443 44 | analytics | fuidduplicateDateiNull | select fileUid, Klasse,istDatei, Methode from filesunique where Webseite=%d and isnull(Pfadt) and isnull(Datei) order by fileUid; |
| #443 45 | analytics | updatefuidanalyticsmapping | UPDATE Analyticsmapping SET `fuid` = '%d' WHERE (`anaid` = '%d'); |
| #443 46 | analytics | minmaxids | select min(id) as minid,max(id) as maxid from rohdaten where Appnr=%d; |
| #443 47 | analytics | analyticsmappingexists | Select* from analyticsmapping where startid=%d and endid= %d order by anaid desc; |
| #443 48 | analytics | analyticsmappingrange | select *from analyticsmapping where tokenid = %d and anaid>=%d and anaid>%d; |
| #443 49 | analytics | analyticsmappingab | select *from analyticsmapping where tokenid = %d and anaid>=%d; |
| #443 50 | analytics | Analysemonat | select * from analyse where tokenid = %d and ReportMonat= %s group by fileid; |
| #443 51 | analytics | Analysemonatstats | Select count(id) as anzids, sum(gesamtzeilen) as gesamtzeilen, sum(Zeit) as Sekunden from analyse where tokenid= %d and ReportMonat =%s and Sekundenaktualisiert=1; |
| #443 52 | analytics | hatmapping | select * from analyticsmapping where startid<= %d and endid>= %d; |
| #443 53 | analytics | Zeitistzuaktualisieren | Select * from analyse where tokenid= %d and Sekundenaktualisiert =0; |
| #443 54 | analytics | analysesekundenaktualisieren | UPDATE analyse SET `Zeit` = '%d', `Sekundenaktualisiert` = '1' WHERE (`id` = ' %d'); |
| #443 55 | analytics | fileupdatefuid | update files set ufileid =%d where ufileid=%d and Webseite=%d; |
| #443 56 | analytics | updateistdateifilesunique | update filesunique set istDatei =%d where fileUid=%d; |
| #443 57 | analytics | updateistdateifiles | update files set istDatei =%d where ufileid=%d; |
| #443 58 | analytics | markerste | UPDATE filesunique SET `first` = 1 WHERE (fileUid = %d); |
| #443 59 | analytics | hasanalyse | select * from analyse where startid=%d and endid =%d; |
| #443 60 | analytics | updateanalysefuid | update analyse set fuid =%d where id=%d ; |
| #443 61 | analytics | updateanalysecheck | UPDATE analytikcheck SET RohdatenID = %d, letzteUeberpruefung=CURRENT_TIMESTAMP() WHERE (app = %d and Kontrollpunkt = 'Analysecheck'); |
| #443 62 | analytics | analysecheck | select RohdatenID from analytikcheck where Kontrollpunkt='Analysecheck' AND app=%d; |
| #443 63 | analytics | deleteanalyserecord | Delete from analyticsmapping where anaid=%d; |
| #443 64 | analytics | deleteanalyse | DELETE FROM analyse WHERE (`id` = %d); |
| #443 65 | analytics | correctanayticsmapping | Select analyticsmappingid from analytikcheck where Kontrollpunkt='Analyticsmappingcheck'and app=%d; |
| #443 66 | analytics | correctAnalyse | delete from Analyse where id>%d and startid=%d and endid= %d |
| #443 67 | analytics | updateanalytikcheckmapping | UPDATE analytikcheck SET letzteueberpruefung=CURRENT_TIMESTAMP(),RohdatenID=%d,analyticsmappingid = %d WHERE (App= %d and Kontrollpunkt = 'Analyticsmappingcheck'); |
| #443 68 | analytics | updateanalytikcheckmappingrohdaten | UPDATE analytikcheck SET letzteUeberpruefung=CURRENT_TIMESTAMP(), RohdatenID = %d WHERE (App= %d and Kontrollpunkt = 'Analyticsmappingcheck'); |
| #443 69 | analytics | updateanalytikcheckmappingAnalysefuid | UPDATE analytikcheck SET letzteUeberpruefung=CURRENT_TIMESTAMP(), analyseid = %d WHERE (App= %d and Kontrollpunkt = 'updatefuid'); |
| #443 70 | analytics | getanalyticsmapping | select * from analytikcheck where Kontrollpunkt='Analyticsmappingcheck' AND app=%d; |
| #443 71 | analytics | lastmapping | select max(anaid) as maxid, max(fileid) as lastfileid from analyticsmapping; |
| #443 72 | analytics | resetanalyticscheck | UPDATE analytikcheck SET letzteUeberpruefung = 0,analyseid=0,RohdatenID=0, analyticsmappingid=0 WHERE (app = %d); |
| #443 73 | analytics | countmissingrowcount | select count(id) as anzahl from analyse where tokenid=%d and (anzahlZeilen=0 or gesamtzeilen=0); |
| #443 74 | analytics | missingrowcount | select * from analyse where tokenid=%d and (anzahlZeilen=0 or gesamtzeilen=0); |
| #443 75 | analytics | updateanalyserows | UPDATE analyse SET anzahlZeilen = %d, gesamtzeilen = %d WHERE (id = %d); |
| #443 76 | analytics | getanalyseab | select * from analyse where id>= %d and tokenid=%d; |
| #443 77 | analytics | getanalyseabundfalschefuid | select * from analyse where id>= %d and tokenid=%d and fuid<1; |
| #443 78 | analytics | monatswertefuid | select count(id) as Anzahl, sum(gesamtzeilen) as Summezeilen, sum(Zeit) as SummeSekunden,ReportMonat from analyse where fuid=%d group by ReportMonat; |
| #443 79 | analytics | ersetzeanalysefuid | update analyse set fuid= %d where fuid = %d |
| #443 80 | analytics | ersetzeanalyticsmappingfuid | update analyticsmapping set fuid= %d where fuid = %d |
| #443 81 | analytics | ersetzerohdatenfuid | update rohdaten set uniqueFileid= %d where uniqueFileid = %d |
| #443 82 | analytics | ersetzefilesfuid | update files set ufileid= %d where ufileid = %d |
| #443 83 | analytics | versionenfuid | select Titel, Bemerkung, count(fileid) as anzahlfiles, version, ufileid from files where ufileid= %d group by version ; |
| #443 84 | analytics | aktuelleversionfuid | select max(version) as aktuelleversion from files where ufileid= %d; |
| #443 85 | analytics | anzahlversionenfuid | Select version, min(fileid) as minfileid,max(fileid) as maxfileid,count(fileid) as anzahlgleicheversion FROM files where ufileid=%d group by version; |
| #443 86 | analytics | checkanalyticsnewapp | INSERT INTO analytikcheck (Kontrollpunkt, app, RohdatenID, analyseid, analyticsmappingid) VALUES ('%s', '%d', '0', '0', '0'); |
| #443 87 | analytics | checkanalyticskontrollpunkte | select Kontrollpunkt from analytikcheck group by Kontrollpunkt; |
| #443 88 | analytics | checkkontrollpunktefürapp | select Kontrollpunkt from analytikcheck where app=%d order by Kontrollpunkt; |
| #443 89 | analytics | insert_clientperformance | INSERT INTO clientperformance (token,service,paid,zeilen,milisekunden,version) VALUES ( %d, '%s', %d, %d, %d, ' %s'); |
| #443 90 | analytics | AnzahlcheckanalyticsfürUniqueDatei | select * from analytikcheck where app=%d and fuid>=%d; |
| #443 91 | berichte | updatefilesbemerkung | UPDATE files SET Bemerkung = '%s' WHERE (`fileid` = '%d'); |
| #443 92 | berichte | berichte | select * from berichte where Eintragart ="Bericht"; |
| #443 93 | berichte | bericht | select * from berichte where Eintragart ="Bericht" AND id=%d; |
| #443 94 | intern | berichtbyname | select * from berichte where Eintragart ="Bericht" AND Bericht="%s"; |
| #443 95 | intern | findmethode | select fileuid,Titel, concat(Klasse,'::',Methode) as methodelang, Pfadt from filesunique where Klasse='%s' and Methode='%s' and Webseite=%d and istDatei=0; |
| #443 96 | intern | getfehler | select * from protokoll where protokollid=%d and istFehler=1; |
| #443 97 | intern | Fehlerhistorie | SELECT * FROM protokoll_log where protokollid = %d order by Zeitpunkt; |
| #443 98 | intern | addFehlerhistorie | INSERT INTO protokoll_log (protokollid, Benutzer, Bemerkung, geschlossen) VALUES (%d, %d, '%s', %d); |
| #443 99 | intern | fixprotokoll | UPDATE protokoll SET istkorrigiert = 1, programclosed=%d,korrigiertam=CURRENT_TIMESTAMP() WHERE (protokollid = %d); |
| #443 100 | intern | nextfehler | select* from protokoll where protokollid>%d and istFehler=1 And istkorrigiert =0; |
| #443 101 | intern | fehlerstandbydatei | select count(protokollid) as anzahlfehler,max(Zeitpunkt) as letztereintrag, Kundennummer,DateioderMethode, istkorrigiert, korrigiertam from protokoll where istFehler=1 and token=%d group by Kundennummer, DateioderMethode order by anzahlfehler desc; |
| #443 102 | intern | protokollrange | select * from protokoll where token=%d and protokollid>=%d and protokollid<=%d order by protokollid asc; |
| #443 103 | intern | fehlerstand | select count(protokollid) as anzahlfehler,max(Zeitpunkt) as letztereintrag, Kundennummer, prioritaet,istkorrigiert, korrigiertam, avg(Zeitpunkt-korrigiertam) as durchfixdauer from protokoll where istFehler=1 and istkorrigiert =0 and token=%d group by Kundennummer, prioritaet; |
| #443 104 | intern | fehlerrange | select count(protokollid) as anzahlfehler,max(Zeitpunkt) as letztereintrag, Kundennummer, max(Prioritaet) as Prioritaet,istkorrigiert, korrigiertam, avg(Zeitpunkt-korrigiertam) as durchfixdauer from protokoll where istFehler=1 and istkorrigiert =0 and token=%d and protokollid>=%d and protokollid<=%d order by protokollid asc; |
| #443 105 | intern | nextoffenfehler | select min(protokollid) as minid from Protokoll where istFehler=1 and istkorrigiert=0 and token= %d; |
| #443 106 | intern | offenefehlerbytag | select count(protokollid) as anzahl, Zeitpunkt, date(Zeitpunkt) as Tag, Prioritaet, now()-Zeitpunkt as Daueroffen from protokoll where istFehler=1 And istkorrigiert =0 and token=%d group by Tag order by Tag asc; |
| #443 107 | intern | offenefehlerseit | select count(protokollid) as anzahl, Zeitpunkt, date(Zeitpunkt) as Tag, Prioritaet, now()-Zeitpunkt as Daueroffen from protokoll where istFehler=1 And istkorrigiert =0 and token=%d and Tag>='%s' group by Tag order by Tag asc; |
| #443 108 | intern | offenefehlerbyDatei | select min(protokollid) as ersteid, max(protokollid) as letzteid, count(protokollid) as anzahl, max(version) as letzteversion,DateioderMethode, min(Zeitpunkt) as ersterfehler, max(Zeitpunkt) as letzterEintrag from protokoll where istFehler=1 And istkorrigiert =0 and token=%d group by DateioderMethode order by letzterEintrag desc, DateioderMethode asc; |
| #443 109 | intern | offenefehlerbytagrange | select count(protokollid) as anzahl, Zeitpunkt, date(Zeitpunkt) as Tag, Prioritaet, now()-Zeitpunkt as Daueroffen from protokoll where istFehler=1 And istkorrigiert =0 and protokollid>=%d and protokollid<=%d and token=%d group by Tag order by tag asc; |
| #443 110 | intern | fehlerbytoken | select * from Protokoll where istfehler =1 and token = %d; |
| #443 111 | intern | fehlerheute | select * from Protokoll where istfehler =1 and token = %d and date(Zeitpunkt)=curdate(); |
| #443 112 | intern | fehlergestern | select * from Protokoll where istfehler =1 and token = %d and date(Zeitpunkt)=curdate()-1; |
| #443 113 | intern | fixprotokolltext | UPDATE protokoll SET istkorrigiert = 1, programclosed=false,korrigiertam=CURRENT_TIMESTAMP() WHERE istfehler=1 AND istkorrigiert=0 AND (protokolltext = '%s'); |
| #443 114 | intern | Neuseitoffset | select * from files where date(angelegt) = curdate()-%d group by ufileid, version ; |
| #443 115 | intern | fehlerhaftefuid | select* from rohdaten where uniqueFileid =0 or fileid=0 and Appnr =%d and date(Zeitpunkt)=curdate(); |
| #443 116 | kunde | fehlerrohdatenheute | select count(id) as Anzahl,max(id) as maxid,sum(anzahlzeilen) as Zeilen, BeginEnde, date(Zeitpunkt) as Tag from rohdaten where date(zeitpunkt)=curdate() group by BeginEnde; |
| #443 117 | kunde | lizensexists | SELECT * FROM lizenzenteile WHERE Lizensname='%s'; |
| #443 118 | kunde | lizensbyid | SELECT * FROM lizenzenteile WHERE Lizensid=%d; |
| #443 119 | kunde | hatLizens | SELECT Lizensid, Sum(Anzahl) as Anzahl FROM kundenlizenzen where Kundennummer= %d and Lizensid =%d and Anzahl>0; |
| #443 120 | kunde | Lizensbestellen | INSERT INTO `kundenlizenzen` (`Kundennummer`, `Lizensid`, `Anzahl`, `Besteller`, `paketid`,`Bereich`) VALUES (%d, %d, %d, %d, %d,'%s'); |
| #443 121 | kunde | Lizensteile | SELECT * FROM lizenzenteile Where Partner =%d; |
| #443 122 | kunde | updatetokenkunde | UPDATE token SET `customerid` = %d, 'letzteÄnderung' = CURRENT_TIMESTAMP() WHERE `tokenid` = %d; |
| #443 123 | kunde | updatetokenwebsiteid | UPDATE token SET `websiteid` = %d, 'letzteÄnderung'= CURRENT_TIMESTAMP()= WHERE `tokenid` = %d; |
| #443 124 | kunde | kundennummer_exists | SELECT Kundennummer FROM kunden where Kundennummer = %d; |
| #443 125 | kunde | kundenlizensen | SELECT * FROM kundenlizenzen WHERE Kundennummer=%d order by id; |
| #443 126 | kunde | allekundenlizenshistorie | SELECT * FROM kundenlizenzen WHERE Kundennummer=%d order by Paketid,Lizensid,id; |
| #443 127 | kunde | kundenlizenshistorie | SELECT * FROM kundenlizenzen WHERE Kundennummer=%d AND Lizensid=%d order by Paketid,Lizensid; |
| #443 128 | kunde | kunde | SELECT * FROM kunden where Kundennummer = %d; |
| #443 129 | kunde | benutzerupdateKundennummer | UPDATE `benutzer` SET `Kundennummer` = '%d' WHERE (`loginid` = '%d') |
| #443 130 | kunde | kunde_emailused | SELECT * FROM kunden where email = '%s'; |
| #443 131 | kunde | neuer_kunde | INSERT INTO `kunden` (`Kundenname`, `ist aktiv`, `firma`, `Land`, `email`, `hauptbenutzer`,Aktivierungscode) VALUES ('%s', 1, '%s', '%s', '%s', %d,'%s'); |
| #443 132 | kunde | tokendeskunde | SELECT * FROM token where customerid =%d; |
| #443 133 | kunde | benutzerKunde | SELECT * FROM benutzer WHERE Kundennummer = %d; |
| #443 134 | kunde | anzahlbenutzer | SELECT count(loginID) as anzahl FROM benutzer WHERE Kundennummer = %d; |
| #443 135 | kunde | kunde_aktivieren | UPDATE kunde SET `ist aktiv` = '1', `Aktivierungscode` = '' WHERE (`Kundennummer` = '%d'); |
| #443 136 | kunde | kundebyname | SELECT * FROM kunden where Kundenname = '%s'; |
| #443 137 | kunde | kundenlogincount | SELECT count(loginid) as anzlogin FROM benutzer where Kundennummer = '%d'; |
| #443 138 | kunde | kundenapps | SELECT * FROM apps where Kundennummer = %d; |
| #443 139 | kunde | setdefaultApp | UPDATE Kunden SET `defaultApp` = %d WHERE `Kundennummer` = %d; |
| #443 140 | kunde | sethauptbenutzer | UPDATE Kunde SET hauptbenutzer = %d WHERE `Kundennummer` = %d; |
| #443 141 | kunde | Kundenupdate | UPDATE `kunden` SET `%s` = '%s' WHERE (`Kundennummer` = %d); |
| #443 142 | kunde | rolleexists | SELECT * FROM rollen where Rollenname = '%s'; |
| #443 143 | kunde | rollenfürkunden | SELECT * FROM rollen WHERE Kundenrolle =1; |
| #443 144 | kunde | listerechte | SELECT * FROM rechte; |
| #443 145 | kunde | AGBszustimmen | UPDATE kunden SET 'AGBs zugestimmt' =CURRENT_TIMESTAMP() WHERE ('Kundennummer' = %d); |
| #443 146 | kunde | kundenprotokoll | select * from protokoll Where Kundennummer = %d |
| #443 147 | kunde | landesnamen_deutsch | SELECT Landesname_de FROM Länder order by Landesname_de; |
| #443 148 | kunde | Bestellungkündigen | UPDATE `kundenlizenzen` SET `gekündigt am` = CURRENT_TIMESTAMP(), `gekündigt durch` = '%d' WHERE `id` ='%d'; |
| #443 149 | App | landesnamen_englisch | SELECT Landesname_en FROM Länder order by Landesname_en; |
| #443 150 | App | token | Select * FROM token where token = "%s" |
| #443 151 | App | tokenbyid | Select * FROM token where tokenid = %d; |
| #443 152 | App | updatetokenhash | UPDATE token SET `crypt` = %s, 'letzteÄnderung' = CURRENT_TIMESTAMP() WHERE `tokenid` = %d; |
| #443 153 | App | appdeaktivieren | UPDATE `apps` SET `deaktiviert` = '%s', `deaktiviertam` = CURRENT_TIMESTAMP() WHERE appid=%d; |
| #443 154 | App | appreaktivieren | UPDATE `apps` SET `deaktiviert` = '', `deaktiviertam` = NULL WHERE appid=%d; |
| #443 155 | App | appexists | SELECT appid FROM apps where appid = %d; |
| #443 156 | App | tokenapps | SELECT * FROM apps where appid = %d; |
| #443 157 | App | countapps | SELECT count(*) as anzApps FROM apps; |
| #443 158 | App | getapp | SELECT * FROM apps where appid = %d; |
| #443 159 | App | gettoken | Select * from token where websiteid = %d; |
| #443 160 | App | getkundenapp | SELECT * FROM apps where Kundennummer=%d AND appid = %d; |
| #443 161 | App | appbyname | SELECT * FROM apps where Webseitenname = '%s'; |
| #443 162 | App | updateappname | UPDATE apps SET `Webseitenname` = '%s' WHERE `appid` = %d; |
| #443 163 | App | updateappurl | UPDATE apps SET `URL` = '%s' WHERE `appid` = %d; |
| #443 164 | App | updaterootdir | UPDATE apps SET `rootdirectory` = '%s' WHERE `appid` = %d; |
| #443 165 | App | LänderIDexists | select * from Laender where laender_id=%d; |
| #443 166 | App | land_de | select * from Laender where Landesname_de='%s'; |
| #443 167 | App | landid | SELECT * from Laender where Laender_id=%d; |
| #443 168 | App | länder | SELECT * FROM Laender ORDER BY Landesname_de; |
| #443 169 | App | updateland | UPDATE apps SET Laenderid = %d WHERE `appid` = %d; |
| #443 170 | App | programiersprachen | SELECT * FROM programmiersprachen; |
| #443 171 | App | sprache | SELECT * FROM programmiersprachen WHERE Sprachname= '%s'; |
| #443 172 | App | programiersprache | SELECT * FROM programmiersprachen WHERE Spracheid= %d; |
| #443 173 | App | updatesprache | UPDATE apps SET Programmiersprache = %d WHERE `appid` = %d; |
| #443 174 | App | approhdatenlimits | select max(id) as maxid,min(id) as minid from rohdaten where appnr=%d; |
| #443 175 | App | newapp | INSERT INTO apps (Webseitenname, Kundennummer, URL, deaktiviert, Programmiersprache,LAenderid, rootdirectory) VALUES ('%s', %d, '%s', 0, '', %d, '%s'); |
| #443 176 | benutzer | reportmonate | select distinct ReportMonat from analyse where tokenid =%d order by ReportMonat |
| #443 177 | benutzer | alleBenutzer | SELECT * FROM benutzer; |
| #443 178 | benutzer | login | SELECT * FROM benutzer WHERE Loginname = '%s'; |
| #443 179 | benutzer | getrolle | select rolle from benutzer where loginid=%d; |
| #443 180 | benutzer | rolle | SELECT * FROM rollen WHERE RollenZeile = %d; |
| #443 181 | benutzer | Benutzerberechtigung | Select * from rollenrechte where Rolle = %d and Berechtigung = %d; |
| #443 182 | benutzer | Berechtigung | SELECT RechteID FROM rechte where Berechtigung='%s'; |
| #443 183 | benutzer | rollenrechte | SELECT * FROM rollenrechte where rolle=%d; |
| #443 184 | benutzer | Benutzer_exisiert | SELECT * FROM benutzer WHERE loginname = '%s'; |
| #443 185 | benutzer | Benutzer_emailused | SELECT count(email) anzused FROM benutzer WHERE email = '%s' |
| #443 186 | benutzer | Benutzer_by_id | SELECT * FROM benutzer WHERE loginid = '%d' |
| #443 187 | benutzer | Benutzer_eines_Kunden | SELECT * FROM benutzer WHERE Kundennummer = '%d' |
| #443 188 | benutzer | Benutzer_aktivieren | UPDATE benutzer SET `aktiv` = '1', `Aktivierungscode` = '' WHERE (`loginid` = '%d'); |
| #443 189 | benutzer | Benutzer_aktivändern | UPDATE benutzer SET aktiv = %d WHERE (`loginid` = %d); |
| #443 190 | benutzer | Benutzer_setAttribut | UPDATE benutzer SET %s = %s WHERE (`loginid` = %d); |
| #443 191 | benutzer | Benutzer_by_login | SELECT * FROM benutzer WHERE loginname = '%s' |
| #443 192 | benutzer | Benutzer_anlegen | INSERT INTO benutzer (`Loginname`, `Passwort`, `Kundennummer`, `imonitmitarbeiter`, `email`, `defaultApp`, `Rolle`, `Aktivierungscode`,newsletter,hashed) VALUES ('%s', '%s', '%d', '%d', '%s', '%d', '%d', '%s',%d, %d); |
| #443 193 | benutzer | updatenewsletter | UPDATE benutzer SET `newsletter` = %d WHERE `loginid` = %d; |
| #443 194 | benutzer | updatedefaultapp | UPDATE benutzer SET `defaultApp` = %d WHERE `loginid` = %d; |
| #443 195 | benutzer | updatedauerlogin | UPDATE benutzer SET `Dauerlogin` = %d WHERE `loginid` = %d; |
| #443 196 | benutzer | updatebenutzeremail | UPDATE benutzer SET email` = %s WHERE `loginid` = %d; |
| #443 197 | benutzer | updatebenutzerrolle | UPDATE benutzer SET Rolle = %d WHERE `loginid` = %d; |
| #443 198 | benutzer | updateBenutzerbemerkung | UPDATE benutzer SET Bemerkung = '%s' WHERE `loginid` = %d; |
| #443 199 | benutzer | updateloginname | UPDATE benutzer SET loginname = '%s' WHERE `loginid` = %d; |
| #443 200 | benutzer | updatepasswort | UPDATE benutzer SET `passwort` = %s,hashed= %d WHERE `loginid` = %d; |
| #443 201 | benutzer | updatelastlogin | UPDATE benutzer SET letzteslogin = CURRENT_TIMESTAMP() , WHERE (loginid = %d); |
| #443 202 | benutzer | deactivateUser | UPDATE `benutzer` SET `aktiv` = '0' WHERE (`loginid` = %d); |
| #443 203 | benutzer | reactivateUser | UPDATE `benutzer` SET `aktiv` = '1' WHERE (`loginid` = %d); |
| #443 204 | benutzer | updateletzteslogin | update benutzer set letzteslogin=CURRENT_TIMESTAMP() where loginid=%d; |
| #443 205 | protokoll | hashpasswort | UPDATE benutzer SET Passwort = '%s', hashed = 1 WHERE (`loginid` = %d); |
| #443 206 | protokoll | protokollfehler | INSERT INTO protokoll (token,Zeitpunkt,DateioderMethode,Zeile,Protokolltext,Version,istFehler,Kundennummer, Prioritaet) VALUES (%d,current_timestamp(),'%s',%d,'%s','%s',1,%d, %d); |
| #443 207 | protokoll | protokollentry | INSERT INTO protokoll (token,Zeitpunkt,DateioderMethode,Zeile,Protokolltext,Version,istFehler,Kundennummer,Prioritaet) VALUES (%d,current_timestamp(),'%s',%d,'%s','%s',0,%d, %d); |
| #443 208 | protokoll | protokollmaxid | SELECT max(protokollid) as maxid, max(Zeitpunkt) as letzterEintrag FROM protokoll; |
| #443 209 | protokoll | letzterProtokolleintrag | SELECT * from protokoll Where protokollid = %d and token =%d; |
| #443 210 | protokoll | getprotokollrange | select * from protokoll where protokollid>=%d and protokollid<=%d and Token =%d; |
| #443 211 | protokoll | getprotokollrangefehler | select * from protokoll where protokollid>=%d and protokollid<=%d and Token =%d and istFehler=1; |
| #443 212 | protokoll | protokollstats | select min(protokollid) as minid,min(Zeitpunkt) as erstereintrag, max(protokollid) as maxid ,max(Zeitpunkt) as letztereintrag ,Kundennummer, token from protokoll where istFehler =0 and Kundennummer=%d and token=%d; |
| #443 213 | protokoll | protokollstatsbyday | select date(Zeitpunkt) as tag,count(protokollid) as anzahl, DateioderMethode, Kundennummer, token from protokoll where date(Zeitpunkt)>=curdate()-2 and Kundennummer=%d and token=%d group by tag order by tag asc; |
| #443 214 | protokoll | doppeltefehlervongesternoffen | select min(protokollid) as minid,max(protokollid) as maxid,date(Zeitpunkt) as tag, count(protokollid) as Anzahl, istkorrigiert, Protokolltext from protokoll where istfehler=1 and token=%d and istkorrigiert=0 and date(Zeitpunkt) |
| #443 215 | protokoll | offenefehlerbytagundtext | select * from protokoll where istfehler=1 and istkorrigiert=0 and date(zeitpunkt)='%s' and Protokolltext='%s'and token=%d; |
| #443 216 | rohdaten | anzahloffenprotokolltext | select count(protokollid) as anzahl, token from protokoll where protokolltext='%s' and istkorrigiert=0 and token= %d; |
| #443 217 | rohdaten | delete_rohdatensatz | DELETE FROM rohdaten WHERE (id = %d); |
| #443 218 | rohdaten | update_rohdatencheck | UPDATE analytikcheck SET RohdatenID = %d, letzteÜberprüfung=CURRENT_TIMESTAMP() WHERE (app = %d and Kontrollpunkt = 'Rohdaten'); |
| #443 219 | rohdaten | rohdatenupdateistDatei | SELECT * FROM rohdaten where Kundennummer= %d and Istdatei=1; |
| #443 220 | rohdaten | RohdatenMaxid | select max(id) as maxid, max(Zeitpunkt) as LetzterEintrag from rohdaten WHERE Methodeoderdatei='%s' AND Aktion='%s' AND Tokenid = %d; |
| #443 221 | rohdaten | RohdatenMaxidBeginEnde | select max(id) as maxid, max(Zeitpunkt) as LetzterEintrag from rohdaten WHERE Methodeoderdatei='%s' AND BeginEnde='%s' AND Tokenid = %d; |
| #443 222 | rohdaten | rohdatenlastentry | select max(id) as maxid, max(Zeitpunkt) as LetzterEintrag from rohdaten; |
| #443 223 | rohdaten | updaterohdaten_file | UPDATE rohdaten SET Pfad = '%s', Dateiname = '%s' WHERE (id = '%d'); |
| #443 224 | rohdaten | updaterohdaten_fileid | UPDATE rohdaten SET fileid = %d WHERE (id = %d); |
| #443 225 | rohdaten | rohdatenupdateistKlasse | SELECT * FROM rohdaten where Kundennummer= %d and Istdatei=0; |
| #443 226 | rohdaten | addrohdaten | INSERT INTO rohdaten (Zeitpunkt, Sessionid, Useragent, useragentid, BeginEnde, Methodeoderdatei, Programmzeile, Kundennummer, Appnr, Tokenid, StartID, Paid,istDatei,aktion,Version,anzahlzeilen,uniqueFileid,fileid) VALUES (CURRENT_TIMESTAMP(),"%s","%s",%d,"%s","%s","%s",%d,%d, %d, %d,%d,%d,"%s","%s", %d,%d, %d); |
| #443 227 | rohdaten | addrohdaten_Datei | INSERT INTO rohdaten (Zeitpunkt, Sessionid, Useragent, useragentid, BeginEnde, Methodeoderdatei, Programmzeile, Kundennummer, Appnr, Tokenid, StartID, Paid,istDatei,aktion,Version,Pfad,Dateiname,fileid,uniqueFileid,anzahlzeilen) VALUES (CURRENT_TIMESTAMP(),"%s","%s",%d,"%s","%s","%s",%d,%d, %d, %d,%d,%d,"%s","%s","%s","%s",%d,%d,%d); |
| #443 228 | rohdaten | addrohdaten_Methode | INSERT INTO rohdaten (Zeitpunkt, Sessionid, Useragent, useragentid, BeginEnde, Methodeoderdatei, Programmzeile, Kundennummer, Appnr, Tokenid, StartID, Paid,istDatei,aktion,Version,Klasse,Methode,fileid,uniqueFileid,anzahlzeilen) VALUES (CURRENT_TIMESTAMP(),"%s","%s",%d,"%s","%s","%s",%d,%d, %d, %d,%d,%d,"%s","%s","%s","%s", %d, %d,%d); |
| #443 229 | rohdaten | rohdatenstats | select max(id) as maxid, max(Zeitpunkt) as LetzterEintrag from rohdaten; |
| #443 230 | rohdaten | rohdatenstats2 | select BeginEnde,Methodeoderdatei,Aktion from rohdaten WHERE id=%d; |
| #443 231 | rohdaten | rohdatenstats3 | select count(id) as Anzahl, min(id) as minid, max(id) as maxid, max(Zeitpunkt) as Letztereintrag from rohdaten where Appnr=%d; |
| #443 232 | rohdaten | rohdatenstats4 | select count(id) as Anzahl, min(id) as minid, max(id) as maxid, max(Zeitpunkt) as Letztereintrag, BeginEnde from rohdaten where Appnr=%d group by BeginEnde; |
| #443 233 | rohdaten | rohdatenvonidbisid | select * from rohdaten WHERE id>=%d and id<=%d and Appnr=%d; |
| #443 234 | rohdaten | rohdatenvonbis | select * from rohdaten WHERE Zeitpunkt>='%s' and Zeitpunkt<='%s' AND Appnr=%d; |
| #443 235 | rohdaten | rohdatenvonid | select * from rohdaten WHERE id>=%d AND Appnr=%d; |
| #443 236 | rohdaten | rohdatenvonidfehlendezeilen | select * from rohdaten WHERE id>=%d AND BeginEnde in('end','endPage','mid','midPage') and Appnr=%d and anzahlzeilen<1; |
| #443 237 | rohdaten | updaterohdaten_datei | UPDATE rohdaten SET Istdatei=1, Pfad = '%s', Dateiname = '%s' WHERE (id = %d); |
| #443 238 | rohdaten | updaterohdaten_klasse | UPDATE rohdaten SET Klasse = '%s', Methode = '%s' WHERE (id = %d); |
| #443 239 | rohdaten | updaterohdaten_fileids | UPDATE rohdaten SET uniqueFileid= %d, fileid = %d WHERE (id = %d); |
| #443 240 | rohdaten | updaterohdaten_anzzeilen | UPDATE rohdaten SET startid= %d, anzahlzeilen = %d WHERE (id = %d); |
| #443 241 | rohdaten | updaterohdaten_Istdatei | UPDATE `rohdaten` SET `Istdatei` = ' %d' WHERE (id = '%d'); |
| #443 242 | rohdaten | updaterohdaten_startid | UPDATE `rohdaten` SET `StartID` = ' %d' WHERE (id = '%d'); |
| #443 243 | rohdaten | useragent | SELECT * FROM useragents WHERE agentid = '%d'; |
| #443 244 | rohdaten | useragentbyname | SELECT * FROM useragents WHERE useragent = '%s'; |
| #443 245 | rohdaten | addUseragent | INSERT INTO `useragents` (`useragent`) VALUES ('%s'); |
| #443 246 | rohdaten | maxid | select max(id) as maxid, max(Zeitpunkt) as LetzterEintrag from rohdaten; |
| #443 247 | rohdaten | maxidbyapp | select max(id) as maxid, max(Zeitpunkt) as LetzterEintrag from rohdaten where Appnr= %d; |
| #443 248 | rohdaten | getzeitpunkt | select Zeitpunkt, fileid from rohdaten WHERE id = %d; |
| #443 249 | rohdaten | getentry | Select * from rohdaten where id = %d; |
| #443 250 | rohdaten | getapprohdaten | Select * from rohdaten where Appnr = %d; |
| #443 251 | rohdaten | anzahlfehlendeufid | Select count(id) as anzahlfuidfehlt from rohdaten where uniqueFileid=-1; |
| #443 252 | rohdaten | anzahlfehlendefileid | Select count(id) as anzahlfuidfehlt from rohdaten where uniqueFileid=-1 or fileid =-1; |
| #443 253 | rohdaten | updatablerohdaten | select * from rohdaten where uniqueFileid=-1 and BeginEnde in ( 'EndPage','end'); |
| #443 254 | rohdaten | ErsterMonat | select min(Zeitpunkt) as ersterEintrag, month(zeitpunkt) as Monat, year(Zeitpunkt) as Jahr from rohdaten; |
| #443 255 | rohdaten | RohdatenMonate | select Tokenid,count(id) as anzahl,month(zeitpunkt) as Monat, year(Zeitpunkt) as Jahr from rohdaten WHERE Appnr='%d' AND Tokenid='%d'group by Monat, Jahr ; |
| #443 256 | rohdaten | RohdatenJahre | select Tokenid,count(id) as anzahl,year(Zeitpunkt) as Jahr from rohdaten WHERE Appnr='%d' AND Tokenid='%d'group by Jahr ; |
| #443 257 | rohdaten | RohdatenDateien | select Methodeoderdatei,Dateiname,Pfad, Klasse, Methode, Version from rohdaten group by Methodeoderdatei,Version; |
| #443 258 | rohdaten | FindStartid | select max(id) as startid, Programmzeile from rohdaten where BeginEnde='%s' AND fileid=%d and id<=%d; |
| #443 259 | rohdaten | ufileid_null | select * from rohdaten where uniqueFileid=-1 and Appnr=%d; |
| #443 260 | rohdaten | fileid_null | select * from rohdaten where fileid=-1 and Appnr=%d; |
| #443 261 | rohdaten | minmaxbyapp | select min(id) as minid, max(id) as maxid, count(id) as Anzahl from rohdaten where Appnr=%d; |
| #443 262 | rohdaten | rohdatenupdatefuid | update rohdaten set uniqueFileid =%d where uniqueFileid=%d and Appnr=%d; |
| #443 263 | rohdaten | rohdatenupdateistdatei | update rohdaten set Istdatei =%d where id=%d; |
| #443 264 | rohdaten | Anzahlunkorrigiert | select count(id) as anzahl from rohdaten where fileid=-1 and Appnr =%d; |
| #443 265 | rohdaten | Rohdatenweisen | select RohdatenID from analytikcheck where Kontrollpunkt='Rohdatenweisen' AND app=%d; |
| #443 266 | rohdaten | Rohdatenfürweisen | Select * from rohdaten where BeginEnde in ('start','startPage') and Id>%d and Appnr=%d; |
| #443 267 | rohdaten | StatsRohdatenfehlendestartid | Select count(id) as Anzahl, max(id) as maxid, min(id) as minid , min(Zeitpunkt) as ersterEintrag, max(Zeitpunkt) as Letztereintrag from rohdaten where BeginEnde in ('end','endPage', 'mid', 'midPage') and startId<=0 and Appnr=%d; |
| #443 268 | rohdaten | updateRohdatenweisen | UPDATE analytikcheck SET RohdatenID = %d, analyseid = %d,analyticsmappingid= %d,letzteÜberprüfung=CURRENT_TIMESTAMP() WHERE (Kontrollpunkt='Rohdatenweisen' and app= %d); |
| #443 269 | rohdaten | updateRohdatenseitenid | UPDATE analytikcheck SET RohdatenID = %d,letzteÜberprüfung=CURRENT_TIMESTAMP() WHERE (Kontrollpunkt='updateSeitenID' and app= %d); |
| #443 270 | rohdaten | getRohdatenseitenid | SELECT RohdatenID,analyseid from analytikcheck WHERE (Kontrollpunkt='updateSeitenID' and app= %d); |
| #443 271 | rohdaten | deleterohdatenentry | Delete from rohdaten where Id=%d; |
| #443 272 | rohdaten | hasEndid | select * from rohdaten where StartID=%d; |
| #443 273 | rohdaten | getanaid | Select id, endid from analyse where tokenid = %d and startid = %d; |
| #443 274 | rohdaten | resetstartid | UPDATE rohdaten SET StartID = 0 WHERE (Appnr = %d and StartID=id); |
| #443 275 | rohdaten | anzresetable | select * from rohdaten where id = StartID And Appnr=%d; |
| #443 276 | rohdaten | findStartentry | select * from rohdaten Where ID>%d and fileid=%d and beginende='%s' and appnr = %d; |
| #443 277 | rohdaten | updatezeilen | UPDATE rohdaten SET anzahlzeilen = %d WHERE (id = %d); |
| #443 278 | rohdaten | Anzahlzeilen | select sum(anzahlzeilen) as anzahlzeilen from Rohdaten where id>=%d and id<=%d and Appnr=%d; |
| #443 279 | rohdaten | rohdatenannäherung | select id, fileid,Zeitpunkt,uniqueFileid from rohdaten where Zeitpunkt >='%s' and fileid =%d; |
| #443 280 | rohdaten | generellrohdatenupdate | update rohdaten set %s='%s' where id = %d; |
| #443 281 | rohdaten | countfuidperapp | select count(id) as anzahl, max(version) as letzteversion, uniqueFileid ,Appnr from Rohdaten where uniqueFileid=%d and Appnr=%d group by version order by anzahl desc; |
| #443 282 | rohdaten | countfuidanalyseperapp | select count(id) as anzahl, reportmonat,fuid from analyse where fuid=%d and tokenid=%d group by reportmonat order by anzahl desc; |
| #443 283 | rohdaten | StatsRohdatenFehlerbyservice | select count(id) as anzahl, min(id) as minid,max(id) as maxid, BeginEnde,min(Zeitpunkt) as erstereintrag,max(Zeitpunkt) as letztereintrag from rohdaten where BeginEnde in('end','endPage') and anzahlzeilen<=0 and Appnr=%d group by BeginEnde; |
| #443 284 | rohdaten | Rohdatenohnefileid | select count(id) as Anzahl,BeginEnde,IstDatei,Pfad,Klasse from rohdaten where uniqueFileid =0 group by BeginEnde; |
| #443 285 | resourcen | rohdatenfehlermethode | select * from rohdaten where fileid=0 or uniqueFileid=0 and Appnr=%d. and Methodeoderdatei='%s'order by id; |
| #443 286 | resourcen | Veranstaltungen | SELECT * FROM veranstaltungen WHERE bis>curdate() AND öffentlich=1; |
| #443 287 | resourcen | Veranstaltungsdetails | SELECT * FROM veranstaltungen WHERE Eventid=%d |
| #443 288 | admin | Neue Veranstaltung | INSERT INTO veranstaltungen (Name,Veranstaltungsort,von,bis,URL,Beschreibung,öffentlich) VALUES ('%s', '%s', '%s', '%s', '%s','%s',0); |
| #443 289 | admin | getanalyse | Select * from analyse where id> %d and tokenid = %d; |
| #443 290 | admin | analyseohnesekunden | Select * From analyse where Zeit=0; |
| #443 291 | admin | Sekundenaktualisieren | UPDATE analyse SET Zeit = %d WHERE (`id` = %d) |
| #443 292 | admin | statuschecking_updatzeile | select * from analytikcheck where Kontrollpunkt='updateZeilen' and app=%d; |
| #443 293 | admin | statuschecking_restorefuid | select * from analytikcheck where Kontrollpunkt='restorefuid' and app=%d; |
| #443 294 | admin | checkfilesunique | select count(fileUid) as Anzahl,min(fileUid) as minfuid ,max(fileUid) as maxuid, Klasse,istDatei, Methode, Pfadt, Datei from filesunique where Webseite=%d group by Klasse, Methode, Pfadt, Datei, istDatei order by Anzahl desc; |
| #443 295 | admin | checkfiles | select count(fileid) as Anzahl,min(fileid) as ersteid,Klasse, Methode, Pfadt, Datei, Webseite, version from files where Webseite=%d group by Klasse, Methode,Pfadt,Datei,version order by Anzahl desc; |
| #443 296 | admin | checkfileuid | select ufileid, fileid from files where fileid=%d; |
| #443 297 | admin | getuid | Select * from filesunique where fileUID =%d |
| #443 298 | admin | updateuidtitel | UPDATE filesunique SET Titel = '%s' WHERE (fileUid = %d); |
| #443 299 | admin | updatefilesfuidtitel | UPDATE files SET Titel = '%s' WHERE (ufileid = %d); |
| #443 300 | admin | updateuidfilesbemerkung | UPDATE files SET Bemerkung = '%s' WHERE (ufileid = %d); |
| #443 301 | admin | updateuidbemerkung | UPDATE filesunique SET Bemerkung = '%s' WHERE (fileUid = %d); |
| #443 302 | admin | updatefidrohdaten | UPDATE rohdaten set fileid=%d where fileid=%d; |
| #443 303 | admin | updatefidanalyse | UPDATE analyse set fileid=%d where fileid=%d; |
| #443 304 | admin | updatefidanalyticsmapping | UPDATE analyticsmapping set fileid=%d where fileid=%d; |
| #443 305 | admin | deletefid | delete from files where fileid=%d |
| #443 306 | admin | deletefuid | delete from filesunique where fileUid=%d |
| #443 307 | admin | updatefuidrohdaten | UPDATE rohdaten set uniqueFileid=%d where uniqueFileid=%d; |
| #443 308 | admin | updatefuidfiles | UPDATE files set ufileid=%d where fileid=%d; |
| #443 309 | admin | updatefuidanalyse | UPDATE Analyse set fuid=%d where id=%d; |
| #443 310 | admin | updatefuidfilesidinanalyse | UPDATE analyse SET fileid = %d, fuid = %d WHERE (id = %d); |
| #443 311 | admin | updatefileidanalyse | UPDATE Analyse set fileid=%d where id=%d; |
| #443 312 | admin | getanalyticscheck | select * from analytikcheck where app=%d; |
| #443 313 | admin | checkupdateZeilen | select * from analytikcheck where Kontrollpunkt='updateZeilen' and app=%d; |
| #443 314 | admin | getupdatefuidcheck | select id as id, analyseid as analyseid, analyticsmappingid as analyticsmappingid from analytikcheck where kontrollpunkt = '%s' and app= %d; |
| #443 315 | admin | getupdateduplicateanalyse | select id as id, analyseid as analyseid from analytikcheck where kontrollpunkt = 'duplicateanalyse' and app= %d; |
| #443 316 | admin | updatecheckZeilenrohdaten | update analytikcheck set letzteUeberpruefung=CURRENT_TIMESTAMP(), RohdatenID =%d where Kontrollpunkt='updatefuid' and app=%d; |
| #443 317 | admin | updateanalyticcheckduplicateanalyse | update analytikcheck set analyseid =%d where Kontrollpunkt='duplicateanalyse' and app=%d; |
| #443 318 | admin | updatecheckanalysefuidupdate | update analytikcheck set =CURRENT_TIMESTAMP(), analyseid =%d where Kontrollpunkt='updatefuid' and app=%d; |
| #443 319 | admin | setstartid | Update Rohdaten set StartID=%d, anzahlzeilen=%d where id = %d; |
| #443 320 | admin | uniquefiles | select * from filesunique where Webseite=%d; |
| #443 321 | admin | Anzahlversionen | Select count(fileid) as anzahl, max(version) as aktuelleversion from files where ufileid = %d; |
| #443 322 | admin | getversionen | Select version from files where ufileid = %d; |
| #443 323 | admin | AnzahlRohdatenfürUniqueDatei | Select count(id) as anzahl from rohdaten where uniqueFileid= %d; |
| #443 324 | admin | AnzahlanalysefürUniqueDatei | Select count(id) as anzahl from analyse where fuid= %d; |
| #443 325 | admin | AnzahlanalyticsmappingfürUniqueDatei | Select count(anaid) as anzahl from analyticsmapping where fuid= %d; |
| #443 326 | admin | getanalysepaar | select id from analyse where startid = %d and endid = %d and id> %d; |
| #443 327 | admin | getanalyseduplikate | select tokenid,startid, endid, count(id) as anzahl, min(id) as minid, max(id) as maxid from analyse where tokenid=%d and id >%d group by startid, endid order by anzahl desc; |
| #443 328 | admin | statfilesunique | Select min(fileUid) as minid, count(fileUid) as anzahl, max(fileUID) as maxuid, max(angelegt) as letztereintrag from filesunique where Webseite=%d; |
| #443 329 | admin | filesmissingfuid | select ufileid,fileid, version, angelegt, rohdatenid from files where ufileid=0 and Webseite=%d and fileid>%d order by Rohdatenid asc; |
| #443 330 | admin | checkrestorefuidupdate | update analytikcheck set fuid =%d, filesid= %d, RohdatenID=%d where Kontrollpunkt='restorefuid' and app=%d; |
| #443 331 | admin | checkrestorefuidfiles | update analytikcheck set =CURRENT_TIMESTAMP(), filesid =%d where Kontrollpunkt='restorefuid' and app=%d; |
| #443 332 | admin | getReportmonateanalse | select ReportTag, ReportMonat, count(id) as Anzahl from analyse where id>=%d and tokenid=%d group by ReportMonat, ReportTag; |
| #443 333 | admin | getreportmonatanalyse | select id, ReportMonat from analyse where tokenid=%d and id>=%d and ReportMonat='%s'; |
| #443 334 | admin | getreporttaganalyse | select id, ReportMonat from analyse where tokenid=%d and id>=%d and ReportMonat='%s' and ReportTag='%s'; |
| #443 335 | admin | updatereportmonatanalyse | UPDATE analyse SET ReportMonat = '%s' WHERE (id = %d); |
| #443 336 | admin | getReportmonateAnalyticsmapping | select ReportTag, ReportMonat, count(anaid) as Anzahl from analyticsmapping where tokenid=%d and anaid>=%d group by ReportMonat, ReportTag; |
| #443 337 | admin | getreportmonatanalyticsmapping | select anaid as id, ReportMonat from analyticsmapping where tokenid=%d and ReportMonat='%s'; |
| #443 338 | admin | updatereportmontanalyticsmapping | UPDATE analyticsmapping SET ReportMonat = '%s' WHERE (anaid = %d); |
| #443 339 | admin | countfilesunique | select count(fileUid) as Anzahl from filesunique; |
| #443 340 | admin | countdoppelstrichefileunique | select fileuid,Pfadt, POSITION('\\' in Pfadt) as firstdoppelstrich from filesunique where Webseite=%d; |
| #443 341 | admin | updatecheckanalytickcheckupdatezeilen | update analytikcheck set lezteUeberpruefung=CURRENT_TIMESTAMP(), RohdatenID =%d where Kontrollpunkt='updateZeilen' and app=%d; |
| #443 342 | performanceservice | updatefilestitel | UPDATE files set titel='%s' where fileid=%d; |
| #443 343 | performanceservice | insert_service | INSERT INTO performanceservice (Service, Dauer,Version,token) VALUES ('%s', '%d', '%s', '%d');
|