<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012003" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012003</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/high-score-table-slot-machine-game#comment-1069657</link>
    <description> &lt;p&gt;Sorry, too complicated for me &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I Give up! Thanks for you help anyway tho.&lt;/p&gt;
&lt;p&gt;Matt&lt;/p&gt;
&lt;p&gt;P.S. If anyone else can write a simple java applet that submits to the cgi script in my previous post, then please add to this thread. Thanks &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 17 Aug 2000 14:25:57 +0000</pubDate>
 <dc:creator>mfdale</dc:creator>
 <guid isPermaLink="false">comment 1069657 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/high-score-table-slot-machine-game#comment-1069638</link>
    <description> &lt;p&gt;Then you would need to figure out what the following variables do, as I assume that this line specifies what is sent to the script:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;post = &amp;quot;final=&amp;quot;+account+&amp;quot;&amp;amp;state=1&amp;amp;style=1&amp;amp;comments=&amp;lt;!--+&amp;quot;+post+&amp;quot;+--&amp;gt;&amp;quot;; &lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Richard&lt;br /&gt;
richjb::411&lt;/p&gt;
 </description>
     <pubDate>Thu, 17 Aug 2000 08:28:46 +0000</pubDate>
 <dc:creator>richjb</dc:creator>
 <guid isPermaLink="false">comment 1069638 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/high-score-table-slot-machine-game#comment-1069637</link>
    <description> &lt;p&gt;I don&#039;t think that solution is going to work, because the java class was written specifically to interface with a guestbook file.&lt;/p&gt;
