Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
Program Files /
Java /
jdk1.7.0_80 /
db /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
NetworkServerControl
5.67
KB
-rw-rw-rw-
2024-08-25 16:37
NetworkServerControl.bat
1.38
KB
-rwxrwxrwx
2024-08-25 16:37
dblook
5.61
KB
-rw-rw-rw-
2024-08-25 16:37
dblook.bat
1.35
KB
-rwxrwxrwx
2024-08-25 16:37
derby_common.bat
2.37
KB
-rwxrwxrwx
2024-08-25 16:37
ij
5.74
KB
-rw-rw-rw-
2024-08-25 16:37
ij.bat
1.35
KB
-rwxrwxrwx
2024-08-25 16:37
setEmbeddedCP
1.05
KB
-rw-rw-rw-
2024-08-25 16:37
setEmbeddedCP.bat
1.25
KB
-rwxrwxrwx
2024-08-25 16:37
setNetworkClientCP
1.05
KB
-rw-rw-rw-
2024-08-25 16:37
setNetworkClientCP.bat
1.25
KB
-rwxrwxrwx
2024-08-25 16:37
setNetworkServerCP
1.05
KB
-rw-rw-rw-
2024-08-25 16:37
setNetworkServerCP.bat
1.24
KB
-rwxrwxrwx
2024-08-25 16:37
startNetworkServer
5.67
KB
-rw-rw-rw-
2024-08-25 16:37
startNetworkServer.bat
1.36
KB
-rwxrwxrwx
2024-08-25 16:37
stopNetworkServer
5.67
KB
-rw-rw-rw-
2024-08-25 16:37
stopNetworkServer.bat
1.37
KB
-rwxrwxrwx
2024-08-25 16:37
sysinfo
5.65
KB
-rw-rw-rw-
2024-08-25 16:37
sysinfo.bat
1.36
KB
-rwxrwxrwx
2024-08-25 16:37
Save
Rename
#!/bin/sh # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. if [ -z "$DERBY_HOME" ] ; then echo "Error: DERBY_HOME is not set. Please set the DERBY_HOME environment variable" echo "to the location of your Derby installation." return 1 fi export CLASSPATH="${DERBY_HOME}/lib/derbyclient.jar:${DERBY_HOME}/lib/derbytools.jar:${CLASSPATH}"