<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1001079" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1001079</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-output#comment-1004680</link>
    <description> &lt;p&gt;ssi might be the easiest way to pull it off as someone else mentioned.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.birminghamnet.com/search-engines/resources/webmaster_tools/&quot; class=&quot;bb-url&quot;&gt;&lt;strong&gt;CLICK&lt;/strong&gt;&lt;/a&gt; 4 some tested resources for making money $, hosting, and web promotions.&lt;br /&gt;
&lt;a href=&quot;http://www.birminghamnet.com&quot; class=&quot;bb-url&quot;&gt;&lt;strong&gt;My Site&lt;/strong&gt;&lt;/a&gt; got hacked, but i&#039;m coming back?&lt;/p&gt;
 </description>
     <pubDate>Sun, 30 Apr 2000 05:24:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1004680 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-output#comment-1004679</link>
    <description> &lt;p&gt;I understand what you want, but you need to clarify things a bit. I take it that you&#039;re using a script you downloaded and set-up, but that you didn&#039;t write it yourself. There are ways to customize the output to make it look like the rest of your site instead of that plain white page, but it would help to know how the script was written in the first place. Some scripts use template files to control the appearance of the output. If this is one of those scripts, then it&#039;s pretty simple. All you do is edit the HTML code in the template to make it look like the rest of your site. &lt;/p&gt;
&lt;p&gt;However, some simpler scripts write the output code into the script itself. Look through the code of the xxx.cgi file to try to find something that looks like this:&lt;br /&gt;
&lt;BLOCKQUOTE&gt;code:&lt;/blockquote&gt;&lt;/p&gt;
&lt;pre&gt;
print &quot;&amp;lt;html&amp;gt;\n&quot;;
print &quot;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;TITLE&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;\n&quot;;
print &quot;&amp;lt;body bgcolor=white text=black link=blue vlink=blue&amp;gt;\n&quot;;
print &quot;some output message\n&quot;;
print &quot;&amp;lt;/body\n&quot;;
print &quot;&amp;lt;/html&amp;gt;\n&quot;;
[/code]

All that can be changed to match your site output. Like if your site uses a background image and red text, that code could become:

&lt;BLOCKQUOTE&gt;code:&lt;pre&gt;
print &quot;&amp;lt;html&amp;gt;\n&quot;;
print &quot;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;TITLE&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;\n&quot;;
print &quot;&amp;lt;body bgcolor=white bg=image.gif text=red link=blue vlink=blue&amp;gt;\n&quot;;
print &quot;some output message\n&quot;;
print &quot;&amp;lt;/body\n&quot;;
print &quot;&amp;lt;/html&amp;gt;\n&quot;;
[/code]

Obviously, a complicated site layout becomes a lot more difficult to handle, but it&#039;s still doable with a little effort. However, it might be easier to dump the script if that&#039;s the case and find a script that&#039;s based on template files for output. Perl is not nearly as forgiving of errors as HTML is, so it&#039;ll be less painful in the long run to use HTML templates rather than rewriting the xxx.cgi script itself. &lt;/pre&gt;&lt;/blockquote&gt;&lt;/pre&gt;</description>
     <pubDate>Sat, 29 Apr 2000 20:47:00 +0000</pubDate>
 <dc:creator>Maverick</dc:creator>
 <guid isPermaLink="false">comment 1004679 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/cgi-output#comment-1004678</link>
    <description> &lt;p&gt;Do you really mean “frame” or do you want to print the output of a CGI script in a particular place on a HTML web page? If so you’d normally use SSI (server side includes) to call the script and “print” the data on the page. Just make sure you have SSI enabled on your host and name the HTML files .shtml or .shtm and then add &amp;lt;!--#exec cgi=&quot;/cgi-bin/script.cgi&quot;--&amp;gt; to the page, where you want the script to print. Try referring to the scripts readme or home page (if there is one) for more information.&lt;/p&gt;
&lt;p&gt;Good luck,&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
Adam&lt;br /&gt;
AIS Internet Solutions&lt;br /&gt;
 &lt;a href=&quot;mailto:adam@aisinternet.com&quot; class=&quot;bb-email&quot;&gt;adam@aisinternet.com&lt;/a&gt;&lt;br /&gt;
 &lt;a href=&quot;http://www.aisinternet.com&quot; class=&quot;bb-url&quot;&gt;www.aisinternet.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 29 Apr 2000 20:38:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1004678 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
