Advertisement
matheuslmb

Untitled

Mar 10th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 12.89 KB | None | 0 0
  1. <?php
  2. if(!defined('INITIALIZED'))
  3.     exit;
  4.  
  5. if(isset($_REQUEST['step']) && $_REQUEST['step'] == "downloadagreement") {
  6.     $main_content .= '     
  7.         <p>Before you can download the client program please read the '.$config['server']['serverName'].' Service Agreement and state if you agree to it by clicking on the appropriate button below.</p>
  8.         <div class="TableContainer" >
  9.             <table class="Table1" cellpadding="0" cellspacing="0">
  10.                 <div class="CaptionContainer" >
  11.                     <div class="CaptionInnerContainer" >
  12.                         <span class="CaptionEdgeLeftTop" style="background-image:url('.$layout_name.'/images/global/content/box-frame-edge.gif);" /></span>
  13.                         <span class="CaptionEdgeRightTop" style="background-image:url('.$layout_name.'/images/global/content/box-frame-edge.gif);" /></span>
  14.                         <span class="CaptionBorderTop" style="background-image:url('.$layout_name.'/images/global/content/table-headline-border.gif);" ></span>
  15.                         <span class="CaptionVerticalLeft" style="background-image:url('.$layout_name.'/images/global/content/box-frame-vertical.gif);" /></span>                       
  16.                         <div class="Text" >'.$config['server']['serverName'].' Service Agreement</div>
  17.                         <span class="CaptionVerticalRight" style="background-image:url('.$layout_name.'/images/global/content/box-frame-vertical.gif);" /></span>
  18.                         <span class="CaptionBorderBottom" style="background-image:url('.$layout_name.'/images/global/content/table-headline-border.gif);" ></span>
  19.                         <span class="CaptionEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/global/content/box-frame-edge.gif);" /></span>
  20.                         <span class="CaptionEdgeRightBottom" style="background-image:url('.$layout_name.'/images/global/content/box-frame-edge.gif);" /></span>
  21.                     </div>
  22.                 </div>
  23.                 <tr>
  24.                     <td>
  25.                         <div class="InnerTableContainer" >
  26.                             <table style="width:100%;" >
  27.                                 <p>This agreement describes the terms on which '.$config['server']['serverName'].' offers you access to an account for being able to play the online role playing game '.$config['server']['serverName'].' 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>
  28.                                 <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>
  29.                                 <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>
  30.                                 <p>While you are playing '.$config['server']['serverName'].' Server, you must abide by some rules ("'.$config['server']['serverName'].' 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>
  31.                             </table>
  32.                         </div>
  33.                     </td>
  34.                 </tr>
  35.             </table>
  36.         </div>
  37.         <br/>
  38.         <center>
  39.         <form action="?subtopic=downloadclient" method="post">
  40.                     <tr>
  41.                         <td style="border:0px;" ><div class="BigButton" style="background-image:url('.$layout_name.'/images/global/buttons/sbutton.gif)" >
  42.                         <div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/global/buttons/sbutton_over.gif);" ></div>
  43.                         <input class="ButtonText" type="image" name="Back" alt="Back" src="'.$layout_name.'/images/global/buttons/_sbutton_iagree.gif" >
  44.                     </div>
  45.                 </div>
  46.             </form>
  47.         </center>';
  48.  
  49. } else {
  50.     $main_content .= '
  51.         <div class="TableContainer">
  52.             <table class="Table4" cellpadding="0" cellspacing="0">
  53.                 <div class="CaptionContainer">
  54.                     <div class="CaptionInnerContainer">
  55.                         <span class="CaptionEdgeLeftTop" style="background-image:url('.$layout_name.'/images/global/content/box-frame-edge.gif)"/></span>
  56.                         <span class="CaptionEdgeRightTop" style="background-image:url('.$layout_name.'/images/global/content/box-frame-edge.gif)"/></span>
  57.                         <span class="CaptionBorderTop" style="background-image:url('.$layout_name.'/images/global/content/table-headline-border.gif)"></span>
  58.                         <span class="CaptionVerticalLeft" style="background-image:url('.$layout_name.'/images/global/content/box-frame-vertical.gif)"/></span>
  59.                         <div class="Text">Download Client</div>
  60.                         <span class="CaptionVerticalRight" style="background-image:url('.$layout_name.'/images/global/content/box-frame-vertical.gif)"/></span>
  61.                         <span class="CaptionBorderBottom" style="background-image:url('.$layout_name.'/images/global/content/table-headline-border.gif)"></span>
  62.                         <span class="CaptionEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/global/content/box-frame-edge.gif)"/></span>
  63.                         <span class="CaptionEdgeRightBottom" style="background-image:url('.$layout_name.'/images/global/content/box-frame-edge.gif)"/></span>
  64.                     </div>
  65.                 </div>
  66.                 <tr>
  67.                     <td>
  68.                         <div class="InnerTableContainer">
  69.                             <table style="width:100%">
  70.                                 <tr>
  71.                                     <td>
  72.                                         <table width="100%" cellpadding=0 cellspacing=0>
  73.                                             <tr>
  74.                                                 <td style="vertical-align:top">
  75.                                                     <div class="TableShadowContainerRightTop">
  76.                                                         <div class="TableShadowRightTop" style="background-image:url('.$layout_name.'/images/global/content/table-shadow-rt.gif)"></div>
  77.                                                     </div>
  78.                                                     <div class="TableContentAndRightShadow" style="background-image:url('.$layout_name.'/images/global/content/table-shadow-rm.gif)">
  79.                                                         <div class="TableContentContainer">
  80.                                                             <table class="TableContent" width="100%">
  81.                                                                 <tr>
  82.                                                                     <td><table style="width:100%;text-align:center">
  83.                                                                     <center><h1>Official '.$config['server']['serverName'].' Client</h1></center>
  84.                                                                             <tr>
  85.                                                                                 <td>
  86.                                                                                     <img style="width: 90; height: 90px; border: 0px;" src="'.$layout_name.'/images/account/download_windows.png"/>
  87.                                                                                 </td>
  88.                                                                                 <td>
  89.                                                                                     <img style="width: 90; height: 90px; border: 0px;" src="'.$layout_name.'/images/account/download_windows.png"/>
  90.                                                                                 </td>
  91.                                                                             </tr>
  92.                                                                             <tr>
  93.                                                                             <td valign="top">
  94.                                                                                     <a href="" target="_blank" type="application/octet-stream" target="_top"><A HREF="https://www.mediafire.com/file/6rjqvcl1uvxvrch/GlobalExtreme.rar/file" TYPE="application/octet-stream" target="_top" >Windows ' . htmlspecialchars($config['server']['serverName']) .' Client 10.00</A<br/>Windows Client</a>
  95.                                                                                 </td>
  96.                                                                                 <td valign="top">
  97.                                                                                     <a href="" target="_blank" type="application/octet-stream" target="_top">Download Tibia 10.00<br/>Windows Client</a>
  98.                                                                                 </td>
  99.                                                                             </tr>
  100.                                                                             <tr>
  101.                                                                                 <td colspan="2" >[<span class="HelpLink" style="width: 18px; height: 18px;" ><a href="/common/tibiaclientrequirements.php" target="_blank" ><span class="HelperDivIndicator" onMouseOver="ActivateHelperDiv($(this), \'Requirements:\', \'<p><b>Minimum:</b><ul><li>OS: Windows XP SP3</li><li>Processor: 1.5 GHz Pentium 4 or equivalent with SSE2 instruction set support</li><li>Memory: 1GB RAM</li><li>Graphics: 128MB; if DirectX 9c or OpenGL 2.1 are not supported, only software renderer mode is available (no light effects)</li><li>Hard Drive: min. 150 MB</li></ul><b>Recommended:</b><ul><li>OS: System: Windows 7 or newer</li><li>Processor: 2.5 GHz Intel Core i3 processor or equivalent</li><li>Memory: 4GB RAM</li><li>Graphics: 512MB; OpenGL 2.1 support</li><li>Hard Drive: min. 150 MB</li><ul></ul>\', \'\');" onMouseOut="$(\'#HelperDivContainer\').hide();" >system requirements</span></a></span>]</td>
  102.                                                                             </tr>
  103.                                                                         </table>
  104.                                                                     </td>
  105.                                                                 </tr>
  106.                                                             </table>
  107.                                                         </div>
  108.                                                     </div>
  109.                                                     <div class="TableShadowContainer">
  110.                                                         <div class="TableBottomShadow" style="background-image:url('.$layout_name.'/images/global/content/table-shadow-bm.gif)">
  111.                                                             <div class="TableBottomLeftShadow" style="background-image:url('.$layout_name.'/images/global/content/table-shadow-bl.gif)"></div>
  112.                                                             <div class="TableBottomRightShadow" style="background-image:url('.$layout_name.'/images/global/content/table-shadow-br.gif)"></div>
  113.                                                         </div>
  114.                                                     </div>
  115.                                                 </td>
  116.                                             </tr>
  117.                                         </table>
  118.                                     <tr>
  119.                                     <td>
  120.                                             <table width="100%" cellpadding=0 cellspacing=0>
  121.                                                 <tr>
  122.                                                 <td style="vertical-align:top">
  123.                                                     <div class="TableShadowContainerRightTop">
  124.                                                         <div class="TableShadowRightTop" style="background-image:url('.$layout_name.'/images/global/content/table-shadow-rt.gif)"></div>
  125.                                                     </div>
  126.                                                     <div class="TableContentAndRightShadow" style="background-image:url('.$layout_name.'/images/global/content/table-shadow-rm.gif)">
  127.                                                         <div class="TableContentContainer">
  128.                                                             <table class="TableContent" width="100%">
  129.                                                                 <tr>
  130.                                                                     <td>
  131.                                                                     <img src="'.$layout_name.'/images/account/flash-client.gif"/>
  132.                                                                     <img align="right" target="_top" src="'.$layout_name.'/images/account/flash-client-character-list.png">
  133.                                                                     <table>
  134.                                                                             <tr>
  135.                                                                                 <td><img src="'.$layout_name.'/images/account/flash-text-1.gif"/></td>
  136.                                                                                 <td><img src="'.$layout_name.'/images/account/flash-text-2.gif"/><br/>
  137.                                                                             </tr>
  138.                                                                             <tr>
  139.                                                                             <td valign="top"> Just log in to your account and start playing '.$config['server']['serverName'].' by click on the <a href="?subtopic=accountmanagement">play</a> button in your <a href="?subtopic=accountmanagement">character list</a>!
  140.                                                                             <td valign="top"> Play without downloading!<br>Play without installing!<br>Enjoy your Client settings on every computer!<br>Rum '.$config['server']['serverName'].' in every supported web browser!
  141.                                                                             </td>
  142.                                                                             </tr>
  143.                                                                         </table>
  144.                                                                     </td>
  145.                                                                 </tr>
  146.                                                             </table>
  147.                                                             <br>
  148.                                                         </div>
  149.                                                     </div>
  150.                                                     <div class="TableShadowContainer">
  151.                                                         <div class="TableBottomShadow" style="background-image:url('.$layout_name.'/images/global/content/table-shadow-bm.gif)">
  152.                                                             <div class="TableBottomLeftShadow" style="background-image:url('.$layout_name.'/images/global/content/table-shadow-bl.gif)"></div>
  153.                                                             <div class="TableBottomRightShadow" style="background-image:url('.$layout_name.'/images/global/content/table-shadow-br.gif)"></div>
  154.                                                         </div>
  155.                                                     </div>
  156.                                                 </td>
  157.                                             </tr>
  158.                                         </table>                                       
  159.                                 <tr>
  160.                                     <td>
  161.                                         <div class="TableShadowContainerRightTop">
  162.                                             <div class="TableShadowRightTop" style="background-image:url('.$layout_name.'/images/global/content/table-shadow-rt.gif)"></div>
  163.                                         </div>
  164.                                         <div class="TableContentAndRightShadow" style="background-image:url('.$layout_name.'/images/global/content/table-shadow-rm.gif)">
  165.                                             <div class="TableContentContainer">
  166.                                                 <table class="TableContent" width="100%">
  167.                                                     <tr>
  168.                                                         <td class="LabelV">Disclaimer</td>
  169.                                                     </tr>
  170.                                                     <tr>
  171.                                                         <td>The software and any related documentation is provided "as is" without warranty of any kind. The entire risk arising out of use of the software remains with you. In no event shall '.$config['server']['serverName'].' be liable for any damages to your computer or loss of data.</td>
  172.                                                     </tr>
  173.                                                 </table>
  174.                                             </div>
  175.                                         </div>
  176.                                         <div class="TableShadowContainer">
  177.                                             <div class="TableBottomShadow" style="background-image:url('.$layout_name.'/images/global/content/table-shadow-bm.gif)">
  178.                                                 <div class="TableBottomLeftShadow" style="background-image:url('.$layout_name.'/images/global/content/table-shadow-bl.gif)"></div>
  179.                                                 <div class="TableBottomRightShadow" style="background-image:url('.$layout_name.'/images/global/content/table-shadow-br.gif)"></div>
  180.                                             </div>
  181.                                         </div>
  182.                                     </td>
  183.                                 </tr>
  184.                             </table>
  185.                         </div>
  186.                     </table>
  187.                 </div>
  188.             </td>
  189.         </tr>';
  190. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement