Advertisement
Different55

Andrograde dump

Jun 30th, 2012
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.84 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  4. <title>O </title>
  5. <link rel="stylesheet" href="css/css.css" type="text/css">
  6. <link rel="ICON" href="images/icon.ico" type="image/ico">
  7. <link rel="SHORTCUT ICON" href="images/icon.ico">
  8. <meta name="Robots" content="INDEX,FOLLOW">
  9. <meta name="GOOGLEBOT" content="INDEX, FOLLOW">
  10. <meta name="language" content="en">
  11. <link rel="alternate" type="application/rss+xml" title="Andrograde's RSS" href="rss.php">
  12. <script type="text/javascript" src="js/jquery.js"></script>
  13. <script type="text/javascript" src="js/client.js"></script>
  14. <script type="text/javascript" src="js/jquery.corner.min.js"></script>
  15. <script type="text/javascript">
  16. $j(document).bind("login", function (event, name) {
  17. window.location.reload();
  18. });
  19. function apply_site_colors(profile_bg,profile_panel,profile_text,profile_title) {
  20. $j('.jquery-corner').remove();
  21. $j('body').css({'background-color': '#'+profile_bg, 'color': '#'+profile_text});
  22. $j('.item_content,.item_rounded').css({'background-color': '#'+profile_panel});
  23. $j('input,label,textarea').css({'color': '#'+profile_text});
  24. $j('li.banma').css({'background-color': '#'+profile_panel});
  25. $j('h1,h2,h3,h4,h5').css({'color': '#'+profile_title});
  26. //$j(".item_rounded").corner();
  27. }
  28. $j(function(){
  29. //$j(".item_rounded_outer").corner("round 20px");
  30. //$j(".item_rounded_inner").corner("round 10px");
  31. });
  32. </script>
  33. <script type="text/javascript">
  34. var fetching_na= false;
  35. function fetchChatNumUsers(){
  36. if (fetching_na==true) return;
  37.  
  38. fetching_na= true;
  39. $j.ajax({type: "GET",
  40. url: "feeds/chatfeed.php?numusers",
  41. dataType: "xml",
  42. error: function() { fetching_na= false; },
  43. success: function(response) {
  44. $j('#community').html('A ' + response.documentElement.getAttribute('numaccounts') + ' player community');
  45. $j('#numchatting').html("&lt;a href='#' onclick='popup(\"chat.php\", \"Chat\", 450, 690); return false;'>"+response.documentElement.getAttribute('numusers')+"&lt;/a>");
  46. fetching_na= false;
  47. }
  48. });
  49. }
  50. $j(document).ready(function () {
  51. setInterval("fetchChatNumUsers()",2000);
  52. });
  53. </script>
  54. <script type="text/javascript" src="http://cdn.gigya.com/JS/gigya.js?services=socialize"></script>
  55. <script type="text/javascript">
  56. var conf= {
  57. "APIKey":"2_I7xPLoMh505WdxkNjC5KtQ==",
  58. "enabledProviders":"facebook,myspace,twitter,google,yahoo,aol"
  59. }
  60.  
  61. // Update the user's status
  62. function setStatus(message) {
  63. var params = {
  64. status: message,
  65. callback: setStatus_callback,
  66. useFacebookConnect: true
  67. };
  68. gigya.services.socialize.setStatus(conf, params);
  69. }
  70. function setStatus_callback(result) {
  71. //alert(result);
  72. }
  73.  
  74. function socializeLogin(event) {
  75. $j.ajax({url: "https://andrograde.com/authenticate.php",
  76. dataType: "text",
  77. type: "POST",
  78. data: {action: 'link', socialize: event.user.UID},
  79. error: function() {
  80. alert("Login failed");
  81. },
  82. success: function(response) {
  83. if (response=='OK') {
  84. $j(document).trigger("login", [$j('#login').val()]);
  85. } else {
  86. alert('Login failed\r\n' + response);
  87. }
  88. }
  89. });
  90. }
  91.  
  92. var gigyauser;
  93.  
  94. var connect_params=
  95. {
  96. height: '50',
  97. width: '110',
  98. containerID: 'componentDiv',
  99. UIConfig: '&lt;config>&lt;body>&lt;texts>&lt;links color="#000000">&lt;/links>&lt;/texts>&lt;controls>&lt;snbuttons buttonsize="20">&lt;/snbuttons>&lt;/controls>&lt;background background-color="Transparent" frame-color="Transparent">&lt;/background>&lt;/body>&lt;/config>',
  100. useFacebookConnect: 'true',
  101. onConnect: socializeLogin,
  102. onDisconnect: logout
  103. };
  104.  
  105. function loggedin(res) {
  106. gigyauser= res.user;
  107. if ($j('#profile').length==0) return; // no menu on this page
  108. if (res.user!=null &amp;&amp; res.user.isConnected) {
  109. $j('#picture').attr('src', res.user.thumbnailURL);
  110. $j('#profile').show();
  111. if ($j('#login_text').css('display')!='none')
  112. socializeLogin(res);
  113. } else {
  114. // show login stuff
  115. }
  116. gigya.services.socialize.showConnectUI(conf,connect_params);
  117. }
  118.  
  119. var logout_url= '/chat.php?logout';
  120. function logoutRedirect(response) {
  121. if (response['status'] == 'OK') {
  122. window.location= logout_url;
  123. } else {
  124. }
  125. }
  126. function logout() {
  127. if (gigyauser!=null &amp;&amp; gigyauser.isLoggedIn)
  128. gigya.services.socialize.logout(conf,{callback:logoutRedirect});
  129. else
  130. window.location= logout_url;
  131. }
  132. $j(document).ready(function () {
  133. gigya.services.socialize.getUserInfo(conf,{callback:loggedin});
  134. });
  135. </script>
  136. <script type="text/javascript">
  137. window.google_analytics_uacct = "UA-2412435-3";
  138. </script>
  139. <script type="text/javascript" src="js/swfobject.js"></script>
  140. <script type="text/javascript" src="js/chat.js"></script>
  141. <script type="text/javascript">
  142.  
  143. function getDocHeight() {
  144. var D = document;
  145. return Math.max(
  146. Math.max(D.body.scrollHeight, D.documentElement.scrollHeight),
  147. Math.max(D.body.offsetHeight, D.documentElement.offsetHeight),
  148. Math.max(D.body.clientHeight, D.documentElement.clientHeight)
  149. );
  150. }
  151.  
  152. /*function clicked() {
  153. $j.ajax({type: "POST",
  154. url: "chat.php",
  155. dataType: "xml",
  156. data: { log:'true' },
  157. error: function() { },
  158. success: function(response) { }
  159. });
  160. //alert('hi!');
  161. }
  162. $j(document).ready(function () {
  163. setTimeout("$j('iframe > *').click(clicked);", 1000);
  164. document.getElementById("message").focus();
  165. window.onfocus= function() { document.getElementById("message").focus(); };
  166. //$j('#ads').attr('onclick', clicked);
  167. });*/
  168.  
  169. $j(document).ready(function () {
  170. $j('#chat').css('height', ($j(window).height()-240)+'px');
  171. $j('#message').focus();
  172. });
  173. $j(window).resize(function() {
  174. $j('#chat').css('height', ($j(window).height()-240)+'px');
  175. });
  176.  
  177. </script>
  178. <style media="screen" type="text/css">#ChatWidget {visibility:hidden}</style>
  179. </head>
  180. <body style="width:100%">
  181. <object type="application/x-shockwave-flash" id="ChatWidget" allowscriptaccess="always" data="ChatWidget.swf" width="1" height="1" style="visibility: visible"></object>
  182. <div id="content_wrap" style="padding-bottom:0px">
  183. <script type="text/javascript">
  184. standalone= true;
  185. init_chat(); </script>
  186. <!--<center>
  187. <a href="http://andrograde.com" target="_blank"><img src="images/logo2.png" style="width:310px;height:85px;"></a>
  188. </center> -->
  189. <!--<table><tr><td width="100%" valign="top">-->
  190. <div class="item_rounded_outer">
  191. <div class="item_content_outer">
  192. <!-- <h3 class="top" style="margin-left:10px;color:#ffcc00" id='chat_users_head'>Chat</h3> -->
  193. <div class="item_rounded_inner" style="margin-bottom:16px">
  194. <div class="item_content_inner">
  195. <div id="chat_users" style="height: 100px; overflow:auto; overflow-x:hidden;">
  196. <table cellspacing="0" cellpadding="0" class="chat_users">
  197. <tbody>
  198. <tr style="height:17px;">
  199. <td></td>
  200. <td>
  201. <img width="16" height="16" onmouseover="thumbover('Different55');" src="authenticate.php?action=getimage&user=Different55.0">
  202. <div id="thumbDifferent55" style="display:none;position:absolute;top:0;left:0;z-index:100;">
  203. <img src="authenticate.php?action=getimage&user=Different55.0">
  204. </div>
  205. </td>
  206. <td style="background-color:#ffffff">
  207. <a style="-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank" title="Click to see Different55's profile">Different55</a>
  208. </td>
  209. <td style="width:44px;background-color:#ffffff">
  210. <font style="color:#00ff00;;float:left">485</font>
  211. <font style="color:GoldenRod;float:right">30849</font>
  212. </td>
  213. <td style="background-color:#ffffff">
  214. <i style="color:GoldenRod">Just Chatting</i>
  215. </td>
  216. <td></td>
  217. </tr>
  218. <tr style="height:17px;">
  219. <td></td>
  220. <td>
  221. <img width="16" height="16" onmouseover="thumbover('soin');" src="authenticate.php?action=getimage&user=soin.0">
  222. <div id="thumbsoin" style="display:none;position:absolute;top:0;left:0;z-index:100;">
  223. <img src="authenticate.php?action=getimage&user=soin.0">
  224. </div>
  225. </td>
  226. <td style="background-color:#ffffff">
  227. <a style="-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;" href="profile.php?view=soin.0" target="_blank" title="Click to see soin's profile">soin</a>
  228. </td>
  229. <td style="width:44px;background-color:#ffffff">
  230. <font style="color:#00ff00;;float:left">161</font>
  231. <font style="color:GoldenRod;float:right">6233</font>
  232. </td>
  233. <td style="background-color:#ffffff">
  234. <i style="color:GoldenRod">Just Chatting</i>
  235. </td>
  236. <td></td>
  237. </tr>
  238. <tr style="height:17px;">
  239. <td></td>
  240. <td>
  241. <img width="16" height="16" onmouseover="thumbover('Guest995');" src="authenticate.php?action=getimage&user=Guest995">
  242. <div id="thumbGuest995" style="display:none;position:absolute;top:0;left:0;z-index:100;">
  243. <img src="authenticate.php?action=getimage&user=Guest995">
  244. </div>
  245. </td>
  246. <td style="background-color:#ffffff">
  247. <a style="-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;" href="profile.php?view=Guest995" target="_blank" title="Click to see Guest995's profile">Guest995</a>
  248. </td>
  249. <td style="width:44px;background-color:#ffffff">
  250. <font style="color:#ffffff;text-shadow:1px 1px 0px #000;;float:left">200</font>
  251. <font style="color:GoldenRod;float:right">0</font>
  252. </td>
  253. <td style="background-color:#ffffff">
  254. <i style="color:GoldenRod">Just Chatting</i>
  255. </td>
  256. <td></td>
  257. </tr>
  258. </tbody>
  259. </table>
  260. </div>
  261. </div>
  262. </div>
  263. <div class="item_rounded_inner">
  264. <div class="item_content_inner">
  265. <div id="chat" style="overflow-y: auto; overflow-x: hidden; height: 138px">
  266. <div class="chat_list">
  267. <font style="background-color:undefined;">
  268. <b>
  269. <a style="color:undefined;" href="profile.php?view=silver_sapphires.0" target="_blank">silver_sapphire</a>
  270. </b>
  271. <font style="color:#000000">
  272. <big>Different55 smells like cheese </big>
  273. </font>
  274. </font>
  275. </div>
  276. <div class="chat_list">
  277. <font style="background-color:undefined;">
  278. <b>
  279. <a style="color:undefined;" href="profile.php?view=silver_sapphires.0" target="_blank">silver_sapphire</a>
  280. </b>
  281. <font style="color:#000000">
  282. <big>Different55 smells like cheese </big>
  283. </font>
  284. </font>
  285. </div>
  286. <div class="chat_list">
  287. <font style="font-size:80%"> (silver_sapphires) has been banned for 5 minutes for spamming by Andrograde</font>
  288. </div>
  289. <div class="chat_list">
  290. <font style="font-size:80%">
  291. <big> (silver_sapphires) has been banned for 5 minutes for spamming by Andrograde </big>
  292. </font>
  293. </div>
  294. <div class="chat_list">
  295. <font style="font-size:80%">silver_sapphire has been unbanned by Different55</font>
  296. </div>
  297. <div class="chat_list">
  298. <font style="font-size:80%">silver_sapphires has been unbanned by Different55</font>
  299. </div>
  300. <div class="chat_list">
  301. <font style="background-color:transparent;">
  302. <b>
  303. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  304. </b>
  305. <font style="color:#000000">
  306. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  307. <font style="text-shadow:2px 2px 2px #000;">
  308. <big>This is test one on forcing someone to say something </big>
  309. </font>
  310. </font>
  311. </font>
  312. </font>
  313. </div>
  314. <div class="chat_list">
  315. <font style="background-color:transparent;">
  316. <b>
  317. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  318. </b>
  319. <font style="color:#000000">
  320. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  321. <font style="text-shadow:2px 2px 2px #000;">
  322. <big>and I guess one test is all it needs </big>
  323. </font>
  324. </font>
  325. </font>
  326. </font>
  327. </div>
  328. <div class="chat_list">
  329. <font style="background-color:transparent;">
  330. <b>
  331. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  332. </b>
  333. <font style="color:#000000">
  334. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  335. <font style="text-shadow:2px 2px 2px #000;">
  336. <big>sup guest </big>
  337. </font>
  338. </font>
  339. </font>
  340. </font>
  341. </div>
  342. <div class="chat_list">
  343. <font style="background-color:transparent;">
  344. <b>
  345. <a style="color:#0096FC;" href="profile.php?view=Bawss.0" target="_blank">Bawss</a>
  346. </b>
  347. <font style="color:#000000"> Yo different</font>
  348. </font>
  349. </div>
  350. <div class="chat_list">
  351. <font style="background-color:transparent;">
  352. <b>
  353. <a style="color:#0096FC;" href="profile.php?view=Bawss.0" target="_blank">Bawss</a>
  354. </b>
  355. <font style="color:#000000"> !</font>
  356. </font>
  357. </div>
  358. <div class="chat_list">
  359. <font style="background-color:transparent;">
  360. <b>
  361. <a style="color:#0096FC;" href="profile.php?view=Bawss.0" target="_blank">Bawss</a>
  362. </b>
  363. <font style="color:#000000"> youza Beethchh</font>
  364. </font>
  365. </div>
  366. <div class="chat_list">
  367. <font style="background-color:transparent;">
  368. <b>
  369. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  370. </b>
  371. <font style="color:#000000">
  372. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  373. <font style="text-shadow:2px 2px 2px #000;">
  374. <big>thanks </big>
  375. </font>
  376. </font>
  377. </font>
  378. </font>
  379. </div>
  380. <div class="chat_list">
  381. <font style="background-color:transparent;">
  382. <b>
  383. <a style="color:#0096FC;" href="profile.php?view=Bawss.0" target="_blank">Bawss</a>
  384. </b>
  385. <font style="color:#000000"> Yeh yeh your a mod</font>
  386. </font>
  387. </div>
  388. <div class="chat_list">
  389. <font style="background-color:transparent;">
  390. <b>
  391. <a style="color:#0096FC;" href="profile.php?view=Bawss.0" target="_blank">Bawss</a>
  392. </b>
  393. <font style="color:#000000"> so what i dont give a fuck!</font>
  394. </font>
  395. </div>
  396. <div class="chat_list">
  397. <font style="background-color:transparent;">
  398. <b>
  399. <a style="color:#0096FC;" href="profile.php?view=Bawss.0" target="_blank">Bawss</a>
  400. </b>
  401. <font style="color:#000000"> bitch!</font>
  402. </font>
  403. </div>
  404. <div class="chat_list">
  405. <font style="background-color:transparent;">
  406. <b>
  407. <a style="color:#0096FC;" href="profile.php?view=Bawss.0" target="_blank">Bawss</a>
  408. </b>
  409. <font style="color:#000000"> suck my baLLS</font>
  410. </font>
  411. </div>
  412. <div class="chat_list">
  413. <font style="background-color:transparent;">
  414. <b>
  415. <a style="color:#0096FC;" href="profile.php?view=Bawss.0" target="_blank">Bawss</a>
  416. </b>
  417. <font style="color:#000000">
  418. you piece of
  419. <img src="images/emo/poop.png">
  420. </font>
  421. </font>
  422. </div>
  423. <div class="chat_list">
  424. <font style="background-color:transparent;">
  425. <b>
  426. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  427. </b>
  428. <font style="color:#000000">
  429. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  430. <font style="text-shadow:2px 2px 2px #000;">
  431. <big>I suck hairy balls </big>
  432. </font>
  433. </font>
  434. </font>
  435. </font>
  436. </div>
  437. <div class="chat_list">
  438. <font style="background-color:transparent;">
  439. <b>
  440. <a style="color:#0096FC;" href="profile.php?view=Bawss.0" target="_blank">Bawss</a>
  441. </b>
  442. <font style="color:#000000"> I suck hairy balls</font>
  443. </font>
  444. </div>
  445. <div class="chat_list">
  446. <font style="background-color:transparent;">
  447. <b>
  448. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  449. </b>
  450. <font style="color:#000000">
  451. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  452. <font style="text-shadow:2px 2px 2px #000;">
  453. <big>darn </big>
  454. </font>
  455. </font>
  456. </font>
  457. </font>
  458. </div>
  459. <div class="chat_list">
  460. <font style="background-color:transparent;">
  461. <b>
  462. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  463. </b>
  464. <font style="color:#000000">
  465. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  466. <font style="text-shadow:2px 2px 2px #000;">
  467. <big>we both said it </big>
  468. </font>
  469. </font>
  470. </font>
  471. </font>
  472. </div>
  473. <div class="chat_list">
  474. <font style="background-color:transparent;">
  475. <b>
  476. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  477. </b>
  478. <font style="color:#000000">
  479. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  480. <font style="text-shadow:2px 2px 2px #000;">
  481. <big>I'll have to work on that </big>
  482. </font>
  483. </font>
  484. </font>
  485. </font>
  486. </div>
  487. <div class="chat_list">
  488. <font style="background-color:transparent;">
  489. <b>
  490. <a style="color:#0096FC;" href="profile.php?view=Bawss.0" target="_blank">Bawss</a>
  491. </b>
  492. <font style="color:#000000"> stfu! you lil pussy ass bitch</font>
  493. </font>
  494. </div>
  495. <div class="chat_list">
  496. <font style="font-size:80%">Bawss (174.138.206.64) has been banned for 0 minutes by Different55 for Bye</font>
  497. </div>
  498. <div class="chat_list">
  499. <font style="font-size:80%">Different55 has joined room lobby</font>
  500. </div>
  501. <div class="chat_list">
  502. <font style="background-color:transparent;">
  503. <b>
  504. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;" href="profile.php?view=soin.0" target="_blank">soin</a>
  505. </b>
  506. <font style="color:#000000">
  507. <font style="text-shadow:2px 2px 2px #000;">
  508. <big>Good job diff </big>
  509. </font>
  510. </font>
  511. </font>
  512. </div>
  513. <div class="chat_list">
  514. <b style="color:#0096FC">Guest995</b>
  515. : Different55 smells like cheese
  516. </div>
  517. <div class="chat_list">
  518. <font style="background-color:transparent;">
  519. <b>
  520. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  521. </b>
  522. <font style="color:#000000">
  523. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  524. <font style="text-shadow:2px 2px 2px #000;">
  525. <big>Ha! </big>
  526. </font>
  527. </font>
  528. </font>
  529. </font>
  530. </div>
  531. <div class="chat_list">
  532. <font style="font-size:80%">
  533. soin double crossed Guest995!
  534. <font color="#ff0000">
  535. soin hit Guest995 with golden gem encrusted
  536. <img src="images/emo/poop.png">
  537. for
  538. <b>3,297</b>
  539. </font>
  540. <font color="#ff0000">
  541. <b>
  542. soin
  543. <em>vaporized</em>
  544. Guest995!
  545. </b>
  546. </font>
  547. <br>
  548. </font>
  549. </div>
  550. <div class="chat_list">
  551. <font style="background-color:transparent;">
  552. <b>
  553. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  554. </b>
  555. <font style="color:#000000">
  556. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  557. <font style="text-shadow:2px 2px 2px #000;">
  558. <big>hey man </big>
  559. </font>
  560. </font>
  561. </font>
  562. </font>
  563. </div>
  564. <div class="chat_list">
  565. <font style="background-color:transparent;">
  566. <b>
  567. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  568. </b>
  569. <font style="color:#000000">
  570. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  571. <font style="text-shadow:2px 2px 2px #000;">
  572. <big>don't kill the guest </big>
  573. </font>
  574. </font>
  575. </font>
  576. </font>
  577. </div>
  578. <div class="chat_list">
  579. <font style="background-color:transparent;">
  580. <b>
  581. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  582. </b>
  583. <font style="color:#000000">
  584. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  585. <font style="text-shadow:2px 2px 2px #000;">
  586. <big>he was framed </big>
  587. </font>
  588. </font>
  589. </font>
  590. </font>
  591. </div>
  592. <div class="chat_list">
  593. <font style="background-color:transparent;">
  594. <b>
  595. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;" href="profile.php?view=soin.0" target="_blank">soin</a>
  596. </b>
  597. <font style="color:#000000">
  598. <font style="text-shadow:2px 2px 2px #000;">
  599. <big>So </big>
  600. </font>
  601. </font>
  602. </font>
  603. </div>
  604. <div class="chat_list">
  605. <font style="font-size:80%">
  606. <font color="#00ff00">
  607. Different55
  608. <b>super</b>
  609. healed Guest995 by 3397!
  610. </font>
  611. </font>
  612. </div>
  613. <div class="chat_list">
  614. <font style="font-size:80%">Guest995 is already as healthy as possible </font>
  615. </div>
  616. <div class="chat_list">
  617. <font style="background-color:transparent;">
  618. <b>
  619. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;" href="profile.php?view=soin.0" target="_blank">soin</a>
  620. </b>
  621. <font style="color:#000000">
  622. <font style="text-shadow:2px 2px 2px #000;">
  623. <big>-.- </big>
  624. </font>
  625. </font>
  626. </font>
  627. </div>
  628. <div class="chat_list">
  629. <font style="background-color:transparent;">
  630. <b>
  631. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  632. </b>
  633. <font style="color:#000000">
  634. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  635. <font style="text-shadow:2px 2px 2px #000;">
  636. <big>I made him say that </big>
  637. </font>
  638. </font>
  639. </font>
  640. </font>
  641. </div>
  642. <div class="chat_list">
  643. <font style="background-color:transparent;">
  644. <b>
  645. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  646. </b>
  647. <font style="color:#000000">
  648. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  649. <font style="text-shadow:2px 2px 2px #000;">
  650. <big>I'm working on something. </big>
  651. </font>
  652. </font>
  653. </font>
  654. </font>
  655. </div>
  656. <div class="chat_list">
  657. <font style="background-color:transparent;">
  658. <b>
  659. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;" href="profile.php?view=soin.0" target="_blank">soin</a>
  660. </b>
  661. <font style="color:#000000">
  662. <font style="text-shadow:2px 2px 2px #000;">
  663. <big>What? </big>
  664. </font>
  665. </font>
  666. </font>
  667. </div>
  668. <div class="chat_list">
  669. <font style="background-color:transparent;">
  670. <b>
  671. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  672. </b>
  673. <font style="color:#000000">
  674. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  675. <font style="text-shadow:2px 2px 2px #000;">
  676. <big>I just need to do a little more then it's perfect </big>
  677. </font>
  678. </font>
  679. </font>
  680. </font>
  681. </div>
  682. <div class="chat_list">
  683. <font style="background-color:transparent;">
  684. <b>
  685. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  686. </b>
  687. <font style="color:#000000">
  688. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  689. <font style="text-shadow:2px 2px 2px #000;">
  690. <big>I can force people to say things </big>
  691. </font>
  692. </font>
  693. </font>
  694. </font>
  695. </div>
  696. <div class="chat_list">
  697. <font style="background-color:transparent;">
  698. <b>
  699. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;" href="profile.php?view=soin.0" target="_blank">soin</a>
  700. </b>
  701. <font style="color:#000000">
  702. <font style="text-shadow:2px 2px 2px #000;">
  703. <big>? </big>
  704. </font>
  705. </font>
  706. </font>
  707. </div>
  708. <div class="chat_list">
  709. <font style="background-color:transparent;">
  710. <b>
  711. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  712. </b>
  713. <font style="color:#000000">
  714. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  715. <font style="text-shadow:2px 2px 2px #000;">
  716. <big>I'm not telling ANYONE. </big>
  717. </font>
  718. </font>
  719. </font>
  720. </font>
  721. </div>
  722. <div class="chat_list">
  723. <font style="background-color:transparent;">
  724. <b>
  725. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  726. </b>
  727. <font style="color:#000000">
  728. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  729. <font style="text-shadow:2px 2px 2px #000;">
  730. <big>This is so srsly abusable </big>
  731. </font>
  732. </font>
  733. </font>
  734. </font>
  735. </div>
  736. <div class="chat_list">
  737. <font style="background-color:transparent;">
  738. <b>
  739. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  740. </b>
  741. <font style="color:#000000">
  742. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  743. <font style="text-shadow:2px 2px 2px #000;">
  744. <big>I will die being 1/2 people who know how </big>
  745. </font>
  746. </font>
  747. </font>
  748. </font>
  749. </div>
  750. <div class="chat_list">
  751. <font style="background-color:transparent;">
  752. <b>
  753. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;" href="profile.php?view=soin.0" target="_blank">soin</a>
  754. </b>
  755. <font style="color:#000000">
  756. <font style="text-shadow:2px 2px 2px #000;">
  757. <big>Thought u were trying to clone yourself </big>
  758. </font>
  759. </font>
  760. </font>
  761. </div>
  762. <div class="chat_list">
  763. <font style="background-color:transparent;">
  764. <b>
  765. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;opacity: 0.4;filter: alpha(opacity=40);color:orange;" href="profile.php?view=Different55.0" target="_blank">Different55</a>
  766. </b>
  767. <font style="color:#000000">
  768. <font style="opacity: 0.4;filter: alpha(opacity=40);">
  769. <font style="text-shadow:2px 2px 2px #000;">
  770. <big>Not right now </big>
  771. </font>
  772. </font>
  773. </font>
  774. </font>
  775. </div>
  776. <div class="chat_list">
  777. <font style="background-color:transparent;">
  778. <b>
  779. <a style="color:#0096FC;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;padding:0 3px;background-color:#66ff66;font-weight:bold;font-size:160%;line-height:12px;text-shadow:2px 2px 2px #000;" href="profile.php?view=soin.0" target="_blank">soin</a>
  780. </b>
  781. <font style="color:#000000">
  782. <font style="text-shadow:2px 2px 2px #000;">
  783. <big>O </big>
  784. </font>
  785. </font>
  786. </font>
  787. </div>
  788. </div>
  789. <input id="message" type="text" style="width: 100%;-moz-border-radius:5px;border-radius:5px;" onkeyup="chatinput(event);">
  790. <a href="#" class="button" onclick="chat(); return false;">Chat</a>
  791. <a href="#" class="button" onclick="$j('#message').val('<b>' + $j('#message').val() + '</b>'); $j('#message').focus();return false;">B</a>
  792. <a href="#" class="button" onclick="$j('#message').val('<i>' + $j('#message').val() + '</i>');$j('#message').focus();return false;">
  793. <i>i</i>
  794. </a>
  795. <a href="#" class="button" onclick="$j('#message').val('<u>' + $j('#message').val() + '</u>');$j('#message').focus();return false;">
  796. <u>u</u>
  797. </a>
  798. <a href="#" class="button" onclick="$j('#message').val('<big>' + $j('#message').val() + '</big>');$j('#message').focus();return false;">
  799. <big>B</big>
  800. </a>
  801. <a href="#" class="button" onclick="$j('#message').val('<font style=\'font-size:80%\'>' + $j('#message').val() + '</font>');$j('#message').focus();return false;">
  802. <small>s</small>
  803. </a>
  804. <a href="#" class="button" onclick="$j('#message').val('<marquee scrollamount=10>' + $j('#message').val() + '</marquee>');$j('#message').focus();return false;">
  805. <marquee style="width:20px">m</marquee>
  806. </a>
  807. <a href="#" class="button" onclick="$j('#message').val('<font style=\'color:yellow;background-color:black;\'>' + $j('#message').val() + '</font>');$j('#message').focus();return false;">
  808. <font style="color:yellow;background-color:black">C</font>
  809. </a>
  810. <a href="#" class="button" onclick="$j('#message').val('/help');$j('#message').focus();chat(); return false;">Commands</a>
  811. <a class="button" href="http://andrograde.com" target="_blank">Andrograde</a>
  812. </div>
  813. </div>
  814. </div>
  815. </div>
  816. <!--</td><td width="120">
  817. <script type="text/javascript">
  818. google_ad_client = "pub-9130306790050769";
  819. /* chat side ad */
  820. google_ad_slot = "8624564023";
  821. google_ad_width = 120;
  822. google_ad_height = 600;
  823. </script>
  824. <script type="text/javascript"
  825. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  826. </script>
  827. </td></tr>
  828. </table>-->
  829. </div>
  830. <!-- Start Quantcast tag -->
  831. <script type="text/javascript">
  832. _qoptions={
  833. qacct:"p-4dptA78TbCXts"
  834. };
  835. </script>
  836. <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
  837. <noscript>
  838. &lt;img src="http://pixel.quantserve.com/pixel/p-4dptA78TbCXts.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
  839. </noscript>
  840. <!-- End Quantcast tag -->
  841. <!-- Analytics -->
  842. <script type="text/javascript">
  843. var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  844. document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  845. </script>
  846. <script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
  847. <script type="text/javascript">
  848. var pageTracker = _gat._getTracker("UA-2412435-3");
  849. pageTracker._trackPageview();
  850. </script>
  851. </body>
  852. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement