Recent content by Ezamik

  1. Ezamik

    RM 2.0 Mass Import of files in a folder

    Hey, one question, i am currently working with a friend of me on a mass import script for xenforo -> currently planned import it to the database (xf_rm_resource,xf_rm_resource_version and xf_rm_resource_update) and move the files in the downloads folder, now we have only one problem, we dont...
  2. Ezamik

    Kotomi - Generic script bridge

    it was Cloudflare detect who made that error, thanks. (now i must only find a way to get the real ip in xenforo #done)
  3. Ezamik

    Kotomi - Generic script bridge

    Correct, but the session will be hold if i delete "XenForo_Session::startPublicSession();" , but than the php script isnt working, ofcourse.
  4. Ezamik

    Kotomi - Generic script bridge

    It clear's the session again on loading the page, so same problem. Should it be in a specific directory? (Have it as this time in the main directory with the forum)
  5. Ezamik

    Kotomi - Generic script bridge

    Hey, i have a Problem with my custom php page to include the session. Content: <?php $startTime = microtime(true); $kotomi_indexFile = "./"; $kotomi_container = true; $fileDir = dirname(__FILE__)."/{$kotomi_indexFile}"; require "{$fileDir}/library/Dark/Kotomi/KotomiHeader.php"...
Top Bottom