Skip to content

Commit

Permalink
editor wechsel und copyright Anpassung
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Seven committed May 12, 2019
1 parent 7f6705e commit 216788a
Show file tree
Hide file tree
Showing 5,276 changed files with 234,845 additions and 8,427 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
59 changes: 32 additions & 27 deletions admin/admincenter.php
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
<?php
/*
##########################################################################
# #
# Version 4 / / / #
# -----------__---/__---__------__----__---/---/- #
# | /| / /___) / ) (_ ` / ) /___) / / #
# _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___ #
# Free Content / Management System #
# / #
# #
# #
# Copyright 2005-2015 by webspell.org #
# #
# visit webSPELL.org, webspell.info to get webSPELL for free #
# - Script runs under the GNU GENERAL PUBLIC LICENSE #
# - It's NOT allowed to remove this copyright-tag #
# -- http://www.fsf.org/licensing/licenses/gpl.html #
# #
# Code based on WebSPELL Clanpackage (Michael Gruber - webspell.at), #
# Far Development by Development Team - webspell.org #
# #
# visit webspell.org #
# #
##########################################################################
*/

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\
| _ _ ___ ___ ___ ___ ___ __ __ ___ __ __ |
|( \/\/ )( _)( ,)/ __)( ,\( _)( ) ( ) ( ,) ( \/ ) |
| \ / ) _) ) ,\\__ \ ) _/ ) _) )(__ )(__ ) \ ) ( |
| \/\/ (___)(___/(___/(_) (___)(____)(____) (_)\_)(_/\/\_) |
| ___ ___ |
| |__ \ / _ \ |
| ) | | | | | |
| / / | | | | |
| / /_ _ | |_| | |
| |____| (_) \___/ |
\___________________________________________________________________/
/ \
| Copyright 2005-2018 by webspell.org / webspell.info |
| Copyright 2018-2019 by webspell-rm.de |
| |
| - Script runs under the GNU GENERAL PUBLIC LICENCE |
| - It's NOT allowed to remove this copyright-tag |
| - http://www.fsf.org/licensing/licenses/gpl.html |
| |
| Code based on WebSPELL Clanpackage |
| (Michael Gruber - webspell.at) |
\___________________________________________________________________/
/ \
| WEBSPELL RM Version 2.0 |
| For Support, Mods and the Full Script visit |
| webspell-rm.de |
\__________________________________________________________________*/
chdir('../');
include("system/sql.php");
include("system/settings.php");
Expand Down Expand Up @@ -178,7 +180,7 @@ function dashnavi()
<!-- DataTables -->
<link href="../components/datatables/css/jquery.dataTables.min.css" rel="stylesheet" type="text/css" />

<?php include("../system/tinymce.php"); ?>
<?php include('../system/ckeditor.php'); ?>
<script src="../components/jquery/jquery.min.js"></script>

</head>
Expand Down Expand Up @@ -466,5 +468,8 @@ function dashnavi()

});
</script>
<script>
initSample();
</script>
</body>
</html>
54 changes: 28 additions & 26 deletions admin/contact.php
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
<?php
/*
##########################################################################
# #
# Version 4 / / / #
# -----------__---/__---__------__----__---/---/- #
# | /| / /___) / ) (_ ` / ) /___) / / #
# _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___ #
# Free Content / Management System #
# / #
# #
# #
# Copyright 2005-2015 by webspell.org #
# #
# visit webSPELL.org, webspell.info to get webSPELL for free #
# - Script runs under the GNU GENERAL PUBLIC LICENSE #
# - It's NOT allowed to remove this copyright-tag #
# -- http://www.fsf.org/licensing/licenses/gpl.html #
# #
# Code based on WebSPELL Clanpackage (Michael Gruber - webspell.at), #
# Far Development by Development Team - webspell.org #
# #
# visit webspell.org #
# #
##########################################################################
*/

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\
| _ _ ___ ___ ___ ___ ___ __ __ ___ __ __ |
|( \/\/ )( _)( ,)/ __)( ,\( _)( ) ( ) ( ,) ( \/ ) |
| \ / ) _) ) ,\\__ \ ) _/ ) _) )(__ )(__ ) \ ) ( |
| \/\/ (___)(___/(___/(_) (___)(____)(____) (_)\_)(_/\/\_) |
| ___ ___ |
| |__ \ / _ \ |
| ) | | | | | |
| / / | | | | |
| / /_ _ | |_| | |
| |____| (_) \___/ |
\___________________________________________________________________/
/ \
| Copyright 2005-2018 by webspell.org / webspell.info |
| Copyright 2018-2019 by webspell-rm.de |
| |
| - Script runs under the GNU GENERAL PUBLIC LICENCE |
| - It's NOT allowed to remove this copyright-tag |
| - http://www.fsf.org/licensing/licenses/gpl.html |
| |
| Code based on WebSPELL Clanpackage |
| (Michael Gruber - webspell.at) |
\___________________________________________________________________/
/ \
| WEBSPELL RM Version 2.0 |
| For Support, Mods and the Full Script visit |
| webspell-rm.de |
\__________________________________________________________________*/
$_language->readModule('contact', false, true);

if (!isuseradmin($userID) || mb_substr(basename($_SERVER[ 'REQUEST_URI' ]), 0, 15) != "admincenter.php") {
Expand Down
56 changes: 29 additions & 27 deletions admin/dashboard_navigation.php
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
<?php
/*
##########################################################################
# #
# Version 4 / / / #
# -----------__---/__---__------__----__---/---/- #
# | /| / /___) / ) (_ ` / ) /___) / / #
# _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___ #
# Free Content / Management System #
# / #
# #
# #
# Copyright 2005-2015 by webspell.org #
# #
# visit webSPELL.org, webspell.info to get webSPELL for free #
# - Script runs under the GNU GENERAL PUBLIC LICENSE #
# - It's NOT allowed to remove this copyright-tag #
# -- http://www.fsf.org/licensing/licenses/gpl.html #
# #
# Code based on WebSPELL Clanpackage (Michael Gruber - webspell.at), #
# Far Development by Development Team - webspell.org #
# #
# visit webspell.org #
# #
##########################################################################
*/

<?php
/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\
| _ _ ___ ___ ___ ___ ___ __ __ ___ __ __ |
|( \/\/ )( _)( ,)/ __)( ,\( _)( ) ( ) ( ,) ( \/ ) |
| \ / ) _) ) ,\\__ \ ) _/ ) _) )(__ )(__ ) \ ) ( |
| \/\/ (___)(___/(___/(_) (___)(____)(____) (_)\_)(_/\/\_) |
| ___ ___ |
| |__ \ / _ \ |
| ) | | | | | |
| / / | | | | |
| / /_ _ | |_| | |
| |____| (_) \___/ |
\___________________________________________________________________/
/ \
| Copyright 2005-2018 by webspell.org / webspell.info |
| Copyright 2018-2019 by webspell-rm.de |
| |
| - Script runs under the GNU GENERAL PUBLIC LICENCE |
| - It's NOT allowed to remove this copyright-tag |
| - http://www.fsf.org/licensing/licenses/gpl.html |
| |
| Code based on WebSPELL Clanpackage |
| (Michael Gruber - webspell.at) |
\___________________________________________________________________/
/ \
| WEBSPELL RM Version 2.0 |
| For Support, Mods and the Full Script visit |
| webspell-rm.de |
\__________________________________________________________________*/
$_language->readModule('dashnavi', false, true);

if (!ispageadmin($userID) || mb_substr(basename($_SERVER[ 'REQUEST_URI' ]), 0, 15) !== "admincenter.php") {
Expand Down
54 changes: 28 additions & 26 deletions admin/email.php
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
<?php
/*
##########################################################################
# #
# Version 4 / / / #
# -----------__---/__---__------__----__---/---/- #
# | /| / /___) / ) (_ ` / ) /___) / / #
# _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___ #
# Free Content / Management System #
# / #
# #
# #
# Copyright 2005-2014 by webspell.org #
# #
# visit webSPELL.org, webspell.info to get webSPELL for free #
# - Script runs under the GNU GENERAL PUBLIC LICENSE #
# - It's NOT allowed to remove this copyright-tag #
# -- http://www.fsf.org/licensing/licenses/gpl.html #
# #
# Code based on WebSPELL Clanpackage (Michael Gruber - webspell.at), #
# Far Development by Development Team - webspell.org #
# #
# visit webspell.org #
# #
##########################################################################
*/

/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\
| _ _ ___ ___ ___ ___ ___ __ __ ___ __ __ |
|( \/\/ )( _)( ,)/ __)( ,\( _)( ) ( ) ( ,) ( \/ ) |
| \ / ) _) ) ,\\__ \ ) _/ ) _) )(__ )(__ ) \ ) ( |
| \/\/ (___)(___/(___/(_) (___)(____)(____) (_)\_)(_/\/\_) |
| ___ ___ |
| |__ \ / _ \ |
| ) | | | | | |
| / / | | | | |
| / /_ _ | |_| | |
| |____| (_) \___/ |
\___________________________________________________________________/
/ \
| Copyright 2005-2018 by webspell.org / webspell.info |
| Copyright 2018-2019 by webspell-rm.de |
| |
| - Script runs under the GNU GENERAL PUBLIC LICENCE |
| - It's NOT allowed to remove this copyright-tag |
| - http://www.fsf.org/licensing/licenses/gpl.html |
| |
| Code based on WebSPELL Clanpackage |
| (Michael Gruber - webspell.at) |
\___________________________________________________________________/
/ \
| WEBSPELL RM Version 2.0 |
| For Support, Mods and the Full Script visit |
| webspell-rm.de |
\__________________________________________________________________*/
$_language->readModule('email', false, true);

if (!ispageadmin($userID) || mb_substr(basename($_SERVER[ 'REQUEST_URI' ]), 0, 15) != "admincenter.php") {
Expand Down
53 changes: 28 additions & 25 deletions admin/group-users.php
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
<?php
/*
##########################################################################
# #
# Version 4 / / / #
# -----------__---/__---__------__----__---/---/- #
# | /| / /___) / ) (_ ` / ) /___) / / #
# _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___ #
# Free Content / Management System #
# / #
# #
# #
# Copyright 2005-2015 by webspell.org #
# #
# visit webSPELL.org, webspell.info to get webSPELL for free #
# - Script runs under the GNU GENERAL PUBLIC LICENSE #
# - It's NOT allowed to remove this copyright-tag #
# -- http://www.fsf.org/licensing/licenses/gpl.html #
# #
# Code based on WebSPELL Clanpackage (Michael Gruber - webspell.at), #
# Far Development by Development Team - webspell.org #
# #
# visit webspell.org #
# #
##########################################################################
*/
/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\
| _ _ ___ ___ ___ ___ ___ __ __ ___ __ __ |
|( \/\/ )( _)( ,)/ __)( ,\( _)( ) ( ) ( ,) ( \/ ) |
| \ / ) _) ) ,\\__ \ ) _/ ) _) )(__ )(__ ) \ ) ( |
| \/\/ (___)(___/(___/(_) (___)(____)(____) (_)\_)(_/\/\_) |
| ___ ___ |
| |__ \ / _ \ |
| ) | | | | | |
| / / | | | | |
| / /_ _ | |_| | |
| |____| (_) \___/ |
\___________________________________________________________________/
/ \
| Copyright 2005-2018 by webspell.org / webspell.info |
| Copyright 2018-2019 by webspell-rm.de |
| |
| - Script runs under the GNU GENERAL PUBLIC LICENCE |
| - It's NOT allowed to remove this copyright-tag |
| - http://www.fsf.org/licensing/licenses/gpl.html |
| |
| Code based on WebSPELL Clanpackage |
| (Michael Gruber - webspell.at) |
\___________________________________________________________________/
/ \
| WEBSPELL RM Version 2.0 |
| For Support, Mods and the Full Script visit |
| webspell-rm.de |
\__________________________________________________________________*/
if (isset($_GET[ 'ajax' ])) {
chdir('../');
include("_mysql.php");
Expand Down
Loading

0 comments on commit 216788a

Please sign in to comment.