replace kleeja.com with kleeja.net

This commit is contained in:
MitanOmar
2020-04-11 22:45:48 +02:00
parent 52f0b95469
commit f3d4e29500
78 changed files with 97 additions and 97 deletions

View File

@@ -2,7 +2,7 @@
/**
*
* @package install
* @copyright (c) 2007 Kleeja.com
* @copyright (c) 2007 Kleeja.net
* @license ./docs/license.txt
*
*/

View File

@@ -2,7 +2,7 @@
/**
*
* @package install
* @copyright (c) 2007 Kleeja.com
* @copyright (c) 2007 Kleeja.net
* @license ./docs/license.txt
*
*/

View File

@@ -48,7 +48,7 @@
<body title="&#1603;&#1604;&#1610;&#1580;&#1575;"><br/>
<div class="content_box">
<p>
<a target="_blank" href="http://www.kleeja.com" title="kleeja"></a>
<a target="_blank" href="https://kleeja.net" title="kleeja"></a>
</p>
<br/>
<h1><span style="font-size:250%;color:#D80000;">403 - Access forbidden!</span></h1></div>

View File

@@ -2,7 +2,7 @@
/**
*
* @package install
* @copyright (c) 2007 Kleeja.com
* @copyright (c) 2007 Kleeja.net
* @license ./docs/license.txt
*
*/
@@ -218,7 +218,7 @@ CREATE TABLE `{$dbprefix}filters` (
$install_sqls['stats_insert'] = "INSERT INTO `{$dbprefix}stats` VALUES (0,0,1,0,0," . time() . ",0,0,0,0,'',0,0,0,0,'','','','')";
$install_sqls['users_insert'] = "INSERT INTO `{$dbprefix}users` (`id`,`name`,`group_id`,`password`,`password_salt`,`mail`,`founder`,`clean_name`) VALUES (1,'" . $user_name . "', 1, '" . $user_pass . "','" . $user_salt . "', '" . $user_mail . "', 1,'" . $clean_name . "')";
$install_sqls['TeamMsg_insert'] = "INSERT INTO `{$dbprefix}call` (`name`,`text`,`mail`,`time`,`ip`) VALUES ('" . $SQL->escape($lang['KLEEJA_TEAM_MSG_NAME']) . "', '" . $SQL->escape($lang['KLEEJA_TEAM_MSG_TEXT']) . "','info@kleeja.com', " . time() . ", '127.0.0.1')";
$install_sqls['TeamMsg_insert'] = "INSERT INTO `{$dbprefix}call` (`name`,`text`,`mail`,`time`,`ip`) VALUES ('" . $SQL->escape($lang['KLEEJA_TEAM_MSG_NAME']) . "', '" . $SQL->escape($lang['KLEEJA_TEAM_MSG_TEXT']) . "','info@kleeja.net', " . time() . ", '127.0.0.1')";
$install_sqls['groups_insert'] = "INSERT INTO `{$dbprefix}groups` (`group_id`, `group_name`, `group_is_default`, `group_is_essential`) VALUES
(1, '{lang.ADMINS}', 0, 1),
(2, '{lang.GUESTS}', 0, 1),

View File

@@ -2,7 +2,7 @@
/**
*
* @package install
* @copyright (c) 2007 Kleeja.com
* @copyright (c) 2007 Kleeja.net
* @license ./docs/license.txt
*
*/

View File

@@ -2,7 +2,7 @@
/**
*
* @package install
* @copyright (c) 2007 Kleeja.com
* @copyright (c) 2007 Kleeja.net
* @license ./docs/license.txt
*
*/

View File

@@ -2,7 +2,7 @@
/**
*
* @package install
* @copyright (c) 2007 Kleeja.com
* @copyright (c) 2007 Kleeja.net
* @license ./docs/license.txt
*
*/

View File

@@ -2,7 +2,7 @@
/**
*
* @package install
* @copyright (c) 2007 Kleeja.com
* @copyright (c) 2007 Kleeja.net
* @license ./docs/license.txt
*
*/

View File

@@ -11,6 +11,6 @@
<div class="hr"></div>
<button type="button" class="btn" onclick="window.location.href='../index.php';"><span>{{echo $lang['INDEX']}}</span></button>
<button type="button" class="btn" onclick="window.location.href='../admin/';"><span>{{echo $lang['ADMINCP']}}</span></button>
<button type="button" class="btn" onclick="window.open('http://kleeja.com','_blank');return false;" href="http://www.kleeja.com"><span>kleeja.com</span></button>
<button type="button" class="btn" onclick="window.open('http://kleeja.net','_blank');return false;" href="https://kleeja.net"><span>kleeja.net</span></button>
<div class="clr"></div>
</div></div><div class="BoxBottomImg"></div></div>

View File

@@ -16,7 +16,7 @@ var PATH_SPACER = 'style/images/spacer.gif';
<div id="Header">
<div class="header">
<ul class="headerIcon">
<li><a onclick="window.open(this.href,'_blank');return false;" href="http://www.kleeja.com"><img src="style/images/kleeja.png" title="kleeja.com" alt="" /></a></li>
<li><a onclick="window.open(this.href,'_blank');return false;" href="https://kleeja.net"><img src="style/images/kleeja.png" title="kleeja.net" alt="" /></a></li>
<li><a href="./"><img title="Start over" src="style/images/install_h.png" alt="" /></a></li>
</ul>
<div class="BoxLang">

View File

@@ -48,7 +48,7 @@
<body title="&#1603;&#1604;&#1610;&#1580;&#1575;"><br/>
<div class="content_box">
<p>
<a target="_blank" href="http://www.kleeja.com" title="kleeja"></a>
<a target="_blank" href="https://kleeja.net" title="kleeja"></a>
</p>
<br/>
<h1><span style="font-size:250%;color:#D80000;">403 - Access forbidden!</span></h1></div>

View File

@@ -31,7 +31,7 @@
<div class="hr"></div>
<button type="button" class="btn" onclick="window.location.href='../index.php';"><span>{{echo $lang['INDEX']}}</span></button>
<button type="button" class="btn" onclick="window.location.href='../admin/';"><span>{{echo $lang['ADMINCP']}}</span></button>
<button type="button" class="btn" onclick="window.open(this.value,'_blank');return false;" value="http://www.kleeja.com"><span>kleeja.com</span></button>
<button type="button" class="btn" onclick="window.open(this.value,'_blank');return false;" value="https://kleeja.net"><span>kleeja.net</span></button>
{{endif;}}
<div class="clr"></div></div></div><div class="BoxBottomImg"></div></div>
<script type="text/javascript">

View File

@@ -2,7 +2,7 @@
/**
*
* @package install
* @copyright (c) 2007 Kleeja.com
* @copyright (c) 2007 Kleeja.net
* @license ./docs/license.txt
*
*/