chatjs.php 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736
  1. <?php
  2. require_once("user.php");
  3. $USER = new User("registration_callback");
  4. $userpic = md5( strtolower( trim( $USER->email ) ) );
  5. header("Content-type: application/javascript");
  6. ?>
  7. function dblDigit(d) {
  8. if (d < 10) { d = "0" + d;}
  9. return d;
  10. }
  11. function formatAMPM(date) {
  12. var hours = date.getHours();
  13. var minutes = date.getMinutes();
  14. var month = dblDigit(date.getMonth() + 1);
  15. var day = dblDigit(date.getDate());
  16. var ampm = hours >= 12 ? 'P' : 'A';
  17. hours = hours % 12;
  18. hours = hours ? hours : 12; // the hour '0' should be '12'
  19. hours = dblDigit(hours);
  20. minutes = minutes < 10 ? '0'+minutes : minutes;
  21. var strTime = month + '-' + day + ' ' + hours + ':' + minutes + '' + ampm;
  22. return strTime;
  23. }
  24. var isMobile = false; //initiate as false
  25. var d = new Date();
  26. var timezone = d.getTimezoneOffset();
  27. // device detection
  28. if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|ipad|iris|kindle|Android|Silk|lge |maemo|midp|mmp|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(navigator.userAgent)
  29. || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(navigator.userAgent.substr(0,4))) isMobile = true;
  30. /*
  31. * JavaScript MD5
  32. * https://github.com/blueimp/JavaScript-MD5
  33. *
  34. * Copyright 2011, Sebastian Tschan
  35. * https://blueimp.net
  36. *
  37. * Licensed under the MIT license:
  38. * https://opensource.org/licenses/MIT
  39. *
  40. * Based on
  41. * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
  42. * Digest Algorithm, as defined in RFC 1321.
  43. * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009
  44. * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
  45. * Distributed under the BSD License
  46. * See http://pajhome.org.uk/crypt/md5 for more info.
  47. */
  48. /* global define */
  49. ;(function ($) {
  50. 'use strict'
  51. /*
  52. * Add integers, wrapping at 2^32. This uses 16-bit operations internally
  53. * to work around bugs in some JS interpreters.
  54. */
  55. function safeAdd (x, y) {
  56. var lsw = (x & 0xFFFF) + (y & 0xFFFF)
  57. var msw = (x >> 16) + (y >> 16) + (lsw >> 16)
  58. return (msw << 16) | (lsw & 0xFFFF)
  59. }
  60. /*
  61. * Bitwise rotate a 32-bit number to the left.
  62. */
  63. function bitRotateLeft (num, cnt) {
  64. return (num << cnt) | (num >>> (32 - cnt))
  65. }
  66. /*
  67. * These functions implement the four basic operations the algorithm uses.
  68. */
  69. function md5cmn (q, a, b, x, s, t) {
  70. return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b)
  71. }
  72. function md5ff (a, b, c, d, x, s, t) {
  73. return md5cmn((b & c) | ((~b) & d), a, b, x, s, t)
  74. }
  75. function md5gg (a, b, c, d, x, s, t) {
  76. return md5cmn((b & d) | (c & (~d)), a, b, x, s, t)
  77. }
  78. function md5hh (a, b, c, d, x, s, t) {
  79. return md5cmn(b ^ c ^ d, a, b, x, s, t)
  80. }
  81. function md5ii (a, b, c, d, x, s, t) {
  82. return md5cmn(c ^ (b | (~d)), a, b, x, s, t)
  83. }
  84. /*
  85. * Calculate the MD5 of an array of little-endian words, and a bit length.
  86. */
  87. function binlMD5 (x, len) {
  88. /* append padding */
  89. x[len >> 5] |= 0x80 << (len % 32)
  90. x[(((len + 64) >>> 9) << 4) + 14] = len
  91. var i
  92. var olda
  93. var oldb
  94. var oldc
  95. var oldd
  96. var a = 1732584193
  97. var b = -271733879
  98. var c = -1732584194
  99. var d = 271733878
  100. for (i = 0; i < x.length; i += 16) {
  101. olda = a
  102. oldb = b
  103. oldc = c
  104. oldd = d
  105. a = md5ff(a, b, c, d, x[i], 7, -680876936)
  106. d = md5ff(d, a, b, c, x[i + 1], 12, -389564586)
  107. c = md5ff(c, d, a, b, x[i + 2], 17, 606105819)
  108. b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330)
  109. a = md5ff(a, b, c, d, x[i + 4], 7, -176418897)
  110. d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426)
  111. c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341)
  112. b = md5ff(b, c, d, a, x[i + 7], 22, -45705983)
  113. a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416)
  114. d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417)
  115. c = md5ff(c, d, a, b, x[i + 10], 17, -42063)
  116. b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162)
  117. a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682)
  118. d = md5ff(d, a, b, c, x[i + 13], 12, -40341101)
  119. c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290)
  120. b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329)
  121. a = md5gg(a, b, c, d, x[i + 1], 5, -165796510)
  122. d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632)
  123. c = md5gg(c, d, a, b, x[i + 11], 14, 643717713)
  124. b = md5gg(b, c, d, a, x[i], 20, -373897302)
  125. a = md5gg(a, b, c, d, x[i + 5], 5, -701558691)
  126. d = md5gg(d, a, b, c, x[i + 10], 9, 38016083)
  127. c = md5gg(c, d, a, b, x[i + 15], 14, -660478335)
  128. b = md5gg(b, c, d, a, x[i + 4], 20, -405537848)
  129. a = md5gg(a, b, c, d, x[i + 9], 5, 568446438)
  130. d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690)
  131. c = md5gg(c, d, a, b, x[i + 3], 14, -187363961)
  132. b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501)
  133. a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467)
  134. d = md5gg(d, a, b, c, x[i + 2], 9, -51403784)
  135. c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473)
  136. b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734)
  137. a = md5hh(a, b, c, d, x[i + 5], 4, -378558)
  138. d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463)
  139. c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562)
  140. b = md5hh(b, c, d, a, x[i + 14], 23, -35309556)
  141. a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060)
  142. d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353)
  143. c = md5hh(c, d, a, b, x[i + 7], 16, -155497632)
  144. b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640)
  145. a = md5hh(a, b, c, d, x[i + 13], 4, 681279174)
  146. d = md5hh(d, a, b, c, x[i], 11, -358537222)
  147. c = md5hh(c, d, a, b, x[i + 3], 16, -722521979)
  148. b = md5hh(b, c, d, a, x[i + 6], 23, 76029189)
  149. a = md5hh(a, b, c, d, x[i + 9], 4, -640364487)
  150. d = md5hh(d, a, b, c, x[i + 12], 11, -421815835)
  151. c = md5hh(c, d, a, b, x[i + 15], 16, 530742520)
  152. b = md5hh(b, c, d, a, x[i + 2], 23, -995338651)
  153. a = md5ii(a, b, c, d, x[i], 6, -198630844)
  154. d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415)
  155. c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905)
  156. b = md5ii(b, c, d, a, x[i + 5], 21, -57434055)
  157. a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571)
  158. d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606)
  159. c = md5ii(c, d, a, b, x[i + 10], 15, -1051523)
  160. b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799)
  161. a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359)
  162. d = md5ii(d, a, b, c, x[i + 15], 10, -30611744)
  163. c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380)
  164. b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649)
  165. a = md5ii(a, b, c, d, x[i + 4], 6, -145523070)
  166. d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379)
  167. c = md5ii(c, d, a, b, x[i + 2], 15, 718787259)
  168. b = md5ii(b, c, d, a, x[i + 9], 21, -343485551)
  169. a = safeAdd(a, olda)
  170. b = safeAdd(b, oldb)
  171. c = safeAdd(c, oldc)
  172. d = safeAdd(d, oldd)
  173. }
  174. return [a, b, c, d]
  175. }
  176. /*
  177. * Convert an array of little-endian words to a string
  178. */
  179. function binl2rstr (input) {
  180. var i
  181. var output = ''
  182. var length32 = input.length * 32
  183. for (i = 0; i < length32; i += 8) {
  184. output += String.fromCharCode((input[i >> 5] >>> (i % 32)) & 0xFF)
  185. }
  186. return output
  187. }
  188. /*
  189. * Convert a raw string to an array of little-endian words
  190. * Characters >255 have their high-byte silently ignored.
  191. */
  192. function rstr2binl (input) {
  193. var i
  194. var output = []
  195. output[(input.length >> 2) - 1] = undefined
  196. for (i = 0; i < output.length; i += 1) {
  197. output[i] = 0
  198. }
  199. var length8 = input.length * 8
  200. for (i = 0; i < length8; i += 8) {
  201. output[i >> 5] |= (input.charCodeAt(i / 8) & 0xFF) << (i % 32)
  202. }
  203. return output
  204. }
  205. /*
  206. * Calculate the MD5 of a raw string
  207. */
  208. function rstrMD5 (s) {
  209. return binl2rstr(binlMD5(rstr2binl(s), s.length * 8))
  210. }
  211. /*
  212. * Calculate the HMAC-MD5, of a key and some data (raw strings)
  213. */
  214. function rstrHMACMD5 (key, data) {
  215. var i
  216. var bkey = rstr2binl(key)
  217. var ipad = []
  218. var opad = []
  219. var hash
  220. ipad[15] = opad[15] = undefined
  221. if (bkey.length > 16) {
  222. bkey = binlMD5(bkey, key.length * 8)
  223. }
  224. for (i = 0; i < 16; i += 1) {
  225. ipad[i] = bkey[i] ^ 0x36363636
  226. opad[i] = bkey[i] ^ 0x5C5C5C5C
  227. }
  228. hash = binlMD5(ipad.concat(rstr2binl(data)), 512 + data.length * 8)
  229. return binl2rstr(binlMD5(opad.concat(hash), 512 + 128))
  230. }
  231. /*
  232. * Convert a raw string to a hex string
  233. */
  234. function rstr2hex (input) {
  235. var hexTab = '0123456789abcdef'
  236. var output = ''
  237. var x
  238. var i
  239. for (i = 0; i < input.length; i += 1) {
  240. x = input.charCodeAt(i)
  241. output += hexTab.charAt((x >>> 4) & 0x0F) +
  242. hexTab.charAt(x & 0x0F)
  243. }
  244. return output
  245. }
  246. /*
  247. * Encode a string as utf-8
  248. */
  249. function str2rstrUTF8 (input) {
  250. return unescape(encodeURIComponent(input))
  251. }
  252. /*
  253. * Take string arguments and return either raw or hex encoded strings
  254. */
  255. function rawMD5 (s) {
  256. return rstrMD5(str2rstrUTF8(s))
  257. }
  258. function hexMD5 (s) {
  259. return rstr2hex(rawMD5(s))
  260. }
  261. function rawHMACMD5 (k, d) {
  262. return rstrHMACMD5(str2rstrUTF8(k), str2rstrUTF8(d))
  263. }
  264. function hexHMACMD5 (k, d) {
  265. return rstr2hex(rawHMACMD5(k, d))
  266. }
  267. function md5 (string, key, raw) {
  268. if (!key) {
  269. if (!raw) {
  270. return hexMD5(string)
  271. }
  272. return rawMD5(string)
  273. }
  274. if (!raw) {
  275. return hexHMACMD5(key, string)
  276. }
  277. return rawHMACMD5(key, string)
  278. }
  279. if (typeof define === 'function' && define.amd) {
  280. define(function () {
  281. return md5
  282. })
  283. } else if (typeof module === 'object' && module.exports) {
  284. module.exports = md5
  285. } else {
  286. $.md5 = md5
  287. }
  288. }(this));
  289. $(document).ready(function()
  290. {
  291. // init
  292. $(window).focus();
  293. var tabinfocus = true;
  294. $("#chat").hide();
  295. // allowed characters in username
  296. /*
  297. $("#username").keyup(function()
  298. {
  299. var text = $(this).val();
  300. $(this).val(text.replace(/[^a-zA-Z0-9 ]/g, ""));
  301. });
  302. */
  303. // enter username
  304. var user = "";
  305. user = "<?php echo $USER->username; ?>";
  306. // choose avatar, check username, start chat
  307. var avatar = "";
  308. avatar = "https://www.gravatar.com/avatar/" + md5('<?php echo $USER->email; ?>') + "?d=mm";
  309. startchat();
  310. // start chat
  311. function startchat()
  312. {
  313. // zoom chat to fit viewport
  314. if( $(window).innerWidth() > 630 ) // if not mobile
  315. {
  316. var ratio = $(window).innerHeight() / 660; // browser viewport by chat height
  317. //$("#chat").css("zoom", ratio);
  318. //$("#chat").css("-moz-transform-origin", "0 0");
  319. //$("#chat").css("-moz-transform", "scale(" + ratio + ")");
  320. }
  321. // update favicon to user avatar
  322. //$("#favicon").remove();
  323. //var userfavicon = "<link id=\"favicon\" type=\"image/x-icon\"" +
  324. " rel=\"shortcut icon\" href=\"img/" + avatar + ".ico\">";
  325. //$(userfavicon).appendTo("head");
  326. // start chat
  327. $("#chat").show();
  328. $("#message").focus();
  329. refresh();
  330. }
  331. // allowed characters in message
  332. // log message
  333. $("#message").focus().keypress(function(event)
  334. {
  335. if( event.keyCode === 13 )
  336. {
  337. event.preventDefault();
  338. if( $("#content").is(":visible") )
  339. {
  340. var message = $("#message").val();
  341. message = encodeURIComponent(message);
  342. var data = "messagedata=" + message + "###" + user + "###" + avatar;
  343. $(this).val("");
  344. $.ajax
  345. ({
  346. type: "POST",
  347. url: "chat/logmessage.php",
  348. data: data,
  349. cache: false
  350. });
  351. }
  352. }
  353. });
  354. // refresh content
  355. var content = $("#messages");
  356. var newcontent = content.html();
  357. function refresh()
  358. {
  359. setTimeout(function()
  360. {
  361. var data = "user=" + user;
  362. $.ajax
  363. ({
  364. type: "POST",
  365. url: "chat/refreshmessages.php",
  366. data: data,
  367. cache: false,
  368. success: function(result)
  369. {
  370. // check who is still online
  371. var datetoday = new Date();
  372. var timenow = datetoday.getTime() / 1000;
  373. $.ajax
  374. ({
  375. url: "chat/getonline.php",
  376. cache: false,
  377. success: function(result)
  378. {
  379. var onlineusers = JSON.parse(result);
  380. var oldonlineusers = $("#onlineusers").html();
  381. var newonlineusers = '';
  382. var onlinecount = 0;
  383. if( onlineusers.length <= 0 ) // no user typing
  384. {
  385. newonlineusers += "No Users Online";
  386. onlinecount = 0;
  387. }
  388. else
  389. {
  390. if( onlineusers.length >= 1 ) // one user typing
  391. {
  392. jQuery.each( onlineusers, function( i, val ) {
  393. var timecheck = val[1];
  394. var status = "";
  395. var color = "";
  396. if( timecheck < timenow - 1800 )
  397. {
  398. status = '<span style="min-height: 14px;margin-top: 10px;" class="pull-right badge badge-danger"> </span>';
  399. color = "red";
  400. }else{
  401. status = '<span style="min-height: 14px;margin-top: 10px;" class="pull-right badge badge-success"> </span>';
  402. color = "blue";
  403. }
  404. if( timecheck < timenow - 3600 )
  405. {
  406. newonlineusers += '';
  407. }else{
  408. newonlineusers += '<div class="member-info"><img style="height:40px" src="'+val[2]+'" alt="admin" class="img-circle"><span class="member-name" style="position: absolute;margin-top: 10px;">'+val[0]+'</span>'+status+'</div>';
  409. i++;
  410. onlinecount++;
  411. }
  412. $("img[alt^='"+val[0]+"']").each(function()
  413. {
  414. var timestamp = val[1];
  415. // set user offline avatar
  416. if( timestamp < timenow - 1800 )
  417. {
  418. $(this).addClass("offline");
  419. $(this).removeClass("online");
  420. }
  421. else // set user online avatar
  422. {
  423. $(this).addClass("online");
  424. $(this).removeClass("offline");
  425. }
  426. });
  427. });
  428. }
  429. }
  430. if(onlinecount > 9 ){ onlinecount = "9-plus"; }
  431. if(newonlineusers === ''){ newonlineusers = "No Users Online"; onlinecount = 0;}
  432. if( newonlineusers != oldonlineusers )
  433. {
  434. $("#onlineusers").html(newonlineusers);
  435. $("#online-count").attr("class", "mdi mdi-numeric-"+onlinecount+"-box");
  436. }
  437. }
  438. });
  439. // new messages
  440. var newmessages = result.split("###endofmessage###");
  441. for( var i=0; i<newmessages.length; i++ )
  442. {
  443. var message = newmessages[i];
  444. if( message != "" )
  445. {
  446. var messagekeypos = message.indexOf("avatarandtext");
  447. var messagekey = message.substr(messagekeypos + 19, 32);
  448. var contentdom = document.getElementById("messages");
  449. var messagedom = document.getElementById(messagekey);
  450. if( $.contains(contentdom, messagedom) == false )
  451. {
  452. // append new message
  453. content.append(message).promise().done(function()
  454. {
  455. // scroll to bottom
  456. if( newcontent != content.html() )
  457. {
  458. var toscroll = document.getElementById("messages");
  459. toscroll.scrollTop = toscroll.scrollHeight;
  460. $(".box").animate({ scrollTop: $('.box').prop("scrollHeight")}, 0);
  461. newcontent = content.html();
  462. $(function(){
  463. $('.chat-timestamp').each(function(){
  464. var $this = $(this).attr('time');
  465. if(isMobile === true){
  466. newdate = moment($this+'Z').format('lll');
  467. }else {
  468. newdate = moment(new Date($this+'Z')).format('lll');
  469. }
  470. $(this).text(newdate);
  471. });
  472. });
  473. }
  474. // new message tab alert
  475. var userwriting = user + "writing";
  476. if( message.lastIndexOf(userwriting) == -1 )
  477. {
  478. if ($('.chat-box').hasClass('email-active')){
  479. console.log("supress message");
  480. }else{
  481. newmessagealert(message);
  482. }
  483. }
  484. });
  485. }
  486. }
  487. }
  488. // hide intro
  489. if( result != "" )
  490. {
  491. $("#intro").hide();
  492. }
  493. // loop
  494. refresh();
  495. }
  496. });
  497. // update if current user is typing
  498. if( $("#message").val() != "" )
  499. {
  500. istyping(user, 1);
  501. }
  502. else if( $("#message").val() == "" )
  503. {
  504. istyping(user, 0);
  505. }
  506. }, 1250);
  507. }
  508. // tab focus
  509. window.onload = function()
  510. {
  511. tabinfocus = true;
  512. window.chatLoaded = false;
  513. console.log("loading chat");
  514. setTimeout(function() {
  515. if ($('.chat-box').hasClass('email-active')){
  516. tabinfocus = true;
  517. $(".mdi-forum").removeClass("tada loop-animation new-message");//SET MESSAGE TO ZERO
  518. console.log("in focus");
  519. }else{
  520. tabinfocus = false;
  521. console.log("not in focus");
  522. }
  523. window.chatLoaded = true;
  524. console.log("chat started");
  525. }, 5000);
  526. };
  527. window.onfocus = function()
  528. {
  529. if(window.chatLoaded === true){
  530. if ($('.chat-box').hasClass('email-active')){
  531. tabinfocus = true;
  532. $(".mdi-forum").removeClass("tada loop-animation new-message");//SET MESSAGE TO ZERO
  533. console.log("in focus");
  534. }else{
  535. tabinfocus = false;
  536. console.log("not in focus");
  537. }
  538. }
  539. };
  540. window.onblur = function()
  541. {
  542. if(window.chatLoaded === true){
  543. tabinfocus = false;
  544. console.log("not in focus");
  545. }
  546. };
  547. // new message tab alert
  548. function newmessagealert(message)
  549. {
  550. if( !tabinfocus )
  551. {
  552. i = parseInt(parent.document.title);
  553. if(isNaN(i)){
  554. i = 1;
  555. }else{
  556. i++
  557. }
  558. console.log("new message");
  559. $(".mdi-forum").addClass("tada loop-animation new-message");
  560. var $jQueryObject = $($.parseHTML(message));
  561. var alertMessage = $jQueryObject.find(".chat-body").html();
  562. var alertUsername = $jQueryObject.find("h4[class^='pull-left zero-m']").html();
  563. var alertIcon = $jQueryObject.find("img").attr("src");;
  564. if(isMobile === false){
  565. parent.Push.create(alertUsername, {
  566. body: alertMessage,
  567. icon: alertIcon,
  568. timeout: 4000,
  569. onClick: function () {
  570. window.parent.focus();
  571. this.close();
  572. }
  573. });
  574. }
  575. // sound
  576. var audio = $("#tabalert")[0];
  577. audio.play();
  578. }
  579. }
  580. // update which users are typing
  581. function istyping(u, t)
  582. {
  583. // set typing user
  584. var data = "datavars=" + u + "###" + t;
  585. $.ajax
  586. ({
  587. type: "POST",
  588. url: "chat/settyping.php",
  589. data: data,
  590. cache: false,
  591. success: function(result)
  592. {
  593. // get typing users
  594. $.ajax
  595. ({
  596. url: "chat/gettyping.php",
  597. cache: false,
  598. success: function(result)
  599. {
  600. var typingusers = JSON.parse(result);
  601. if( typingusers.length == 0 ) // no user typing
  602. {
  603. $("#istyping").html("");
  604. }
  605. else
  606. { //$("#istyping").html("<li class=\"chat-inverted\"><img src=\"images/ellipsis.png\" class=\"dont img-circle user-avatar online\" alt=\"user\"><div class=\"chat-panel red-bg\"><div class=\"chat-body\">" + typingusers[0] + "...</div></div></li>");
  607. if( typingusers.length == 1 ) // one user typing
  608. {
  609. $("#istyping").html(typingusers[0] + " is typing...");
  610. //$(".box").animate({ scrollTop: $('.box').prop("scrollHeight")}, 0);
  611. }
  612. else if( typingusers.length == 2 ) // two users typing
  613. {
  614. var whoistyping = typingusers[0] +
  615. " and " + typingusers[1] +
  616. " are typing...";
  617. $("#istyping").html(whoistyping);
  618. //$(".box").animate({ scrollTop: $('.box').prop("scrollHeight")}, 0);
  619. }
  620. else if( typingusers.length > 2 ) // more than two users typing
  621. {
  622. var whoistyping = typingusers[0] +
  623. " and " + typingusers[1] +
  624. " and others are typing...";
  625. $("#istyping").html(whoistyping);
  626. //$(".box").animate({ scrollTop: $('.box').prop("scrollHeight")}, 0);
  627. }
  628. }
  629. }
  630. });
  631. }
  632. });
  633. }
  634. });