<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016977" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016977</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-stock-information-site#comment-1099096</link>
    <description> &lt;p&gt;OK. I might not be in tonight to answer your email, so if you want to check it out, go to:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://cgi.fbagroup.co.uk/quote/&quot; class=&quot;bb-url&quot;&gt;http://cgi.fbagroup.co.uk/quote/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Your best bet is to download the archive &lt;strong&gt;quote.zip&lt;/strong&gt;. If you don&#039;t have a ZIP unpacker such as Winzip on your machine, I&#039;ve left the seperate files there for you to download.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 Jan 2002 15:01:51 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1099096 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-stock-information-site#comment-1099083</link>
    <description> &lt;p&gt;OK. Here goes...&lt;/p&gt;
&lt;p&gt;At the moment, the script outputs the following information (from what you asked in your previous message):&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 Company Name&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 Symbol&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 Last Price&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
I&#039;ll have to email you the code as this forum doesn&#039;t allow attachments - so please send me a message or email me using the following address so I can send you the script.&lt;/p&gt;
&lt;p&gt;   &lt;strong&gt;&lt;a href=&quot;mailto:wil@stephens.org&quot; class=&quot;bb-email&quot;&gt;wil@stephens.org&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I&#039;ll give you a brief idea of how to use this here. It should be very simple and straight forward.&lt;/p&gt;
&lt;p&gt;1. Upload the file &quot;quote.pl&quot; to your cgi-bin directory using ASCII transfer mode on your FTP client.&lt;br /&gt;
2. CHMOD (change permissions) of this file to 0775.&lt;br /&gt;
3. Place the following SSI command in the SHTML file you want the quote outputted, replacing the word &quot;TYC&quot; for the symbol you wish to output. And replacing /path/to with the actual path to where you put your script - most probably /cgi-bin/quote.pl&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;!--#include virtual=&amp;quot;/path/to/quote.pl?symbol=tyc&amp;quot; --&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
Now reupload your SHTML file and when accessed it should output your stock quote.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 Jan 2002 10:05:45 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1099083 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-stock-information-site#comment-1099032</link>
    <description> &lt;p&gt;Sure, I&#039;ll work on this when I&#039;m back in my office tomorrow. I&#039;ll post some code to by the end of the day tomorrow, probably by lunch time. Let me know what stock symobls you want.&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Jan 2002 23:45:20 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1099032 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-stock-information-site#comment-1099020</link>
    <description> &lt;p&gt;Cool. Yes it does.  ALl my pages in my gamecubecheats.net website are renamed to .shtml because i have 2 scripts running using ssi.  If you do this, can you try to configure it like this&lt;/p&gt;
&lt;p&gt;Stock name&lt;br /&gt;
Stock Symbol&lt;br /&gt;
stock price&lt;/p&gt;
&lt;p&gt;with those one underneath each other?&lt;/p&gt;
&lt;p&gt;something like that, maybe so i can include the line of code into my site and i can change the color of one of my tables so it isn&#039;t just plain text.  do you know what i mean.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;bryan&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Jan 2002 22:51:31 +0000</pubDate>
 <dc:creator>jag5311</dc:creator>
 <guid isPermaLink="false">comment 1099020 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-stock-information-site#comment-1099017</link>
    <description> &lt;p&gt;OK. Can you find out for me if your host allows you to include SSI calls (server side inclues) into your pages. These pages are commonly renamed with an extension of .shtml.&lt;/p&gt;
&lt;p&gt;If they can do this, and your server supports perl, then I&#039;ll knock up a quick script for you. You&#039;ll then be able to just add an extra line into your HTML code that calls the script and then the line should be replaced by the stock quote price.&lt;/p&gt;
&lt;p&gt;Shouldn&#039;t be too difficult, although never tried this module. Let me know if your host supports SSI pages and Perl, and then I&#039;ll get to work &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>Mon, 21 Jan 2002 22:12:29 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1099017 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-stock-information-site#comment-1098984</link>
    <description> &lt;p&gt;that first one would be perfect, but i don&#039;t understand how i would incorportate that into my site.  It sounds like that would be included in a script of some kind, instead of adding that line of code to the html section of my site.  If you can help more, that would be wonderful.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;bryan&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Jan 2002 20:25:23 +0000</pubDate>
 <dc:creator>jag5311</dc:creator>
 <guid isPermaLink="false">comment 1098984 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-stock-information-site#comment-1098983</link>
    <description> &lt;p&gt;If you&#039;re familiar with Perl you could use the Perl Module Finance::YahooQuote and/or Finance::YahooChart. These are two excellent modules that will grab a stock quote from the Yahoo database and make it available for use on your page.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://search.cpan.org/doc/DJPADZ/Finance-YahooQuote-0.17/YahooQuote.pm&quot; class=&quot;bb-url&quot;&gt;http://search.cpan.org/doc/DJPADZ/Finance-YahooQuote-0.17/YahooQuote.pm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://search.cpan.org/doc/DJPADZ/Finance-YahooChart-0.01/YahooChart.pm&quot; class=&quot;bb-url&quot;&gt;http://search.cpan.org/doc/DJPADZ/Finance-YahooChart-0.01/YahooChart.pm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you need more information on how to incorporate these into your pages, pop over to the Server-Side Scripting forum and I&#039;ll try my best to help.&lt;/p&gt;
&lt;p&gt;Rgds&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Jan 2002 20:03:37 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1098983 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-stock-information-site#comment-1098968</link>
    <description> &lt;p&gt;our intranet has something through a company called Screaming Media. You&#039;d proabably have to pay pretty big dollars though...i&#039;m not really sure. it&#039;s pretty damn cool though.&lt;/p&gt;
&lt;p&gt;PUNKK&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Jan 2002 18:17:53 +0000</pubDate>
 <dc:creator>punkk</dc:creator>
 <guid isPermaLink="false">comment 1098968 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-stock-information-site#comment-1098885</link>
    <description> &lt;p&gt;I know that there are XML solutions to this that take info from the Yahoo stocks page (i think it is yahoo anyway). I do not know whether or not you can take specific ones, though I doubt that would be too hard, alkl you would have to do is define a criteria to grab the info.&lt;/p&gt;
&lt;p&gt;I will have a look if there are easier ways. There are obviously sites that list the info for a subscription but I take it you want it for free?&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Jan 2002 00:47:19 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1098885 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
