Remove obsolete CSS, JavaScript, and configuration files: Deleted style.css, contact.js, cookie-consent.js, main.js, config.php, mail-config.php, header.php, footer.php, and functions.php to streamline the project and improve maintainability. This cleanup enhances performance and reduces complexity in the codebase.
This commit is contained in:
504
LICENSE
Normal file
504
LICENSE
Normal file
@@ -0,0 +1,504 @@
|
|||||||
|
GNU LESSER GENERAL PUBLIC LICENSE
|
||||||
|
Version 2.1, February 1999
|
||||||
|
|
||||||
|
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
||||||
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
[This is the first released version of the Lesser GPL. It also counts
|
||||||
|
as the successor of the GNU Library Public License, version 2, hence
|
||||||
|
the version number 2.1.]
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The licenses for most software are designed to take away your
|
||||||
|
freedom to share and change it. By contrast, the GNU General Public
|
||||||
|
Licenses are intended to guarantee your freedom to share and change
|
||||||
|
free software--to make sure the software is free for all its users.
|
||||||
|
|
||||||
|
This license, the Lesser General Public License, applies to some
|
||||||
|
specially designated software packages--typically libraries--of the
|
||||||
|
Free Software Foundation and other authors who decide to use it. You
|
||||||
|
can use it too, but we suggest you first think carefully about whether
|
||||||
|
this license or the ordinary General Public License is the better
|
||||||
|
strategy to use in any particular case, based on the explanations below.
|
||||||
|
|
||||||
|
When we speak of free software, we are referring to freedom of use,
|
||||||
|
not price. Our General Public Licenses are designed to make sure that
|
||||||
|
you have the freedom to distribute copies of free software (and charge
|
||||||
|
for this service if you wish); that you receive source code or can get
|
||||||
|
it if you want it; that you can change the software and use pieces of
|
||||||
|
it in new free programs; and that you are informed that you can do
|
||||||
|
these things.
|
||||||
|
|
||||||
|
To protect your rights, we need to make restrictions that forbid
|
||||||
|
distributors to deny you these rights or to ask you to surrender these
|
||||||
|
rights. These restrictions translate to certain responsibilities for
|
||||||
|
you if you distribute copies of the library or if you modify it.
|
||||||
|
|
||||||
|
For example, if you distribute copies of the library, whether gratis
|
||||||
|
or for a fee, you must give the recipients all the rights that we gave
|
||||||
|
you. You must make sure that they, too, receive or can get the source
|
||||||
|
code. If you link other code with the library, you must provide
|
||||||
|
complete object files to the recipients, so that they can relink them
|
||||||
|
with the library after making changes to the library and recompiling
|
||||||
|
it. And you must show them these terms so they know their rights.
|
||||||
|
|
||||||
|
We protect your rights with a two-step method: (1) we copyright the
|
||||||
|
library, and (2) we offer you this license, which gives you legal
|
||||||
|
permission to copy, distribute and/or modify the library.
|
||||||
|
|
||||||
|
To protect each distributor, we want to make it very clear that
|
||||||
|
there is no warranty for the free library. Also, if the library is
|
||||||
|
modified by someone else and passed on, the recipients should know
|
||||||
|
that what they have is not the original version, so that the original
|
||||||
|
author's reputation will not be affected by problems that might be
|
||||||
|
introduced by others.
|
||||||
|
|
||||||
|
Finally, software patents pose a constant threat to the existence of
|
||||||
|
any free program. We wish to make sure that a company cannot
|
||||||
|
effectively restrict the users of a free program by obtaining a
|
||||||
|
restrictive license from a patent holder. Therefore, we insist that
|
||||||
|
any patent license obtained for a version of the library must be
|
||||||
|
consistent with the full freedom of use specified in this license.
|
||||||
|
|
||||||
|
Most GNU software, including some libraries, is covered by the
|
||||||
|
ordinary GNU General Public License. This license, the GNU Lesser
|
||||||
|
General Public License, applies to certain designated libraries, and
|
||||||
|
is quite different from the ordinary General Public License. We use
|
||||||
|
this license for certain libraries in order to permit linking those
|
||||||
|
libraries into non-free programs.
|
||||||
|
|
||||||
|
When a program is linked with a library, whether statically or using
|
||||||
|
a shared library, the combination of the two is legally speaking a
|
||||||
|
combined work, a derivative of the original library. The ordinary
|
||||||
|
General Public License therefore permits such linking only if the
|
||||||
|
entire combination fits its criteria of freedom. The Lesser General
|
||||||
|
Public License permits more lax criteria for linking other code with
|
||||||
|
the library.
|
||||||
|
|
||||||
|
We call this license the "Lesser" General Public License because it
|
||||||
|
does Less to protect the user's freedom than the ordinary General
|
||||||
|
Public License. It also provides other free software developers Less
|
||||||
|
of an advantage over competing non-free programs. These disadvantages
|
||||||
|
are the reason we use the ordinary General Public License for many
|
||||||
|
libraries. However, the Lesser license provides advantages in certain
|
||||||
|
special circumstances.
|
||||||
|
|
||||||
|
For example, on rare occasions, there may be a special need to
|
||||||
|
encourage the widest possible use of a certain library, so that it becomes
|
||||||
|
a de-facto standard. To achieve this, non-free programs must be
|
||||||
|
allowed to use the library. A more frequent case is that a free
|
||||||
|
library does the same job as widely used non-free libraries. In this
|
||||||
|
case, there is little to gain by limiting the free library to free
|
||||||
|
software only, so we use the Lesser General Public License.
|
||||||
|
|
||||||
|
In other cases, permission to use a particular library in non-free
|
||||||
|
programs enables a greater number of people to use a large body of
|
||||||
|
free software. For example, permission to use the GNU C Library in
|
||||||
|
non-free programs enables many more people to use the whole GNU
|
||||||
|
operating system, as well as its variant, the GNU/Linux operating
|
||||||
|
system.
|
||||||
|
|
||||||
|
Although the Lesser General Public License is Less protective of the
|
||||||
|
users' freedom, it does ensure that the user of a program that is
|
||||||
|
linked with the Library has the freedom and the wherewithal to run
|
||||||
|
that program using a modified version of the Library.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow. Pay close attention to the difference between a
|
||||||
|
"work based on the library" and a "work that uses the library". The
|
||||||
|
former contains code derived from the library, whereas the latter must
|
||||||
|
be combined with the library in order to run.
|
||||||
|
|
||||||
|
GNU LESSER GENERAL PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
|
0. This License Agreement applies to any software library or other
|
||||||
|
program which contains a notice placed by the copyright holder or
|
||||||
|
other authorized party saying it may be distributed under the terms of
|
||||||
|
this Lesser General Public License (also called "this License").
|
||||||
|
Each licensee is addressed as "you".
|
||||||
|
|
||||||
|
A "library" means a collection of software functions and/or data
|
||||||
|
prepared so as to be conveniently linked with application programs
|
||||||
|
(which use some of those functions and data) to form executables.
|
||||||
|
|
||||||
|
The "Library", below, refers to any such software library or work
|
||||||
|
which has been distributed under these terms. A "work based on the
|
||||||
|
Library" means either the Library or any derivative work under
|
||||||
|
copyright law: that is to say, a work containing the Library or a
|
||||||
|
portion of it, either verbatim or with modifications and/or translated
|
||||||
|
straightforwardly into another language. (Hereinafter, translation is
|
||||||
|
included without limitation in the term "modification".)
|
||||||
|
|
||||||
|
"Source code" for a work means the preferred form of the work for
|
||||||
|
making modifications to it. For a library, complete source code means
|
||||||
|
all the source code for all modules it contains, plus any associated
|
||||||
|
interface definition files, plus the scripts used to control compilation
|
||||||
|
and installation of the library.
|
||||||
|
|
||||||
|
Activities other than copying, distribution and modification are not
|
||||||
|
covered by this License; they are outside its scope. The act of
|
||||||
|
running a program using the Library is not restricted, and output from
|
||||||
|
such a program is covered only if its contents constitute a work based
|
||||||
|
on the Library (independent of the use of the Library in a tool for
|
||||||
|
writing it). Whether that is true depends on what the Library does
|
||||||
|
and what the program that uses the Library does.
|
||||||
|
|
||||||
|
1. You may copy and distribute verbatim copies of the Library's
|
||||||
|
complete source code as you receive it, in any medium, provided that
|
||||||
|
you conspicuously and appropriately publish on each copy an
|
||||||
|
appropriate copyright notice and disclaimer of warranty; keep intact
|
||||||
|
all the notices that refer to this License and to the absence of any
|
||||||
|
warranty; and distribute a copy of this License along with the
|
||||||
|
Library.
|
||||||
|
|
||||||
|
You may charge a fee for the physical act of transferring a copy,
|
||||||
|
and you may at your option offer warranty protection in exchange for a
|
||||||
|
fee.
|
||||||
|
|
||||||
|
2. You may modify your copy or copies of the Library or any portion
|
||||||
|
of it, thus forming a work based on the Library, and copy and
|
||||||
|
distribute such modifications or work under the terms of Section 1
|
||||||
|
above, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) The modified work must itself be a software library.
|
||||||
|
|
||||||
|
b) You must cause the files modified to carry prominent notices
|
||||||
|
stating that you changed the files and the date of any change.
|
||||||
|
|
||||||
|
c) You must cause the whole of the work to be licensed at no
|
||||||
|
charge to all third parties under the terms of this License.
|
||||||
|
|
||||||
|
d) If a facility in the modified Library refers to a function or a
|
||||||
|
table of data to be supplied by an application program that uses
|
||||||
|
the facility, other than as an argument passed when the facility
|
||||||
|
is invoked, then you must make a good faith effort to ensure that,
|
||||||
|
in the event an application does not supply such function or
|
||||||
|
table, the facility still operates, and performs whatever part of
|
||||||
|
its purpose remains meaningful.
|
||||||
|
|
||||||
|
(For example, a function in a library to compute square roots has
|
||||||
|
a purpose that is entirely well-defined independent of the
|
||||||
|
application. Therefore, Subsection 2d requires that any
|
||||||
|
application-supplied function or table used by this function must
|
||||||
|
be optional: if the application does not supply it, the square
|
||||||
|
root function must still compute square roots.)
|
||||||
|
|
||||||
|
These requirements apply to the modified work as a whole. If
|
||||||
|
identifiable sections of that work are not derived from the Library,
|
||||||
|
and can be reasonably considered independent and separate works in
|
||||||
|
themselves, then this License, and its terms, do not apply to those
|
||||||
|
sections when you distribute them as separate works. But when you
|
||||||
|
distribute the same sections as part of a whole which is a work based
|
||||||
|
on the Library, the distribution of the whole must be on the terms of
|
||||||
|
this License, whose permissions for other licensees extend to the
|
||||||
|
entire whole, and thus to each and every part regardless of who wrote
|
||||||
|
it.
|
||||||
|
|
||||||
|
Thus, it is not the intent of this section to claim rights or contest
|
||||||
|
your rights to work written entirely by you; rather, the intent is to
|
||||||
|
exercise the right to control the distribution of derivative or
|
||||||
|
collective works based on the Library.
|
||||||
|
|
||||||
|
In addition, mere aggregation of another work not based on the Library
|
||||||
|
with the Library (or with a work based on the Library) on a volume of
|
||||||
|
a storage or distribution medium does not bring the other work under
|
||||||
|
the scope of this License.
|
||||||
|
|
||||||
|
3. You may opt to apply the terms of the ordinary GNU General Public
|
||||||
|
License instead of this License to a given copy of the Library. To do
|
||||||
|
this, you must alter all the notices that refer to this License, so
|
||||||
|
that they refer to the ordinary GNU General Public License, version 2,
|
||||||
|
instead of to this License. (If a newer version than version 2 of the
|
||||||
|
ordinary GNU General Public License has appeared, then you can specify
|
||||||
|
that version instead if you wish.) Do not make any other change in
|
||||||
|
these notices.
|
||||||
|
|
||||||
|
Once this change is made in a given copy, it is irreversible for
|
||||||
|
that copy, so the ordinary GNU General Public License applies to all
|
||||||
|
subsequent copies and derivative works made from that copy.
|
||||||
|
|
||||||
|
This option is useful when you wish to copy part of the code of
|
||||||
|
the Library into a program that is not a library.
|
||||||
|
|
||||||
|
4. You may copy and distribute the Library (or a portion or
|
||||||
|
derivative of it, under Section 2) in object code or executable form
|
||||||
|
under the terms of Sections 1 and 2 above provided that you accompany
|
||||||
|
it with the complete corresponding machine-readable source code, which
|
||||||
|
must be distributed under the terms of Sections 1 and 2 above on a
|
||||||
|
medium customarily used for software interchange.
|
||||||
|
|
||||||
|
If distribution of object code is made by offering access to copy
|
||||||
|
from a designated place, then offering equivalent access to copy the
|
||||||
|
source code from the same place satisfies the requirement to
|
||||||
|
distribute the source code, even though third parties are not
|
||||||
|
compelled to copy the source along with the object code.
|
||||||
|
|
||||||
|
5. A program that contains no derivative of any portion of the
|
||||||
|
Library, but is designed to work with the Library by being compiled or
|
||||||
|
linked with it, is called a "work that uses the Library". Such a
|
||||||
|
work, in isolation, is not a derivative work of the Library, and
|
||||||
|
therefore falls outside the scope of this License.
|
||||||
|
|
||||||
|
However, linking a "work that uses the Library" with the Library
|
||||||
|
creates an executable that is a derivative of the Library (because it
|
||||||
|
contains portions of the Library), rather than a "work that uses the
|
||||||
|
library". The executable is therefore covered by this License.
|
||||||
|
Section 6 states terms for distribution of such executables.
|
||||||
|
|
||||||
|
When a "work that uses the Library" uses material from a header file
|
||||||
|
that is part of the Library, the object code for the work may be a
|
||||||
|
derivative work of the Library even though the source code is not.
|
||||||
|
Whether this is true is especially significant if the work can be
|
||||||
|
linked without the Library, or if the work is itself a library. The
|
||||||
|
threshold for this to be true is not precisely defined by law.
|
||||||
|
|
||||||
|
If such an object file uses only numerical parameters, data
|
||||||
|
structure layouts and accessors, and small macros and small inline
|
||||||
|
functions (ten lines or less in length), then the use of the object
|
||||||
|
file is unrestricted, regardless of whether it is legally a derivative
|
||||||
|
work. (Executables containing this object code plus portions of the
|
||||||
|
Library will still fall under Section 6.)
|
||||||
|
|
||||||
|
Otherwise, if the work is a derivative of the Library, you may
|
||||||
|
distribute the object code for the work under the terms of Section 6.
|
||||||
|
Any executables containing that work also fall under Section 6,
|
||||||
|
whether or not they are linked directly with the Library itself.
|
||||||
|
|
||||||
|
6. As an exception to the Sections above, you may also combine or
|
||||||
|
link a "work that uses the Library" with the Library to produce a
|
||||||
|
work containing portions of the Library, and distribute that work
|
||||||
|
under terms of your choice, provided that the terms permit
|
||||||
|
modification of the work for the customer's own use and reverse
|
||||||
|
engineering for debugging such modifications.
|
||||||
|
|
||||||
|
You must give prominent notice with each copy of the work that the
|
||||||
|
Library is used in it and that the Library and its use are covered by
|
||||||
|
this License. You must supply a copy of this License. If the work
|
||||||
|
during execution displays copyright notices, you must include the
|
||||||
|
copyright notice for the Library among them, as well as a reference
|
||||||
|
directing the user to the copy of this License. Also, you must do one
|
||||||
|
of these things:
|
||||||
|
|
||||||
|
a) Accompany the work with the complete corresponding
|
||||||
|
machine-readable source code for the Library including whatever
|
||||||
|
changes were used in the work (which must be distributed under
|
||||||
|
Sections 1 and 2 above); and, if the work is an executable linked
|
||||||
|
with the Library, with the complete machine-readable "work that
|
||||||
|
uses the Library", as object code and/or source code, so that the
|
||||||
|
user can modify the Library and then relink to produce a modified
|
||||||
|
executable containing the modified Library. (It is understood
|
||||||
|
that the user who changes the contents of definitions files in the
|
||||||
|
Library will not necessarily be able to recompile the application
|
||||||
|
to use the modified definitions.)
|
||||||
|
|
||||||
|
b) Use a suitable shared library mechanism for linking with the
|
||||||
|
Library. A suitable mechanism is one that (1) uses at run time a
|
||||||
|
copy of the library already present on the user's computer system,
|
||||||
|
rather than copying library functions into the executable, and (2)
|
||||||
|
will operate properly with a modified version of the library, if
|
||||||
|
the user installs one, as long as the modified version is
|
||||||
|
interface-compatible with the version that the work was made with.
|
||||||
|
|
||||||
|
c) Accompany the work with a written offer, valid for at
|
||||||
|
least three years, to give the same user the materials
|
||||||
|
specified in Subsection 6a, above, for a charge no more
|
||||||
|
than the cost of performing this distribution.
|
||||||
|
|
||||||
|
d) If distribution of the work is made by offering access to copy
|
||||||
|
from a designated place, offer equivalent access to copy the above
|
||||||
|
specified materials from the same place.
|
||||||
|
|
||||||
|
e) Verify that the user has already received a copy of these
|
||||||
|
materials or that you have already sent this user a copy.
|
||||||
|
|
||||||
|
For an executable, the required form of the "work that uses the
|
||||||
|
Library" must include any data and utility programs needed for
|
||||||
|
reproducing the executable from it. However, as a special exception,
|
||||||
|
the materials to be distributed need not include anything that is
|
||||||
|
normally distributed (in either source or binary form) with the major
|
||||||
|
components (compiler, kernel, and so on) of the operating system on
|
||||||
|
which the executable runs, unless that component itself accompanies
|
||||||
|
the executable.
|
||||||
|
|
||||||
|
It may happen that this requirement contradicts the license
|
||||||
|
restrictions of other proprietary libraries that do not normally
|
||||||
|
accompany the operating system. Such a contradiction means you cannot
|
||||||
|
use both them and the Library together in an executable that you
|
||||||
|
distribute.
|
||||||
|
|
||||||
|
7. You may place library facilities that are a work based on the
|
||||||
|
Library side-by-side in a single library together with other library
|
||||||
|
facilities not covered by this License, and distribute such a combined
|
||||||
|
library, provided that the separate distribution of the work based on
|
||||||
|
the Library and of the other library facilities is otherwise
|
||||||
|
permitted, and provided that you do these two things:
|
||||||
|
|
||||||
|
a) Accompany the combined library with a copy of the same work
|
||||||
|
based on the Library, uncombined with any other library
|
||||||
|
facilities. This must be distributed under the terms of the
|
||||||
|
Sections above.
|
||||||
|
|
||||||
|
b) Give prominent notice with the combined library of the fact
|
||||||
|
that part of it is a work based on the Library, and explaining
|
||||||
|
where to find the accompanying uncombined form of the same work.
|
||||||
|
|
||||||
|
8. You may not copy, modify, sublicense, link with, or distribute
|
||||||
|
the Library except as expressly provided under this License. Any
|
||||||
|
attempt otherwise to copy, modify, sublicense, link with, or
|
||||||
|
distribute the Library is void, and will automatically terminate your
|
||||||
|
rights under this License. However, parties who have received copies,
|
||||||
|
or rights, from you under this License will not have their licenses
|
||||||
|
terminated so long as such parties remain in full compliance.
|
||||||
|
|
||||||
|
9. You are not required to accept this License, since you have not
|
||||||
|
signed it. However, nothing else grants you permission to modify or
|
||||||
|
distribute the Library or its derivative works. These actions are
|
||||||
|
prohibited by law if you do not accept this License. Therefore, by
|
||||||
|
modifying or distributing the Library (or any work based on the
|
||||||
|
Library), you indicate your acceptance of this License to do so, and
|
||||||
|
all its terms and conditions for copying, distributing or modifying
|
||||||
|
the Library or works based on it.
|
||||||
|
|
||||||
|
10. Each time you redistribute the Library (or any work based on the
|
||||||
|
Library), the recipient automatically receives a license from the
|
||||||
|
original licensor to copy, distribute, link with or modify the Library
|
||||||
|
subject to these terms and conditions. You may not impose any further
|
||||||
|
restrictions on the recipients' exercise of the rights granted herein.
|
||||||
|
You are not responsible for enforcing compliance by third parties with
|
||||||
|
this License.
|
||||||
|
|
||||||
|
11. If, as a consequence of a court judgment or allegation of patent
|
||||||
|
infringement or for any other reason (not limited to patent issues),
|
||||||
|
conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
|
excuse you from the conditions of this License. If you cannot
|
||||||
|
distribute so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you
|
||||||
|
may not distribute the Library at all. For example, if a patent
|
||||||
|
license would not permit royalty-free redistribution of the Library by
|
||||||
|
all those who receive copies directly or indirectly through you, then
|
||||||
|
the only way you could satisfy both it and this License would be to
|
||||||
|
refrain entirely from distribution of the Library.
|
||||||
|
|
||||||
|
If any portion of this section is held invalid or unenforceable under any
|
||||||
|
particular circumstance, the balance of the section is intended to apply,
|
||||||
|
and the section as a whole is intended to apply in other circumstances.
|
||||||
|
|
||||||
|
It is not the purpose of this section to induce you to infringe any
|
||||||
|
patents or other property right claims or to contest validity of any
|
||||||
|
such claims; this section has the sole purpose of protecting the
|
||||||
|
integrity of the free software distribution system which is
|
||||||
|
implemented by public license practices. Many people have made
|
||||||
|
generous contributions to the wide range of software distributed
|
||||||
|
through that system in reliance on consistent application of that
|
||||||
|
system; it is up to the author/donor to decide if he or she is willing
|
||||||
|
to distribute software through any other system and a licensee cannot
|
||||||
|
impose that choice.
|
||||||
|
|
||||||
|
This section is intended to make thoroughly clear what is believed to
|
||||||
|
be a consequence of the rest of this License.
|
||||||
|
|
||||||
|
12. If the distribution and/or use of the Library is restricted in
|
||||||
|
certain countries either by patents or by copyrighted interfaces, the
|
||||||
|
original copyright holder who places the Library under this License may add
|
||||||
|
an explicit geographical distribution limitation excluding those countries,
|
||||||
|
so that distribution is permitted only in or among countries not thus
|
||||||
|
excluded. In such case, this License incorporates the limitation as if
|
||||||
|
written in the body of this License.
|
||||||
|
|
||||||
|
13. The Free Software Foundation may publish revised and/or new
|
||||||
|
versions of the Lesser General Public License from time to time.
|
||||||
|
Such new versions will be similar in spirit to the present version,
|
||||||
|
but may differ in detail to address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the Library
|
||||||
|
specifies a version number of this License which applies to it and
|
||||||
|
"any later version", you have the option of following the terms and
|
||||||
|
conditions either of that version or of any later version published by
|
||||||
|
the Free Software Foundation. If the Library does not specify a
|
||||||
|
license version number, you may choose any version ever published by
|
||||||
|
the Free Software Foundation.
|
||||||
|
|
||||||
|
14. If you wish to incorporate parts of the Library into other free
|
||||||
|
programs whose distribution conditions are incompatible with these,
|
||||||
|
write to the author to ask for permission. For software which is
|
||||||
|
copyrighted by the Free Software Foundation, write to the Free
|
||||||
|
Software Foundation; we sometimes make exceptions for this. Our
|
||||||
|
decision will be guided by the two goals of preserving the free status
|
||||||
|
of all derivatives of our free software and of promoting the sharing
|
||||||
|
and reuse of software generally.
|
||||||
|
|
||||||
|
NO WARRANTY
|
||||||
|
|
||||||
|
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
|
||||||
|
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
||||||
|
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
|
||||||
|
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
|
||||||
|
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
|
||||||
|
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
|
||||||
|
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
|
||||||
|
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
|
||||||
|
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
|
||||||
|
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
|
||||||
|
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
|
||||||
|
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
|
||||||
|
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
|
||||||
|
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
|
||||||
|
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
||||||
|
DAMAGES.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
How to Apply These Terms to Your New Libraries
|
||||||
|
|
||||||
|
If you develop a new library, and you want it to be of the greatest
|
||||||
|
possible use to the public, we recommend making it free software that
|
||||||
|
everyone can redistribute and change. You can do so by permitting
|
||||||
|
redistribution under these terms (or, alternatively, under the terms of the
|
||||||
|
ordinary General Public License).
|
||||||
|
|
||||||
|
To apply these terms, attach the following notices to the library. It is
|
||||||
|
safest to attach them to the start of each source file to most effectively
|
||||||
|
convey the exclusion of warranty; and each file should have at least the
|
||||||
|
"copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
<one line to give the library's name and a brief idea of what it does.>
|
||||||
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
|
This library is free software; you can redistribute it and/or
|
||||||
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
License as published by the Free Software Foundation; either
|
||||||
|
version 2.1 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This library is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Lesser General Public
|
||||||
|
License along with this library; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
|
||||||
|
USA
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or your
|
||||||
|
school, if any, to sign a "copyright disclaimer" for the library, if
|
||||||
|
necessary. Here is a sample; alter the names:
|
||||||
|
|
||||||
|
Yoyodyne, Inc., hereby disclaims all copyright interest in the
|
||||||
|
library `Frob' (a library for tweaking knobs) written by James Random
|
||||||
|
Hacker.
|
||||||
|
|
||||||
|
<signature of Ty Coon>, 1 April 1990
|
||||||
|
Ty Coon, President of Vice
|
||||||
|
|
||||||
|
That's all there is to it!
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,320 +0,0 @@
|
|||||||
// Contact page specific JavaScript
|
|
||||||
(function() {
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
// FAQ Accordion functionality
|
|
||||||
function initFAQ() {
|
|
||||||
const faqItems = document.querySelectorAll('.faq-item');
|
|
||||||
|
|
||||||
faqItems.forEach(item => {
|
|
||||||
const question = item.querySelector('.faq-question');
|
|
||||||
const answer = item.querySelector('.faq-answer');
|
|
||||||
const toggle = item.querySelector('.faq-toggle');
|
|
||||||
|
|
||||||
question.addEventListener('click', function() {
|
|
||||||
const isOpen = item.classList.contains('open');
|
|
||||||
|
|
||||||
// Close all other FAQ items
|
|
||||||
faqItems.forEach(otherItem => {
|
|
||||||
if (otherItem !== item) {
|
|
||||||
otherItem.classList.remove('open');
|
|
||||||
const otherAnswer = otherItem.querySelector('.faq-answer');
|
|
||||||
const otherToggle = otherItem.querySelector('.faq-toggle');
|
|
||||||
otherAnswer.style.maxHeight = null;
|
|
||||||
otherToggle.textContent = '+';
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
// Toggle current item
|
|
||||||
if (isOpen) {
|
|
||||||
item.classList.remove('open');
|
|
||||||
answer.style.maxHeight = null;
|
|
||||||
toggle.textContent = '+';
|
|
||||||
} else {
|
|
||||||
item.classList.add('open');
|
|
||||||
answer.style.maxHeight = answer.scrollHeight + 'px';
|
|
||||||
toggle.textContent = '−';
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// Contact form handling
|
|
||||||
function initContactForm() {
|
|
||||||
const form = document.getElementById('contactForm');
|
|
||||||
|
|
||||||
if (!form) return;
|
|
||||||
|
|
||||||
form.addEventListener('submit', function(e) {
|
|
||||||
e.preventDefault();
|
|
||||||
|
|
||||||
// Get form data
|
|
||||||
const formData = new FormData(form);
|
|
||||||
|
|
||||||
// Basic validation
|
|
||||||
const data = {};
|
|
||||||
for (let [key, value] of formData.entries()) {
|
|
||||||
data[key] = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!validateForm(data)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Show loading state
|
|
||||||
const submitBtn = form.querySelector('button[type="submit"]');
|
|
||||||
const originalText = submitBtn.textContent;
|
|
||||||
submitBtn.textContent = 'Wird gesendet...';
|
|
||||||
submitBtn.disabled = true;
|
|
||||||
|
|
||||||
// Send form data to PHP backend
|
|
||||||
fetch('contact-handler.php', {
|
|
||||||
method: 'POST',
|
|
||||||
body: formData
|
|
||||||
})
|
|
||||||
.then(response => response.json())
|
|
||||||
.then(data => {
|
|
||||||
// Reset button state
|
|
||||||
submitBtn.textContent = originalText;
|
|
||||||
submitBtn.disabled = false;
|
|
||||||
|
|
||||||
if (data.success) {
|
|
||||||
// Reset form
|
|
||||||
form.reset();
|
|
||||||
|
|
||||||
// Show success message
|
|
||||||
showNotification(data.message, 'success');
|
|
||||||
|
|
||||||
// Scroll to top
|
|
||||||
window.scrollTo({ top: 0, behavior: 'smooth' });
|
|
||||||
} else {
|
|
||||||
// Show error message
|
|
||||||
showNotification(data.message, 'error');
|
|
||||||
|
|
||||||
// Highlight missing fields if provided
|
|
||||||
if (data.missing_fields) {
|
|
||||||
data.missing_fields.forEach(field => {
|
|
||||||
const fieldElement = document.getElementById(field);
|
|
||||||
if (fieldElement) {
|
|
||||||
fieldElement.style.borderColor = '#ff4d6d';
|
|
||||||
setTimeout(() => {
|
|
||||||
fieldElement.style.borderColor = '';
|
|
||||||
}, 3000);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
.catch(error => {
|
|
||||||
console.error('Error:', error);
|
|
||||||
showNotification('Ein Fehler ist aufgetreten. Bitte versuchen Sie es später erneut.', 'error');
|
|
||||||
submitBtn.textContent = originalText;
|
|
||||||
submitBtn.disabled = false;
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// Form validation
|
|
||||||
function validateForm(data) {
|
|
||||||
const requiredFields = ['firstName', 'lastName', 'email', 'subject', 'message'];
|
|
||||||
const errors = [];
|
|
||||||
|
|
||||||
// Check required fields
|
|
||||||
requiredFields.forEach(field => {
|
|
||||||
if (!data[field] || data[field].trim() === '') {
|
|
||||||
errors.push(`Das Feld "${getFieldLabel(field)}" ist erforderlich.`);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
// Email validation
|
|
||||||
if (data.email && !isValidEmail(data.email)) {
|
|
||||||
errors.push('Bitte geben Sie eine gültige E-Mail-Adresse ein.');
|
|
||||||
}
|
|
||||||
|
|
||||||
// Privacy checkbox
|
|
||||||
if (!data.privacy) {
|
|
||||||
errors.push('Sie müssen der Datenschutzerklärung zustimmen.');
|
|
||||||
}
|
|
||||||
|
|
||||||
if (errors.length > 0) {
|
|
||||||
showNotification(errors.join('\n'), 'error');
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Helper function to get field labels
|
|
||||||
function getFieldLabel(fieldName) {
|
|
||||||
const labels = {
|
|
||||||
firstName: 'Vorname',
|
|
||||||
lastName: 'Nachname',
|
|
||||||
email: 'E-Mail-Adresse',
|
|
||||||
subject: 'Betreff',
|
|
||||||
message: 'Nachricht'
|
|
||||||
};
|
|
||||||
return labels[fieldName] || fieldName;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Email validation
|
|
||||||
function isValidEmail(email) {
|
|
||||||
const re = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
|
|
||||||
return re.test(email);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Notification system (using the global one from main.js)
|
|
||||||
function showNotification(message, type = 'info') {
|
|
||||||
if (window.HexaHost && window.HexaHost.showNotification) {
|
|
||||||
window.HexaHost.showNotification(message, type);
|
|
||||||
} else {
|
|
||||||
// Fallback
|
|
||||||
alert(message);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Live chat placeholder function
|
|
||||||
window.openLiveChat = function() {
|
|
||||||
showNotification('Live Chat wird geöffnet... (Demo-Funktion)', 'info');
|
|
||||||
// Here you would integrate with your actual live chat service
|
|
||||||
// For example: Tawk.to, Intercom, Zendesk Chat, etc.
|
|
||||||
};
|
|
||||||
|
|
||||||
// Auto-fill form based on URL parameters
|
|
||||||
function autofillForm() {
|
|
||||||
const urlParams = new URLSearchParams(window.location.search);
|
|
||||||
const packageParam = urlParams.get('package');
|
|
||||||
const productParam = urlParams.get('product');
|
|
||||||
|
|
||||||
if (packageParam || productParam) {
|
|
||||||
const subjectSelect = document.getElementById('subject');
|
|
||||||
const messageTextarea = document.getElementById('message');
|
|
||||||
|
|
||||||
if (packageParam) {
|
|
||||||
// Set subject based on package
|
|
||||||
const packageNames = {
|
|
||||||
'vpc-starter': 'Virtual Private Container - Starter Paket',
|
|
||||||
'vpc-business': 'Virtual Private Container - Business Paket',
|
|
||||||
'vpc-professional': 'Virtual Private Container - Professional Paket',
|
|
||||||
'vpc-enterprise': 'Virtual Private Container - Enterprise Paket',
|
|
||||||
'vps-basic': 'Virtual Private Server - Basic Paket',
|
|
||||||
'vps-standard': 'Virtual Private Server - Standard Paket',
|
|
||||||
'vps-premium': 'Virtual Private Server - Premium Paket',
|
|
||||||
'vps-enterprise': 'Virtual Private Server - Enterprise Paket',
|
|
||||||
'mail-starter': 'Mail Gateway - Starter Paket',
|
|
||||||
'mail-business': 'Mail Gateway - Business Paket',
|
|
||||||
'mail-professional': 'Mail Gateway - Professional Paket',
|
|
||||||
'mail-enterprise': 'Mail Gateway - Enterprise Paket',
|
|
||||||
'web-starter': 'Webhosting - Starter Paket',
|
|
||||||
'web-business': 'Webhosting - Business Paket',
|
|
||||||
'web-professional': 'Webhosting - Professional Paket',
|
|
||||||
'web-enterprise': 'Webhosting - Enterprise Paket'
|
|
||||||
};
|
|
||||||
|
|
||||||
if (packageNames[packageParam]) {
|
|
||||||
messageTextarea.value = `Hallo,\n\nich interessiere mich für das ${packageNames[packageParam]}.\n\nBitte senden Sie mir weitere Informationen und ein individuelles Angebot.\n\nVielen Dank!`;
|
|
||||||
|
|
||||||
// Set appropriate subject
|
|
||||||
if (packageParam.startsWith('vpc-')) {
|
|
||||||
subjectSelect.value = 'vpc-anfrage';
|
|
||||||
} else if (packageParam.startsWith('vps-')) {
|
|
||||||
subjectSelect.value = 'vps-anfrage';
|
|
||||||
} else if (packageParam.startsWith('mail-')) {
|
|
||||||
subjectSelect.value = 'mail-gateway-anfrage';
|
|
||||||
} else if (packageParam.startsWith('web-')) {
|
|
||||||
subjectSelect.value = 'webhosting-anfrage';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} else if (productParam) {
|
|
||||||
// Set subject based on product
|
|
||||||
const productSubjects = {
|
|
||||||
'vpc': 'vpc-anfrage',
|
|
||||||
'vps': 'vps-anfrage',
|
|
||||||
'mail-gateway': 'mail-gateway-anfrage',
|
|
||||||
'webhosting': 'webhosting-anfrage'
|
|
||||||
};
|
|
||||||
|
|
||||||
if (productSubjects[productParam]) {
|
|
||||||
subjectSelect.value = productSubjects[productParam];
|
|
||||||
messageTextarea.value = `Hallo,\n\nich interessiere mich für Ihre ${productParam.replace('-', ' ')} Lösungen.\n\nBitte kontaktieren Sie mich für eine persönliche Beratung.\n\nVielen Dank!`;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Form field enhancements
|
|
||||||
function enhanceFormFields() {
|
|
||||||
const inputs = document.querySelectorAll('input, select, textarea');
|
|
||||||
|
|
||||||
inputs.forEach(input => {
|
|
||||||
// Add focus/blur effects
|
|
||||||
input.addEventListener('focus', function() {
|
|
||||||
this.parentElement.classList.add('focused');
|
|
||||||
});
|
|
||||||
|
|
||||||
input.addEventListener('blur', function() {
|
|
||||||
if (!this.value) {
|
|
||||||
this.parentElement.classList.remove('focused');
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
// Check if field already has value (for autofilled forms)
|
|
||||||
if (input.value) {
|
|
||||||
input.parentElement.classList.add('focused');
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
// Phone number formatting
|
|
||||||
const phoneInput = document.getElementById('phone');
|
|
||||||
if (phoneInput) {
|
|
||||||
phoneInput.addEventListener('input', function() {
|
|
||||||
// Simple German phone number formatting
|
|
||||||
let value = this.value.replace(/\D/g, '');
|
|
||||||
if (value.startsWith('49')) {
|
|
||||||
value = '+' + value;
|
|
||||||
} else if (value.startsWith('0')) {
|
|
||||||
value = '+49' + value.substring(1);
|
|
||||||
}
|
|
||||||
this.value = value;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Accessibility improvements
|
|
||||||
function improveAccessibility() {
|
|
||||||
// Add ARIA labels to form elements
|
|
||||||
const requiredFields = document.querySelectorAll('input[required], select[required], textarea[required]');
|
|
||||||
requiredFields.forEach(field => {
|
|
||||||
field.setAttribute('aria-required', 'true');
|
|
||||||
});
|
|
||||||
|
|
||||||
// Add keyboard navigation for FAQ
|
|
||||||
const faqQuestions = document.querySelectorAll('.faq-question');
|
|
||||||
faqQuestions.forEach(question => {
|
|
||||||
question.setAttribute('tabindex', '0');
|
|
||||||
question.setAttribute('role', 'button');
|
|
||||||
question.setAttribute('aria-expanded', 'false');
|
|
||||||
|
|
||||||
question.addEventListener('keydown', function(e) {
|
|
||||||
if (e.key === 'Enter' || e.key === ' ') {
|
|
||||||
e.preventDefault();
|
|
||||||
this.click();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// Initialize everything when DOM is loaded
|
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
|
||||||
initFAQ();
|
|
||||||
initContactForm();
|
|
||||||
autofillForm();
|
|
||||||
enhanceFormFields();
|
|
||||||
improveAccessibility();
|
|
||||||
|
|
||||||
// Show a welcome message for contact page
|
|
||||||
setTimeout(() => {
|
|
||||||
showNotification('💬 Haben Sie Fragen? Wir helfen gerne!', 'info');
|
|
||||||
}, 2000);
|
|
||||||
});
|
|
||||||
|
|
||||||
})();
|
|
||||||
@@ -1,323 +0,0 @@
|
|||||||
/**
|
|
||||||
* Cookie Consent Manager für HexaHost.de
|
|
||||||
* DSGVO-konformes Cookie-Banner mit granularen Einstellungen
|
|
||||||
*/
|
|
||||||
(function() {
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
// Cookie-Konfiguration
|
|
||||||
const COOKIE_NAME = 'hexahost_cookie_consent';
|
|
||||||
const COOKIE_EXPIRY_DAYS = 365;
|
|
||||||
|
|
||||||
// DOM-Elemente
|
|
||||||
const banner = document.getElementById('cookieConsent');
|
|
||||||
const settingsPanel = document.getElementById('cookieSettingsPanel');
|
|
||||||
const acceptAllBtn = document.getElementById('cookieAcceptAll');
|
|
||||||
const acceptEssentialBtn = document.getElementById('cookieAcceptEssential');
|
|
||||||
const settingsBtn = document.getElementById('cookieSettings');
|
|
||||||
const saveSettingsBtn = document.getElementById('cookieSaveSettings');
|
|
||||||
const closeSettingsBtn = document.getElementById('cookieCloseSettings');
|
|
||||||
const analyticsCheckbox = document.getElementById('cookieAnalytics');
|
|
||||||
const marketingCheckbox = document.getElementById('cookieMarketing');
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Cookie-Hilfsfunktionen
|
|
||||||
*/
|
|
||||||
const CookieUtils = {
|
|
||||||
set: function(name, value, days) {
|
|
||||||
const date = new Date();
|
|
||||||
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
|
||||||
const expires = 'expires=' + date.toUTCString();
|
|
||||||
document.cookie = name + '=' + JSON.stringify(value) + ';' + expires + ';path=/;SameSite=Lax;Secure';
|
|
||||||
},
|
|
||||||
|
|
||||||
get: function(name) {
|
|
||||||
const nameEQ = name + '=';
|
|
||||||
const cookies = document.cookie.split(';');
|
|
||||||
for (let i = 0; i < cookies.length; i++) {
|
|
||||||
let cookie = cookies[i].trim();
|
|
||||||
if (cookie.indexOf(nameEQ) === 0) {
|
|
||||||
try {
|
|
||||||
return JSON.parse(cookie.substring(nameEQ.length));
|
|
||||||
} catch (e) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return null;
|
|
||||||
},
|
|
||||||
|
|
||||||
delete: function(name) {
|
|
||||||
document.cookie = name + '=;expires=Thu, 01 Jan 1970 00:00:00 UTC;path=/;';
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Cookie Consent Manager
|
|
||||||
*/
|
|
||||||
const CookieConsent = {
|
|
||||||
// Standardeinstellungen
|
|
||||||
defaultConsent: {
|
|
||||||
essential: true, // Immer aktiviert
|
|
||||||
analytics: false,
|
|
||||||
marketing: false,
|
|
||||||
timestamp: null
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Initialisierung
|
|
||||||
*/
|
|
||||||
init: function() {
|
|
||||||
if (!banner) return;
|
|
||||||
|
|
||||||
const consent = this.getConsent();
|
|
||||||
|
|
||||||
if (consent && consent.timestamp) {
|
|
||||||
// Consent bereits gegeben - Banner verstecken
|
|
||||||
this.hideBanner();
|
|
||||||
this.applyConsent(consent);
|
|
||||||
} else {
|
|
||||||
// Zeige Banner
|
|
||||||
this.showBanner();
|
|
||||||
}
|
|
||||||
|
|
||||||
this.bindEvents();
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Event-Listener binden
|
|
||||||
*/
|
|
||||||
bindEvents: function() {
|
|
||||||
if (acceptAllBtn) {
|
|
||||||
acceptAllBtn.addEventListener('click', () => this.acceptAll());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (acceptEssentialBtn) {
|
|
||||||
acceptEssentialBtn.addEventListener('click', () => this.acceptEssential());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (settingsBtn) {
|
|
||||||
settingsBtn.addEventListener('click', () => this.showSettings());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (saveSettingsBtn) {
|
|
||||||
saveSettingsBtn.addEventListener('click', () => this.saveSettings());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (closeSettingsBtn) {
|
|
||||||
closeSettingsBtn.addEventListener('click', () => this.hideSettings());
|
|
||||||
}
|
|
||||||
|
|
||||||
// ESC-Taste zum Schließen der Einstellungen
|
|
||||||
document.addEventListener('keydown', (e) => {
|
|
||||||
if (e.key === 'Escape' && settingsPanel && settingsPanel.style.display !== 'none') {
|
|
||||||
this.hideSettings();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Alle Cookies akzeptieren
|
|
||||||
*/
|
|
||||||
acceptAll: function() {
|
|
||||||
const consent = {
|
|
||||||
essential: true,
|
|
||||||
analytics: true,
|
|
||||||
marketing: true,
|
|
||||||
timestamp: new Date().toISOString()
|
|
||||||
};
|
|
||||||
this.saveConsent(consent);
|
|
||||||
this.hideBanner();
|
|
||||||
this.applyConsent(consent);
|
|
||||||
this.showNotification('Alle Cookies wurden akzeptiert.', 'success');
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Nur essenzielle Cookies akzeptieren
|
|
||||||
*/
|
|
||||||
acceptEssential: function() {
|
|
||||||
const consent = {
|
|
||||||
essential: true,
|
|
||||||
analytics: false,
|
|
||||||
marketing: false,
|
|
||||||
timestamp: new Date().toISOString()
|
|
||||||
};
|
|
||||||
this.saveConsent(consent);
|
|
||||||
this.hideBanner();
|
|
||||||
this.applyConsent(consent);
|
|
||||||
this.showNotification('Nur notwendige Cookies wurden akzeptiert.', 'info');
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Einstellungen speichern
|
|
||||||
*/
|
|
||||||
saveSettings: function() {
|
|
||||||
const consent = {
|
|
||||||
essential: true,
|
|
||||||
analytics: analyticsCheckbox ? analyticsCheckbox.checked : false,
|
|
||||||
marketing: marketingCheckbox ? marketingCheckbox.checked : false,
|
|
||||||
timestamp: new Date().toISOString()
|
|
||||||
};
|
|
||||||
this.saveConsent(consent);
|
|
||||||
this.hideSettings();
|
|
||||||
this.hideBanner();
|
|
||||||
this.applyConsent(consent);
|
|
||||||
this.showNotification('Cookie-Einstellungen wurden gespeichert.', 'success');
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Consent im Cookie speichern
|
|
||||||
*/
|
|
||||||
saveConsent: function(consent) {
|
|
||||||
CookieUtils.set(COOKIE_NAME, consent, COOKIE_EXPIRY_DAYS);
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Consent aus Cookie lesen
|
|
||||||
*/
|
|
||||||
getConsent: function() {
|
|
||||||
return CookieUtils.get(COOKIE_NAME);
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Consent anwenden (z.B. Analytics laden)
|
|
||||||
*/
|
|
||||||
applyConsent: function(consent) {
|
|
||||||
// Dispatch Custom Event für andere Scripts
|
|
||||||
window.dispatchEvent(new CustomEvent('cookieConsentUpdated', {
|
|
||||||
detail: consent
|
|
||||||
}));
|
|
||||||
|
|
||||||
// Analytics aktivieren/deaktivieren
|
|
||||||
if (consent.analytics) {
|
|
||||||
this.enableAnalytics();
|
|
||||||
} else {
|
|
||||||
this.disableAnalytics();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Marketing aktivieren/deaktivieren
|
|
||||||
if (consent.marketing) {
|
|
||||||
this.enableMarketing();
|
|
||||||
} else {
|
|
||||||
this.disableMarketing();
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Analytics aktivieren (Placeholder für z.B. Google Analytics)
|
|
||||||
*/
|
|
||||||
enableAnalytics: function() {
|
|
||||||
// Hier können Analytics-Scripts geladen werden
|
|
||||||
// Beispiel für Google Analytics:
|
|
||||||
// if (typeof gtag === 'undefined') {
|
|
||||||
// const script = document.createElement('script');
|
|
||||||
// script.src = 'https://www.googletagmanager.com/gtag/js?id=GA_MEASUREMENT_ID';
|
|
||||||
// script.async = true;
|
|
||||||
// document.head.appendChild(script);
|
|
||||||
// }
|
|
||||||
console.log('Analytics enabled');
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Analytics deaktivieren
|
|
||||||
*/
|
|
||||||
disableAnalytics: function() {
|
|
||||||
// Analytics-Cookies entfernen falls vorhanden
|
|
||||||
console.log('Analytics disabled');
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Marketing aktivieren (Placeholder für Marketing-Tools)
|
|
||||||
*/
|
|
||||||
enableMarketing: function() {
|
|
||||||
console.log('Marketing enabled');
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Marketing deaktivieren
|
|
||||||
*/
|
|
||||||
disableMarketing: function() {
|
|
||||||
console.log('Marketing disabled');
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Banner anzeigen
|
|
||||||
*/
|
|
||||||
showBanner: function() {
|
|
||||||
if (banner) {
|
|
||||||
banner.classList.remove('hide');
|
|
||||||
banner.classList.add('show');
|
|
||||||
banner.setAttribute('aria-hidden', 'false');
|
|
||||||
// Fokus auf ersten Button setzen für Accessibility
|
|
||||||
setTimeout(() => {
|
|
||||||
if (acceptAllBtn) acceptAllBtn.focus();
|
|
||||||
}, 100);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Banner verstecken
|
|
||||||
*/
|
|
||||||
hideBanner: function() {
|
|
||||||
if (banner) {
|
|
||||||
banner.classList.remove('show');
|
|
||||||
banner.classList.add('hide');
|
|
||||||
banner.setAttribute('aria-hidden', 'true');
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Einstellungen-Panel anzeigen
|
|
||||||
*/
|
|
||||||
showSettings: function() {
|
|
||||||
if (settingsPanel) {
|
|
||||||
// Aktuelle Einstellungen in Checkboxen laden
|
|
||||||
const consent = this.getConsent() || this.defaultConsent;
|
|
||||||
if (analyticsCheckbox) analyticsCheckbox.checked = consent.analytics;
|
|
||||||
if (marketingCheckbox) marketingCheckbox.checked = consent.marketing;
|
|
||||||
|
|
||||||
settingsPanel.style.display = 'block';
|
|
||||||
settingsPanel.setAttribute('aria-hidden', 'false');
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Einstellungen-Panel verstecken
|
|
||||||
*/
|
|
||||||
hideSettings: function() {
|
|
||||||
if (settingsPanel) {
|
|
||||||
settingsPanel.style.display = 'none';
|
|
||||||
settingsPanel.setAttribute('aria-hidden', 'true');
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Notification anzeigen (nutzt HexaHost-Notification-System falls verfügbar)
|
|
||||||
*/
|
|
||||||
showNotification: function(message, type) {
|
|
||||||
if (window.HexaHost && typeof window.HexaHost.showNotification === 'function') {
|
|
||||||
window.HexaHost.showNotification(message, type);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Consent zurücksetzen (für Datenschutz-Link)
|
|
||||||
*/
|
|
||||||
resetConsent: function() {
|
|
||||||
CookieUtils.delete(COOKIE_NAME);
|
|
||||||
this.showBanner();
|
|
||||||
if (settingsPanel) settingsPanel.style.display = 'none';
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
// Initialisierung wenn DOM geladen
|
|
||||||
if (document.readyState === 'loading') {
|
|
||||||
document.addEventListener('DOMContentLoaded', () => CookieConsent.init());
|
|
||||||
} else {
|
|
||||||
CookieConsent.init();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Globaler Zugriff für manuelle Steuerung
|
|
||||||
window.CookieConsent = CookieConsent;
|
|
||||||
|
|
||||||
})();
|
|
||||||
@@ -1,310 +0,0 @@
|
|||||||
// Main JavaScript for HexaHost.de
|
|
||||||
(function() {
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
// DOM Elements
|
|
||||||
const navToggle = document.querySelector('.nav-toggle');
|
|
||||||
const navMenu = document.querySelector('.nav-menu');
|
|
||||||
const navLinks = document.querySelectorAll('.nav-link');
|
|
||||||
const glassCards = document.querySelectorAll('.glass-card');
|
|
||||||
const productCards = document.querySelectorAll('.product-card');
|
|
||||||
|
|
||||||
// Mobile Navigation Toggle
|
|
||||||
if (navToggle && navMenu) {
|
|
||||||
navToggle.addEventListener('click', function() {
|
|
||||||
navMenu.classList.toggle('active');
|
|
||||||
navToggle.classList.toggle('active');
|
|
||||||
});
|
|
||||||
|
|
||||||
// Close mobile menu when clicking on a link
|
|
||||||
navLinks.forEach(link => {
|
|
||||||
link.addEventListener('click', function() {
|
|
||||||
navMenu.classList.remove('active');
|
|
||||||
navToggle.classList.remove('active');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// Smooth scrolling for anchor links
|
|
||||||
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
||||||
anchor.addEventListener('click', function(e) {
|
|
||||||
e.preventDefault();
|
|
||||||
const target = document.querySelector(this.getAttribute('href'));
|
|
||||||
if (target) {
|
|
||||||
target.scrollIntoView({
|
|
||||||
behavior: 'smooth',
|
|
||||||
block: 'start'
|
|
||||||
});
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
// Enhanced glass card hover effects
|
|
||||||
glassCards.forEach(card => {
|
|
||||||
card.addEventListener('mouseenter', function() {
|
|
||||||
this.style.transform = 'translateY(-8px) scale(1.02)';
|
|
||||||
});
|
|
||||||
|
|
||||||
card.addEventListener('mouseleave', function() {
|
|
||||||
this.style.transform = 'translateY(0) scale(1)';
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
// Product card interactive effects
|
|
||||||
productCards.forEach(card => {
|
|
||||||
card.addEventListener('mouseenter', function() {
|
|
||||||
if (!this.classList.contains('featured')) {
|
|
||||||
this.style.transform = 'translateY(-10px) scale(1.03)';
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
card.addEventListener('mouseleave', function() {
|
|
||||||
if (!this.classList.contains('featured')) {
|
|
||||||
this.style.transform = 'translateY(0) scale(1)';
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
// Intersection Observer for animations
|
|
||||||
const observerOptions = {
|
|
||||||
threshold: 0.1,
|
|
||||||
rootMargin: '0px 0px -50px 0px'
|
|
||||||
};
|
|
||||||
|
|
||||||
const observer = new IntersectionObserver(function(entries) {
|
|
||||||
entries.forEach(entry => {
|
|
||||||
if (entry.isIntersecting) {
|
|
||||||
entry.target.classList.add('animate-in');
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}, observerOptions);
|
|
||||||
|
|
||||||
// Observe elements for animation
|
|
||||||
const animateElements = document.querySelectorAll('.glass-card, .feature-item, .product-card');
|
|
||||||
animateElements.forEach(el => {
|
|
||||||
observer.observe(el);
|
|
||||||
});
|
|
||||||
|
|
||||||
// Header scroll effect - always visible with transparency change
|
|
||||||
const header = document.querySelector('.header');
|
|
||||||
const hero = document.querySelector('.hero');
|
|
||||||
|
|
||||||
// Kombinierter, optimierter Scroll-Handler mit requestAnimationFrame
|
|
||||||
let ticking = false;
|
|
||||||
|
|
||||||
function handleScroll() {
|
|
||||||
const scrollTop = window.pageYOffset || document.documentElement.scrollTop;
|
|
||||||
|
|
||||||
// Header-Effekt
|
|
||||||
if (header) {
|
|
||||||
if (scrollTop > 50) {
|
|
||||||
header.classList.add('scrolled');
|
|
||||||
} else {
|
|
||||||
header.classList.remove('scrolled');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Parallax-Effekt für Hero
|
|
||||||
if (hero) {
|
|
||||||
const rate = scrollTop * -0.5;
|
|
||||||
hero.style.transform = `translateY(${rate}px)`;
|
|
||||||
}
|
|
||||||
|
|
||||||
ticking = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
window.addEventListener('scroll', function() {
|
|
||||||
if (!ticking) {
|
|
||||||
requestAnimationFrame(handleScroll);
|
|
||||||
ticking = true;
|
|
||||||
}
|
|
||||||
}, { passive: true });
|
|
||||||
|
|
||||||
// Form validation (for contact forms)
|
|
||||||
const forms = document.querySelectorAll('form');
|
|
||||||
forms.forEach(form => {
|
|
||||||
form.addEventListener('submit', function(e) {
|
|
||||||
const requiredFields = form.querySelectorAll('[required]');
|
|
||||||
let isValid = true;
|
|
||||||
|
|
||||||
requiredFields.forEach(field => {
|
|
||||||
if (!field.value.trim()) {
|
|
||||||
isValid = false;
|
|
||||||
field.classList.add('error');
|
|
||||||
|
|
||||||
// Remove error class on focus
|
|
||||||
field.addEventListener('focus', function() {
|
|
||||||
this.classList.remove('error');
|
|
||||||
}, { once: true });
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
if (!isValid) {
|
|
||||||
e.preventDefault();
|
|
||||||
showNotification('Bitte füllen Sie alle Pflichtfelder aus.', 'error');
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
// Notification system
|
|
||||||
function showNotification(message, type = 'info') {
|
|
||||||
const notification = document.createElement('div');
|
|
||||||
notification.className = `notification notification-${type}`;
|
|
||||||
notification.textContent = message;
|
|
||||||
|
|
||||||
notification.style.position = 'fixed';
|
|
||||||
notification.style.top = '20px';
|
|
||||||
notification.style.right = '20px';
|
|
||||||
notification.style.padding = '15px 20px';
|
|
||||||
notification.style.borderRadius = '8px';
|
|
||||||
notification.style.color = 'white';
|
|
||||||
notification.style.fontWeight = '500';
|
|
||||||
notification.style.zIndex = '9999';
|
|
||||||
notification.style.transform = 'translateX(400px)';
|
|
||||||
notification.style.transition = 'transform 0.3s ease-in-out';
|
|
||||||
|
|
||||||
if (type === 'error') {
|
|
||||||
notification.style.background = 'linear-gradient(135deg, #ef4444, #dc2626)';
|
|
||||||
} else if (type === 'success') {
|
|
||||||
notification.style.background = 'linear-gradient(135deg, #10b981, #059669)';
|
|
||||||
} else {
|
|
||||||
notification.style.background = 'linear-gradient(135deg, #3b82f6, #2563eb)';
|
|
||||||
}
|
|
||||||
|
|
||||||
document.body.appendChild(notification);
|
|
||||||
|
|
||||||
// Animate in
|
|
||||||
setTimeout(() => {
|
|
||||||
notification.style.transform = 'translateX(0)';
|
|
||||||
}, 100);
|
|
||||||
|
|
||||||
// Remove after 5 seconds
|
|
||||||
setTimeout(() => {
|
|
||||||
notification.style.transform = 'translateX(400px)';
|
|
||||||
setTimeout(() => {
|
|
||||||
if (notification.parentNode) {
|
|
||||||
notification.parentNode.removeChild(notification);
|
|
||||||
}
|
|
||||||
}, 300);
|
|
||||||
}, 5000);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Lazy loading for images
|
|
||||||
const images = document.querySelectorAll('img[data-src]');
|
|
||||||
const imageObserver = new IntersectionObserver((entries, observer) => {
|
|
||||||
entries.forEach(entry => {
|
|
||||||
if (entry.isIntersecting) {
|
|
||||||
const img = entry.target;
|
|
||||||
img.src = img.dataset.src;
|
|
||||||
img.classList.remove('lazy');
|
|
||||||
imageObserver.unobserve(img);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
images.forEach(img => imageObserver.observe(img));
|
|
||||||
|
|
||||||
// Performance optimization: Debounce scroll events
|
|
||||||
function debounce(func, wait) {
|
|
||||||
let timeout;
|
|
||||||
return function executedFunction(...args) {
|
|
||||||
const later = () => {
|
|
||||||
clearTimeout(timeout);
|
|
||||||
func(...args);
|
|
||||||
};
|
|
||||||
clearTimeout(timeout);
|
|
||||||
timeout = setTimeout(later, wait);
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
// Apply debounce to scroll events
|
|
||||||
const debouncedScrollHandler = debounce(function() {
|
|
||||||
// Any scroll-based animations or calculations
|
|
||||||
updateScrollProgress();
|
|
||||||
}, 16); // ~60fps
|
|
||||||
|
|
||||||
window.addEventListener('scroll', debouncedScrollHandler);
|
|
||||||
|
|
||||||
// Scroll progress indicator
|
|
||||||
function updateScrollProgress() {
|
|
||||||
const scrollTop = window.pageYOffset;
|
|
||||||
const docHeight = document.body.scrollHeight - window.innerHeight;
|
|
||||||
const scrollPercent = (scrollTop / docHeight) * 100;
|
|
||||||
|
|
||||||
// You can use this to show a progress bar
|
|
||||||
document.documentElement.style.setProperty('--scroll-progress', scrollPercent + '%');
|
|
||||||
}
|
|
||||||
|
|
||||||
// Dark mode toggle (future feature)
|
|
||||||
function initDarkMode() {
|
|
||||||
const darkModeToggle = document.querySelector('.dark-mode-toggle');
|
|
||||||
if (darkModeToggle) {
|
|
||||||
darkModeToggle.addEventListener('click', function() {
|
|
||||||
document.body.classList.toggle('dark-mode');
|
|
||||||
localStorage.setItem('darkMode', document.body.classList.contains('dark-mode'));
|
|
||||||
});
|
|
||||||
|
|
||||||
// Check for saved dark mode preference
|
|
||||||
if (localStorage.getItem('darkMode') === 'true') {
|
|
||||||
document.body.classList.add('dark-mode');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// FAQ Accordion functionality
|
|
||||||
function initFAQ() {
|
|
||||||
const faqItems = document.querySelectorAll('.faq-item');
|
|
||||||
|
|
||||||
faqItems.forEach(item => {
|
|
||||||
const question = item.querySelector('.faq-question');
|
|
||||||
const answer = item.querySelector('.faq-answer');
|
|
||||||
|
|
||||||
if (question && answer) {
|
|
||||||
question.addEventListener('click', function() {
|
|
||||||
// Close all other FAQ items
|
|
||||||
faqItems.forEach(otherItem => {
|
|
||||||
if (otherItem !== item && otherItem.classList.contains('open')) {
|
|
||||||
otherItem.classList.remove('open');
|
|
||||||
const otherAnswer = otherItem.querySelector('.faq-answer');
|
|
||||||
if (otherAnswer) {
|
|
||||||
otherAnswer.style.maxHeight = null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
// Toggle current item
|
|
||||||
item.classList.toggle('open');
|
|
||||||
|
|
||||||
if (item.classList.contains('open')) {
|
|
||||||
answer.style.maxHeight = answer.scrollHeight + 'px';
|
|
||||||
} else {
|
|
||||||
answer.style.maxHeight = null;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// Initialize all features when DOM is loaded
|
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
|
||||||
initDarkMode();
|
|
||||||
initFAQ();
|
|
||||||
|
|
||||||
// Add loading animation complete class
|
|
||||||
document.body.classList.add('loaded');
|
|
||||||
|
|
||||||
// Show welcome message on first visit
|
|
||||||
if (!localStorage.getItem('hasVisited')) {
|
|
||||||
setTimeout(() => {
|
|
||||||
showNotification('Willkommen bei HexaHost.de! 🚀', 'success');
|
|
||||||
localStorage.setItem('hasVisited', 'true');
|
|
||||||
}, 1000);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
// Export functions for global access if needed
|
|
||||||
window.HexaHost = {
|
|
||||||
showNotification: showNotification
|
|
||||||
};
|
|
||||||
|
|
||||||
})();
|
|
||||||
@@ -1,171 +0,0 @@
|
|||||||
<?php
|
|
||||||
/**
|
|
||||||
* HexaHost.de SMTP Konfiguration
|
|
||||||
*
|
|
||||||
* WICHTIG: Ändern Sie diese Werte entsprechend Ihren SMTP-Einstellungen!
|
|
||||||
*
|
|
||||||
* Beispiele für verschiedene E-Mail-Provider:
|
|
||||||
*
|
|
||||||
* Gmail:
|
|
||||||
* - smtp_host: smtp.gmail.com
|
|
||||||
* - smtp_port: 587
|
|
||||||
* - smtp_encryption: tls
|
|
||||||
*
|
|
||||||
* Outlook/Hotmail:
|
|
||||||
* - smtp_host: smtp-mail.outlook.com
|
|
||||||
* - smtp_port: 587
|
|
||||||
* - smtp_encryption: tls
|
|
||||||
*
|
|
||||||
* GMX:
|
|
||||||
* - smtp_host: mail.gmx.net
|
|
||||||
* - smtp_port: 587
|
|
||||||
* - smtp_encryption: tls
|
|
||||||
*
|
|
||||||
* Web.de:
|
|
||||||
* - smtp_host: smtp.web.de
|
|
||||||
* - smtp_port: 587
|
|
||||||
* - smtp_encryption: tls
|
|
||||||
*
|
|
||||||
* Eigener Mail-Server:
|
|
||||||
* - smtp_host: mail.ihre-domain.de
|
|
||||||
* - smtp_port: 587 (oder 465 für SSL)
|
|
||||||
* - smtp_encryption: tls (oder ssl)
|
|
||||||
*/
|
|
||||||
|
|
||||||
// SMTP Konfiguration - HIER IHRE WERTE EINTRAGEN
|
|
||||||
$smtp_config = [
|
|
||||||
// SMTP Server-Einstellungen
|
|
||||||
'smtp_host' => 'smtp.gmail.com', // z.B. smtp.gmail.com
|
|
||||||
'smtp_port' => 587, // 587 für TLS, 465 für SSL
|
|
||||||
'smtp_username' => 'test@hexahost.de', // z.B. info@hexahost.de
|
|
||||||
'smtp_password' => 'your-app-password', // Ihr SMTP-Passwort
|
|
||||||
'smtp_encryption' => 'tls', // 'tls' oder 'ssl'
|
|
||||||
|
|
||||||
// Absender-Einstellungen
|
|
||||||
'from_email' => 'test@hexahost.de', // Absender-E-Mail
|
|
||||||
'from_name' => 'HexaHost.de Kontaktformular', // Absender-Name
|
|
||||||
|
|
||||||
// Empfänger-Einstellungen
|
|
||||||
'to_email' => 'info@hexahost.de', // Empfänger-E-Mail
|
|
||||||
'to_name' => 'HexaHost Support', // Empfänger-Name
|
|
||||||
|
|
||||||
// Sicherheitseinstellungen
|
|
||||||
'max_requests_per_hour' => 5, // Max. Anfragen pro Stunde pro IP
|
|
||||||
'honeypot_field' => 'website', // Verstecktes Feld für Bot-Schutz
|
|
||||||
|
|
||||||
// E-Mail-Template-Einstellungen
|
|
||||||
'email_template' => 'html', // 'html' oder 'text'
|
|
||||||
'include_ip_address' => true, // IP-Adresse in E-Mail anzeigen
|
|
||||||
'include_timestamp' => true, // Zeitstempel in E-Mail anzeigen
|
|
||||||
];
|
|
||||||
|
|
||||||
// DNS-Einstellungen für Spam-Schutz (werden über DNS konfiguriert)
|
|
||||||
$dns_config = [
|
|
||||||
// SPF Record (TXT Record in DNS)
|
|
||||||
'spf_record' => 'v=spf1 include:_spf.hexahost.de ~all',
|
|
||||||
|
|
||||||
// DMARC Record (TXT Record in DNS)
|
|
||||||
'dmarc_record' => 'v=DMARC1; p=quarantine; rua=mailto:dmarc@hexahost.de',
|
|
||||||
|
|
||||||
// DKIM wird über den Mail-Server konfiguriert
|
|
||||||
];
|
|
||||||
|
|
||||||
// Debug-Einstellungen (nur für Entwicklung)
|
|
||||||
$debug_config = [
|
|
||||||
'debug_mode' => false, // Debug-Modus aktivieren
|
|
||||||
'log_errors' => true, // Fehler loggen
|
|
||||||
'log_file' => 'contact_form_errors.log', // Log-Datei
|
|
||||||
];
|
|
||||||
|
|
||||||
// Exportiere Konfiguration für andere Dateien
|
|
||||||
if (!defined('HEXAHOST_CONFIG_LOADED')) {
|
|
||||||
define('HEXAHOST_CONFIG_LOADED', true);
|
|
||||||
|
|
||||||
// Globale Variablen für andere Dateien
|
|
||||||
$GLOBALS['hexahost_smtp_config'] = $smtp_config;
|
|
||||||
$GLOBALS['hexahost_dns_config'] = $dns_config;
|
|
||||||
$GLOBALS['hexahost_debug_config'] = $debug_config;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Hilfsfunktion zum Abrufen der Konfiguration
|
|
||||||
function getHexaHostConfig($key = null) {
|
|
||||||
global $smtp_config, $dns_config, $debug_config;
|
|
||||||
|
|
||||||
if ($key === null) {
|
|
||||||
return array_merge($smtp_config, $dns_config, $debug_config);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (isset($smtp_config[$key])) {
|
|
||||||
return $smtp_config[$key];
|
|
||||||
}
|
|
||||||
|
|
||||||
if (isset($dns_config[$key])) {
|
|
||||||
return $dns_config[$key];
|
|
||||||
}
|
|
||||||
|
|
||||||
if (isset($debug_config[$key])) {
|
|
||||||
return $debug_config[$key];
|
|
||||||
}
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Debug-Funktion
|
|
||||||
function hexahostDebug($message, $type = 'info') {
|
|
||||||
global $debug_config;
|
|
||||||
|
|
||||||
if (!$debug_config['debug_mode']) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
$timestamp = date('Y-m-d H:i:s');
|
|
||||||
$log_message = "[$timestamp] [$type] $message" . PHP_EOL;
|
|
||||||
|
|
||||||
if ($debug_config['log_errors']) {
|
|
||||||
error_log($log_message, 3, $debug_config['log_file']);
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($debug_config['debug_mode']) {
|
|
||||||
echo "<!-- HexaHost Debug: $message -->\n";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Validierung der SMTP-Konfiguration
|
|
||||||
function validateSMTPConfig() {
|
|
||||||
$config = getHexaHostConfig();
|
|
||||||
$errors = [];
|
|
||||||
|
|
||||||
// Prüfe ob alle erforderlichen Felder ausgefüllt sind
|
|
||||||
$required_fields = ['smtp_host', 'smtp_username', 'smtp_password', 'from_email', 'to_email'];
|
|
||||||
|
|
||||||
foreach ($required_fields as $field) {
|
|
||||||
if (empty($config[$field]) || $config[$field] === 'YOUR_SMTP_' . strtoupper(substr($field, 5))) {
|
|
||||||
$errors[] = "Konfigurationsfehler: $field ist nicht korrekt eingestellt.";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Prüfe SMTP-Port
|
|
||||||
if (!is_numeric($config['smtp_port']) || $config['smtp_port'] < 1 || $config['smtp_port'] > 65535) {
|
|
||||||
$errors[] = "Konfigurationsfehler: Ungültiger SMTP-Port.";
|
|
||||||
}
|
|
||||||
|
|
||||||
// Prüfe E-Mail-Format
|
|
||||||
if (!filter_var($config['from_email'], FILTER_VALIDATE_EMAIL)) {
|
|
||||||
$errors[] = "Konfigurationsfehler: Ungültige Absender-E-Mail.";
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!filter_var($config['to_email'], FILTER_VALIDATE_EMAIL)) {
|
|
||||||
$errors[] = "Konfigurationsfehler: Ungültige Empfänger-E-Mail.";
|
|
||||||
}
|
|
||||||
|
|
||||||
return $errors;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Zeige Konfigurationsfehler an (nur im Debug-Modus)
|
|
||||||
if (getHexaHostConfig('debug_mode')) {
|
|
||||||
$config_errors = validateSMTPConfig();
|
|
||||||
if (!empty($config_errors)) {
|
|
||||||
hexahostDebug('SMTP-Konfigurationsfehler: ' . implode(', ', $config_errors), 'error');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
@@ -1,155 +0,0 @@
|
|||||||
<?php
|
|
||||||
/**
|
|
||||||
* HexaHost.de Mail Configuration
|
|
||||||
*
|
|
||||||
* Bitte passen Sie die folgenden SMTP-Einstellungen an Ihre E-Mail-Provider an.
|
|
||||||
*
|
|
||||||
* Beispiele für gängige Provider:
|
|
||||||
*
|
|
||||||
* Gmail:
|
|
||||||
* - SMTP_HOST = 'smtp.gmail.com'
|
|
||||||
* - SMTP_PORT = 587
|
|
||||||
* - SMTP_USERNAME = 'ihre-email@gmail.com'
|
|
||||||
* - SMTP_PASSWORD = 'ihr-app-passwort'
|
|
||||||
*
|
|
||||||
* Outlook/Hotmail:
|
|
||||||
* - SMTP_HOST = 'smtp-mail.outlook.com'
|
|
||||||
* - SMTP_PORT = 587
|
|
||||||
*
|
|
||||||
* GMX:
|
|
||||||
* - SMTP_HOST = 'mail.gmx.net'
|
|
||||||
* - SMTP_PORT = 587
|
|
||||||
*
|
|
||||||
* Web.de:
|
|
||||||
* - SMTP_HOST = 'smtp.web.de'
|
|
||||||
* - SMTP_PORT = 587
|
|
||||||
*
|
|
||||||
* 1&1:
|
|
||||||
* - SMTP_HOST = 'smtp.1und1.de'
|
|
||||||
* - SMTP_PORT = 587
|
|
||||||
*
|
|
||||||
* Strato:
|
|
||||||
* - SMTP_HOST = 'smtp.strato.de'
|
|
||||||
* - SMTP_PORT = 587
|
|
||||||
*
|
|
||||||
* Ionos:
|
|
||||||
* - SMTP_HOST = 'smtp.ionos.de'
|
|
||||||
* - SMTP_PORT = 587
|
|
||||||
*/
|
|
||||||
|
|
||||||
// SMTP Server Einstellungen
|
|
||||||
define('SMTP_HOST', 'smtp.ihre-domain.de'); // Ihr SMTP-Server
|
|
||||||
define('SMTP_PORT', 587); // SMTP-Port (meist 587 oder 465)
|
|
||||||
define('SMTP_USERNAME', 'kontakt@ihre-domain.de'); // Ihr SMTP-Benutzername
|
|
||||||
define('SMTP_PASSWORD', 'ihr-smtp-passwort'); // Ihr SMTP-Passwort
|
|
||||||
|
|
||||||
// E-Mail Adressen
|
|
||||||
define('SMTP_FROM_EMAIL', 'kontakt@hexahost.de'); // Absender-E-Mail (muss zu SMTP_USERNAME passen)
|
|
||||||
define('SMTP_TO_EMAIL', 'info@hexahost.de'); // Empfänger-E-Mail für Kontaktformular
|
|
||||||
|
|
||||||
// Sicherheitseinstellungen
|
|
||||||
define('ENABLE_CSRF_PROTECTION', true); // CSRF-Schutz aktivieren
|
|
||||||
define('ENABLE_RATE_LIMITING', true); // Rate-Limiting aktivieren
|
|
||||||
define('MAX_REQUESTS_PER_HOUR', 10); // Max. Anfragen pro Stunde
|
|
||||||
|
|
||||||
// Spam-Schutz Einstellungen
|
|
||||||
define('ENABLE_SPAM_PROTECTION', true); // Spam-Schutz aktivieren
|
|
||||||
define('MAX_MESSAGE_LENGTH', 5000); // Max. Nachrichtenlänge
|
|
||||||
define('MIN_MESSAGE_LENGTH', 10); // Min. Nachrichtenlänge
|
|
||||||
|
|
||||||
// Debug-Einstellungen (nur für Entwicklung)
|
|
||||||
define('DEBUG_MODE', false); // Debug-Modus (true/false)
|
|
||||||
define('LOG_EMAILS', true); // E-Mails loggen (true/false)
|
|
||||||
|
|
||||||
// Zusätzliche Sicherheitsheader
|
|
||||||
define('ADDITIONAL_HEADERS', [
|
|
||||||
'X-Mailer' => 'HexaHost.de Contact Form',
|
|
||||||
'X-Priority' => '3',
|
|
||||||
'X-MSMail-Priority' => 'Normal',
|
|
||||||
'Importance' => 'Normal',
|
|
||||||
'X-Report-Abuse' => 'Please report abuse here: abuse@hexahost.de',
|
|
||||||
'List-Unsubscribe' => '<mailto:unsubscribe@hexahost.de>',
|
|
||||||
'Precedence' => 'bulk'
|
|
||||||
]);
|
|
||||||
|
|
||||||
// Erlaubte Domains für E-Mail-Adressen (optional)
|
|
||||||
define('ALLOWED_EMAIL_DOMAINS', [
|
|
||||||
// Leer lassen für alle Domains zu erlauben
|
|
||||||
// 'gmail.com',
|
|
||||||
// 'outlook.com',
|
|
||||||
// 'web.de',
|
|
||||||
// 'gmx.de'
|
|
||||||
]);
|
|
||||||
|
|
||||||
// Blacklist für E-Mail-Adressen (optional)
|
|
||||||
define('BLACKLISTED_EMAILS', [
|
|
||||||
// 'spam@example.com',
|
|
||||||
// 'test@test.com'
|
|
||||||
]);
|
|
||||||
|
|
||||||
// Validierung der Konfiguration
|
|
||||||
if (!defined('SMTP_HOST') || !defined('SMTP_USERNAME') || !defined('SMTP_PASSWORD')) {
|
|
||||||
die('SMTP-Konfiguration ist unvollständig. Bitte überprüfen Sie die mail-config.php');
|
|
||||||
}
|
|
||||||
|
|
||||||
// Überprüfung der E-Mail-Adressen
|
|
||||||
if (!filter_var(SMTP_FROM_EMAIL, FILTER_VALIDATE_EMAIL)) {
|
|
||||||
die('Ungültige SMTP_FROM_EMAIL Adresse');
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!filter_var(SMTP_TO_EMAIL, FILTER_VALIDATE_EMAIL)) {
|
|
||||||
die('Ungültige SMTP_TO_EMAIL Adresse');
|
|
||||||
}
|
|
||||||
|
|
||||||
// Logging-Funktion
|
|
||||||
function logEmail($type, $data) {
|
|
||||||
if (!LOG_EMAILS) return;
|
|
||||||
|
|
||||||
$logFile = __DIR__ . '/../logs/email.log';
|
|
||||||
$logDir = dirname($logFile);
|
|
||||||
|
|
||||||
if (!is_dir($logDir)) {
|
|
||||||
mkdir($logDir, 0755, true);
|
|
||||||
}
|
|
||||||
|
|
||||||
$timestamp = date('Y-m-d H:i:s');
|
|
||||||
$logEntry = "[$timestamp] $type: " . json_encode($data) . "\n";
|
|
||||||
|
|
||||||
file_put_contents($logFile, $logEntry, FILE_APPEND | LOCK_EX);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Hilfsfunktion für E-Mail-Validierung
|
|
||||||
function isValidEmail($email) {
|
|
||||||
if (!filter_var($email, FILTER_VALIDATE_EMAIL)) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Prüfe Blacklist
|
|
||||||
if (in_array($email, BLACKLISTED_EMAILS)) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Prüfe Domain-Whitelist (falls gesetzt)
|
|
||||||
if (!empty(ALLOWED_EMAIL_DOMAINS)) {
|
|
||||||
$domain = substr(strrchr($email, "@"), 1);
|
|
||||||
if (!in_array($domain, ALLOWED_EMAIL_DOMAINS)) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
// CSRF Token generieren
|
|
||||||
function generateCSRFToken() {
|
|
||||||
if (!isset($_SESSION['csrf_token'])) {
|
|
||||||
$_SESSION['csrf_token'] = bin2hex(random_bytes(32));
|
|
||||||
}
|
|
||||||
return $_SESSION['csrf_token'];
|
|
||||||
}
|
|
||||||
|
|
||||||
// CSRF Token validieren
|
|
||||||
function validateCSRFToken($token) {
|
|
||||||
return isset($_SESSION['csrf_token']) && hash_equals($_SESSION['csrf_token'], $token);
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
@@ -1,131 +0,0 @@
|
|||||||
<footer class="footer">
|
|
||||||
<div class="container">
|
|
||||||
<div class="footer-content">
|
|
||||||
<div class="footer-section">
|
|
||||||
<h4>HexaHost.de</h4>
|
|
||||||
<p>Zuverlässiges Hosting aus Niederbayern</p>
|
|
||||||
<div class="footer-location">
|
|
||||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
|
||||||
<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/>
|
|
||||||
<circle cx="12" cy="10" r="3"/>
|
|
||||||
</svg>
|
|
||||||
<span>Niederbayern, Deutschland</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="footer-section">
|
|
||||||
<h4>Produkte</h4>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/vpc">Virtual Private Container</a></li>
|
|
||||||
<li><a href="/vps">Virtual Private Server</a></li>
|
|
||||||
<li><a href="/mail-gateway">Mail Gateway</a></li>
|
|
||||||
<li><a href="/webhosting">Webhosting</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="footer-section">
|
|
||||||
<h4>Unternehmen</h4>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/about">Über uns</a></li>
|
|
||||||
<li><a href="/contact">Kontakt</a></li>
|
|
||||||
<li><a href="/impressum">Impressum</a></li>
|
|
||||||
<li><a href="/datenschutz">Datenschutz</a></li>
|
|
||||||
<li><a href="/agb">AGB</a></li>
|
|
||||||
<li><a href="#" id="openCookieSettings" onclick="CookieConsent.resetConsent(); return false;">Cookie-Einstellungen</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="footer-section">
|
|
||||||
<h4>Support</h4>
|
|
||||||
<ul>
|
|
||||||
<li><a href="https://shop.hexahost.de/clientarea.php">Kunden-Center</a></li>
|
|
||||||
<li><a href="https://shop.hexahost.de/serverstatus.php">Status</a></li>
|
|
||||||
<li><a href="https://shop.hexahost.de/supporttickets.php">Support-Ticket</a></li>
|
|
||||||
<li><a href="#">FAQ</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="footer-bottom">
|
|
||||||
<p>© <?php echo date('Y'); ?> HexaHost.de - Alle Rechte vorbehalten</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<!-- Cookie Consent Banner -->
|
|
||||||
<div id="cookieConsent" class="cookie-consent" role="dialog" aria-labelledby="cookieConsentTitle" aria-describedby="cookieConsentDesc">
|
|
||||||
<div class="cookie-consent-container">
|
|
||||||
<div class="cookie-consent-content">
|
|
||||||
<div class="cookie-consent-icon">
|
|
||||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
|
||||||
<circle cx="12" cy="12" r="10"/>
|
|
||||||
<circle cx="8" cy="9" r="1" fill="currentColor"/>
|
|
||||||
<circle cx="15" cy="8" r="1" fill="currentColor"/>
|
|
||||||
<circle cx="10" cy="14" r="1" fill="currentColor"/>
|
|
||||||
<circle cx="16" cy="13" r="1" fill="currentColor"/>
|
|
||||||
<circle cx="13" cy="17" r="1" fill="currentColor"/>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
<div class="cookie-consent-text">
|
|
||||||
<h3 id="cookieConsentTitle">Cookie-Einstellungen</h3>
|
|
||||||
<p id="cookieConsentDesc">
|
|
||||||
Wir verwenden Cookies, um Ihnen die bestmögliche Erfahrung auf unserer Website zu bieten.
|
|
||||||
Technisch notwendige Cookies sind für die Funktionalität erforderlich.
|
|
||||||
<a href="/datenschutz">Mehr erfahren</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="cookie-consent-actions">
|
|
||||||
<button type="button" id="cookieAcceptAll" class="btn btn-primary">Alle akzeptieren</button>
|
|
||||||
<button type="button" id="cookieAcceptEssential" class="btn btn-secondary">Nur notwendige</button>
|
|
||||||
<button type="button" id="cookieSettings" class="btn btn-text">Einstellungen</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Erweiterte Cookie-Einstellungen (standardmäßig versteckt) -->
|
|
||||||
<div id="cookieSettingsPanel" class="cookie-settings-panel" style="display: none;">
|
|
||||||
<div class="cookie-settings-content">
|
|
||||||
<h4>Cookie-Einstellungen</h4>
|
|
||||||
<div class="cookie-option">
|
|
||||||
<div class="cookie-option-info">
|
|
||||||
<strong>Notwendige Cookies</strong>
|
|
||||||
<p>Diese Cookies sind für die Grundfunktionen der Website erforderlich.</p>
|
|
||||||
</div>
|
|
||||||
<label class="cookie-toggle disabled">
|
|
||||||
<input type="checkbox" checked disabled>
|
|
||||||
<span class="cookie-toggle-slider"></span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div class="cookie-option">
|
|
||||||
<div class="cookie-option-info">
|
|
||||||
<strong>Analyse-Cookies</strong>
|
|
||||||
<p>Helfen uns zu verstehen, wie Besucher unsere Website nutzen.</p>
|
|
||||||
</div>
|
|
||||||
<label class="cookie-toggle">
|
|
||||||
<input type="checkbox" id="cookieAnalytics">
|
|
||||||
<span class="cookie-toggle-slider"></span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div class="cookie-option">
|
|
||||||
<div class="cookie-option-info">
|
|
||||||
<strong>Marketing-Cookies</strong>
|
|
||||||
<p>Werden verwendet, um relevante Werbung anzuzeigen.</p>
|
|
||||||
</div>
|
|
||||||
<label class="cookie-toggle">
|
|
||||||
<input type="checkbox" id="cookieMarketing">
|
|
||||||
<span class="cookie-toggle-slider"></span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div class="cookie-settings-actions">
|
|
||||||
<button type="button" id="cookieSaveSettings" class="btn btn-primary">Einstellungen speichern</button>
|
|
||||||
<button type="button" id="cookieCloseSettings" class="btn btn-secondary">Abbrechen</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<script src="assets/js/main.js" defer></script>
|
|
||||||
<script src="assets/js/cookie-consent.js" defer></script>
|
|
||||||
<?php if (isset($additional_scripts)): ?>
|
|
||||||
<?php foreach ($additional_scripts as $script): ?>
|
|
||||||
<script src="<?php echo $script; ?>" defer></script>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
<?php endif; ?>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,98 +0,0 @@
|
|||||||
<?php
|
|
||||||
/**
|
|
||||||
* Helper functions for HexaHost.de
|
|
||||||
*/
|
|
||||||
|
|
||||||
// Sichere Session-Konfiguration
|
|
||||||
if (session_status() === PHP_SESSION_NONE) {
|
|
||||||
// Session-Cookie-Sicherheit
|
|
||||||
ini_set('session.cookie_httponly', 1);
|
|
||||||
ini_set('session.cookie_secure', isset($_SERVER['HTTPS']) ? 1 : 0);
|
|
||||||
ini_set('session.cookie_samesite', 'Strict');
|
|
||||||
ini_set('session.use_strict_mode', 1);
|
|
||||||
ini_set('session.use_only_cookies', 1);
|
|
||||||
|
|
||||||
session_start();
|
|
||||||
|
|
||||||
// Session-ID regenerieren bei Login/wichtigen Aktionen (Schutz vor Session Fixation)
|
|
||||||
if (!isset($_SESSION['initiated'])) {
|
|
||||||
session_regenerate_id(true);
|
|
||||||
$_SESSION['initiated'] = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// PHP Error Display in Produktion deaktivieren
|
|
||||||
if (!defined('DEBUG_MODE') || !DEBUG_MODE) {
|
|
||||||
ini_set('display_errors', 0);
|
|
||||||
ini_set('display_startup_errors', 0);
|
|
||||||
error_reporting(E_ALL);
|
|
||||||
ini_set('log_errors', 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Set page configuration and include header
|
|
||||||
*
|
|
||||||
* @param string $title The page title
|
|
||||||
* @param string $description The page description
|
|
||||||
* @param string $page The current page identifier
|
|
||||||
* @param array $scripts Additional scripts to include
|
|
||||||
*/
|
|
||||||
function includeHeader($title = '', $description = '', $page = '', $scripts = []) {
|
|
||||||
global $page_title, $page_description, $current_page, $additional_scripts;
|
|
||||||
|
|
||||||
// Set page configuration from parameters
|
|
||||||
$page_title = !empty($title)
|
|
||||||
? $title
|
|
||||||
: 'HexaHost.de - Zuverlässiges Hosting aus Niederbayern';
|
|
||||||
|
|
||||||
$page_description = !empty($description)
|
|
||||||
? $description
|
|
||||||
: 'HexaHost.de - Zuverlässiges und preiswertes Hosting aus Niederbayern. VPS, VPC, Mail Gateway und Webhosting Lösungen.';
|
|
||||||
|
|
||||||
$current_page = $page;
|
|
||||||
$additional_scripts = $scripts;
|
|
||||||
|
|
||||||
include 'includes/header.php';
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Include footer
|
|
||||||
*/
|
|
||||||
function includeFooter() {
|
|
||||||
include 'includes/footer.php';
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generate breadcrumb navigation
|
|
||||||
*
|
|
||||||
* @param array $breadcrumbs Array of breadcrumb items [['title' => 'Home', 'url' => 'index.html'], ...]
|
|
||||||
*/
|
|
||||||
function generateBreadcrumbs($breadcrumbs) {
|
|
||||||
echo '<div class="breadcrumb">';
|
|
||||||
$last_index = count($breadcrumbs) - 1;
|
|
||||||
|
|
||||||
foreach ($breadcrumbs as $index => $item) {
|
|
||||||
if ($index === $last_index) {
|
|
||||||
// Last item (current page)
|
|
||||||
echo '<span>' . htmlspecialchars($item['title']) . '</span>';
|
|
||||||
} else {
|
|
||||||
// Link to other pages
|
|
||||||
echo '<a href="' . htmlspecialchars($item['url']) . '">' . htmlspecialchars($item['title']) . '</a>';
|
|
||||||
echo '<span>/</span>';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
echo '</div>';
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generate CSRF token for form security
|
|
||||||
*
|
|
||||||
* @return string CSRF token
|
|
||||||
*/
|
|
||||||
function generateCSRFToken() {
|
|
||||||
if (!isset($_SESSION['csrf_token'])) {
|
|
||||||
$_SESSION['csrf_token'] = bin2hex(random_bytes(32));
|
|
||||||
}
|
|
||||||
return $_SESSION['csrf_token'];
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
@@ -1,79 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
|
|
||||||
<!-- Performance: DNS Prefetch & Preconnect -->
|
|
||||||
<link rel="dns-prefetch" href="//fonts.googleapis.com">
|
|
||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
|
||||||
<link rel="dns-prefetch" href="//cdn.hexahost.de">
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
||||||
<link rel="preconnect" href="https://cdn.hexahost.de" crossorigin>
|
|
||||||
|
|
||||||
<!-- Performance: Preload kritischer Ressourcen -->
|
|
||||||
<link rel="preload" href="assets/css/style.css" as="style">
|
|
||||||
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" as="style">
|
|
||||||
|
|
||||||
<title><?php echo isset($page_title) ? htmlspecialchars($page_title) : 'HexaHost.de - Zuverlässiges Hosting aus Niederbayern'; ?></title>
|
|
||||||
|
|
||||||
<!-- SEO Meta Tags -->
|
|
||||||
<meta name="description" content="<?php echo isset($page_description) ? htmlspecialchars($page_description) : 'HexaHost.de - Zuverlässiges und preiswertes Hosting aus Niederbayern. VPS, VPC, Mail Gateway und Webhosting Lösungen.'; ?>">
|
|
||||||
<meta name="robots" content="index, follow">
|
|
||||||
<meta name="author" content="HexaHost.de">
|
|
||||||
<meta name="theme-color" content="#0d0821">
|
|
||||||
|
|
||||||
<!-- Open Graph / Social Media -->
|
|
||||||
<meta property="og:type" content="website">
|
|
||||||
<meta property="og:site_name" content="HexaHost.de">
|
|
||||||
<meta property="og:title" content="<?php echo isset($page_title) ? htmlspecialchars($page_title) : 'HexaHost.de'; ?>">
|
|
||||||
<meta property="og:description" content="<?php echo isset($page_description) ? htmlspecialchars($page_description) : 'Zuverlässiges Hosting aus Niederbayern'; ?>">
|
|
||||||
<meta property="og:locale" content="de_DE">
|
|
||||||
|
|
||||||
<!-- Main Stylesheet -->
|
|
||||||
<link rel="stylesheet" href="assets/css/style.css">
|
|
||||||
|
|
||||||
<!-- Fonts -->
|
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Russo+One&family=Source+Sans+Pro:wght@300;400;600;700&display=swap" rel="stylesheet">
|
|
||||||
|
|
||||||
<!-- Favicon -->
|
|
||||||
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
|
||||||
<link rel="apple-touch-icon" href="favicon.svg">
|
|
||||||
|
|
||||||
<!-- Canonical URL (falls gesetzt) -->
|
|
||||||
<?php if (isset($canonical_url)): ?>
|
|
||||||
<link rel="canonical" href="<?php echo htmlspecialchars($canonical_url); ?>">
|
|
||||||
<?php endif; ?>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header class="header">
|
|
||||||
<nav class="nav">
|
|
||||||
<div class="nav-container">
|
|
||||||
<div class="nav-logo">
|
|
||||||
<a href="/">
|
|
||||||
<img src="https://cdn.hexahost.de/assets/img/logo/8iFs123BynHQWHI5.png" alt="HexaHost.de Logo" class="logo-image">
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<ul class="nav-menu">
|
|
||||||
<li><a href="/" class="nav-link <?php echo ($current_page === 'home') ? 'active' : ''; ?>">Home</a></li>
|
|
||||||
<li class="nav-dropdown">
|
|
||||||
<a href="#" class="nav-link <?php echo (in_array($current_page, ['vpc', 'vps', 'mail-gateway', 'webhosting'])) ? 'active' : ''; ?>">Produkte</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="/vpc" class="<?php echo ($current_page === 'vpc') ? 'active' : ''; ?>">Virtual Private Container</a></li>
|
|
||||||
<li><a href="/vps" class="<?php echo ($current_page === 'vps') ? 'active' : ''; ?>">Virtual Private Server</a></li>
|
|
||||||
<li><a href="/mail-gateway" class="<?php echo ($current_page === 'mail-gateway') ? 'active' : ''; ?>">Mail Gateway</a></li>
|
|
||||||
<li><a href="/webhosting" class="<?php echo ($current_page === 'webhosting') ? 'active' : ''; ?>">Webhosting</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li><a href="/about" class="nav-link <?php echo ($current_page === 'about') ? 'active' : ''; ?>">Über uns</a></li>
|
|
||||||
<li><a href="/contact" class="nav-link <?php echo ($current_page === 'contact') ? 'active' : ''; ?>">Kontakt</a></li>
|
|
||||||
</ul>
|
|
||||||
<div class="nav-toggle">
|
|
||||||
<span></span>
|
|
||||||
<span></span>
|
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
Reference in New Issue
Block a user