Advertisement
Guest User

Xat Login

a guest
Aug 30th, 2011
1,128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.79 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Chat box registered user account management page</title>
  4. <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
  5. <LINK REL="SHORTCUT ICON" href="icon.ico">
  6. <link type="text/css" rel="stylesheet" href="http://www.xat.com/css/xat.css">
  7. <style type="text/css">
  8. </style>
  9. <script language="JavaScript"><!--
  10. function LoggedIn(ok) {
  11.     var s = "Login successful.<BR>Please close all chat windows.<P><LARGE>DO NOT SHARE YOUR LOGIN DETAILS OR YOU WILL LOCK YOURSELF OUT OF THE CHAT</LARGE></P>";
  12.     if(!ok) s = "Login failed..";
  13.                
  14.     var divId=document.getElementById("LoginResult");
  15.     if(divId) divId.innerHTML=s;
  16.    
  17.     divId=document.getElementById("ChangeStatus");
  18.     if(divId) divId.style.visibility = "visible";
  19. }
  20. function ChangeStatusMore()
  21. {
  22.     var divId=document.getElementById("ChangeStatus2");
  23.     divId.style.visibility = "visible";
  24.  
  25.     divId=document.getElementById("ChangeStatusMoreId");
  26.     divId.style.visibility = "hidden";
  27. }
  28. -->
  29. </script>
  30. </head>
  31. <body>
  32. <TABLE cellSpacing=0 cellPadding=0 width="100%" background="http://xat.com/images/vbkbl.gif" border=0>
  33.   <TBODY>
  34.  
  35.     <TR width="100%">
  36.       <TD width="16" rowSpan=2>&nbsp;</TD>
  37.       <TD width="138" height=49 rowSpan=2 vAlign=center><a href="http://xat.com"><IMG border=0 height=49 alt="xat chat" src="http://xat.com/images/xatblk.gif?a" width=138 longDesc=http://xat.com></a></TD>
  38.       <TD height=20 colspan="2" vAlign=center><DIV align=right>
  39.       <span id="loc"></span>
  40.       <A class="topmenulink"
  41.      href="http://xat.com/Login">Login</A>&nbsp;&nbsp;
  42.       <A class="topmenulink"
  43.      href="http://xat.com/News">News</A>&nbsp;&nbsp;
  44.       <A class="topmenulink"
  45.      href="http://xat.com/Wiki">Wiki</A>&nbsp;&nbsp;
  46.  
  47.       <span id="helplink"><A class="topmenulink" href="http://xat.com/Help">Help</A></span>&nbsp;&nbsp;
  48.       <A class="topmenulink"
  49.      href="http://xat.com/Support">Support</A>&nbsp;&nbsp;
  50.       <A class="topmenulink"
  51.      href="http://xat.com/web_gear/chat/changelanguage.php">Language</A>&nbsp;&nbsp;
  52.       </DIV></TD>
  53.       <TD width="16">&nbsp;</TD>
  54.     </TR>
  55.     <TR>
  56.  
  57.       <TD width="99%" valign="bottom" align="center">
  58.           </TD>
  59.       <TD width="1%" align="right">
  60. <!-- SiteSearch Google -->
  61. <form action="http://www.google.com/cse" id="cse-search-box" target="_blank">
  62. <table border="0">
  63. <tr><td nowrap="nowrap" valign="top" align="left" height="32" width="15">
  64. </td>
  65. <td nowrap="nowrap">
  66. <input type="hidden" name="cx" value="partner-pub-3915747564069545:4155635009" />
  67. <input type="hidden" name="ie" value="UTF-8" />
  68. <input type="text" name="q" size="33" /></td><td>
  69. <input type="submit" name="sa" value="Search" />
  70. </td></tr></table>
  71.  
  72. </form>
  73. <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script>
  74. <!-- SiteSearch Google -->         
  75. </TD>
  76. </TR>
  77. </TBODY>
  78. </TABLE>
  79.  
  80. <div align="center" style="background-color:#000040">
  81.  
  82. <TABLE cellSpacing=0 cellPadding=0 width="680" border=0>
  83.           <TBODY>
  84.             <TR>
  85.               <TD width="100" background="http://xat.com/images/mmtabw.gif" height="22"><DIV align="center"><A
  86.            href="http://xat.com" class="tablink">Home</A></DIV></TD>
  87.  
  88.               <TD width=16 height=22><DIV align=center></DIV></TD>
  89.               <TD width="100" background="http://xat.com/images/mmtab.gif" height="22"><DIV align="center"><A
  90.            href="http://web.xat.com/chat_groups2.htm" class="tablink">Groups</A></DIV></TD>
  91.               <TD width=16 height=22><DIV align=center></DIV></TD>
  92.                             <TD width="100" background="http://xat.com/images/mmtab.gif" height="22"><DIV align="center"><A
  93.            href="http://xat.com/web_gear/chat/GetPowers.php" class="tablink">Store</A></DIV></TD>
  94.               <TD width=16 height=22><DIV align=center></DIV></TD>
  95.               <TD width=100 background="http://xat.com/images/mmtab.gif" height=22><DIV align=center><A
  96.            href="http://util.xat.com/wiki/" class="tablink">Community</A></DIV></TD>
  97.               <TD width=16 height=22><DIV align=center></DIV></TD>
  98.  
  99.               <TD width=100 background="http://xat.com/images/mmtab.gif" height=22><DIV align=center><A
  100.            href="http://xat.com/web_gear/" class="tablink">Widgets</A></DIV></TD>
  101.               <TD width=16 height=22><DIV align=center></DIV></TD>
  102.               <TD width=100 background="http://xat.com/images/mmtab.gif" height=22 class="tablink"><DIV align=center><A
  103.            href="http://xat.com/products.html">Applications</A></DIV></TD>
  104.             </TR>
  105.           </TBODY>
  106.         </TABLE>
  107.        
  108.  
  109.  
  110.  
  111.  
  112.  
  113. </div>
  114.  
  115.  
  116. <script language="Javascript">
  117. <!--
  118. function createCookie(name,value,days) {
  119.     if (days) {
  120.         var date = new Date();
  121.         date.setTime(date.getTime()+(days*24*60*60*1000));
  122.         var expires = "; expires="+date.toGMTString();
  123.     }
  124.     else var expires = "";
  125.     document.cookie = name+"="+value+expires+"; path=/; domain=.xat.com";
  126. }
  127. function readCookie(name) {
  128.     var nameEQ = name + "=";
  129.     var ca = document.cookie.split(';');
  130.     for(var i=0;i < ca.length;i++) {
  131.         var c = ca[i];
  132.         while (c.charAt(0)==' ') c = c.substring(1,c.length);
  133.         if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
  134.     }
  135.     return null;
  136. }
  137. var c = readCookie('Country2');
  138. if(c == null)
  139. {
  140.     createCookie('Country2',1,30);
  141.     c = readCookie('Country2');
  142. }
  143. if(c == 1)
  144. document.getElementById('loc').innerHTML=
  145.     '<img width="1" height="1" src="http://xat.com/css/loc.php"</img>';
  146. var l = readCookie('Language');
  147. var h = 0;
  148. switch(l)
  149. {
  150.     case 'es' : h = 'Ayuda'; break;
  151.     case 'pt' : h = 'Ajuda'; break;
  152.     case 'it' : h = 'Aiuto'; break;
  153.     case 'tr' : h = 'Yardim'; break;
  154.     case 'fr' : h = 'Aide'; break;
  155.     case 'sq' : h = 'Ndim'; break;
  156. }
  157. if(h !== 0)
  158. document.getElementById('helplink').innerHTML=
  159.     '<A class="topmenulink" href="http://xat.com/'+h+'">'+h+'</A>';
  160. //-->
  161. </script>
  162. <div class="pad16">
  163. <h1>Chat box registered user account management page</h1>
  164. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  165. <tr>
  166. <td height="32" valign="bottom" bgcolor="#DEDEDE">
  167. <div valign="bottom" align="left">
  168. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  169. <tr>
  170. <td height="20" width="20">&nbsp;</td>
  171. <td width="160" height="20" bgcolor="#FFFFFF"><div align="center"><b>Login with a xat ID</b></div></td>
  172.     <td width="160" height="20"><div align="center"><a href="http://xat.com/web_gear/chat/register.php?UserId=0&k2=0&mode=4">Lost password/username</a></div></td>
  173.  
  174.     <td>&nbsp;</td></tr>
  175. </table>
  176. </div></td>
  177. </tr>
  178. </table>
  179.  
  180. <h3>Registered user login:</h3>
  181. <p>Use the form here to login.</p>
  182. <form method="post" action="http://xat.com/web_gear/chat/register.php">
  183. <input type="hidden" name="k2" value="0">
  184. <input type="hidden" name="UserId" value="0">
  185. <input type="hidden" name="mode" value="0">
  186. <input type="hidden" name="Pin" value="0">
  187. <input type="hidden" name="ChangeEmail" value="0">
  188.  
  189. <input name="cp" type="hidden" value="">
  190. <table border="0">
  191. <tr><td><p>xat name:</p></td>
  192. <td><input name="NameEmail" type="text" value="" size="60" maxlength="128" /></td>
  193. <td></td></tr>
  194. <tr style="padding-bottom:15px"><td valign="top"><p>Password:</p></td>
  195. <td><input name="password" type="password" id="password" size="60" maxlength="128" />
  196. <B>IMPORTANT: xat will NEVER ask you for your email password.</b>
  197. Only use your email password to log in to your email. Please read the <a href="http://xat.com/phishing">Phishing info page</a></font>
  198. </td><td></td></tr></table><h4>Security settings:</h4>
  199.  
  200. <table border="0">
  201. <tr style="padding-bottom:15px"><td valign="top">
  202. <select name="Protected">
  203. <option value="NC"></option>
  204. <option value="ON">ON (protected)</option>
  205. <option value="OFF">OFF (unprotected)</option>
  206. </select>
  207. </td><td>&nbsp;</td>
  208. <td><a href="http://util.xat.com/wiki/index.php/AccountProtection">xat Account Protection</a><BR>
  209. NOTE: Only turn OFF if you are sure.<BR>
  210. NEVER turn OFF if you are asked to.<BR>
  211. NEVER use the same password for your email and your xat id.<BR>
  212.  
  213. </td></tr>
  214. <tr style="padding-bottom:15px"><td valign="top">
  215. <select name="Locked">
  216. <option value="NC"></option>
  217. <option value="ON">ON (locked)</option>
  218. <option value="OFF">OFF (not locked)</option>
  219. </select>
  220. </td><td>&nbsp;</td>
  221. <td><a href="http://util.xat.com/wiki/index.php/AccountLocking">xat account locking</a><BR>Only allow access from my current location. - Access free TICKLE power (days required)
  222. </td></tr>
  223. </table>
  224. <input name="Login" type="submit" id="Login" value="Login" />
  225. <HR>
  226. <h3>Registered user logout:</h3>
  227.  
  228. <P>Click this button to logout as a registered user and become just a number<BR>
  229. <input name="Logout" type="submit" value="Logout" /></p>
  230. </form>
  231. <BR>
  232.  
  233. </div>
  234.  
  235. <center>
  236. <script type="text/javascript"><!--
  237. google_ad_client = "pub-3915747564069545";
  238. google_alternate_color = "FFFFFF";
  239. google_ad_width = 728;
  240. google_ad_height = 90;
  241. google_ad_format = "728x90_as";
  242. google_ad_type = "text_image";
  243. //2007-09-12: xat
  244. google_ad_channel = "3250109024";
  245. google_color_border = "FFFFFF";
  246. google_color_bg = "FFFFFF";
  247. google_color_link = "000080";
  248. google_color_text = "000000";
  249. google_color_url = "3399FF";
  250. //-->
  251. </script>
  252. <script type="text/javascript"
  253.  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  254. </script>
  255. </center>
  256. &nbsp;
  257.  
  258.  
  259. <TABLE width="100%" border=0 cellpadding="0" cellspacing="0">
  260.   <TBODY>
  261.     <TR>
  262.       <TD bgColor=#dedede height=36><P align=center>&copy;2011 xat - <A
  263.      href="http://www.xat.com/privacy.html">Privacy</A> - <A
  264.      href="http://www.xat.com/terms.html">Terms</A> -
  265.       <A href="http://www.xat.com/safety.html">Safety</A>
  266.       </P>
  267.  
  268.       </TD>
  269.     </TR>
  270.   </TBODY>
  271. </TABLE>
  272. <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
  273. </script>
  274. <script type="text/javascript">
  275. _uacct = "UA-1813155-1";
  276. urchinTracker();
  277. </script>
  278. </body>
  279. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement