Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: https://gmodgaming.com/forums/syndication.php?limit=5

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  3. <channel>
  4. <title><![CDATA[GMod Gaming Forums - All Forums]]></title>
  5. <link>https://gmodgaming.com/forums/</link>
  6. <description><![CDATA[GMod Gaming Forums - https://gmodgaming.com/forums]]></description>
  7. <pubDate>Thu, 16 May 2024 17:55:04 +0000</pubDate>
  8. <generator>MyBB</generator>
  9. <item>
  10. <title><![CDATA[Test2 for GmodGaming forums]]></title>
  11. <link>https://gmodgaming.com/forums/thread-25.html</link>
  12. <pubDate>Sat, 18 Jan 2020 00:21:29 -0800</pubDate>
  13. <dc:creator><![CDATA[<a href="https://gmodgaming.com/forums/member.php?action=profile&uid=2">Fryman</a>]]></dc:creator>
  14. <guid isPermaLink="false">https://gmodgaming.com/forums/thread-25.html</guid>
  15. <description><![CDATA[Just a simple test to display forum posts in discord. Renamed bot to match forums name.]]></description>
  16. <content:encoded><![CDATA[Just a simple test to display forum posts in discord. Renamed bot to match forums name.]]></content:encoded>
  17. </item>
  18. <item>
  19. <title><![CDATA[Forum bot]]></title>
  20. <link>https://gmodgaming.com/forums/thread-24.html</link>
  21. <pubDate>Fri, 17 Jan 2020 23:14:58 -0800</pubDate>
  22. <dc:creator><![CDATA[<a href="https://gmodgaming.com/forums/member.php?action=profile&uid=2">Fryman</a>]]></dc:creator>
  23. <guid isPermaLink="false">https://gmodgaming.com/forums/thread-24.html</guid>
  24. <description><![CDATA[Just a test for the gmodgaming forum bot]]></description>
  25. <content:encoded><![CDATA[Just a test for the gmodgaming forum bot]]></content:encoded>
  26. </item>
  27. <item>
  28. <title><![CDATA[My config files for all to use]]></title>
  29. <link>https://gmodgaming.com/forums/thread-21.html</link>
  30. <pubDate>Tue, 24 Sep 2019 19:07:49 -0700</pubDate>
  31. <dc:creator><![CDATA[<a href="https://gmodgaming.com/forums/member.php?action=profile&uid=4">mr_chillington</a>]]></dc:creator>
  32. <guid isPermaLink="false">https://gmodgaming.com/forums/thread-21.html</guid>
  33. <description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Updated 10/4/2019</span><br />
  34. <span style="font-weight: bold;" class="mycode_b">Here are my configs for you to use, they have been edited so you can pick what you want to use or just use them as a template.</span><br />
  35. <span style="font-weight: bold;" class="mycode_b">Here is what the main file looks like.</span><br />
  36. <span style="font-style: italic;" class="mycode_i">The zip file will be attached for you to download.</span><br />
  37. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>//First a list of keyboard key names<br />
  38. //Hope it helps<br />
  39. <br />
  40. //Key Names - names for binding<br />
  41.     //Numpad 0 - KP_INS<br />
  42.     //Numpad 1 - KP_END<br />
  43.     //Numpad 2 - KP_DOWNARROW<br />
  44.     //Numpad 3 - KP_PGDN<br />
  45.     //Numpad 4 - KP_LEFTARROW<br />
  46.     //Numpad 5 - KP_5<br />
  47.     //Numpad 6 - KP_RIGHTARROW<br />
  48.     //Numpad 7 - KP_HOME<br />
  49.     //Numpad 8 - KP_UPARROW<br />
  50.     //Numpad 9 - KP_PGUP<br />
  51.     //Numpad Dot or . - KP_DEL<br />
  52.     //Numpad ENTER - KP_ENTER<br />
  53.     //Numpad + - KP_PLUS<br />
  54.     //Numpad - - KP_MINUS<br />
  55.     //Numpad * - KP_MULTIPLY<br />
  56.     //Numpad / - KP_SLASH<br />
  57.     //Numpad next to Slash - KP_NUMLOCK<br />
  58. <br />
  59.     //windows key left - LWIN<br />
  60.     //windows key right - RWIN<br />
  61. <br />
  62.     //SHIFT, CTRL, ALT Left - SHIFT, CTRL, ALT<br />
  63.     //SHIFT, CTRL, ALT Right - RSHIFT, RCTRL, RALT<br />
  64. <br />
  65.     //Print Screen - Can not be bound<br />
  66.     //Scroll Lock - SCROLLLOCK<br />
  67.     //Pause - NUMLOCK<br />
  68.     //Insert - INS<br />
  69.     //Home - HOME<br />
  70.     //Page Up - PGUP<br />
  71.     //Page Down - PGDOWN<br />
  72.     //Delete - DEL<br />
  73.     //End - END<br />
  74. <br />
  75.     //Arrow Key Up - UPARROW<br />
  76.     //Arrow Key Down - DOWNARROW<br />
  77.     //Arrow Key Left - LEFTARROW<br />
  78.     //Arrow Key Right - RIGHTARROW<br />
  79.     <br />
  80.     //You can not bind this key ;<br />
  81. <br />
  82. //Slots - what they are<br />
  83.     //slot1 - malee weapons<br />
  84.     //slot2 - magnum<br />
  85.     //slot3 - smg<br />
  86.     //slot4 - shutgun<br />
  87. <br />
  88. //ULX Mod Commands please bind the menu command for the love of god... Looking at you fryman...<br />
  89.     //full list of ulx commands can be found here https://pingperfect.com/phpbb/viewtopic.php?t=659<br />
  90.     //!menu (typing this in chat will open up the ulx menu (but just bind the one of the folling to a key))<br />
  91.     //xgui - opens menu<br />
  92.     //ulx menu - opens menu<br />
  93.     //ulx gag * - the emergency gag all command (makes it so no one can use their mic(mutes you too)<br />
  94.     //ulx gimp * - ADMIN ONLY... the emergency gimp all command (makes it so no one can type in chat<br />
  95. <br />
  96. exec "/scripts/dances.cfg" //excutes this file so then we can bind alias from that file.<br />
  97. exec "/scripts/tickrate.cfg"<br />
  98. <br />
  99. //remove // (comments) from the binds below if you want to use it.<br />
  100. //binds (change these to whatever keys you want) example: bind "&lt;key&gt;" "&lt;command&gt;"<br />
  101.     //alias's<br />
  102.     bind "alt" "+cjump"<br />
  103.     bind "c" "msgdeath"<br />
  104.     bind "/" "tgag"<br />
  105.     bind "." "tgimp"<br />
  106.     <br />
  107.     //weapon binds<br />
  108.     bind "r" "slot3"<br />
  109.     bind "q" "slot4"<br />
  110.     bind "z" "slot1"<br />
  111.     <br />
  112.     //acts<br />
  113.     bind "1" "robot"<br />
  114.     bind "2" "muscle"<br />
  115.     bind "3" "dance"<br />
  116.     bind "4" "laugh"<br />
  117.     bind "5" "disagree"<br />
  118.     bind "6" "wave"<br />
  119.     <br />
  120.     //utility binds<br />
  121.     bind "0" "say !3p"<br />
  122.     bind "x" "xgui"<br />
  123.     bind "[" "stopsound"<br />
  124.     bind "]" "stopsoundscape"<br />
  125. <br />
  126. <br />
  127. //Alias's<br />
  128.     //crouch jump<br />
  129.         alias +cjump "+jump; +duck"<br />
  130.         alias -cjump "-duck; -jump"<br />
  131.     //msg + death (types a message in chat and kills yourself instantly<br />
  132.         alias msgdeath "say I tripped!; kill"<br />
  133.     //toggle gag all<br />
  134.         alias tgag "tgag1"<br />
  135.         alias tgag1 "ulx gag *; alias tgag tgag2"<br />
  136.         alias tgag2 "ulx ungag *; alias tgag tgag1"<br />
  137.     //toggle mute all (again Admin only)<br />
  138.         alias tgimp "tgimp1"<br />
  139.         alias tgimp1 "ulx gimp *; alias tgimp tgimp2"<br />
  140.         alias tgimp2 "ulx ungimp *; alias tgimp tgimp1"<br />
  141. <br />
  142. echo "Keyboard_Binds loaded"</code></div></div><br /><!-- start: postbit_attachments_attachment -->
  143. <br /><!-- start: attachment_icon -->
  144. <img src="https://gmodgaming.com/forums/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
  145. <!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=4" target="_blank" title="">cfg.zip</a> (Size: 3.51 KB / Downloads: 5)
  146. <!-- end: postbit_attachments_attachment -->]]></description>
  147. <content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Updated 10/4/2019</span><br />
  148. <span style="font-weight: bold;" class="mycode_b">Here are my configs for you to use, they have been edited so you can pick what you want to use or just use them as a template.</span><br />
  149. <span style="font-weight: bold;" class="mycode_b">Here is what the main file looks like.</span><br />
  150. <span style="font-style: italic;" class="mycode_i">The zip file will be attached for you to download.</span><br />
  151. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>//First a list of keyboard key names<br />
  152. //Hope it helps<br />
  153. <br />
  154. //Key Names - names for binding<br />
  155.     //Numpad 0 - KP_INS<br />
  156.     //Numpad 1 - KP_END<br />
  157.     //Numpad 2 - KP_DOWNARROW<br />
  158.     //Numpad 3 - KP_PGDN<br />
  159.     //Numpad 4 - KP_LEFTARROW<br />
  160.     //Numpad 5 - KP_5<br />
  161.     //Numpad 6 - KP_RIGHTARROW<br />
  162.     //Numpad 7 - KP_HOME<br />
  163.     //Numpad 8 - KP_UPARROW<br />
  164.     //Numpad 9 - KP_PGUP<br />
  165.     //Numpad Dot or . - KP_DEL<br />
  166.     //Numpad ENTER - KP_ENTER<br />
  167.     //Numpad + - KP_PLUS<br />
  168.     //Numpad - - KP_MINUS<br />
  169.     //Numpad * - KP_MULTIPLY<br />
  170.     //Numpad / - KP_SLASH<br />
  171.     //Numpad next to Slash - KP_NUMLOCK<br />
  172. <br />
  173.     //windows key left - LWIN<br />
  174.     //windows key right - RWIN<br />
  175. <br />
  176.     //SHIFT, CTRL, ALT Left - SHIFT, CTRL, ALT<br />
  177.     //SHIFT, CTRL, ALT Right - RSHIFT, RCTRL, RALT<br />
  178. <br />
  179.     //Print Screen - Can not be bound<br />
  180.     //Scroll Lock - SCROLLLOCK<br />
  181.     //Pause - NUMLOCK<br />
  182.     //Insert - INS<br />
  183.     //Home - HOME<br />
  184.     //Page Up - PGUP<br />
  185.     //Page Down - PGDOWN<br />
  186.     //Delete - DEL<br />
  187.     //End - END<br />
  188. <br />
  189.     //Arrow Key Up - UPARROW<br />
  190.     //Arrow Key Down - DOWNARROW<br />
  191.     //Arrow Key Left - LEFTARROW<br />
  192.     //Arrow Key Right - RIGHTARROW<br />
  193.     <br />
  194.     //You can not bind this key ;<br />
  195. <br />
  196. //Slots - what they are<br />
  197.     //slot1 - malee weapons<br />
  198.     //slot2 - magnum<br />
  199.     //slot3 - smg<br />
  200.     //slot4 - shutgun<br />
  201. <br />
  202. //ULX Mod Commands please bind the menu command for the love of god... Looking at you fryman...<br />
  203.     //full list of ulx commands can be found here https://pingperfect.com/phpbb/viewtopic.php?t=659<br />
  204.     //!menu (typing this in chat will open up the ulx menu (but just bind the one of the folling to a key))<br />
  205.     //xgui - opens menu<br />
  206.     //ulx menu - opens menu<br />
  207.     //ulx gag * - the emergency gag all command (makes it so no one can use their mic(mutes you too)<br />
  208.     //ulx gimp * - ADMIN ONLY... the emergency gimp all command (makes it so no one can type in chat<br />
  209. <br />
  210. exec "/scripts/dances.cfg" //excutes this file so then we can bind alias from that file.<br />
  211. exec "/scripts/tickrate.cfg"<br />
  212. <br />
  213. //remove // (comments) from the binds below if you want to use it.<br />
  214. //binds (change these to whatever keys you want) example: bind "&lt;key&gt;" "&lt;command&gt;"<br />
  215.     //alias's<br />
  216.     bind "alt" "+cjump"<br />
  217.     bind "c" "msgdeath"<br />
  218.     bind "/" "tgag"<br />
  219.     bind "." "tgimp"<br />
  220.     <br />
  221.     //weapon binds<br />
  222.     bind "r" "slot3"<br />
  223.     bind "q" "slot4"<br />
  224.     bind "z" "slot1"<br />
  225.     <br />
  226.     //acts<br />
  227.     bind "1" "robot"<br />
  228.     bind "2" "muscle"<br />
  229.     bind "3" "dance"<br />
  230.     bind "4" "laugh"<br />
  231.     bind "5" "disagree"<br />
  232.     bind "6" "wave"<br />
  233.     <br />
  234.     //utility binds<br />
  235.     bind "0" "say !3p"<br />
  236.     bind "x" "xgui"<br />
  237.     bind "[" "stopsound"<br />
  238.     bind "]" "stopsoundscape"<br />
  239. <br />
  240. <br />
  241. //Alias's<br />
  242.     //crouch jump<br />
  243.         alias +cjump "+jump; +duck"<br />
  244.         alias -cjump "-duck; -jump"<br />
  245.     //msg + death (types a message in chat and kills yourself instantly<br />
  246.         alias msgdeath "say I tripped!; kill"<br />
  247.     //toggle gag all<br />
  248.         alias tgag "tgag1"<br />
  249.         alias tgag1 "ulx gag *; alias tgag tgag2"<br />
  250.         alias tgag2 "ulx ungag *; alias tgag tgag1"<br />
  251.     //toggle mute all (again Admin only)<br />
  252.         alias tgimp "tgimp1"<br />
  253.         alias tgimp1 "ulx gimp *; alias tgimp tgimp2"<br />
  254.         alias tgimp2 "ulx ungimp *; alias tgimp tgimp1"<br />
  255. <br />
  256. echo "Keyboard_Binds loaded"</code></div></div><br /><!-- start: postbit_attachments_attachment -->
  257. <br /><!-- start: attachment_icon -->
  258. <img src="https://gmodgaming.com/forums/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
  259. <!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=4" target="_blank" title="">cfg.zip</a> (Size: 3.51 KB / Downloads: 5)
  260. <!-- end: postbit_attachments_attachment -->]]></content:encoded>
  261. </item>
  262. <item>
  263. <title><![CDATA[New Advanced Sprays]]></title>
  264. <link>https://gmodgaming.com/forums/thread-17.html</link>
  265. <pubDate>Sat, 16 Jun 2018 10:56:09 -0700</pubDate>
  266. <dc:creator><![CDATA[<a href="https://gmodgaming.com/forums/member.php?action=profile&uid=2">Fryman</a>]]></dc:creator>
  267. <guid isPermaLink="false">https://gmodgaming.com/forums/thread-17.html</guid>
  268. <description><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="color: #3399ff;" class="mycode_color"><span style="font-size: xx-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">New Spray Addon</span></span></span><br />
  269. <br />
  270. <div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"><br />
  271. * New spray addon for all servers</span></span></div>
  272. <div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">* The new addon allows you to use standard images, animated gifs, s</span></span><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">ound files, music files and YouTube videos.</span></span></div>
  273. <br />
  274. <div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"><span style="color: #ff3333;" class="mycode_color">* to access the command, simply type !sprays in chat. Use G to spray</span><br />
  275. <br />
  276. * The type of Sprays are based on a users rank.</span></span></div>
  277. <br />
  278. <div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"><span style="color: #339933;" class="mycode_color">* Standard users can use a standard image such as jpeg, png, bmp, etc </span><br />
  279. </span></span></div>
  280. <br />
  281. <div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"><span style="color: #ff33cc;" class="mycode_color">* VIP users can use a standard image plus an animated gif</span></span></span></div>
  282. <br />
  283. <div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"><span style="color: #3366ff;" class="mycode_color">* PRO users can use a standard image, animated gifs, and sounds or music files</span></span></span></div>
  284. <br />
  285. <div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"><span style="color: #ff6633;" class="mycode_color">* Moderators can use standard images, animated gifs, sound files and YouTube Videos</span></span></span></div>
  286. <br />
  287. <div style="text-align: left;" class="mycode_align"><span style="font-size: large;" class="mycode_size">* All other ranks such as Sponsor, operators or owners can use anything available.</span></div>
  288. <br />
  289. <div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Enjoy!</span></span></div>
  290. <br />
  291. </div>]]></description>
  292. <content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="color: #3399ff;" class="mycode_color"><span style="font-size: xx-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">New Spray Addon</span></span></span><br />
  293. <br />
  294. <div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"><br />
  295. * New spray addon for all servers</span></span></div>
  296. <div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">* The new addon allows you to use standard images, animated gifs, s</span></span><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">ound files, music files and YouTube videos.</span></span></div>
  297. <br />
  298. <div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"><span style="color: #ff3333;" class="mycode_color">* to access the command, simply type !sprays in chat. Use G to spray</span><br />
  299. <br />
  300. * The type of Sprays are based on a users rank.</span></span></div>
  301. <br />
  302. <div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"><span style="color: #339933;" class="mycode_color">* Standard users can use a standard image such as jpeg, png, bmp, etc </span><br />
  303. </span></span></div>
  304. <br />
  305. <div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"><span style="color: #ff33cc;" class="mycode_color">* VIP users can use a standard image plus an animated gif</span></span></span></div>
  306. <br />
  307. <div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"><span style="color: #3366ff;" class="mycode_color">* PRO users can use a standard image, animated gifs, and sounds or music files</span></span></span></div>
  308. <br />
  309. <div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"><span style="color: #ff6633;" class="mycode_color">* Moderators can use standard images, animated gifs, sound files and YouTube Videos</span></span></span></div>
  310. <br />
  311. <div style="text-align: left;" class="mycode_align"><span style="font-size: large;" class="mycode_size">* All other ranks such as Sponsor, operators or owners can use anything available.</span></div>
  312. <br />
  313. <div style="text-align: left;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Enjoy!</span></span></div>
  314. <br />
  315. </div>]]></content:encoded>
  316. </item>
  317. <item>
  318. <title><![CDATA[Gmod Gaming - Advanced Prop Hunt Rules]]></title>
  319. <link>https://gmodgaming.com/forums/thread-16.html</link>
  320. <pubDate>Tue, 12 Jun 2018 12:25:03 -0700</pubDate>
  321. <dc:creator><![CDATA[<a href="https://gmodgaming.com/forums/member.php?action=profile&uid=2">Fryman</a>]]></dc:creator>
  322. <guid isPermaLink="false">https://gmodgaming.com/forums/thread-16.html</guid>
  323. <description><![CDATA[<span style="font-size: x-large;" class="mycode_size"><span style="color: #FF6347;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">PROP HUNT RULES!</span></span></span><br />
  324. <br />
  325. 1. No cheating<br />
  326. 2. No glitching (such as hiding inside another object or texture which makes you invisible)<br />
  327. 3. You must be completely visable as a prop<br />
  328. 4. You can NOT hide in an unaccessible spot<br />
  329. 5. You can not go to areas that are out of bounds for a map. <br />
  330. (such as jumping off a wall to the outside area of a map or illegal zone)<br />
  331. 6. No excessive use of foul language<br />
  332. 7. No Racism<br />
  333. 8. No ghosting (automatic perma ban)<br />
  334. 9. No mic or chat spamming or voice changers allowed<br />
  335. 10. No trolling<br />
  336. 11. Not allowed to switch teams to avoid being a hunter<br />
  337. 12. No nudity in sprays<br />
  338. 13. You are NOT allowed to hide under cars unless all 4 tires are full of air<br />
  339. 14. If you have a problem with a player, talk with an admin and do not start a fight]]></description>
  340. <content:encoded><![CDATA[<span style="font-size: x-large;" class="mycode_size"><span style="color: #FF6347;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">PROP HUNT RULES!</span></span></span><br />
  341. <br />
  342. 1. No cheating<br />
  343. 2. No glitching (such as hiding inside another object or texture which makes you invisible)<br />
  344. 3. You must be completely visable as a prop<br />
  345. 4. You can NOT hide in an unaccessible spot<br />
  346. 5. You can not go to areas that are out of bounds for a map. <br />
  347. (such as jumping off a wall to the outside area of a map or illegal zone)<br />
  348. 6. No excessive use of foul language<br />
  349. 7. No Racism<br />
  350. 8. No ghosting (automatic perma ban)<br />
  351. 9. No mic or chat spamming or voice changers allowed<br />
  352. 10. No trolling<br />
  353. 11. Not allowed to switch teams to avoid being a hunter<br />
  354. 12. No nudity in sprays<br />
  355. 13. You are NOT allowed to hide under cars unless all 4 tires are full of air<br />
  356. 14. If you have a problem with a player, talk with an admin and do not start a fight]]></content:encoded>
  357. </item>
  358. </channel>
  359. </rss>

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=https%3A//gmodgaming.com/forums/syndication.php%3Flimit%3D5

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda