• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Znote AAC] TFS 1+ (Downloads Landing Page converted from MyAcc)

Joriku

Working in the mines, need something?
Joined
Jul 16, 2016
Messages
1,078
Solutions
15
Reaction score
370
Location
Sweden
YouTube
Joriku
Hi, so I was scrolling thru trying to find an landing page for Znote Acc cus MyAcc is AMAZING but still soo complicated for a new-bee.
So here you got a converted one from: Index of /plugins (https://my-aac.org/plugins/)
Called Better-Downloads-Page.

Images that's needed are attached onto the thread.
Create a new folder inside either www/html or htdocs called "images"
so /www/html/images/paste the files here.

Note:
The "Hoxera" will be automatic changed by your config.php "Site_Title"
You'll have to change the path where "I Agree" leads to.
HTML:
<form action="downloads.php" method="post" style="padding:0px;margin:0px;">

It'll look about this:
cd832244eb2d0e7787478588fbd531e9.png


PHP:
<?php require_once 'engine/init.php'; include 'layout/overall/header.php'; ?>

<p>Before you can download the client program please read the <?php echo $config['site_title']; ?> Service Agreement and state if you agree to it by clicking on the appropriate button below.</p>
        <div class="TableContainer" >
            <table class="Table1" cellpadding="0" cellspacing="0">
                <div class="CaptionContainer" >
                    <div class="CaptionInnerContainer" >
                        <span class="CaptionEdgeLeftTop" style="background-image:url(images/buttons/content/box-frame-edge.gif);" /></span>
                        <span class="CaptionEdgeRightTop" style="background-image:url(images/buttons/content/box-frame-edge.gif);" /></span>
                        <span class="CaptionBorderTop" style="background-image:url(images/buttons/content/table-headline-border.gif);" ></span>
                        <span class="CaptionVerticalLeft" style="background-image:url(images/buttons/content/box-frame-vertical.gif);" /></span>                   
                        <div class="Text" ><?php echo $config['site_title']; ?> Service Agreement</div>
                        <span class="CaptionVerticalRight" style="background-image:url(images/buttons/content/box-frame-vertical.gif);" /></span>
                        <span class="CaptionBorderBottom" style="background-image:url(images/buttons/content/table-headline-border.gif);" ></span>
                        <span class="CaptionEdgeLeftBottom" style="background-image:url(images/buttons/content/box-frame-edge.gif);" /></span>
                        <span class="CaptionEdgeRightBottom" style="background-image:url(images/buttons/content/box-frame-edge.gif);" /></span>
                    </div>
                </div>
                <tr>
                    <td>
                        <div class="InnerTableContainer" >
                            <table style="width:100%;" >
                                <p>This agreement describes the terms on which <?php echo $config['site_title']; ?> offers you access to an account for being able to play the online role playing game <?php echo $config['site_title']; ?> Server. By creating an account or downloading the client software you accept the terms and conditions below and state that you are of full legal age in your country or have the permission of your parents to play this game.</p>
                                <p>You agree that the use of the software is at your sole risk. We provide the software, the game, and all other services "as is". We disclaim all warranties or conditions of any kind, expressed, implied or statutory, including without limitation the implied warranties of title, non-infringement, merchantability and fitness for a particular purpose. We do not ensure continuous, error-free, secure or virus-free operation of the software, the game, or your account.</p>
                                <p>We are not liable for any lost profits or special, incidental or consequential damages arising out of or in connection with the game, including, but not limited to, loss of data, items, accounts, or characters from errors, system downtime, or adjustments of the gameplay.</p>
                                <p>While you are playing <?php echo $config['site_title']; ?>, you must abide by some rules ("<?php echo $config['site_title']; ?> Rules") that are stated on this homepage. If you break any of these rules, your account may be removed and all other services terminated immediately.</p>
                            </table>
                        </div>
                    </td>
                </tr>
            </table>
        </div>
        <br/>
        <center>
            <form action="downloads.php" method="post" style="padding:0px;margin:0px;">
                <div class="BigButton" style="background-image:url(images/buttons/sbutton.gif)" >
                    <div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" >
                        <div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url(images/buttons/sbutton_over.gif);" ></div>
                        <input class="ButtonText" type="image" name="I agree" alt="I agree" src="images/buttons/_sbutton_iagree.gif" >
                    </div>
                </div>
            </form>
        </center>
   
<?php
include 'layout/overall/footer.php'; ?>
 

Attachments

Last edited by a moderator:
Back
Top