📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
41241.88 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: session_schema2.xml
<?xml version="1.0"?> <schema version="0.3"> <table name="sessions2"> <descr>Table for ADOdb session management</descr> <field name="SESSKEY" type="C" size="64"> <descr>Session key to identify a user's browser session.</descr> <KEY/> <NOTNULL/> </field> <field name="EXPIRY" type="T"> <descr>Slightly redundant as it can be dynamically calculated by NOW() and MODIFIED field, but it enables forcing a fixed timeout for specific sessions. </descr> <NOTNULL/> </field> <field name="CREATED" type="T"> <descr>New session creation Timestamp.</descr> <NOTNULL/> </field> <field name="MODIFIED" type="T"> <descr>Timestamp which is usually updated when the user interacts with a site, to extend the expire time.</descr> <NOTNULL/> </field> <field name="EXPIREREF" type="C" size="250"> <descr>Usually a User Id or unique username of your application. The name EXPIREREF is a bit weird, it may be better to call it USERREF? </descr> </field> <field name="SESSDATA" type="XL"> <descr>PHP's serialized session data or encrypted serialized session data.</descr> <NOTNULL/> </field> </table> </schema>
Save