Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 545
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 545
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Vor einiger Zeit habe ich eine Signaturkarte erworben. Bisher habe ich sie aber nur für HBCI benutzt und wollte einmal ausprobieren, ob ich diese aus einem C#-Programm heraus ansprechen kann. Das wäre nicht unpraktisch, dann kann man vielleicht ein PlugIn für den KeePass Password Safe basteln
Als erstes die Spezifikatinen dieser SmartCard:
Betriebssystem: SECCOS (ich glaube Version 5)
RSA Schlüssellänge: 1536 Bit
Mehr habe ich leider fast nicht in Erfahrung bringen können, falls jemand nachschauen möchte, die Karte ist vom DG-Verlag. Als Kartenleser benutze ich den hervorragenden ReinerSCT cyberJack pinpad. Die Entscheidung hatte eigentlich zwei Gründe: Es gab ihn im Paket mit der SmartCard von meiner Bank und er hat offene Linux Treiber, das heißt, man kann die Funktion dieses Gerätes nachvollziehen. Dieser Kartenleser bietet alle Funktionen, die ich normalerweise benutze, nur das Geldkarten laden fehlt, da er nur ein Klasse 2 Gerät ist. Klasse 3 Geräte haben noch ein eigenes Display.
Falls man Infos über eine Karte braucht bietet sich der Chipcard Master an, dieses Programm kann eigentlich die meisten Typen auslesen, nur für die Krankenversichertenkarte braucht man eine ältere Version. Auch unterstützt es keine sichere PIN-Eingabe über den Kartenleser, also muß man leider dem eigenen Rechner vertrauen. Dieses Programm kann einem auch die auf der Karte installierten Zertifikate anzeigen. Den öffentlichen Teil kann man auch auf seinem Rechner sichern, dies geht mit dem privaten Teil des Zerifikates leider nicht.
Als erstes habe ich die eigentlich nicht so schlechte subsembly SmartCard-API ausprobiert. Mit dieser konnte ich dann schon einige Sachen machen, zum Beispiel die Pin einer GSM-Karte eingeben und überprüfen. Allerdings habe ich kaum Informationen gefunden, wie ich die Signaturkarte ansprechen kann. Es gibt vom gleichen Entwickler auch eine HBCI-API, diese hat sich bei mir aber geweigert, die PIN über das Lesegerät abzufragen. Außerdem möchte der Entwickler etwas Geld wenn man die API weitergibt. Das kann ich auch verstehen, sie ist ziemlich gut. Falls sich jemand für die PIN-Abfrage einer GSM-Karte interessiert, er kann mit der SmartCard-API heruntergeladen werden.
Allerdings habe ich auch eine andere Möglichkeit gefunden um Daten zu verschlüsseln und zwar die MS Crypto API. Mit dieser geht es in der Theorie relativ einfach, eine Signaturkarte anzusprechen:
public static int main()
{
//CspParameters csp
= new CspParameters(1, "Kobil Smart CSP v1.0");
CspParameters csp
= new CspParameters(1, cryptoProvider);
csp.Flags = CspProviderFlags.UseDefaultKeyContainer;
// Initialize an RSACryptoServiceProvider object using
// the CspParameters object.
RSACryptoServiceProvider rsa
= new RSACryptoServiceProvider(csp);
// Create some data to sign.
byte[] data = new byte[] { 0, 1, 2, 3, 4, 5, 6, 7 };
System.Diagnostics.Debugger.Log
(0, "", "Data : "
+ BitConverter.ToString(data));
// Sign the data using the
// Smart Card Cryptographic Provider.
byte[] sig = rsa.SignData(data, "SHA1");
System.Diagnostics.Debugger.Log
(0, "", "Signature: "
+ BitConverter.ToString(sig));
// Verify the data using the
// Smart Card Cryptographic Provider.
bool verified = rsa.VerifyData(data, "SHA1", sig);
System.Diagnostics.Debugger.Log
(0, "", "Verified : " + verified);
}
Allerdings habe ich bisher keinen CSP (Cryptography Service Provider) für meine SmartCard gefunden. Dies äußert sich darin, daß es entweder die Karte nicht erkennt
oder wie beim Kobil CSP die PIN Eingabe nur scheinbar funktioniert und es danach einen Fehler schmeißt:
Aber diese Probleme können hoffentlich noch gelöst werden, ansonsten werde ich mich in der ADPU-Sprache schlaumachen müssen
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_comments.inc.php on line 292
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_comments.inc.php on line 390
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_comments.inc.php on line 390
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_comments.inc.php on line 390
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 73
Justus i dont speak german.
But it is a bug from .Net 2.0
there is a correction but i can't figure out where to download it.
Please see this link
http://support.microsoft.com/kb/937780/de
Hi Durval,
it took a long to to come back on this issue. But the path MS is offering is for another problem. They say the error message has something to do with the hash. My problem is that the card cannot verify the pin I entered. I talked to the manufacturers of the card but they say, they were not allowed to give me some specs
Startseite - Ursprung Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 545
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::generate_plugins() should not be called statically in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 603
Strict Standards: Non-static method serendipity_plugin_api::enum_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 818
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 831
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 843
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 873
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 73
Kalender
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/include/plugin_internal.inc.php on line 210
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 73
Strict Standards: Non-static method PEAR::getStaticProperty() should not be called statically, assuming $this from incompatible context in /usr/share/php/HTTP/Request.php on line 724
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/share/php/HTTP/Request.php on line 739
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/share/php/HTTP/Request.php on line 741
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/share/php/HTTP/Request.php on line 1284
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/share/php/HTTP/Request.php on line 771
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_plugin_gallery_menalto_random/serendipity_plugin_gallery_menalto_random.php on line 138
Sie benutzen IPv4 um diese Seite anzuschauen. IPv6 benutzen
Getaggte Artikel
Strict Standards: Non-static method serendipity_event_freetag::displayTags() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_plugin_freetag.php on line 220
Strict Standards: Non-static method serendipity_event_freetag::renderTags() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 524
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 622
Strict Standards: Non-static method serendipity_event_freetag::makeURLTag() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 607
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/include/plugin_internal.inc.php on line 1413
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically, assuming $this from incompatible context in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Tracker
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_config.inc.php on line 519
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::enum_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 956
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_spartacus::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_unstrip_tags::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_emoticate::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Declaration of serendipity_event_emoticate::uninstall() should be compatible with serendipity_plugin::uninstall(&$propbag) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_statistics::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Declaration of serendipity_event_statistics::uninstall() should be compatible with serendipity_plugin::uninstall(&$propbag) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_browsercompatibility::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_fckeditor::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_mailentry::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_weblogping::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 511
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 511
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 511
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 511
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_randomblogdescription::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_lightbox::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Declaration of serendipity_event_lightbox::uninstall() should be compatible with serendipity_plugin::uninstall(&$propbag) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_dpsyntaxhighlighter::event_hook() should be compatible with serendipity_event::event_hook($event, &$bag, &$eventData, $addData = NULL) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_mobile_output::uninstall() should be compatible with serendipity_plugin::uninstall(&$propbag) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::load_plugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 963
Strict Standards: Non-static method serendipity_plugin_api::probePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 542
Strict Standards: Non-static method serendipity_plugin_api::getClassByInstanceID() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 492
Strict Standards: Non-static method serendipity_plugin_api::includePlugin() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 497
Strict Standards: Declaration of serendipity_event_entryproperties::uninstall() should be compatible with serendipity_plugin::uninstall(&$propbag) in /usr/share/serendipity/www/include/plugin_api.inc.php on line 551
Strict Standards: Non-static method serendipity_plugin_api::get_plugin_title() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 967
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_config.inc.php on line 519
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/serendipity_config.inc.php on line 406
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/genpage.inc.php on line 32
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::count_plugins() should not be called statically in /usr/share/serendipity/www/include/genpage.inc.php on line 35
Strict Standards: Non-static method serendipity_plugin_api::count_plugins() should not be called statically in /usr/share/serendipity/www/include/genpage.inc.php on line 36
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 514
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 572
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 555
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 997
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/plugins/serendipity_event_freetag/serendipity_event_freetag.php on line 1139
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1086
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_entries.inc.php on line 1156
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_comments.inc.php on line 292
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 73
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 73
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 73
Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 545
Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /usr/share/serendipity/www/include/plugin_api.inc.php on line 1012
Strict Standards: Only variables should be assigned by reference in /usr/share/serendipity/www/include/functions_smarty.inc.php on line 73