Recent content by ondsen

  1. O

    XF2 [8WR] Database Backup [Paid]

    Hey @Jaxel Since ive updated to XF 2.2.7 with PHP 8.0.8 the Backup cannot be done anymore. I tried to completely remove the Plugin and then doing a clean install of EWR Backup. First Backup is always successfull, after that i receive every day two of the following erros: XF\PrintableException...
  2. O

    Icewind Staff [Deleted]

    wow, really? its just additional members tabs... oh my gosh. www.fightgenossen.ch
  3. O

    Icewind Staff [Deleted]

    why you dont just install the plugin and if you dont like it remove it? edit: and just check the screenshots from the dev then yous see how it looks.
  4. O

    Icewind Staff [Deleted]

    just add the groups
  5. O

    Icewind Staff [Deleted]

    yes you can.
  6. O

    Kotomi - Generic script bridge

    Do that with PHP. Example: http://stackoverflow.com/questions/13646690/how-to-get-real-ip-from-visitor
  7. O

    Kotomi - Generic script bridge

    Just tried it with this Code, which works like a charm: <?php $startTime = microtime(true); $kotomi_indexFile = "./"; $kotomi_container = true; $fileDir = dirname(__FILE__)."/{$kotomi_indexFile}"; require "{$fileDir}/library/Dark/Kotomi/KotomiHeader.php"; XenForo_Session::startPublicSession()...
  8. O

    Kotomi - Generic script bridge

    does i understand that correct, you load the page and your login session will be cleared which means, you will be logged out on loading your custom page?
  9. O

    Kotomi - Generic script bridge

    looks like a layer 8 problem since you aren't able to declare your problem.
  10. O

    Kotomi - Generic script bridge

    Declare it this way and try again: XenForo_Session::startPublicSession(); $visitor = XenForo_Visitor::getInstance()->toArray(); if($visitor['user_id']){ ... }
  11. O

    [TAC] Any Spam API

    thanks for the quick fix :) this is still the best security addon yet. never got a spam message anymore on the page. without captcha!
  12. O

    [TAC] Any Spam API

    you mean uninstalling any api and simple installing your spam collection?
  13. O

    [TAC] Any Spam API

    im using 1.5.12 on its own.
  14. O

    [TAC] Any Spam API

    Since Update nobody can register anymore: ErrorException: Undefined variable: fieldMap - library/Tac/AnyApi/ControllerPublic/Register.php:50 Do you have an Idea? Need to disable the Addon until fixed...
  15. O

    TinyMCE Quattro and its wysiwyg bbcodes

    you forgot to set the needed css code in the quattro iframe style sheet.
Top Bottom