Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
guest /
shared /
Delete
Unzip
Name
Size
Permission
Date
Action
.ejabberd-modules
[ DIR ]
drwxrwxrwx
2025-04-08 10:20
.git
[ DIR ]
drwxrwxrwx
2025-04-08 10:20
2predictions_admin
[ DIR ]
drwx------
2025-04-08 10:20
Yeni klasör
[ DIR ]
drwx------
2025-04-08 10:20
Yeni klasör (2)
[ DIR ]
drwx------
2025-04-08 10:20
Yeni klasör (3)
[ DIR ]
drwx------
2025-04-08 10:20
apicore-betsfootball
[ DIR ]
drwx------
2025-04-08 10:20
build
[ DIR ]
drwx------
2025-04-08 10:20
cmake
[ DIR ]
drwxrwxrwx
2023-02-13 09:57
cmake-arm
[ DIR ]
drwx------
2025-04-08 10:20
cmake-sockettest
[ DIR ]
drwx------
2025-04-08 10:20
cmake-test
[ DIR ]
drwx------
2025-04-08 10:20
cmake10
[ DIR ]
drwx------
2025-04-08 10:20
cmake11
[ DIR ]
drwx------
2025-04-08 10:20
cmake12
[ DIR ]
drwx------
2025-04-08 10:20
cmake13
[ DIR ]
drwx------
2025-04-08 10:20
cmake14
[ DIR ]
drwx------
2025-04-08 10:20
cmake15
[ DIR ]
drwx------
2025-04-08 10:20
cmake16
[ DIR ]
drwx------
2025-04-08 10:20
cmake17
[ DIR ]
drwx------
2025-04-08 10:20
cmake2
[ DIR ]
drwx------
2025-04-08 10:20
cmake3
[ DIR ]
drwx------
2025-04-08 10:20
cmake4
[ DIR ]
drwx------
2025-04-08 10:20
cmake5
[ DIR ]
drwx------
2025-04-08 10:20
cmake6
[ DIR ]
drwx------
2025-04-08 10:20
cmake7
[ DIR ]
drwx------
2025-04-08 10:20
cmake8
[ DIR ]
drwx------
2025-04-08 10:20
cmake9
[ DIR ]
drwx------
2025-04-08 10:20
complianz-gdpr
[ DIR ]
drwx------
2025-04-08 10:20
config-files
[ DIR ]
drwx------
2025-04-08 10:20
contact-form-plugin
[ DIR ]
drwx------
2025-04-08 10:20
core-live-scorer
[ DIR ]
drwx------
2025-04-08 10:20
f
[ DIR ]
drwx------
2025-04-08 10:20
fcm-erlang
[ DIR ]
drwx------
2025-04-08 10:20
gloox
[ DIR ]
drwx------
2025-04-08 10:20
gloox-1.0.24
[ DIR ]
drwx------
2025-04-08 10:20
google_oauth_erlang
[ DIR ]
drwx------
2025-04-08 10:20
liquidsoap
[ DIR ]
drwx------
2025-04-08 10:20
llama
[ DIR ]
drwx------
2025-04-08 10:20
mongo
[ DIR ]
drwx------
2025-04-08 10:20
myWorkspace
[ DIR ]
drwx------
2025-04-08 10:20
mylibs
[ DIR ]
drwx------
2025-04-08 10:20
php
[ DIR ]
drwx------
2025-04-08 10:20
plugin_files
[ DIR ]
drwx------
2025-04-08 10:20
predictions_admin
[ DIR ]
drwx------
2025-04-08 10:20
predictions_admin - Kopya
[ DIR ]
drwx------
2025-04-08 10:20
qxmpp
[ DIR ]
drwx------
2025-04-08 10:20
scripts
[ DIR ]
drwx------
2025-04-08 10:20
test
[ DIR ]
drwx------
2025-04-08 10:20
text-recommendation
[ DIR ]
drwx------
2025-04-08 10:20
wordpress
[ DIR ]
drwx------
2025-04-08 10:20
wordpress-raw
[ DIR ]
drwx------
2025-04-08 10:20
.gitignore
26
B
-rwxrwxrwx
2022-11-02 15:44
CMakeLists4 - Kopya.txt
2.66
KB
-rwxrwxrwx
2022-12-08 14:32
CMakeLists4.txt
2.76
KB
-rwxrwxrwx
2022-12-08 14:38
CMakeLists5 - Kopya.txt
10.47
KB
-rwxrwxrwx
2022-12-08 14:41
CMakeLists5.txt
10.42
KB
-rwxrwxrwx
2022-12-08 14:44
QtProcessConfigureArgs.cmake
32.97
KB
-rwxrwxrwx
2022-12-08 20:42
README.md
3.14
KB
-rwxrwxrwx
2022-11-22 17:47
output9.txt
24.92
KB
-rwxrwxrwx
2022-12-11 10:36
Save
Rename
# SPDX-FileCopyrightText: 2017 Niels Ole Salscheider <niels_ole@salscheider-online.de> # # SPDX-License-Identifier: CC0-1.0 cmake_minimum_required(VERSION 3.3) project(qxmpp VERSION 1.5.0) set(SO_VERSION 4) # C++ standard settings: set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_EXTENSIONS OFF) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake/modules") find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core Network Xml) find_package(Qt${QT_VERSION_MAJOR} 5.9.2 REQUIRED COMPONENTS Core Network Xml) # QCA (optional) find_package(Qca-qt${QT_VERSION_MAJOR} QUIET) if(${QT_VERSION_MAJOR} EQUAL 6) find_package(Qt6Core5Compat) endif() set(CMAKE_AUTOMOC ON) set(CMAKE_AUTORCC ON) include(GNUInstallDirs) option(BUILD_TESTS "Build tests." ON) option(BUILD_INTERNAL_TESTS "Build internal tests." OFF) option(BUILD_DOCUMENTATION "Build API documentation." OFF) option(BUILD_EXAMPLES "Build examples." ON) option(BUILD_OMEMO "Build the OMEMO module" OFF) option(WITH_GSTREAMER "Build with GStreamer support for Jingle" OFF) option(WITH_QCA "Build with QCA for OMEMO or encrypted file sharing" ${Qca-qt${QT_VERSION_MAJOR}_FOUND}) add_definitions( -DQT_DISABLE_DEPRECATED_BEFORE=0x050F00 -DQURL_NO_CAST_FROM_STRING -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH ) if(BUILD_OMEMO) add_definitions(-DBUILD_OMEMO) # libomemo-c find_package(PkgConfig REQUIRED) pkg_check_modules(OmemoC REQUIRED IMPORTED_TARGET libomemo-c) # QCA if(NOT WITH_QCA) message(FATAL_ERROR "OMEMO requires QCA (Qt Cryptographic Architecture)") endif() endif() if(WITH_QCA) add_definitions(-DWITH_QCA) endif() add_subdirectory(src) if(BUILD_TESTS) enable_testing() add_subdirectory(tests) endif() if(BUILD_DOCUMENTATION) add_subdirectory(doc) endif() if(BUILD_EXAMPLES) add_subdirectory(examples) endif() include(CMakePackageConfigHelpers) configure_package_config_file( QXmppConfig.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/QXmppConfig.cmake INSTALL_DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/qxmpp" ) write_basic_package_version_file( ${CMAKE_CURRENT_BINARY_DIR}/QXmppConfigVersion.cmake VERSION ${PROJECT_VERSION} COMPATIBILITY SameMajorVersion ) install( FILES ${CMAKE_CURRENT_BINARY_DIR}/QXmppConfig.cmake ${CMAKE_CURRENT_BINARY_DIR}/QXmppConfigVersion.cmake DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/qxmpp" COMPONENT Devel ) # Generate qxmpp.pc configure_file(${CMAKE_CURRENT_SOURCE_DIR}/qxmpp.pc.in ${CMAKE_CURRENT_BINARY_DIR}/qxmpp.pc @ONLY) install( FILES ${CMAKE_CURRENT_BINARY_DIR}/qxmpp.pc DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig" COMPONENT Devel )