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://cfgfactory.com/user/266563

  1.  
  2.  
  3.  
  4.  
  5. <!DOCTYPE HTML>
  6. <html lang="en">
  7. <head>
  8. <meta charset="utf-8">
  9. <title>shaniceff3559's Profle - CFGFactory</title>
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11. <meta name="viewport" content="width=device-width, initial-scale=1">
  12. <meta name='description' content='CFGFactory - Download movie configs, fragmovies, game files, maps mods for CoD2,4,MW2 GTA4 CS:GO and more !'>
  13. <meta name='keywords' content='cfgfactory,cod4,call of duty,cfg,config,movie cfg,custom sky,skin,fragmovie,hd,config generator,modification center,cod4 skins download'>
  14. <meta name='copyright' content='CFGFactory.com'>
  15. <meta name='author' content='Bartek Szablowski,Koen Winne'>
  16. <meta name='Charset' content='ISO-8859-2'>
  17. <meta name='Distribution' content='Global'>
  18. <meta name='Rating' content='General'>
  19. <meta name='Robots' content='INDEX,FOLLOW'>
  20. <meta name='Revisit-after' content='1 Day'>
  21. <link href="/ikona.png" type="image/png" rel="icon">
  22. <link rel="stylesheet" href="/css/style.css?version=2" media="screen">
  23. <link rel="stylesheet" href="/css/color.php?network=mpain" media="screen">
  24. <link rel="stylesheet" href="/css/style_custom.css" media="screen">
  25. <link rel="stylesheet" href="/css/colorbox.css" media="screen">
  26. <link rel="stylesheet" type="text/css" href="/css/elastislide.css" />
  27. <link rel="stylesheet" type="text/css" href="/css/responsiveslides.css" />
  28. <link rel="stylesheet" type="text/css" href="/css/custom.css" />
  29. <link rel="stylesheet" type="text/css" href="/css/random_block.css" />
  30. <link rel="stylesheet" type="text/css" href="/css/slippry.css" />
  31. <link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600,800' rel='stylesheet' type='text/css'>
  32. <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
  33. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
  34. <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" />
  35. <script type="text/javascript" src="/js/jquery.colorbox.js"></script>
  36. <script type="text/javascript" src="/js/gen_validatorv4.js"></script>
  37. <script type="text/javascript" src="/js/advertisement.js"></script>
  38. <script type="text/javascript" src="/js/jcarousellite_1.0.1.min.js"></script>
  39. <script type="text/javascript" src="/js/jscolor/jscolor.js"></script>
  40. <script type="text/javascript" src="/js/slippry.min.js"></script>
  41. <script src="/js/modernizr.custom.17475.js"></script>
  42. <script src='https://www.google.com/recaptcha/api.js'></script>
  43. <script type="text/javascript" src="/js/jquerypp.custom.js"></script>
  44. <script type="text/javascript" src="/js/jquery.elastislide.js"></script>
  45. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  46. <script data-ad-client="ca-pub-1946330970647479" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  47. <script type="text/javascript">
  48.  
  49.  var _gaq = _gaq || [];
  50.  
  51.  _gaq.push(['_setAccount', 'UA-11711744-1']);
  52.  
  53.  _gaq.push(['_trackPageview']);
  54.  
  55.  
  56.  
  57.  (function() {
  58.  
  59.    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  60.  
  61.    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  62.  
  63.    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  64.  
  65.  })();
  66.  
  67. </script>
  68. <script type="text/javascript">
  69. function addText(elname, wrap1, wrap2) {
  70.  
  71. if (document.selection) { // for IE
  72.  
  73. var str = document.selection.createRange().text;
  74.  
  75. document.forms['inputform'].elements[elname].focus();
  76.  
  77. var sel = document.selection.createRange();
  78.  
  79. sel.text = wrap1 + str + wrap2;
  80.  
  81. return;
  82.  
  83. } else if ((typeof document.forms['inputform'].elements[elname].selectionStart) != 'undefined') { // for Mozilla
  84.  
  85. var txtarea = document.forms['inputform'].elements[elname];
  86.  
  87. var selLength = txtarea.textLength;
  88.  
  89. var selStart = txtarea.selectionStart;
  90.  
  91. var selEnd = txtarea.selectionEnd;
  92.  
  93. var oldScrollTop = txtarea.scrollTop;
  94.  
  95. //if (selEnd == 1 || selEnd == 2)
  96.  
  97. //selEnd = selLength;
  98.  
  99. var s1 = (txtarea.value).substring(0,selStart);
  100.  
  101. var s2 = (txtarea.value).substring(selStart, selEnd)
  102.  
  103. var s3 = (txtarea.value).substring(selEnd, selLength);
  104.  
  105. txtarea.value = s1 + wrap1 + s2 + wrap2 + s3;
  106.  
  107. txtarea.selectionStart = s1.length;
  108.  
  109. txtarea.selectionEnd = s1.length + s2.length + wrap1.length + wrap2.length;
  110.  
  111. txtarea.scrollTop = oldScrollTop;
  112.  
  113. txtarea.focus();
  114.  
  115. return;
  116.  
  117. } else {
  118.  
  119. insertText(elname, wrap1 + wrap2);
  120.  
  121. }
  122.  
  123. }
  124.  
  125. function insertText(elname, what) {
  126.  
  127. if (document.forms['inputform'].elements[elname].createTextRange) {
  128.  
  129. document.forms['inputform'].elements[elname].focus();
  130.  
  131. document.selection.createRange().duplicate().text = what;
  132.  
  133. } else if ((typeof document.forms['inputform'].elements[elname].selectionStart) != 'undefined') { // for Mozilla
  134.  
  135. var tarea = document.forms['inputform'].elements[elname];
  136.  
  137. var selEnd = tarea.selectionEnd;
  138.  
  139. var txtLen = tarea.value.length;
  140.  
  141. var txtbefore = tarea.value.substring(0,selEnd);
  142.  
  143. var txtafter =  tarea.value.substring(selEnd, txtLen);
  144.  
  145. var oldScrollTop = tarea.scrollTop;
  146.  
  147. tarea.value = txtbefore + what + txtafter;
  148.  
  149. tarea.selectionStart = txtbefore.length + what.length;
  150.  
  151. tarea.selectionEnd = txtbefore.length + what.length;
  152.  
  153. tarea.scrollTop = oldScrollTop;
  154.  
  155. tarea.focus();
  156.  
  157. } else {
  158.  
  159. document.forms['inputform'].elements[elname].value += what;
  160.  
  161. document.forms['inputform'].elements[elname].focus();
  162.  
  163. }
  164.  
  165. }
  166.  
  167.    </script>
  168. <script>
  169. $(document).ready(function(){
  170.  
  171.  
  172.        $('.forum_postholder').each(function(){
  173.  
  174.            var highestBox = 0;
  175.            $('.message-holder', this).each(function(){
  176.  
  177.                if($(this).height() > highestBox)
  178.                   highestBox = $(this).height();
  179.            });
  180.  
  181.            $('.user-holder',this).height(highestBox+32);
  182.  
  183.  
  184.    });
  185.  
  186.  
  187.        $('.comment_holder').each(function(){
  188.  
  189.            var highestBox2 = 0;
  190.            $('.message-holder-small', this).each(function(){
  191.  
  192.                if($(this).height() > highestBox2)
  193.                   highestBox2 = $(this).height();
  194.            });
  195.  
  196.            $('.user-holder',this).height(highestBox2+32);
  197.  
  198.  
  199.    });
  200.  
  201.  
  202.  
  203.  
  204. });
  205.      $(document).ready(function(){
  206.  
  207.        //Examples of how to assign the Colorbox event to elements
  208.  
  209.        $(".image_box").colorbox({rel:'image_box', maxWidth:"80%"});
  210.  
  211.      });
  212.  
  213. </script>
  214. <script type="text/javascript">
  215.  
  216.  
  217.  
  218.            $(document).ready(function() {
  219.  
  220.  
  221.  
  222.                //Set Default State of each portfolio piece
  223.  
  224.                $(".paging").show();
  225.  
  226.                $(".paging a:first").addClass("active");
  227.  
  228.  
  229.  
  230.                //Get size of images, how many there are, then determin the size of the image reel.
  231.  
  232.                var imageWidth = $(".window").width();
  233.  
  234.                var imageSum = $(".image_reel img").size();
  235.  
  236.                var imageReelWidth = imageWidth * imageSum;
  237.  
  238.  
  239.  
  240.                //Adjust the image reel to its new size
  241.  
  242.                $(".image_reel").css({'width' : imageReelWidth});
  243.  
  244.  
  245.  
  246.                //Paging + Slider Function
  247.  
  248.                rotate = function(){
  249.  
  250.                    var triggerID = $active.attr("rel") - 1; //Get number of times to slide
  251.  
  252.                    var image_reelPosition = triggerID * imageWidth; //Determines the distance the image reel needs to slide
  253.  
  254.  
  255.  
  256.                    $(".paging a").removeClass('active'); //Remove all active class
  257.  
  258.                    $active.addClass('active'); //Add active class (the $active is declared in the rotateSwitch function)
  259.  
  260.  
  261.  
  262.                    //Slider Animation
  263.  
  264.                    $(".image_reel").animate({
  265.  
  266.                        left: -image_reelPosition
  267.  
  268.                    }, 700 );
  269.  
  270.  
  271.  
  272.                };
  273.  
  274.  
  275.  
  276.                //Rotation + Timing Event
  277.  
  278.                rotateSwitch = function(){
  279.  
  280.                    play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds
  281.  
  282.                        $active = $('.paging a.active').next();
  283.  
  284.                        if ( $active.length === 0) { //If paging reaches the end...
  285.  
  286.                            $active = $('.paging a:first'); //go back to first
  287.  
  288.                        }
  289.  
  290.                        rotate(); //Trigger the paging and slider function
  291.  
  292.                    }, 3000); //Timer speed in milliseconds (3 seconds)
  293.  
  294.                };
  295.  
  296.  
  297.  
  298.                rotateSwitch(); //Run function on launch
  299.  
  300.  
  301.  
  302.                //On Hover
  303.  
  304.                $(".image_reel a").hover(function() {
  305.  
  306.                    clearInterval(play); //Stop the rotation
  307.  
  308.                }, function() {
  309.  
  310.                    rotateSwitch(); //Resume rotation
  311.  
  312.                });
  313.  
  314.  
  315.  
  316.                //On Click
  317.  
  318.                $(".paging a").click(function() {
  319.  
  320.                    $active = $(this); //Activate the clicked paging
  321.  
  322.                    //Reset Timer
  323.  
  324.                    clearInterval(play); //Stop the rotation
  325.  
  326.                    rotate(); //Trigger rotation immediately
  327.  
  328.                    rotateSwitch(); // Resume rotation
  329.  
  330.                    return false; //Prevent browser jump to link anchor
  331.  
  332.                });
  333.  
  334.  
  335.  
  336.            });
  337.  
  338.        </script>
  339.  
  340. </head>
  341. <body class="load">
  342. <div id="totopandbeyond"></div>
  343. <div class="logo-container">
  344. <div class="logo">
  345. <p class="text cfgfactory">CFGFACTORY</p>
  346. <p class="text your-game">YOUR GAME, YOUR CONFIG</p>
  347. </div>
  348. </div>
  349. <div class="container-surround">
  350. <div class="left-container">
  351.  
  352. <ul id="user-panel">
  353. <li><a href="/login/">Login</a></li>
  354. <li><a href="/register/">Register</a></li>
  355. </ul>
  356. <div class="shoutbox"><h2>Navigation</h2></div>
  357. <ul class="menu mb-10">
  358. <li><a class="grey" href="/">Home</a></li>
  359.  
  360. <li><a class="grey" href="/downloads/">Downloads</a></li><li><a class="grey" href="/forum/">Forum</a></li><li><a class="grey" href="/clips/">Clips</a></li><li><a class="grey" href="/cinema/">Cinema</a></li><li><a class="grey" href="/gallery/">Gallery</a></li><li><a class="grey" href="/tutorials/">Tutorials</a></li><li><a class="grey" href="/demos/">Demos</a></li><li><a class="grey" href="/articles/">News</a></li><li><a class="grey" href="/irc/">Irc</a></li><li><a class="grey" href="/other/">Other</a></li><li><a class="grey" href="/commands/">Commands Dictionary</a></li><li><a class="grey" href="/search/">Search</a></li> </ul>
  361. </div>
  362.  
  363.  
  364.  
  365. <div class="main-container">
  366.  
  367.  
  368. <div class="row mb-10">
  369. <div class="col-1-1">
  370. <div class="shoutbox">
  371. <h2>shaniceff3559 ( shaniceff3559 ) </h2>
  372. </div>
  373. <div style="background:url(http://cfgfactory.com/images/covers/default-small.jpg);background-position:center;background-size: cover;border-top:4px solid #e20000;height:150px;">
  374. <div style="position:absolute;bottom:0px;" class="links-media opacityhalf pr_desc"><h3>I'm someone without a catchphrase...</a></h3></div>
  375. <div class="pr_ava" style="background:url(http://cfgfactory.com/images/avatars/266563_1629187028611b6bd415d7a.jpg);background-size: cover;"></div>
  376. </div>
  377.  
  378. </div>
  379. </div>
  380.  
  381. <div class="row mb-20">
  382. <div class="col-1-1">
  383. <div class="shoutbox">
  384. <h2>Points Log</h2>
  385. </div>
  386. <ul class="latest-links-sidebar">
  387. <div class="col-1-1 np-lr"><div class="silver center-text"><p class="text-center"><span class="bold">THIS USER HAS NO ACTIVITY.</span></p></div></div>
  388. </ul>
  389. </div>
  390.  
  391. </div>
  392.  
  393.  
  394. <div class="row">
  395. <div class="col-1-2 mb-20"><div class="shoutbox"><h2 class="center-text">File submits ( <span class="super-bold number_colored">0</span> )</h2></div><div class="col-1-1 np-lr"><div class="silver center-text"><p class="text-center"><span class="bold">THIS USER HAS NOT SUBMITTED ANY FILES.</span></p></div></div></div>
  396. <div class="col-1-2 mb-20"><div class="shoutbox"><h2 class="center-text">Photo submits ( <span class="super-bold number_colored">0</span> )</h2></div><div class="col-1-1 np-lr"><div class="silver center-text"><p class="text-center"><span class="bold">THIS USER HAS NOT SUBMITTED ANY PHOTOS.</span></p></div></div></div></div>
  397.  
  398.  
  399.  
  400.  
  401. <div class="row">
  402.  
  403. <div class="col-1-3 mb-20"><div class="shoutbox"><h2>Tutorial Submits ( <span class="super-bold number_colored">0</span> )</h2></div>
  404. <div class="silver center-text"><p class="text-center"><span class="bold">THIS USER HAS NOT SUBMITTED ANY TUTORIALS.</span></p></div> </div>
  405.  
  406. <div class="col-1-3 mb-20"><div class="shoutbox"><h2>News Submits ( <span class="super-bold number_colored">0</span> )</h2></div>
  407. <div class="silver center-text"><p class="text-center"><span class="bold">THIS USER HAS NOT SUBMITTED ANY NEWS.</span></p></div> </div>
  408.  
  409. <div class="col-1-3 mb-20"><div class="shoutbox"><h2>Thread Submits ( <span class="super-bold number_colored">0</span> )</h2></div>
  410.  
  411. <div class="silver center-text"><p class="text-center"><span class="bold">THIS USER HAS NOT SUBMITTED ANY TREADS.</span></p></div>
  412. </div>
  413. </div>
  414.  
  415. <div class="row">
  416.  
  417.  
  418. <div class="col-1-2 mb-20"><div class="shoutbox"><h2 class="center-text">Clip submits ( <span class="super-bold number_colored">0</span> )</h2></div><div class="col-1-1 np-lr"><div class="silver center-text"><p class="text-center"><span class="bold">THIS USER HAS NOT SUBMITTED ANY CLIPS.</span></p></div></div></div>
  419. <div class="col-1-2 mb-20"><div class="shoutbox"><h2>Demo Submits ( <span class="super-bold number_colored">0</span> )</h2></div><div class="silver center-text"><p class="text-center"><span class="bold">THIS USER HAS NOT SUBMITTED ANY DEMOS.</span></p></div> </div>
  420. </div>
  421.  
  422.  
  423.  
  424. <!-- <div class="row"> -->
  425.  
  426.  
  427.  
  428. <!-- <div class="col-1-3 mb-20"><div class="shoutbox"><h2>Friends ( <span class="super-bold number_colored">0</span> )</h2></div> -->
  429. <!-- </div> -->
  430.  
  431. <!-- <div class="col-1-3 mb-20"><div class="shoutbox"><h2>Subscribers ( <span class="super-bold number_colored">0</span> )</h2></div> -->
  432. <!-- </div> -->
  433. <!-- </div> -->
  434.  
  435.  
  436.  
  437. <div class="clear mb-10"></div><div class="row"><div class="col-1-1"><div class="shoutbox"><h2>Comments</h2></div></div></div><div class="silver center-text"><p class="text-center"><span class="bold">NO COMMENTS HAVE BEEN POSTED YET.</span></p></div><div class="row mb-10"><div class="col-1-1"><div class="shoutbox"><h2>Post comment</h2></div><div class="silver center-text"><p class="text-center"><span class="bold">ONLY USERS CAN POST COMMENTS.</span></p></div></div></div><script type='text/javascript'>
  438. function EditValue (id, aut) {
  439. $('#comment_head').val(id);
  440. var text = jQuery('<p>' + aut + '</p>').text();
  441. $('#comment_text').html('<p style=\'margin-bottom:5px;\'>You are replying on: <a>' + text + '</a>  <a onClick=\'DeleteValue()\'  style=\'margin-left:10px;cursor:pointer;\'>{REMOVE}</a></p>');
  442. $('html, body').animate({
  443.    scrollTop: ($('#comment_text').first().offset().top)
  444. },500);
  445. }
  446. function DeleteValue() {
  447. $('#comment_head').val(0);
  448. $('#comment_text').html('');
  449. }</script></div>
  450.  
  451.  
  452.  
  453. <div class="sidebar-container">
  454. <div class="shoutbox mb-10">
  455. <h2>Info</h2>
  456.  
  457. <div class="silver">
  458. <p><span class="bold">Real name:</span> Cinthia Decinti</p>
  459. <p><span class="bold">Gender:</span> Male</p>
  460. <p><span class="bold">Location:</span> <img class="noblock" style="margin-right:3px;" src="http://cfgfactory.com/images/flags/de.png">Manchester</p>
  461. <p><span class="bold">Birthdate:</span> 1984-02-07</p>
  462. <p><span class="bold">Date joined:</span> August 17, 2021, 7:55 am</p>
  463. <p><span class="bold">Last visit:</span> August 17, 2021, 7:57 am</p>
  464. </div>
  465. </div>
  466.  
  467. <div class="shoutbox mb-10"><h2>Levels</h2>
  468. <ul class="latest-links-sidebar points">
  469. <li class="nohov"><a class="center-text"><h3 class="number_colored super-bold text-center">User Points</h3>0 Points</br>Ranked 104337th</a></li>
  470. <li class="nohov"><a class="center-text"><h3 class="number_colored super-bold text-center">User Rank</h3>Member</br>2 YEAR(S) A USER</a></li>
  471. </ul>
  472. </div>
  473.  
  474.  
  475. <div class="shoutbox mb-10">
  476. <h2>Stats</h2>
  477. <ul class="latest-links-sidebar">
  478. <li class="nohov"><a class="grey">Shoutbox Posts: <span class="number_colored">0</span></a></li>
  479. <li class="nohov"><a class="grey">Comments: <span class="number_colored">0</span></a></li>
  480. <li class="nohov"><a class="grey">Forum Posts: <span class="number_colored">0</span></a></li>
  481. <li class="nohov"><a class="grey">Forum Threads: <span class="number_colored">0</span></a></li>
  482. <li class="nohov"><a class="grey">Total downloads: <span class="number_colored">0</span></a></li>
  483. </ul>
  484. </div>
  485.  
  486. <div class="shoutbox mb-10">
  487. <h2>Contact</h2>
  488. <div class="silver">
  489. <p><span class="bold">Private Message:</span> <a href="/messages/write/266563">Click here</a></p>
  490. <p><span class="bold">Email:</span> n/a</p>
  491. <p><span class="bold">AIM ID:</span> n/a</p>
  492. <p><span class="bold">ICQ:</span> n/a</p>
  493. <p><span class="bold">MSN ID:</span> n/a</p>
  494. <p><span class="bold">Steam ID:</span> n/a</p>
  495. <p><span class="bold">Xfire:</span> n/a</p>
  496. <p><span class="bold">Website:</span> <a href=https://veikkausbonukset.xyz>Click here !</a></p>
  497. <p><span class="bold">Youtube:</span> n/a</p>
  498. </div>
  499. </div>
  500.  
  501. <div class="shoutbox mb-10">
  502. <h2>PC SPECS</h2>
  503. <div class="silver">
  504. <p><span class="bold">Processor:</span> n/a</p>
  505. <p><span class="bold">Memory:</span> n/a</p>
  506. <p><span class="bold">Hard Drive:</span> n/a</p>
  507. <p><span class="bold">Video Card:</span> n/a</p>
  508. <p><span class="bold">Headphones:</span> n/a</p>
  509. <p><span class="bold">Mouse:</span> n/a</p>
  510. <p><span class="bold">Keyboard:</span> n/a</p>
  511. </div>
  512. </div>
  513.  
  514.  
  515. <div class="row mb-10">
  516. <div class="col-1-1">
  517. </div></div>
  518.  
  519.  
  520.  
  521.  
  522. </div>
  523. <div class="copyright-container">
  524. <p class="copyright">Copyright &#169; 2017 CFGFactory.com | Design by <a href="http://www.darkosvitic.com/">Darko Svitic</a></p>
  525. </div>
  526. </div>
  527.  
  528. <script>window.addEventListener('load',function load() {
  529. window.removeEventListener('load', load, false);
  530. document.body.classList.remove('load');
  531. },false);</script>
  532.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda