Advertisement
Guest User

Untitled

a guest
Jan 12th, 2013
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.95 KB | None | 0 0
  1. <?php
  2. header ("Content-Type: text/html; charset=iso-8859-9");
  3. ?>
  4. <?php
  5. include('GameEngine/Account.php');
  6. $regactive="active";
  7. ?>
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml"><head><style id="jScroll.css" media="screen" type="text/css">.jScroll {overflow: hidden; width: 100%; height: 100%;position:relative;}
  10. .jScroll .jScroll-content {position: absolute; top: 0px; left: 0px;}
  11. .jScroll .jScroll-scroll {cursor:pointer; position: absolute; height: 100%; right: 0px; top: 0px;}
  12. .jScroll .jScroll-scroll-up {position: absolute; width: 100%;}
  13. .jScroll .jScroll-scroll-slider {position: absolute; width: 100%;}
  14. .jScroll .jScroll-scroll-down {position: absolute; width: 100%;}
  15. .jScroll .jScroll-scroll-between {position: absolute; width: 100%;}
  16. .jScroll .jScroll-scroll-slider {top: 10px; height: 50px;}
  17. .jScroll .jScroll-scroll-slider .top {width: 100%;}
  18. .jScroll .jScroll-scroll-slider .center {width: 100%;}
  19. .jScroll .jScroll-scroll-slider .bottom {width: 100%;}
  20. .jScroll .jScroll-scroll-down {bottom: 0px;}
  21. .jScroll .jScroll-element-scroll {width: 15px;}
  22. .jScroll .jScroll-element-down {background: transparent url(uncrypt.js?1314084856images/down.gif) no-repeat center bottom; height: 6px;}
  23. .jScroll .jScroll-element-down:hover {background-image: url(uncrypt.js?1314084856images/down-hover.gif);}
  24. .jScroll .jScroll-element-up {background: transparent url(uncrypt.js?1314084856images/up.gif) no-repeat center top; height: 6px;}
  25. .jScroll .jScroll-element-up:hover {background-image: url(uncrypt.js?1314084856images/up-hover.gif);}
  26. .jScroll .jScroll-element-between {margin-left: 4px; width: 7px; opacity: 0; background-color: #000000; filter: alpha(opacity=0);}
  27. .jScroll .jScroll-element-between:hover {opacity: 0.25; filter: alpha(opacity=25);}
  28. .jScroll .jScroll-element-between.clicked {opacity: 0.5; filter: alpha(opacity=50);}
  29. .jScroll .jScroll-element-slider .top {background: transparent url(uncrypt.js?1314084856images/slider-top.gif) no-repeat center top; height: 1px;}
  30. .jScroll .jScroll-element-slider:hover .top {background-image: url(uncrypt.js?1314084856images/slider-top-hover.gif);}
  31. .jScroll .jScroll-element-slider .center {background: transparent url(uncrypt.js?1314084856images/slider-center.gif) repeat-y center top;}
  32. .jScroll .jScroll-element-slider:hover .center {background-image: url(uncrypt.js?1314084856images/slider-center-hover.gif);}
  33. .jScroll .jScroll-element-slider .bottom {background: transparent url(uncrypt.js?1314084856images/slider-bottom.gif) no-repeat center bottom; height: 1px;}
  34. .jScroll .jScroll-element-slider:hover .bottom {background-image: url(uncrypt.js?1314084856images/slider-bottom-hover.gif);}
  35. </style>
  36. <title><?php echo SERVER_NAME; ?></title>
  37. <link rel="shortcut icon" type="image/x-icon" href="/favicon.gif">
  38. <meta http-equiv="cache-control" content="max-age=0">
  39. <meta http-equiv="pragma" content="no-cache">
  40. <meta http-equiv="expires" content="0">
  41. <meta http-equiv="imagetoolbar" content="no">
  42. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  43. <meta name="content-language" content="us">
  44. <link href="gpack/travian_travian_4.0_41/lang/au/compact.css" rel="stylesheet" type="text/css"><link href="gpack/travian_travian_4.0_41/lang/au/lang.css" rel="stylesheet" type="text/css"> <link href="gpack/travian_travian_4.0_41/travian_basics.css" rel="stylesheet" type="text/css">
  45. <script type="text/javascript">
  46. Travian.Translation.add(
  47. {
  48. 'allgemein.anleitung': 'Manual',
  49. 'allgemein.cancel': 'cancel',
  50. 'allgemein.ok': 'OK',
  51. 'cropfinder.keine_ergebnisse': 'No search results found.'
  52. });
  53. Travian.applicationId = 'T4.0 Game';
  54. Travian.Game.version = '4.0';
  55. Travian.Game.worldId = 'travx';
  56. </script> </head>
  57. <body class="v35 gecko signup">
  58. <div id="wrapper">
  59. <img id="staticElements" src="img/x.gif" alt="">
  60. <div class="bodyWrapper">
  61.  
  62. <img style="" src="img/x.gif" id="msfilter" alt="">
  63. <div id="header">
  64. <div id="mtop">
  65. <a id="logo" href="index.php" title="MyTravianX" target="_blank"></a>
  66.  
  67. <div class="clear"></div>
  68. </div>
  69. </div>
  70.  
  71. <div id="mid">
  72. <a id="ingameManual" href="http://mytravianx.com/support.php">
  73. <img src="img/x.gif" class="question" alt="Help">
  74. </a>
  75.  
  76. <?php include("Templates/menu.tpl"); ?> <div class="clear"></div>
  77. <div id="contentOuterContainer">
  78. <div class="contentTitle">&nbsp;</div>
  79. <div class="contentContainer">
  80. <div id="content" class="signup"><h1 class="titleInHeader">MyTravianX Kayıt Ol</h1>
  81. <ul class="important">
  82. <?php
  83. echo $form->getError('tribe');
  84. echo $form->getError('agree');
  85. ?>
  86. </ul>
  87. <h4 class="round">Oyuncu Bilgileri</h4>
  88. <form name="snd" method="post" action="anmelden.php">
  89. <input type="hidden" name="ft" value="a1" />
  90. <table id="sign_input" class="transparent" cellpadding="1" cellspacing="1">
  91. <tbody>
  92. <tr class="top">
  93. <th><label for="userName"><?php echo NICKNAME; ?></label></th>
  94. <td>
  95. <input id="userName" class="text" name="name" maxlength="15" type="text" value="<?php echo $form->getValue('name'); ?>">
  96. <span class="error"><?php echo $form->getError('name'); ?></span>
  97. </td>
  98. </tr>
  99. <tr>
  100. <th><label for="userEmail"><?php echo EMAIL; ?></label></th>
  101. <td>
  102. <input id="userEmail" class="text" name="email" value="<?php echo $form->getValue('email'); ?>" maxlength="40" type="text">
  103. <span class="error"><?php echo $form->getError('email'); ?></span>
  104. </td>
  105. </tr>
  106. <tr class="btm">
  107. <th><label for="userPassword"><?php echo PASSWORD; ?></label></th>
  108. <td>
  109. <input id="userPassword" class="text" name="pw" value="<?php echo $form->getValue('pw'); ?>" maxlength="20" type="password">
  110. <span class="error"><?php echo $form->getError('pw'); ?></span>
  111. </td>
  112. </tr>
  113. </tbody>
  114. </table>
  115.  
  116. <h4 class="round">Halk Seçimi</h4>
  117. <p class="tribeInfo">Eğer ilk defa <strong>MyTravianX</strong> oynuyorsanız Galyalıları seçmenizi tavsiye ederiz.</p>
  118. <div class="tribeSelect">
  119. <div class="tribe romans">
  120. <div class="selection">
  121. <input id="tribeRomans" class="radio" name="vid" value="1" type="radio" <?php echo $form->getRadio('vid',1); ?>> <label for="tribeRomans"><?php echo ROMANS; ?></label>
  122. </div>
  123. <label for="tribeRomans"><img src="img/x.gif" title="Daha fazla inşaat için beni seç!" class="tribeImage romans" alt="<?php echo ROMANS; ?>"></label>
  124. </div>
  125.  
  126. <div class="tribe teutons">
  127. <div class="selection">
  128. <input id="tribeTeutons" class="radio" name="vid" value="2" type="radio" <?php echo $form->getRadio('vid',2); ?>> <label for="tribeTeutons"><?php echo TEUTONS; ?></label>
  129. </div>
  130. <label for="tribeTeutons"><img src="img/x.gif" title="Çok saldırgansan beni seç !" class="tribeImage teutons" alt="<?php echo TEUTONS; ?>"></label>
  131. </div>
  132.  
  133.  
  134. <div class="tribe gauls">
  135. <div class="selection">
  136. <input id="tribeGauls" class="radio" name="vid" value="3" type="radio" <?php echo $form->getRadio('vid',3); ?>> <label for="tribeGauls"><?php echo GAULS; ?></label>
  137. </div>
  138. <label for="tribeGauls"><img src="img/x.gif" title="Ben defansta harikayım tuzaklarım var beni seç !"class="tribeImage gauls" alt="<?php echo GAULS; ?>"></label>
  139. </div>
  140.  
  141. <div class="clear"></div>
  142. </div>
  143.  
  144. <h4 class="round">Başlangıç Pozisyonu</h4>
  145. <table id="sign_select" class="transparent" cellpadding="1" cellspacing="1">
  146. <tbody>
  147. <tr>
  148. <td>
  149. <input class="radio" id="positionRandom" name="kid" value="0" checked="checked" type="radio">&nbsp;<label for="positionRandom"><?php echo RANDOM; ?></label>
  150. </td>
  151. <td>
  152. <input class="radio" id="positionNW" name="kid" value="1" type="radio" <?php echo $form->getRadio('kid',1); ?>>&nbsp;<label for="positionNW"><?php echo NW; ?></label>
  153. </td>
  154. <td>
  155. <input class="radio" id="positionNE" name="kid" value="2" type="radio" <?php echo $form->getRadio('kid',2); ?>>&nbsp;<label for="positionNE"><?php echo NE; ?></label>
  156. </td>
  157. </tr>
  158. <tr>
  159. <td class="pos2">
  160. &nbsp;
  161. </td>
  162. <td>
  163. <input class="radio" id="positionSW" name="kid" value="3" type="radio" <?php echo $form->getRadio('kid',3); ?>>&nbsp;<label for="positionSW"><?php echo SW; ?></label>
  164. </td>
  165. <td>
  166. <input class="radio" id="positionSE" name="kid" value="4" type="radio" <?php echo $form->getRadio('kid',4); ?>>&nbsp;<label for="positionSE"><?php echo SE; ?></label>
  167. </td>
  168. </tr>
  169. </tbody>
  170. </table>
  171.  
  172. <h4 class="round">Kayıt Şartları</h4>
  173. <div class="checks">
  174. <input class="check" id="agb" name="agb" value="1" type="checkbox">
  175. <label for="agb">MyTravianX <a href="rules.php" target="_blank">Oyun Kurallarını</a> kabul ediyorum.</label>
  176. </div>
  177.  
  178.  
  179. <div class="btn">
  180. <input name="w" value="" maxlength="9" type="hidden">
  181. <input name="form" value="1" type="hidden">
  182. <button type="submit" value="register" name="s1" id="s1"><div class="button-container"><div class="button-position"><div class="btl"><div class="btr"><div class="btc"></div></div></div><div class="bml"><div class="bmr"><div class="bmc"></div></div></div><div class="bbl"><div class="bbr"><div class="bbc"></div></div></div></div><div class="button-contents">Kayıt Ol</div></div></button>
  183. </div>
  184. </form> <center><p class="info"><?php echo ONE_PER_SERVER; ?></p></center> <div class="clear">&nbsp;</div> </div> <div class="clear"></div>
  185. </div> <div class="contentFooter">&nbsp;</div>
  186. </div> <div id="side_info"><?php
  187. if(NEWSBOX1) { include("Templates/News/duyuru.tpl"); }
  188. if(NEWSBOX1) { include("Templates/News/hiz.tpl"); }
  189. if(NEWSBOX1) { include("Templates/News/kurucu.tpl"); }
  190. ?>
  191.  
  192. </div> <div class="clear"></div>
  193. </div>
  194.  
  195. <div id="ce"></div>
  196. </div>
  197.  
  198.  
  199. <div style="position: absolute; top: 0px; left: 0px; visibility: hidden; opacity: 0; z-index: 10000;"><div class="tip"><div class="tip-container"><div class="tl"></div><div class="tr"></div><div class="tc"></div><div class="ml"></div><div class="mr"></div><div class="mc"></div><div class="bl"></div><div class="br"></div><div class="bc"></div><div class="tip-contents"><div class="title elementTitle"></div><div class="text elementText"></div></div></div></div></div></body></html>
  200. <style type=?"text/?css">
  201. body {
  202. cursor: url(img/kilic.cur), default;
  203. }
  204. </style><style type="text/css">
  205. body {
  206. cursor: url(img/kilic.cur), default;
  207. }
  208. </style>
  209. <style>
  210. input:focus{-webkit-border-radius: 2px;border-radius: 2px;-webkit-box-shadow: 0px 0px 8px #8CB3F5;-moz-box-shadow: 0px 0px 8px #8CB3F5;box-shadow: 0px 0px 8px #8CB3F5;border:1px solid #56b4ef;outline: none;}textarea:focus {-webkit-border-radius: 2px;border-radius: 2px;-webkit-box-shadow: 0px 0px 8px #8CB3F5;-moz-box-shadow: 0px 0px 8px #8CB3F5;box-shadow: 0px 0px 8px #8CB3F5;border:1px solid #56b4ef;padding:2px;outline: none;}
  211. </style>
  212. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement