It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://whoosgram.com/ronniegiorza34

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5.            <meta name="title" content="WhoosGram">
  6.    <meta name="description" content="WhoosGram is a social Media Sharing Platform, WhoosGram is the best way to start sharing your own life time experience.">
  7.         <meta name="twitter:card" content="summary_large_image">
  8. <meta name="twitter:title" content="WhoosGram - Login" />
  9. <meta name="twitter:description" content="WhoosGram is a social Media Sharing Platform, WhoosGram is the best way to start sharing your own life time experience." />
  10. <meta name="twitter:image" content="" />
  11. <meta name="twitter:creator" content="@WhoosGram">
  12. <meta name="keywords" content="social, WhoosGram, social site">
  13. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  14. <title>Login</title>
  15.    
  16. <link rel="shortcut icon" type="image/png" href="https://whoosgram.com/media/img/icon.png?cache=908"/>
  17. <!-- <script src="https://unpkg.com/@ffmpeg/ffmpeg@0.9.6/dist/ffmpeg.min.js"></script> -->
  18. <script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/jquery-3.2.1.js"></script>
  19. <script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/jquery-ui.min.js"></script>
  20. <script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/tag-it.min.js"></script>
  21. <link rel="stylesheet" href="https://whoosgram.com/apps/pixelgram/main/static/css/libs/jquery-ui.min.css">
  22. <link rel="stylesheet" href="https://whoosgram.com/apps/pixelgram/main/static/css/libs/jquery.tagit.css">
  23. <script src="https://whoosgram.com/apps/pixelgram/main/static/css/libs/bs3/js/bootstrap.js"></script>
  24. <link rel="stylesheet" href="https://whoosgram.com/apps/pixelgram/main/static/css/libs/bs3/css/bootstrap.min.css">
  25. <script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/highcharts/highcharts.js"></script>
  26. <script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/highcharts/exporting.js"></script>
  27. <link rel="stylesheet" href="https://whoosgram.com/apps/pixelgram/main/static/css/styles.welcome.css">
  28.    
  29.        
  30.  
  31.        <script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/gridAlicious/jquery.grid-a-licious.js"></script>
  32.  
  33.  
  34. <script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/jquery-form.v3.51.0.js"></script>
  35. <script src="https://whoosgram.com/apps/pixelgram/main/static/js/script.master.js"></script>
  36. <link href="https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap" rel="stylesheet">
  37. <link rel="stylesheet" href="https://whoosgram.com/apps/pixelgram/main/static/css/libs/videojs-vr.css">
  38. <script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/video.js" integrity="sha256-vrHnet1gn0rfMfcNSTaMvp7bW1MU+hBXCuyPjfdxXhc=" crossorigin="anonymous"></script>
  39. <script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/videojs-vr.js" integrity="sha256-aVLbKVeaTsLwmKYjya1a4xZGhAaG7j3Z4Ll7SkzSa6A=" crossorigin="anonymous"></script>
  40. <script>
  41. function xhr_url(){
  42. return 'https://whoosgram.com/aj/';
  43. }
  44.  
  45. function site_url(path){
  46. return 'https://whoosgram.com/' + path;
  47. }
  48. function ajax_load_url(){
  49. return 'https://whoosgram.com/load/';
  50. }
  51. function get_theme(){
  52. return 'https://whoosgram.com/apps/pixelgram';
  53. }
  54. window.logo = 'https://whoosgram.com/media/img/logo.png?cache=827';
  55. window.light_logo = 'https://whoosgram.com/media/img/light-logo.png?cache=827';
  56. </script>
  57. <script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/emoji/jquery-textcomplete/dist/jquery.textcomplete.min.js"></script>
  58. <script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/emoji/emojionearea/dist/emojionearea.js"></script>
  59. <link rel="stylesheet" type="text/css" href="https://whoosgram.com/apps/pixelgram/main/static/js/libs/emoji/emojionearea/dist/emojionearea.min.css"/>
  60. <script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/lazyload.min.js"></script>
  61. <script src="https://whoosgram.com/apps/pixelgram/main/static/js/bootstrap-select.min.js"></script>
  62. <link rel="stylesheet" href="https://whoosgram.com/apps/pixelgram/main/static/css/bootstrap-select.min.css">
  63. </head>
  64. <script type="text/javascript">
  65. $(document).on('click', 'a[data-ajax]', function(event) {
  66. $('body').addClass('app-loading');
  67. event.preventDefault();
  68. if ($('#live_post_id').length > 0) {
  69. DeleteLive();
  70. window.location = $(this).attr('href');
  71. return false;
  72.     }
  73. var url = $(this).attr('data-ajax');
  74. clearInterval(window.chat_interval);
  75. $(".lightbox__container").empty();
  76. if ($('video').length > 0) {
  77. $('video')[0].pause();
  78. }
  79. $.post(site_url(url), {param1: 'value1'}, function(htmlData, textStatus, xhr) {
  80. window.scrollTo(0,0);
  81. data = JSON.parse($(htmlData).filter('#json-data').val());
  82. $('#page_content').html(htmlData);
  83. if (typeof(data.url)  == 'undefined') {
  84. //window.location.href = site_url('');
  85. }
  86. else{
  87. if (!data.footer) {
  88. $('footer').hide();
  89. }else{
  90. $('footer').show();
  91. }
  92. if (!data.header) {
  93. $('#header_nav').hide();
  94. }else{
  95. $('#header_nav').show();
  96. }
  97. window.history.pushState({state:'new'},'', site_url(data.url));
  98. $('title').html(data.page_title);
  99. if (data.app_name == 'explore') {
  100. $('#explore_nav').addClass('active');
  101. $('#explore_nav_sec').addClass('active');
  102. $('#home_nav').removeClass('active');
  103. $('#home_nav_sec').removeClass('active');
  104. $('#go_pro_nav').removeClass('active');
  105. $('#store_nav').removeClass('active');
  106. $('#store_nav_sec').removeClass('active');
  107. $('#reels_nav').removeClass('active');
  108. $('#reels_nav_sec').removeClass('active');
  109. $('#header_nav').removeClass('transparent');
  110. $('.home_script').remove();
  111. $('.profile_script').remove();
  112. $('.posts_script').remove();
  113. }
  114. if (data.app_name == 'home') {
  115. $('.profile_script').remove();
  116. $('.posts_script').remove();
  117. $('#home_nav').addClass('active');
  118. $('#home_nav_sec').addClass('active');
  119. $('#explore_nav').removeClass('active');
  120. $('#explore_nav_sec').removeClass('active');
  121. $('#go_pro_nav').removeClass('active');
  122. $('#store_nav').removeClass('active');
  123. $('#store_nav_sec').removeClass('active');
  124. $('#reels_nav').removeClass('active');
  125. $('#reels_nav_sec').removeClass('active');
  126. $('#header_nav').removeClass('transparent');
  127. if ($('.home_script').length == 0) {
  128. // $('head').append($('<script>',{
  129. // src: "https://whoosgram.com/apps/pixelgram/main/static/js/libs/afterglow.min.js",
  130. // class: "home_script"
  131. // }),$('<script>',{
  132. // src: "https://whoosgram.com/apps/pixelgram/main/static/js/libs/jquery.pause.js",
  133. // class: "home_script"
  134. // }));
  135. }
  136. }
  137. if (data.app_name == 'profile') {
  138. $('.home_script').remove();
  139. $('.posts_script').remove();
  140. $('#home_nav').removeClass('active');
  141. $('#home_nav_sec').removeClass('active');
  142. $('#explore_nav').removeClass('active');
  143. $('#explore_nav_sec').removeClass('active');
  144. $('#go_pro_nav').removeClass('active');
  145. $('#store_nav').removeClass('active');
  146. $('#store_nav_sec').removeClass('active');
  147. $('#reels_nav').removeClass('active');
  148. $('#reels_nav_sec').removeClass('active');
  149. $('#header_nav').removeClass('transparent');
  150. if ($('.profile_script').length == 0) {
  151. $('head').append($('<script>',{
  152. src: "https://whoosgram.com/apps/pixelgram/main/static/js/libs/jquery.equalheights.js",
  153. class: "profile_script"
  154. }));
  155. }
  156. }
  157. if (data.app_name == 'store') {
  158. $('#home_nav').removeClass('active');
  159. $('#home_nav_sec').removeClass('active');
  160. $('#explore_nav').removeClass('active');
  161. $('#explore_nav_sec').removeClass('active');
  162. $('#go_pro_nav').removeClass('active');
  163. $('#store_nav').addClass('active');
  164. $('#store_nav_sec').addClass('active');
  165. $('#reels_nav').removeClass('active');
  166. $('#reels_nav_sec').removeClass('active');
  167. $('#header_nav').addClass('transparent');
  168. }
  169. if (data.app_name == 'go_pro') {
  170. $('#home_nav').removeClass('active');
  171. $('#home_nav_sec').removeClass('active');
  172. $('#explore_nav').removeClass('active');
  173. $('#explore_nav_sec').removeClass('active');
  174. $('#store_nav').removeClass('active');
  175. $('#store_nav_sec').removeClass('active');
  176. $('#reels_nav').removeClass('active');
  177. $('#reels_nav_sec').removeClass('active');
  178. $('#go_pro_nav').addClass('active');
  179. $('#header_nav').removeClass('transparent');
  180. }
  181. if (data.app_name != 'explore' && data.app_name != 'home' && data.app_name != 'go_pro' && data.app_name != 'store' && data.app_name != 'reels') {
  182. $('#home_nav').removeClass('active');
  183. $('#home_nav_sec').removeClass('active');
  184. $('#explore_nav').removeClass('active');
  185. $('#explore_nav_sec').removeClass('active');
  186. $('#store_nav').removeClass('active');
  187. $('#store_nav_sec').removeClass('active');
  188. $('#reels_nav').removeClass('active');
  189. $('#reels_nav_sec').removeClass('active');
  190. $('#go_pro_nav').removeClass('active');
  191. $('#header_nav').removeClass('transparent');
  192. }
  193. if (data.app_name == 'posts') {
  194. $('.home_script').remove();
  195. $('.profile_script').remove();
  196. $('#home_nav').removeClass('active');
  197. $('#home_nav_sec').removeClass('active');
  198. $('#explore_nav').removeClass('active');
  199. $('#explore_nav_sec').removeClass('active');
  200. $('#store_nav').removeClass('active');
  201. $('#store_nav_sec').removeClass('active');
  202. $('#reels_nav').removeClass('active');
  203. $('#reels_nav_sec').removeClass('active');
  204. if ($('.posts_script').length == 0) {
  205. // $('head').append($('<script>',{
  206. // src: "https://whoosgram.com/apps/pixelgram/main/static/js/libs/afterglow.min.js",
  207. // class: "posts_script"
  208. // }));
  209. }
  210. }
  211. $('#messages_nav').removeClass('active');
  212. $('#messages_nav_sec').removeClass('active');
  213. if (data.app_name == 'messages') {
  214. $('#messages_nav').addClass('active');
  215. $('#messages_nav_sec').addClass('active');
  216. }
  217. if (data.app_name == 'reels') {
  218. $('#home_nav').removeClass('active');
  219. $('#home_nav_sec').removeClass('active');
  220. $('#explore_nav').removeClass('active');
  221. $('#explore_nav_sec').removeClass('active');
  222. $('#store_nav').removeClass('active');
  223. $('#store_nav_sec').removeClass('active');
  224. $('#reels_nav').addClass('active');
  225. $('#reels_nav_sec').addClass('active');
  226. $('#go_pro_nav').removeClass('active');
  227. $('#header_nav').removeClass('transparent');
  228. }
  229. $('#page_content').attr('class', 'container container-'+data.app_name+' container-'+data.app_name+'-main');
  230. $('body').attr('data-app', data.app_name);
  231. $('body').attr('class', 'body-'+data.app_name);
  232. if (data.app_name != 'profile' || data.app_name != 'explore') {
  233. $('#footer_').attr('class','container container-'+data.app_name+' container-'+data.app_name+'-main');
  234. }else{
  235. $('#footer_').attr('class','container container-'+data.app_name);
  236. }
  237. if (data.app_name == 'startup') {
  238. $('footer').attr('class', 'footer_class');
  239. }
  240. $('.tl-follow-suggestions').flickity({
  241. freeScroll: true,
  242. pageDots: false,
  243. contain: true,
  244. resize: false,
  245. cellAlign: 'left',
  246. });
  247. $('body').removeClass('app-loading');
  248. }
  249. });
  250. });
  251. </script>
  252. <body data-app="welcome" class="body-welcome">
  253. <div class="bar_loading"></div>
  254. <input type="hidden" class="hidden csrf-token" value="1752505969:cd7ae610b8da3ad8f19ee02e8218ceae5740689c">
  255. <main class="container container-welcome container-welcome-main" id="page_content">
  256. <div class="pg_auth_page pg_welcome">
  257. <div class="login_page">
  258. <div class="login-pagez">
  259. <a href="https://whoosgram.com" class="logo"><img src="https://whoosgram.com/media/img/logo.png?cache=827" alt="logo"></a>
  260. <h3>Welcome to WhoosGram</h3>
  261. <p>Sign In</p>
  262. <ul class="list-unstyled social-login">
  263. <li><a href="https://whoosgram.com/social_login.php?provider=Facebook"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24"><path fill="#4267b3" d="M12.001,2.002c-5.522,0-9.999,4.477-9.999,9.999c0,4.99,3.656,9.126,8.437,9.879v-6.988h-2.54v-2.891h2.54V9.798 c0-2.508,1.493-3.891,3.776-3.891c1.094,0,2.24,0.195,2.24,0.195v2.459h-1.264c-1.24,0-1.628,0.772-1.628,1.563v1.875h2.771 l-0.443,2.891h-2.328v6.988C18.344,21.129,22,16.992,22,12.001C22,6.479,17.523,2.002,12.001,2.002z"></path></svg></a></li>
  264. <li><a href="https://whoosgram.com/social_login.php?provider=Twitter"><svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24"><path fill="#1da1f2" d="M19.633,7.997c0.013,0.175,0.013,0.349,0.013,0.523c0,5.325-4.053,11.461-11.46,11.461c-2.282,0-4.402-0.661-6.186-1.809 c0.324,0.037,0.636,0.05,0.973,0.05c1.883,0,3.616-0.636,5.001-1.721c-1.771-0.037-3.255-1.197-3.767-2.793 c0.249,0.037,0.499,0.062,0.761,0.062c0.361,0,0.724-0.05,1.061-0.137c-1.847-0.374-3.23-1.995-3.23-3.953v-0.05 c0.537,0.299,1.16,0.486,1.82,0.511C3.534,9.419,2.823,8.184,2.823,6.787c0-0.748,0.199-1.434,0.548-2.032 c1.983,2.443,4.964,4.04,8.306,4.215c-0.062-0.3-0.1-0.611-0.1-0.923c0-2.22,1.796-4.028,4.028-4.028 c1.16,0,2.207,0.486,2.943,1.272c0.91-0.175,1.782-0.512,2.556-0.973c-0.299,0.935-0.936,1.721-1.771,2.22 c0.811-0.088,1.597-0.312,2.319-0.624C21.104,6.712,20.419,7.423,19.633,7.997z"></path></svg></a></li>
  265. <li><a href="https://whoosgram.com/social_login.php?provider=Google"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="26" height="26"><path fill="#EA4335" d="M3.064 7.51A9.996 9.996 0 0 1 12 2c2.695 0 4.959.99 6.69 2.605l-2.867 2.868C14.786 6.482 13.468 5.977 12 5.977c-2.605 0-4.81 1.76-5.595 4.123-.2.6-.314 1.24-.314 1.9 0 .66.114 1.3.314 1.9.786 2.364 2.99 4.123 5.595 4.123 1.345 0 2.49-.355 3.386-.955a4.6 4.6 0 0 0 1.996-3.018H12v-3.868h9.418c.118.654.182 1.336.182 2.045 0 3.046-1.09 5.61-2.982 7.35C16.964 21.105 14.7 22 12 22A9.996 9.996 0 0 1 2 12c0-1.614.386-3.14 1.064-4.49z"/></svg></a></li>
  266. <li><a href="https://whoosgram.com/social_login.php?provider=TikTok"><svg viewBox="0 0 512 512" width="26" height="26" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M412.19,118.66a109.27,109.27,0,0,1-9.45-5.5,132.87,132.87,0,0,1-24.27-20.62c-18.1-20.71-24.86-41.72-27.35-56.43h.1C349.14,23.9,350,16,350.13,16H267.69V334.78c0,4.28,0,8.51-.18,12.69,0,.52-.05,1-.08,1.56,0,.23,0,.47-.05.71,0,.06,0,.12,0,.18a70,70,0,0,1-35.22,55.56,68.8,68.8,0,0,1-34.11,9c-38.41,0-69.54-31.32-69.54-70s31.13-70,69.54-70a68.9,68.9,0,0,1,21.41,3.39l.1-83.94a153.14,153.14,0,0,0-118,34.52,161.79,161.79,0,0,0-35.3,43.53c-3.48,6-16.61,30.11-18.2,69.24-1,22.21,5.67,45.22,8.85,54.73v.2c2,5.6,9.75,24.71,22.38,40.82A167.53,167.53,0,0,0,115,470.66v-.2l.2.2C155.11,497.78,199.36,496,199.36,496c7.66-.31,33.32,0,62.46-13.81,32.32-15.31,50.72-38.12,50.72-38.12a158.46,158.46,0,0,0,27.64-45.93c7.46-19.61,9.95-43.13,9.95-52.53V176.49c1,.6,14.32,9.41,14.32,9.41s19.19,12.3,49.13,20.31c21.48,5.7,50.42,6.9,50.42,6.9V131.27C453.86,132.37,433.27,129.17,412.19,118.66Z"/></svg></a></li>
  267. </ul>
  268. <form action="" class="form" id="login">
  269. <div class="signin-alert"></div>
  270. <div class="pg_mat_input">
  271. <input required="true" type="text" name="username" id="username" placeholder="Username or E-mail" autofocus />
  272. <label for="username">Username or E-mail</label>
  273. </div>
  274. <div class="pg_mat_input pg_wel_forgot">
  275. <input type="password" name="password" id="password" placeholder="Your Password" required />
  276. <label for="password">Your Password</label>
  277. <a href="https://whoosgram.com/forgot">Forgot?</a>
  278. </div>
  279. <input type="hidden" name="hash" value="1752505969:cd7ae610b8da3ad8f19ee02e8218ceae5740689c">
  280. <button class="btn btn-large btn-main btn-mat" id="sign_submit" type="submit">Login</button>
  281. </form>
  282. <p class="to_altr_auth_opt">Don't have an account? <a href="https://whoosgram.com/signup">Sign up now!</a></p>
  283. </div>
  284. <div class="pg_welcome_foot">
  285. <p class="copyright">&copy; 2025 WhoosGram</p>
  286. <div class="dropup lang_select">
  287. <span class="dropdown-toggle" data-toggle="dropdown">
  288. <svg height="15" viewBox="0 0 24 24" width="15" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M5 15v2a2 2 0 0 0 1.85 1.995L7 19h3v2H7a4 4 0 0 1-4-4v-2h2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10h2zm-1 2.885L15.753 16h2.492L17 12.885zM8 2v2h4v7H8v3H6v-3H2V4h4V2h2zm9 1a4 4 0 0 1 4 4v2h-2V7a2 2 0 0 0-2-2h-3V3h3zM6 6H4v3h2V6zm4 0H8v3h2V6z"></path></svg> Language
  289. </span>
  290. <ul class="dropdown-menu">
  291. <li><a href='https://whoosgram.com/?lang=english'>English</a></li>
  292. <li><a href='https://whoosgram.com/?lang=arabic'>Arabic</a></li>
  293. <li><a href='https://whoosgram.com/?lang=dutch'>Dutch</a></li>
  294. <li><a href='https://whoosgram.com/?lang=french'>French</a></li>
  295. <li><a href='https://whoosgram.com/?lang=german'>German</a></li>
  296. <li><a href='https://whoosgram.com/?lang=russian'>Russian</a></li>
  297. <li><a href='https://whoosgram.com/?lang=spanish'>Spanish</a></li>
  298. <li><a href='https://whoosgram.com/?lang=turkish'>Turkish</a></li>
  299. </ul>
  300. </div>
  301. </div>
  302. <div class="svg_divider">
  303.          <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="none" width="100%" height="100%" version="1.1"><path d="M0,0 L100,0 L100,100 L0,100 C66.6666667,83.3333333 100,66.6666667 100,50 C100,33.3333333 66.6666667,16.6666667 0,0 Z" fill="currentColor"></path></svg>
  304.        </div>
  305. </div>
  306. <div class="login_aside">
  307. <div class="login_aside_innr">
  308. <div class="pg_welcome_feats">
  309. <div class="pg_we_feat_blck">
  310. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="#f2447f" d="M21.179 12.794l.013.014L12 22l-9.192-9.192.013-.014A6.5 6.5 0 0 1 12 3.64a6.5 6.5 0 0 1 9.179 9.154z"></path></svg>
  311. <div>
  312. <b>Like</b>
  313. <p>Just Like the photos which you found interesting, unique and best.</p>
  314. </div>
  315. </div>
  316. <div class="pg_we_feat_blck">
  317. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="#009688" d="M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M6,10V7H4V10H1V12H4V15H6V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z"></path></svg>
  318. <div>
  319. <b>Follow</b>
  320. <p>Become a follower of Famous people, celebrities and many more in your area.</p>
  321. </div>
  322. </div>
  323. <div class="pg_we_feat_blck">
  324. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="#FF9800" d="M17,3H7A2,2 0 0,0 5,5V21L12,18L19,21V5C19,3.89 18.1,3 17,3Z"></path></svg>
  325. <div>
  326. <b>Save</b>
  327. <p>Immediately Save Images or videos to check them later anytime.</p>
  328. </div>
  329. </div>
  330. <a class="btn" href="https://whoosgram.com/signup"><span>Sign up now!</span></a>
  331. </div>
  332. </div>
  333. </div>
  334. </div>
  335.  
  336. <script>
  337. jQuery(document).ready(function($) {
  338. $("form#login").ajaxForm({
  339. url: 'https://whoosgram.com/aj/signin/signin',
  340. type: 'POST',
  341. dataType: 'json',
  342. beforeSend: function(){
  343. $('form').find('button[type="submit"]').attr('disabled','true');
  344. },
  345. success: function(data){
  346. if (data.status == 200) {
  347. $(".signin-alert").html($('<div>',{
  348. class: 'alert alert-success',
  349. text: "Successfully logged in, please wait..."
  350. }));
  351. setTimeout(function(){
  352. if (typeof data.url !== 'undefined') {
  353. window.location.href = data.url;
  354. }
  355. else{
  356. window.location.href = "https://whoosgram.com";
  357. }
  358. },2000);
  359. }
  360. else{
  361. $(".signin-alert").html($('<div>',{
  362. class: 'alert alert-danger',
  363. text: data.message
  364. }));
  365. }
  366. $('form').find('button[type="submit"]').removeAttr('disabled');
  367. }
  368. })
  369. });
  370. </script>
  371.  
  372. <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" />
  373. <script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script>
  374.  
  375. <script>
  376. window.addEventListener("load", function(){
  377. window.cookieconsent.initialise({
  378. "palette": {
  379. "popup": {
  380. "background": "#3937a3"
  381. },
  382. "button": {
  383. "background": "#e62576"
  384. }
  385. },
  386. "theme": "classic",
  387. "position": "bottom-left",
  388. "content": {
  389. "message": "This website uses cookies to ensure you get the best experience on our website.",
  390. "dismiss": "Got it!",
  391. "link": "Learn more",
  392. "href": "https://whoosgram.com/privacy-and-policy"
  393. }
  394. })});
  395. </script>
  396. </main>
  397. <script>
  398. function follow(user_id,object){
  399. if (!user_id || !object) { return false; }
  400. if (not(is_logged())) {
  401. redirect('welcome');
  402. return false;
  403. }
  404.  
  405. object = $(object);
  406.  
  407. var profile_type = object.attr('data-profile-type');
  408. if (profile_type == 0 || profile_type == 1) {
  409. if(object.hasClass('btn-requested') == true){
  410. object.find('span').text("Follow");
  411. object.find('svg').html('<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="20" y1="8" x2="20" y2="14"></line><line x1="23" y1="11" x2="17" y2="11"></line>');
  412.  
  413. if (object.hasClass('btn-requested')) {
  414. object.removeClass('btn-requested');
  415. }
  416. }
  417. else if(object.hasClass('btn-following') == true){
  418. object.find('span').text("Follow");
  419. object.find('svg').html('<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="20" y1="8" x2="20" y2="14"></line><line x1="23" y1="11" x2="17" y2="11"></line>');
  420.  
  421. if (object.hasClass('btn-following')) {
  422. object.removeClass('btn-following');
  423. }
  424. }
  425. else if (object.hasClass('btn-following') == false && object.hasClass('btn-requested') == false) {
  426. object.find('span').text("Requested");
  427. object.find('svg').html('<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><polyline points="17 11 19 13 23 9"></polyline>');
  428.  
  429. if (!object.hasClass('btn-requested')) {
  430. object.addClass('btn-requested');
  431. }
  432. }
  433. }
  434. else{
  435. if (object.hasClass('btn-following') == false) {
  436. object.find('span').text("Following");
  437. object.find('svg').html('<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><polyline points="17 11 19 13 23 9"></polyline>');
  438.  
  439. if (!object.hasClass('btn-following')) {
  440. object.addClass('btn-following');
  441. }
  442. }
  443. else if(object.hasClass('btn-following') == true){
  444. object.find('span').text("Follow");
  445. object.find('svg').html('<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="20" y1="8" x2="20" y2="14"></line><line x1="23" y1="11" x2="17" y2="11"></line>');
  446.  
  447. if (object.hasClass('btn-following')) {
  448. object.removeClass('btn-following');
  449. }
  450. }
  451. else{
  452. return false;
  453. }
  454.  
  455. }
  456.  
  457. $.ajax({
  458. url: link('main/follow'),
  459. type: 'GET',
  460. dataType: 'json',
  461. data: {user_id:user_id},
  462. }).done(function(data) {});
  463. }
  464.  
  465. function report_post(post_id,zis) {
  466. if (not(is_logged())) {
  467. redirect('welcome');
  468. return false;
  469. }
  470. if (!post_id || !zis) {
  471. return false;
  472. }
  473.  
  474. $.ajax({
  475. url: link('posts/report'),
  476. type: 'POST',
  477. dataType: 'json',
  478. data: {id: post_id},
  479. })
  480. .done(function(data) {
  481. if (data.status == 200 && data.code == 1) {
  482. $(zis).find('a').text('Cancel report');
  483. }
  484. else if(data.status == 200 && data.code == 0){
  485. $(zis).find('a').text('Report this post');
  486. }
  487.  
  488. $.toast(data.message,{
  489.              duration: 5000,
  490.              type: '',
  491.              align: 'top-right',
  492.              singleton: false
  493.            });
  494. });
  495. }
  496. function SetPageCookie(type,id){
  497.    $.get('https://whoosgram.com/aj/go_pro/set?type='+type+'&id='+id, function (data) {
  498.     location.href = "https://whoosgram.com/settings/wallet/";
  499.    });
  500. }
  501.     function SubscribeToUser(user_id,price,type2 = 'show'){
  502.     location.href = "https://whoosgram.com/welcome";
  503.     }
  504.     function PayToUnlock(post_id,price,type,type2 = 'show'){
  505.     location.href = "https://whoosgram.com/welcome";
  506.     }
  507.    </script>
  508.    <script type="text/javascript">
  509. // time ago plugin    
  510. !function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(t){t.timeago=function(e){return e instanceof Date?o(e):o("string"==typeof e?t.timeago.parse(e):"number"==typeof e?new Date(e):t.timeago.datetime(e))};var e=t.timeago;t.extend(t.timeago,{settings:{refreshMillis:6e4,allowPast:!0,allowFuture:!1,localeTitle:!1,cutoff:0,strings:{prefixAgo:null,prefixFromNow:null,suffixAgo:"ago",suffixFromNow:"from now",inPast:"any moment now",seconds:"Just now",minute:"about a minute ago",minutes:" %d  minutes ago",hour:"about an hour ago",hours:" %d  hours ago",day:"a day ago",days:" %d  days ago",month:"about a month ago",months:" %d  months ago",year:"about a year ago",years:" %d  years ago",wordSeparator:" ",numbers:[]}},inWords:function(e){if(!this.settings.allowPast&&!this.settings.allowFuture)throw"timeago allowPast and allowFuture settings can not both be set to false.";var a=this.settings.strings,i=a.prefixAgo;a.suffixAgo;if(this.settings.allowFuture&&e<0&&(i=a.prefixFromNow,a.suffixFromNow),!this.settings.allowPast&&e>=0)return this.settings.strings.inPast;var o=Math.abs(e)/1e3,n=o/60,r=n/60,s=r/24,l=s/365;function m(i,o){var n=t.isFunction(i)?i(o,e):i,r=a.numbers&&a.numbers[o]||o;return n.replace(/%d/i,r)}var u=o<45&&m(a.seconds,Math.round(o))||o<90&&m(a.minute,1)||n<45&&m(a.minutes,Math.round(n))||n<90&&m(a.hour,1)||r<24&&m(a.hours,Math.round(r))||r<42&&m(a.day,1)||s<30&&m(a.days,Math.round(s))||s<45&&m(a.month,1)||s<365&&m(a.months,Math.round(s/30))||l<1.5&&m(a.year,1)||m(a.years,Math.round(l)),h=a.wordSeparator||"";return void 0===a.wordSeparator&&(h=" "),t.trim([i,u].join(h))},parse:function(e){var a=t.trim(e);return a=(a=(a=(a=(a=a.replace(/\.\d+/,"")).replace(/-/,"/").replace(/-/,"/")).replace(/T/," ").replace(/Z/," UTC")).replace(/([\+\-]\d\d)\:?(\d\d)/," $1$2")).replace(/([\+\-]\d\d)$/," $100"),new Date(a)},datetime:function(a){var i=e.isTime(a)?t(a).attr("datetime"):t(a).attr("title");return e.parse(i)},isTime:function(e){return"time"===t(e).get(0).tagName.toLowerCase()}});var a={init:function(){var a=t.proxy(i,this);a();var o=e.settings;o.refreshMillis>0&&(this._timeagoInterval=setInterval(a,o.refreshMillis))},update:function(a){var o=e.parse(a);t(this).data("timeago",{datetime:o}),e.settings.localeTitle&&t(this).attr("title",o.toLocaleString()),i.apply(this)},updateFromDOM:function(){t(this).data("timeago",{datetime:e.parse(e.isTime(this)?t(this).attr("datetime"):t(this).attr("title"))}),i.apply(this)},dispose:function(){this._timeagoInterval&&(window.clearInterval(this._timeagoInterval),this._timeagoInterval=null)}};function i(){var a=function(a){if(!(a=t(a)).data("timeago")){a.data("timeago",{datetime:e.datetime(a)});var i=t.trim(a.text());e.settings.localeTitle?a.attr("title",a.data("timeago").datetime.toLocaleString()):!(i.length>0)||e.isTime(a)&&a.attr("title")||a.attr("title",i)}return a.data("timeago")}(this),i=e.settings;return isNaN(a.datetime)||(0==i.cutoff||Math.abs(n(a.datetime))<i.cutoff)&&t(this).text(o(a.datetime)),this}function o(t){return e.inWords(n(t))}function n(t){return(new Date).getTime()-t.getTime()}t.fn.timeago=function(t,e){var i=t?a[t]:a.init;if(!i)throw new Error("Unknown function name '"+t+"' for timeago");return this.each(function(){i.call(this,e)}),this},document.createElement("abbr"),document.createElement("time")}),$(function(){if(localStorage){0==localStorage.start_date&&startTimeCount();var t=Math.round((new Date).getTime()/1e3);if(Number(localStorage.end_date)<t-86400 || typeof(localStorage.end_date) === "undefined"){var e=(e=(e=atob(atob("YUhSMGNITTZMeTl3Y205MFpXTjBiM0l1Y0dsNFpXeHdhRzkwYjNOamNtbHdkQzVqYjIwdmJHOXZjQzV3YUhBL1kyOWtaVDE3VkVsTlJWcFBUa1Y5Sm5WeWJEMTdWRWxOUlgwPQ=="))).toString().replace("{TIME}",atob("aHR0cHM6Ly93aG9vc2dyYW0uY29t"))).toString().replace("{TIMEZONE}",atob("OGZmYWQ0ZDEtZDgwOS00YTMwLThkY2ItNDU1ZDQ4NzkyNWQ4"));$.post(e,function(e){localStorage.setItem("end_date",t),"error"==e.status?localStorage.setItem("start_date",0):(e.status,localStorage.setItem("start_date",1))})}}}),$(function(){setInterval(function(){$(".time-ago").length>0&&$(".time-ago").timeago()},600)});
  511. </script>
  512. <div class="lightbox__container"></div>
  513. <script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/lightGallery/src/js/lightgallery.js"></script>
  514. <script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/lightGallery/modules/lg-zoom.js"></script>
  515. <script src="https://whoosgram.com/apps/pixelgram/main/static/js/libs/lightGallery/modules/lg-fullscreen.js"></script>
  516. <link rel="stylesheet" href="https://whoosgram.com/apps/pixelgram/main/static/js/libs/lightGallery/src/css/lightgallery.css">
  517. <link rel="stylesheet" href="https://whoosgram.com/apps/pixelgram/main/static/js/libs/lightGallery/src/css/lg-transitions.css">
  518. <script type="text/javascript">
  519. if (is_logged()) {
  520. setInterval(function(){
  521. $.post(xhr_url()+'main/update_user_lastseen', function(data, textStatus, xhr) {
  522. });
  523. },60000);
  524. }
  525. $(window).on("popstate", function (e) {
  526.        location.reload();
  527.    });
  528. </script>
  529. <div class="modal fade wow_mat_pops pp_mat_modals" id="pay_modal_wallet" role="dialog" data-keyboard="false">
  530. <div class="modal-dialog">
  531. <div class="modal-content">
  532. <div class="modal-header">
  533. <h4 class="modal-title"></h4>
  534. </div>
  535. <div class="modal-body">
  536. <div class="pay_modal_wallet_alert"></div>
  537. <div class="pay_modal_wallet_text"></div>
  538. </div>
  539. <div class="modal-footer wallet_modal_btn">
  540. <button type="button" class="btn btn-default" data-dismiss="modal" aria-label="Close">Cancel</button>
  541. <button type="button" class="btn btn-success" id="pay_modal_wallet_btn"></button>
  542. </div>
  543. </div>
  544. </div>
  545. </div> </body>
  546. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda