mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-05-03 20:59:20 +02:00
parent
6eb50966fb
commit
4068f42ac4
@ -91,8 +91,8 @@ if (empty($_POST) === false) {
|
|||||||
[size=5]Size 5 text[/size]<br>
|
[size=5]Size 5 text[/size]<br>
|
||||||
[img]<a href="https://imgur.com/" target="_BLANK">Direct Image Link</a>[/img]<br>
|
[img]<a href="https://imgur.com/" target="_BLANK">Direct Image Link</a>[/img]<br>
|
||||||
[center]Cented Text[/center]<br>
|
[center]Cented Text[/center]<br>
|
||||||
[link]<a href="http://youtube.com/" target="_BLANK">http://youtube.com/</a>[/link]<br>
|
[link]<a href="https://youtube.com/" target="_BLANK">https://youtube.com/</a>[/link]<br>
|
||||||
[link=http://youtube.com/]<a href="http://youtube.com/" target="_BLANK">Click to View youtube</a>[/link]<br>
|
[link=https://youtube.com/]<a href="http://youtube.com/" target="_BLANK">Click to View youtube</a>[/link]<br>
|
||||||
[color=<font color="green">GREEN</font>]<font color="green">Green Text!</font>[/color]<br>
|
[color=<font color="green">GREEN</font>]<font color="green">Green Text!</font>[/color]<br>
|
||||||
[*]* Noted text [/*]
|
[*]* Noted text [/*]
|
||||||
</p>
|
</p>
|
||||||
|
@ -89,7 +89,7 @@ if ($config['paygol']['enabled'] == true) {
|
|||||||
<input type="hidden" name="pg_price" value="<?php echo $paygol['price']; ?>">
|
<input type="hidden" name="pg_price" value="<?php echo $paygol['price']; ?>">
|
||||||
<input type="hidden" name="pg_return_url" value="<?php echo hhb_tohtml($paygol['returnURL']); ?>">
|
<input type="hidden" name="pg_return_url" value="<?php echo hhb_tohtml($paygol['returnURL']); ?>">
|
||||||
<input type="hidden" name="pg_cancel_url" value="<?php echo hhb_tohtml($paygol['cancelURL']); ?>">
|
<input type="hidden" name="pg_cancel_url" value="<?php echo hhb_tohtml($paygol['cancelURL']); ?>">
|
||||||
<input type="image" name="pg_button" src="http://www.paygol.com/micropayment/img/buttons/150/black_en_pbm.png" border="0" alt="Make payments with PayGol: the easiest way!" title="Make payments with PayGol: the easiest way!">
|
<input type="image" name="pg_button" src="https://www.paygol.com/micropayment/img/buttons/150/black_en_pbm.png" border="0" alt="Make payments with PayGol: the easiest way!" title="Make payments with PayGol: the easiest way!">
|
||||||
</form>
|
</form>
|
||||||
<?php }
|
<?php }
|
||||||
|
|
||||||
|
@ -593,7 +593,7 @@
|
|||||||
'onlinelist' => true,
|
'onlinelist' => true,
|
||||||
// Image server may be unreliable and only for test,
|
// Image server may be unreliable and only for test,
|
||||||
// host yourself: https://otland.net/threads/item-images-10-92.242492/
|
// host yourself: https://otland.net/threads/item-images-10-92.242492/
|
||||||
'imageServer' => 'http://outfit-images.ots.me/animatedOutfits1099/animoutfit.php'
|
'imageServer' => 'https://outfit-images.ots.me/animatedOutfits1099/animoutfit.php'
|
||||||
);
|
);
|
||||||
|
|
||||||
// Show advanced inventory data in character profile
|
// Show advanced inventory data in character profile
|
||||||
|
@ -734,7 +734,7 @@ if (!empty($_GET)) {
|
|||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
<input name="reply_thread" type="hidden" value="<?php echo $threadData['id']; ?>"><br>
|
<input name="reply_thread" type="hidden" value="<?php echo $threadData['id']; ?>"><br>
|
||||||
|
|
||||||
<p style="font-size: 13px; padding-left: 10px; padding-top: 10px; height: 5px; width: 600px; border-top: 1px solid black;"><b>[b]Bold Text[/b]</b>, [img]<a href="https://imgur.com/">Direct Image Link</a>[/img], [center]Cented Text[/center],<br> [link]<a href="http://youtube.com/" target="_BLANK">http://youtube.com/</a>[/link], [color=<font color="green">GREEN</font>]<font color="green">Green Text!</font>[/color], [*] - Dotted [/*]</p><br>
|
<p style="font-size: 13px; padding-left: 10px; padding-top: 10px; height: 5px; width: 600px; border-top: 1px solid black;"><b>[b]Bold Text[/b]</b>, [img]<a href="https://imgur.com/">Direct Image Link</a>[/img], [center]Centered Text[/center],<br> [link]<a href="https://youtube.com/" target="_BLANK">https://youtube.com/</a>[/link], [color=<font color="green">GREEN</font>]<font color="green">Green Text!</font>[/color], [*] - Dotted [/*]</p><br>
|
||||||
|
|
||||||
<textarea class="forumReply" name="reply_text" style="width: 610px; height: 150px"></textarea><br>
|
<textarea class="forumReply" name="reply_text" style="width: 610px; height: 150px"></textarea><br>
|
||||||
<select name="reply_cid" multiple="multiple">
|
<select name="reply_cid" multiple="multiple">
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<?php
|
<?php
|
||||||
echo 'Server date and clock is: '. getClock(false, true) .' Page generated in '. elapsedTime() .' seconds. Q: '.$aacQueries;
|
echo 'Server date and clock is: '. getClock(false, true) .' Page generated in '. elapsedTime() .' seconds. Q: '.$aacQueries;
|
||||||
?>
|
?>
|
||||||
<a href="http://www.css3templates.co.uk">Design: css3templates.co.uk</a>. Engine: <a href="credits.php">Znote AAC</a></p>
|
<a href="https://www.css3templates.co.uk">Design: css3templates.co.uk</a>. Engine: <a href="credits.php">Znote AAC</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
<?php // If you are logged in as an admin, display SQL queries below footer.
|
<?php // If you are logged in as an admin, display SQL queries below footer.
|
||||||
if (user_logged_in() && is_admin($user_data)) {
|
if (user_logged_in() && is_admin($user_data)) {
|
||||||
|
@ -201,8 +201,8 @@ if (isset($_GET['success']) && empty($_GET['success'])) {
|
|||||||
<h2>Server Rules</h2>
|
<h2>Server Rules</h2>
|
||||||
<p>The golden rule: Have fun.</p>
|
<p>The golden rule: Have fun.</p>
|
||||||
<p>If you get pwn3d, don't hate the game.</p>
|
<p>If you get pwn3d, don't hate the game.</p>
|
||||||
<p>No <a href='http://en.wikipedia.org/wiki/Cheating_in_video_games' target="_blank">cheating</a> allowed.</p>
|
<p>No <a href='https://en.wikipedia.org/wiki/Cheating_in_video_games' target="_blank">cheating</a> allowed.</p>
|
||||||
<p>No <a href='http://en.wikipedia.org/wiki/Video_game_bot' target="_blank">botting</a> allowed.</p>
|
<p>No <a href='https://en.wikipedia.org/wiki/Video_game_bot' target="_blank">botting</a> allowed.</p>
|
||||||
<p>The staff can delete, ban, do whatever they want with your account and your <br>
|
<p>The staff can delete, ban, do whatever they want with your account and your <br>
|
||||||
submitted information. (Including exposing and logging your IP).</p>
|
submitted information. (Including exposing and logging your IP).</p>
|
||||||
</li>
|
</li>
|
||||||
|
3
shop.php
3
shop.php
@ -374,7 +374,7 @@ foreach ($shop_list as $key => $offer) {
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if ($shop['enableShopConfirmation']) { ?>
|
<?php if ($shop['enableShopConfirmation']) { ?>
|
||||||
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
|
<script src="https://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$(".needconfirmation").each(function(e){
|
$(".needconfirmation").each(function(e){
|
||||||
@ -396,4 +396,3 @@ foreach ($shop_list as $key => $offer) {
|
|||||||
|
|
||||||
} else echo '<h1>Buy Points system disabled.</h1><p>Sorry, this functionality is disabled.</p>';
|
} else echo '<h1>Buy Points system disabled.</h1><p>Sorry, this functionality is disabled.</p>';
|
||||||
include 'layout/overall/footer.php'; ?>
|
include 'layout/overall/footer.php'; ?>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user