&lt;p&gt;It has lines of code that watch out for spaces in the guestbook, then appends the information as one long string (I think)..&lt;/p&gt;
&lt;p&gt;e.g.&lt;/p&gt;
&lt;p&gt;code&lt;br /&gt;
--&lt;br /&gt;
if(line.endsWith(&quot;Comments:&quot;))&lt;br /&gt;
--&lt;/p&gt;
&lt;p&gt;I think the class needs changing so that it POSTs name, wisecrack and score to the cgi script.&lt;/p&gt;
&lt;p&gt;Cheers&lt;br /&gt;
Matt&lt;/p&gt;
 </description>
     <pubDate>Thu, 17 Aug 2000 08:22:53 +0000</pubDate>
 <dc:creator>mfdale</dc:creator>
 <guid isPermaLink="false">comment 1069637 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/high-score-table-slot-machine-game#comment-1069604</link>
    <description> &lt;p&gt;Ok, then if the script your friend wrote will take the fields as already named, which I think it will (but I&#039;m not used to his writing style), then all you need to do is edit the below line in the Java class:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; URL url = new URL(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;http://www.geocities.com/&amp;quot;+&amp;quot;cgi-bin/geoplus_apps/ans_entry&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Change that code to redirect to the location of his script...which should then work, once again going on the fact that his variables are named accordingly. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Richard&lt;br /&gt;
richjb::398&lt;/p&gt;
 </description>
     <pubDate>Wed, 16 Aug 2000 19:06:29 +0000</pubDate>
 <dc:creator>richjb</dc:creator>
 <guid isPermaLink="false">comment 1069604 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/high-score-table-slot-machine-game#comment-1069594</link>
    <description> &lt;p&gt;richjb&lt;/p&gt;
&lt;p&gt;The java applet class (2nd listing) used to record scores in the Geocities guestbook. The Geocities guestbook cgi changed though, so I was no longer able to record scores in it by using the class.&lt;/p&gt;
&lt;p&gt;Someone else has since written me a cgi script (1st listing) that works perfectly. However, I don&#039;t know how to alter the java applet to work with this new script.&lt;/p&gt;
&lt;p&gt;Sorry If I wasn&#039;t clearer in the first place &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Cheers&lt;br /&gt;
Matt&lt;/p&gt;
 </description>
     <pubDate>Wed, 16 Aug 2000 17:25:33 +0000</pubDate>
 <dc:creator>mfdale</dc:creator>
 <guid isPermaLink="false">comment 1069594 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/high-score-table-slot-machine-game#comment-1069584</link>
    <description> &lt;p&gt;Ok, I see where it outputs to the CGI script...and I think I should be able to get that to work.  But, what I don&#039;t get is that it seems to be reading from the questbook pages?  I didn&#039;t get the impression it did that from your earilier post.&lt;/p&gt;
&lt;p&gt;Anyways, I should be able to help you...I&#039;ll try to get something posted soon.&lt;/p&gt;
&lt;p&gt;Richard&lt;br /&gt;
richjb::392&lt;/p&gt;
 </description>
     <pubDate>Wed, 16 Aug 2000 15:46:40 +0000</pubDate>
 <dc:creator>richjb</dc:creator>
 <guid isPermaLink="false">comment 1069584 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/high-score-table-slot-machine-game#comment-1069578</link>
    <description> &lt;p&gt;The old cgi script was part of a geocities guestbook - I don&#039;t know how to get a copy of the old or new version of that script unfortunately.&lt;/p&gt;
&lt;p&gt;The high score program was a java applet class written to interface with the cgi of the guestbook.&lt;/p&gt;
&lt;p&gt;Here is the Java code that interfaced with the old cgi script:&lt;/p&gt;
&lt;p&gt;Is there anyway that you or anybody else could alter the code so that it interfaces with the cgi script in my previous post?&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
Matt&lt;/p&gt;
&lt;p&gt;Code follows:&lt;br /&gt;
---------&lt;/p&gt;
&lt;p&gt;import java.applet.Applet;&lt;br /&gt;
import java.io.*;&lt;br /&gt;
import java.net.*;&lt;br /&gt;
import java.util.*;&lt;/p&gt;
&lt;p&gt;/**&lt;br /&gt;
 * A simple class that implements a hiscore manager through the&lt;br /&gt;
 * GuestBook CGI of GeoCities.&lt;br /&gt;
 *&lt;br /&gt;
 * @version 1.0 beta - 26 September 1997&lt;br /&gt;
 * @author Leonardo Boselli&lt;br /&gt;
 *&lt;a href=&quot;mailto:tetractys@geocities.com&quot;&gt;tetractys@geocities.com&lt;/a&gt;&lt;br /&gt;
 */&lt;br /&gt;
public class Hiscore {&lt;br /&gt;
   String name;&lt;br /&gt;
   Applet applet;&lt;br /&gt;
/**&lt;br /&gt;
 * This Constructor needs the calling applet and a string that contains&lt;br /&gt;
 * the name of the game (providing support for multiple games).&lt;br /&gt;
 * @param applet the applet.&lt;br /&gt;
 * @param name the name of the game.&lt;br /&gt;
 */&lt;br /&gt;
   public Hiscore(Applet applet, String name) {&lt;br /&gt;
     this.applet = applet;&lt;br /&gt;
     this.name = name;&lt;br /&gt;
   }&lt;br /&gt;
/**&lt;br /&gt;
 * This method returns a Vector containing String Arrays.&lt;br /&gt;
 * Every element in a String[3]: the first String is the player&#039;s name, the&lt;br /&gt;
 * second the player&#039;s wisecrack and the last is the score.&lt;br /&gt;
 * @return the hiscores.&lt;br /&gt;
 */&lt;br /&gt;
   public Vector getHiscores() throws IOException {&lt;br /&gt;
      Vector v = new Vector();&lt;br /&gt;
      URL url = new URL(applet.getCodeBase(),&quot;geobook.html&quot;);&lt;br /&gt;
      URLConnection uc = url.openConnection();&lt;br /&gt;
      DataInputStream d = new DataInputStream(uc.getInputStream());&lt;br /&gt;
      String line = &quot;&quot;;&lt;br /&gt;
	while((line = d.readLine()) != null) {&lt;br /&gt;
        if(line.endsWith(&quot;Comments:&quot;)) {&lt;br /&gt;
          int idx = 0;&lt;br /&gt;
   	    if(&lt;br /&gt;
            ((idx = (line = d.readLine()).indexOf(&#039; &#039;,idx)) != -1) &amp;amp;&amp;amp;&lt;br /&gt;
            (line.substring(0,idx).equals(&quot;&quot;;&lt;br /&gt;
      URL url = new URL(&lt;br /&gt;
         &quot;http://www.geocities.com/&quot;+&quot;cgi-bin/geoplus_apps/ans_entry&quot;&lt;br /&gt;
      );&lt;br /&gt;
      URLConnection uc = url.openConnection();&lt;br /&gt;
      uc.setDoOutput(true);&lt;br /&gt;
      PrintStream ps = new PrintStream(uc.getOutputStream());&lt;br /&gt;
      ps.print(post);&lt;br /&gt;
      ps.flush();&lt;br /&gt;
      ps.close();&lt;br /&gt;
      DataInputStream dis = new DataInputStream(uc.getInputStream());&lt;br /&gt;
      while(dis.readLine() != null);&lt;br /&gt;
      dis.close();&lt;br /&gt;
   }&lt;br /&gt;
}&lt;/p&gt;
 </description>
     <pubDate>Wed, 16 Aug 2000 13:29:41 +0000</pubDate>
 <dc:creator>mfdale</dc:creator>
 <guid isPermaLink="false">comment 1069578 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/high-score-table-slot-machine-game#comment-1069557</link>
    <description> &lt;p&gt;Matt,&lt;/p&gt;
&lt;p&gt;I have the slightest idea on how to programm Java.  However, if the Java was already submitting to a script, and the script changed, I thought I could just recreate the script it used to submit to.  But, does the Java program submit to a specific URL?  Because if it does...then I&#039;m not sure I can do anything.&lt;/p&gt;
&lt;p&gt;Hopefully this works out. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Richard&lt;/p&gt;
 </description>
     <pubDate>Wed, 16 Aug 2000 02:39:17 +0000</pubDate>
 <dc:creator>richjb</dc:creator>
 <guid isPermaLink="false">comment 1069557 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/high-score-table-slot-machine-game#comment-1069524</link>
    <description> &lt;p&gt;richjb and nutrocker - thanks for the replies!&lt;/p&gt;
&lt;p&gt;richjb - the variables i want recorded are name, wisecrack and score.&lt;/p&gt;
&lt;p&gt;The Java Class should pass these variables to a cgi script. A friend of mine has already written a cgi script that does the job perfectly, but I don&#039;t know how to write the Java applet to pass the variables to the script.&lt;/p&gt;
&lt;p&gt;I have attached a copy of the working cgi script if this helps, but to be honest i don&#039;t know if it would be easier for you to write the java applet class and re-write the cgi script too &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Anyway, thank you once again for your help &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; I will credit you in full on the site if you supply me with the details you would like displayed.&lt;/p&gt;
&lt;p&gt;Cheers&lt;br /&gt;
Matt&lt;/p&gt;
&lt;p&gt;------------&lt;br /&gt;
Script follows:&lt;/p&gt;
&lt;p&gt;#!/usr/bin/perl&lt;br /&gt;
#&lt;br /&gt;
#   hiscore program. Manages multiple games and sorts the highscores into order&lt;br /&gt;
#&lt;br /&gt;
#&lt;/p&gt;
&lt;p&gt;# First, get the CGI variables into a list of strings&lt;/p&gt;
&lt;p&gt;%cgivars= &amp;amp;getcgivars ;&lt;/p&gt;
&lt;p&gt;# Get the lines of the score file into an array&lt;/p&gt;
&lt;p&gt;open (SCORES, &quot;&amp;lt;$cgivars{GAME}.dat&quot;);&lt;br /&gt;
@scores = ;&lt;br /&gt;
close (SCORES);&lt;/p&gt;
&lt;p&gt;# Arrays to hold names, wisecracks and scores&lt;/p&gt;
&lt;p&gt;@name = ();&lt;br /&gt;
@wisecrack = ();&lt;br /&gt;
@score = ();&lt;/p&gt;
&lt;p&gt;# Put the names, wisecracks and scores into arrays&lt;/p&gt;
&lt;p&gt;$count = 0;&lt;/p&gt;
&lt;p&gt;foreach $line (@scores)&lt;br /&gt;
{&lt;br /&gt;
  chop ($line);&lt;br /&gt;
  ($name[$count], $wisecrack[$count], $score[$count]) = split /&amp;amp;/, $line;&lt;br /&gt;
  $count++;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;# If there is a new hiscore add it to the array.&lt;/p&gt;
&lt;p&gt;if ($cgivars{SCORE} != &quot;&quot;)&lt;br /&gt;
{&lt;br /&gt;
  $name[$count] = $cgivars{NAME};&lt;br /&gt;
  $wisecrack[$count] = $cgivars{WISECRACK};&lt;br /&gt;
  $score[$count] = $cgivars{SCORE};&lt;br /&gt;
  $count++;&lt;/p&gt;
&lt;p&gt;# Sort hiscores&lt;br /&gt;
  $i = $count-1;&lt;br /&gt;
  while( ($score[$i] &amp;gt; $score[$i-1]) &amp;amp;&amp;amp; ($i != 0) )&lt;br /&gt;
  {&lt;br /&gt;
    $tempscore = $score[$i];&lt;br /&gt;
    $tempname = $name[$i];&lt;br /&gt;
    $tempwisecrack = $wisecrack[$i];&lt;br /&gt;
    $score[$i] = $score[$i-1];&lt;br /&gt;
    $name[$i] = $name[$i-1];&lt;br /&gt;
    $wisecrack[$i] = $wisecrack[$i-1];&lt;br /&gt;
    $score[$i-1] = $tempscore;&lt;br /&gt;
    $name[$i-1] = $tempname;&lt;br /&gt;
    $wisecrack[$i-1] = $tempwisecrack;&lt;br /&gt;
    $i--;&lt;br /&gt;
  }&lt;/p&gt;
&lt;p&gt;# Rewrite score file&lt;/p&gt;
&lt;p&gt;  open (SCORES, &quot;&amp;gt;$cgivars{GAME}.dat&quot;);&lt;/p&gt;
&lt;p&gt;  for($i=0 ; $i &amp;lt; $count ; $i++)&lt;br /&gt;
  {&lt;br /&gt;
    print SCORES &quot;$name[$i]&amp;amp;$wisecrack[$i]&amp;amp;$score[$i]\n&quot;;&lt;br /&gt;
  }&lt;/p&gt;
&lt;p&gt;  close (SCORES);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;# Print the response header&lt;/p&gt;
&lt;p&gt;print &quot;Content-type: text/html\n\n&quot;;&lt;/p&gt;
&lt;p&gt;# Print the rest of the page&lt;/p&gt;
&lt;p&gt;print &amp;lt;&lt;/p&gt;
&lt;p&gt;Highscore Table for $cgivars{GAME}&lt;/p&gt;
&lt;p&gt;Highscore Table for $cgivars{GAME}&lt;/p&gt;
&lt;p&gt;  Rank&lt;br /&gt;
  Name&lt;br /&gt;
  Wisecrack&lt;br /&gt;
  Score&lt;/p&gt;
&lt;p&gt;EOF&lt;/p&gt;
&lt;p&gt;# Write Hiscores&lt;/p&gt;
&lt;p&gt;for($i=0 ; $i &amp;lt; $count ; $i++)&lt;br /&gt;
{&lt;br /&gt;
  $rank = $i+1;&lt;br /&gt;
  print &quot;\n&quot;;&lt;br /&gt;
  print &quot;  $rank\n&quot;;&lt;br /&gt;
  print &quot;  $name[$i]\n&quot;;&lt;br /&gt;
  print &quot;  $wisecrack[$i]\n&quot;;&lt;br /&gt;
  print &quot;  $score[$i]\n&quot;;&lt;br /&gt;
  print &quot;\n\n&quot;;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;print &quot;\n&quot;;&lt;br /&gt;
print &quot;\n&quot;;&lt;br /&gt;
print &quot;\n&quot;;&lt;/p&gt;
&lt;p&gt;exit;&lt;/p&gt;
&lt;p&gt;#----------------- start of &amp;amp;getcgivars() module ----------------------&lt;/p&gt;
&lt;p&gt;# Read all CGI vars into an associative array.&lt;br /&gt;
# If multiple input fields have the same name, they are concatenated into&lt;br /&gt;
#   one array element and delimited with the \0 character (which fails if&lt;br /&gt;
#   the input has any \0 characters, very unlikely but conceivably possible).&lt;br /&gt;
# Currently only supports Content-Type of application/x-www-form-urlencoded.&lt;br /&gt;
sub getcgivars {&lt;br /&gt;
    local($in, %in) ;&lt;br /&gt;
    local($name, $value) ;&lt;/p&gt;
&lt;p&gt;    # First, read entire string of CGI vars into $in&lt;br /&gt;
    if ( ($ENV{&#039;REQUEST_METHOD&#039;} eq &#039;GET&#039;) ||&lt;br /&gt;
         ($ENV{&#039;REQUEST_METHOD&#039;} eq &#039;HEAD&#039;) ) {&lt;br /&gt;
        $in= $ENV{&#039;QUERY_STRING&#039;} ;&lt;/p&gt;
&lt;p&gt;    } elsif ($ENV{&#039;REQUEST_METHOD&#039;} eq &#039;POST&#039;) {&lt;br /&gt;
        if ($ENV{&#039;CONTENT_TYPE&#039;}=~ m#^application/x-www-form-urlencoded$#i) {&lt;br /&gt;
            $ENV{&#039;CONTENT_LENGTH&#039;}&lt;br /&gt;
                || &amp;amp;HTMLdie(&quot;No Content-Length sent with the POST request.&quot;) ;&lt;br /&gt;
            read(STDIN, $in, $ENV{&#039;CONTENT_LENGTH&#039;}) ;&lt;/p&gt;
&lt;p&gt;        } else {&lt;br /&gt;
            &amp;amp;HTMLdie(&quot;Unsupported Content-Type: $ENV{&#039;CONTENT_TYPE&#039;}&quot;) ;&lt;br /&gt;
        }&lt;/p&gt;
&lt;p&gt;    } else {&lt;br /&gt;
        &amp;amp;HTMLdie(&quot;Script was called with unsupported REQUEST_METHOD.&quot;) ;&lt;br /&gt;
    }&lt;/p&gt;
&lt;p&gt;    # Resolve and unencode name/value pairs into %in&lt;br /&gt;
    foreach (split(&#039;&amp;amp;&#039;, $in)) {&lt;br /&gt;
        s/\+/ /g ;&lt;br /&gt;
        ($name, $value)= split(&#039;=&#039;, $_, 2) ;&lt;br /&gt;
        $name=~ s/%(..)/chr(hex($1))/ge ;&lt;br /&gt;
        $value=~ s/%(..)/chr(hex($1))/ge ;&lt;br /&gt;
        $in{$name}.= &quot;\0&quot; if defined($in{$name}) ;  # concatenate multiple vars&lt;br /&gt;
        $in{$name}.= $value ;&lt;br /&gt;
    }&lt;/p&gt;
&lt;p&gt;    return %in ;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;# Die, outputting HTML error page&lt;br /&gt;
# If no $title, use a default title&lt;br /&gt;
sub HTMLdie {&lt;br /&gt;
    local($msg,$title)= @_ ;&lt;br /&gt;
    $title || ($title= &quot;CGI Error&quot;) ;&lt;br /&gt;
    print &amp;lt;&lt;/p&gt;
&lt;p&gt;$title&lt;/p&gt;
&lt;p&gt;$title&lt;br /&gt;
$msg&lt;/p&gt;
&lt;p&gt;EOF&lt;/p&gt;
&lt;p&gt;    exit ;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;[Edited by mfdale on 08-15-2000 at 03:40 PM]&lt;/p&gt;
 </description>
     <pubDate>Tue, 15 Aug 2000 19:37:18 +0000</pubDate>
 <dc:creator>mfdale</dc:creator>
 <guid isPermaLink="false">comment 1069524 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/high-score-table-slot-machine-game#comment-1069500</link>
    <description> &lt;p&gt;Hello Matt, welcome to the Webmaster Forums.&lt;/p&gt;
&lt;p&gt;Please specify the name of the variables you want recorded, and I will write the code for you. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Richard&lt;br /&gt;
richjb::381&lt;/p&gt;
 </description>
     <pubDate>Tue, 15 Aug 2000 10:50:56 +0000</pubDate>
 <dc:creator>richjb</dc:creator>
 <guid isPermaLink="false">comment 1069500 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
