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: http://qooh.me/klikvegas138

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
  2.   "http://www.w3.org/TR/html4/strict.dtd">
  3. <html lang="en">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta property="og:title" content="Ask or tell me anything anonymously" />
  7. <meta property="og:url" content="http://qooh.me/klikvegas138">
  8. <meta property="og:image" content="http://qooh.me/images/facebook-share-my-link-200x200.png" />
  9. <title>Qoohme</title>
  10. <meta name="google-site-verification" content="q3xYLrkvuNOJxaa7d3V-9Hjzcz6IRrO2K0WlA-IMmOQ" />
  11. <link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
  12. <link href="/css/main.css" rel="stylesheet" type="text/css" media="all">
  13. <script type="text/javascript" src="/js/lib/jquery-1.9.1.js"></script>
  14. <script type="text/javascript">
  15.        var siteName ="/";
  16.    </script>
  17. </head><body>
  18. <script type="text/javascript">
  19.        if (false) {
  20.            window.location.href = window.location.href.replace("http://", "http://m.");
  21.        }
  22.    </script>
  23. <script type="text/javascript" src="/scripts/jquery.colorbox.js"></script>
  24. <div id="fb-popup-bg" class="invisible">
  25. <div id="facebook-popup" class="width-change">
  26. <div id="popup-header">
  27. <div id="warning-icon"></div>
  28. <h3 id="facebook-popup-header"></h3>
  29. <input type="button" id="designed-x" onclick="return facebookDialogTemplate.hide();">
  30. </div>
  31. <div id="fb-popup-span-container">
  32. <span id="facebook-popup-text"></span>
  33. </div>
  34. <button id="fb-popup-button">Continue</button>
  35. </div>
  36. </div>
  37. <script type="text/javascript">var mobile = false</script>
  38. <script type="text/javascript" src="http://qooh.me/js/FacebookHelper.js"></script> <div id="wrapper">
  39. <div id="inner">
  40. <div id="main">
  41. <div class="account-header"> <a href="/" class="logo"></a>
  42. <ul class="menu">
  43. <li><a href="/">Login</a></li>
  44. <li><a href="/user/sign-up/">Sign up</a></li>
  45. </ul></div><div class="container">
  46. <script type="text/javascript"><!--
  47. google_ad_client = "ca-pub-1046108362436506";
  48. /* header this */
  49. google_ad_slot = "3666114337";
  50. google_ad_width = 728;
  51. google_ad_height = 90;
  52. //-->
  53. </script>
  54. <div class="adbox">
  55. <script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
  56.    </script>
  57. </div> </div>
  58. <script>
  59.  
  60.    function initializeColorBox() {
  61.        $(".others").colorbox({transition:"none", width:"800px", height:"275px",initialHeight:"100", initialWidth:"100",scrolling:"false"});
  62.    }
  63.    
  64.    $(document).ready(function(){
  65.        initializeColorBox();
  66.  
  67.    });
  68.  
  69.  
  70.  
  71.    function get_more_questions()
  72.    {
  73.        var page=Number($("#btn_see_more").attr("page"))+1;
  74.        $("#btn_see_more").remove();
  75.        $("#question_list #busy_span").html('<img src="/images/ajax-loader.gif" />');
  76.        data="page="+page+"&ajax=get_questions&userid=klikvegas138";
  77.        $.ajax({
  78.            type: "POST",
  79.            url: "/processes/userprofile/index.php",
  80.            data: data,
  81.            success: function(msg){
  82.                $("#question_list #busy_span").remove();
  83.                $("#question_list").append(msg);
  84.                initializeColorBox();
  85.            }
  86.        });
  87.    }
  88.  
  89.    function post_question()
  90.    {
  91.        var question=encodeURIComponent($("#question_form #question").val());
  92.        var hp = $(".hp").val();
  93.        if(question.length>260){
  94.            $.colorbox({
  95.                html:'<p style="color:#D40D12;margin-top:30px;">Your question exceeded the limit of 260 characters.</p>',
  96.                width:'400',
  97.                height:'130',
  98.                transition:'none'
  99.            });
  100.            return false;
  101.        }
  102.        $("#question_form #busy_span").html('<img src="/images/ajax-loader.gif" />');
  103.        var data="ajax=post_question&user=" + $("#question_form input[name=user]").val()+"&question="+question+"&hp=" + hp;
  104.        $("#send").attr("disabled",true);
  105.        $.ajax({
  106.            type: "POST",
  107.            url: "/processes/userprofile/index.php",
  108.            data: data,
  109.            success: function(msg){
  110.                var sent_message=msg;
  111.                $("#question_form #busy_span").remove();
  112.                $("#question_form #question").val("");
  113.                $("#form_div").hide();
  114.                $("#question_posted_div").show();
  115.                $("#question_posted_div").html(sent_message);
  116.                $("#send").removeAttr("disabled");
  117.                update_inbox_count();
  118.            }
  119.        });
  120.        return false;
  121.    }
  122.  
  123.  
  124.    function ask_another_question()
  125.    {
  126.        $("#form_div").show();
  127.        $("#question_posted_div").hide();
  128.  
  129.    }
  130.  
  131.    function follow_me()
  132.    {
  133.        var user="klikvegas138";
  134.        data="ajax=follow_me&userid="+user;
  135.        $.ajax({
  136.            type: "POST",
  137.            url: "/processes/userprofile/index.php",
  138.            data: data,
  139.            success: function(msg){
  140.                if(msg!="false")
  141.                {
  142.                    $("#follow_span").html('<span class="unfollow_btn"><a href="javascript:unfollow_me()">Untag</a></span>');
  143.                }
  144.                else
  145.                {
  146.                    $html='<p style=\"padding-top:10px;padding-right:40px\">Please Login to tag this user<p>';
  147.                    $.colorbox({html:$html,
  148.                        transition:'none'});
  149.                }
  150.            }
  151.        });
  152.    }
  153.  
  154.    function unfollow_me()
  155.    {
  156.        var user="klikvegas138";
  157.        data="ajax=unfollow_me&userid="+user;
  158.        $.ajax({
  159.            type: "POST",
  160.            url: "/processes/userprofile/index.php",
  161.            data: data,
  162.            success: function(msg){
  163.                if(msg!="false")
  164.                {
  165.                    $("#follow_span").html('<span class="follow_btn"><a href="javascript:follow_me()">Tag</a></span>');
  166.                }
  167.                else
  168.                {
  169.                    alert("Please log in to follow this user");
  170.                }
  171.            }
  172.        });
  173.  
  174.  
  175.    }
  176.  
  177.    function deleteResponse(qid)
  178.    {
  179.        var yesno=confirm("Deleting response will move this question to your inbox. Are you sure to delete?");
  180.        if(!yesno)
  181.            return;
  182.  
  183.        data="ajax=deleteResponse&qid="+qid;
  184.        $.ajax({
  185.            type: "POST",
  186.            url: "/processes/userprofile/index.php",
  187.            data: data,
  188.            success: function(msg){
  189.                var feed_id="#question"+qid;
  190.                $(feed_id).remove();
  191.                update_inbox_count();
  192.            }
  193.        });
  194.    }
  195.  
  196.  
  197.    function likeUnlike(qid, param)
  198.    {
  199.        $("#likebtn"+qid).html('<img src="/images/ajax-loader.gif" />');
  200.        data="ajax=like_unlike&qid="+qid+"&param="+param;
  201.        $.ajax({
  202.            type: "POST",
  203.            url: "/processes/userprofile/index.php",
  204.            data: data,
  205.            success: function(msg){
  206.                if (msg === "unsuccessful") {
  207.                    window.location.href = window.location.href;
  208.                }
  209.                $("#likeunlikeinfo_"+qid).html(msg);
  210.                $("#likebtn"+qid).html('<img src="/images/ajax-loader.gif" />');
  211.                if(param == "like")
  212.                    $("#likebtn"+qid).html('<a style="float:left;"  href="javascript:likeUnlike(&quot;'+qid+'&quot;, \&quot;unlike\&quot;);" class="unlike-btn">Unlike</a>');
  213.                else
  214.                    $("#likebtn"+qid).html('<a style="float:left;"  href="javascript:likeUnlike(&quot;'+qid+'&quot;, \&quot;like\&quot;);" class="like-btn">Like</a>');
  215.                initializeColorBox();
  216.            }
  217.        });
  218.    }
  219.  
  220.  
  221.    function update_inbox_count()
  222.    {
  223.        var data="ajax=inbox_count";
  224.        $.ajax({
  225.            type: "POST",
  226.            url: "/processes/account/inbox.php",
  227.            data: data,
  228.            success: function(msg){
  229.                $("#inbox_count").html(msg);
  230.            }
  231.        });
  232.  
  233.    }
  234.  
  235.    function chageCharacterCount()
  236.    {
  237.        $count=$("#question").val().length;
  238.        $remaining=260-$count;
  239.        $("#counter").html($remaining);
  240.        if($remaining< 0){
  241.            $("#counter").attr("style","color:#D40D12;");
  242.        }
  243.        else{
  244.            $("#counter").attr("style","color:#ccc;");
  245.        }
  246.  
  247.    }
  248.  
  249. </script>
  250. <div class="container">
  251. <div id="content" class="page hold">
  252. <div class="main-column">
  253. <div id="question_posted_div" style="display:none;">
  254. </div>
  255. <div id="form_div">
  256. <div class="questionTitle">
  257. <h2> Ask me anything you like anonymously </h2>
  258. </div>
  259. <form name="question_form" id="question_form" method="post" action class="questionForm" onsubmit="return post_question();">
  260. <textarea name="question" id="question" class="required text-area" title="Please type your question" onkeyup="chageCharacterCount()"></textarea><br/>
  261. <input type="text" name="hp" class="hp" style="width: 1px; height: 1px; border: 0px !important; float: right;">
  262. <input type="submit" name="submit" id="send" value="Send" class="submit button" />
  263. <span id="busy_span"></span>
  264. <br/>
  265. <input type="hidden" name="user" value="5042184" />
  266. <input type="hidden" name="process" value />
  267. </form>
  268. </div>
  269. <div id="responded_question">
  270. <div class="respond-title"><h2>Replies (0)</h2>
  271. </div>
  272. <div id="question_list">
  273. </div>
  274. </div>
  275. </div>
  276. <div class="right-column">
  277. <script type="text/javascript">
  278.    $(document).ready(function() {
  279.        $(".view-image").colorbox({transition:"none",initialHeight:"100", initialWidth:"100",scrolling:"false"});
  280.    });
  281. </script>
  282. <div id="sidepanel">
  283. <div class="arrow"></div>
  284. <div class="profile-info hold">
  285. <div class="l rel mr5 mb5">
  286. <!--googleoff: all-->
  287. <img src="http://qooh.me/photos/profile/90x90/klikvegas138.jpg/1653997707" height="90" width="90" onmouseover="javascript:$('#view_image_link').show();" onmouseout="javascript:$('#view_image_link').hide();">
  288. <!--googleon: all-->
  289. <span id="view_image_link" onmouseover="javascript:$('#view_image_link').show();" onmouseout="javascript:$('#view_image_link').hide();" style="display:none;">
  290. <!--googleoff: all-->
  291. <a class="view-image" href="http://qooh.me/images/profile_photo/klikvegas138.jpg?1653997707">View image</a>
  292. <!--googleon: all-->
  293. </span>
  294. <div class="c"></div>
  295. <span id="follow_span">
  296. <span class="follow_btn"><a href="javascript:follow_me()">Tag</a></span> </span>
  297. </div>
  298. <div>
  299. <!--googleoff: all--><h2>klikvegas</h2><!--googleon: all-->
  300. <span><em>(klikvegas138)</em></span>
  301. <span></span>
  302. </div>
  303. <div class="c"></div>
  304. <span class="url"><a href="https://www.klikvegas.eu.org/" target="_blank">https://www.klikvegas.eu.org/</a></span>
  305. </div>
  306. <script type="text/javascript"><!--
  307. google_ad_client = "ca-pub-1046108362436506";
  308. /* Sidebar2 */
  309. google_ad_slot = "7328249135";
  310. google_ad_width = 160;
  311. google_ad_height = 600;
  312. //-->
  313. </script>
  314. <div style="width: 160px; margin-left: auto; margin-right: auto;">
  315. <script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
  316.    </script>
  317. </div> </div>
  318. </div>
  319. </div>
  320. </div>
  321. </div>
  322. </div>
  323. <div id="footerWrapper">
  324. <div class="footer">
  325. <script type="text/javascript"><!--
  326. google_ad_client = "ca-pub-1046108362436506";
  327. /* Footer */
  328. google_ad_slot = "1032866731";
  329. google_ad_width = 728;
  330. google_ad_height = 90;
  331. //-->
  332. </script>
  333. <div class="adbox">
  334. <script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
  335.    </script>
  336. </div> <div id="footer-lft">
  337. <p>&copy; 2015 Qooh.me</p>
  338. </div>
  339. <div id="footer-rht">
  340. <ul class="nav">
  341. <li><a href="/privacy">Privacy </a></li>
  342. <li><a href="/contact-us">Contact Us </a></li>
  343. <li><a href="/terms">Terms</a></li>
  344. </ul>
  345. </div>
  346. </div>
  347. </div>
  348. </div>
  349. <script type="text/javascript">
  350.    var _gaq = _gaq || [];
  351.    _gaq.push(['_setAccount', 'UA-23732945-1']);
  352.    _gaq.push(['_setDomainName', '.qooh.me']);
  353.    _gaq.push(['_trackPageview']);
  354.  
  355.    (function() {
  356.        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  357.        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  358.        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  359.    })();
  360. </script>
  361. </body>
  362. </html>
  363.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda