<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1000639" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1000639</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/new-cgi-need-info-using-cgi-scripts#comment-1002758</link>
    <description> &lt;p&gt;it is a little more complicated, but not too much....hehe... &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;the download-zip contains a readme.txt that describes nearly everything you need to know, but be aware to upload the script as ASCII, not binary!!! this would be fatal to your script!&lt;/p&gt;
&lt;p&gt;remember to upload them into the right directory (it&#039;s often called bin or cgi-bin)&lt;/p&gt;
&lt;p&gt;then you have to change some paths, that lead to the data files and others.&lt;br /&gt;
a common problem is, the perl-interpreter on your provider&#039;s server is located not at /usr/bin/perl, then you have to change the first line in your script that says #!/usr/bin/perl to the actual path on your web-server. if you don&#039;t know, where it is ftp the server and type the command &amp;quot;which perl&amp;quot; in the command line, it returns the full path to the perl-interpreter&lt;br /&gt;
at last, set permissions on the script files by using the chmod 755 command, this will allow the user to run the script. the chmod 777 command described in readme.txt is needed to give writing permission to the script, otherwise it won&#039;t be able to create a new data-file!&lt;/p&gt;
&lt;p&gt;not that much, is it???&lt;/p&gt;
 </description>
     <pubDate>Tue, 18 May 1999 03:48:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1002758 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/new-cgi-need-info-using-cgi-scripts#comment-1002757</link>
    <description> &lt;p&gt;Thanks for your help!&lt;br /&gt;
Survey Says is exactly the type of script that I was looking for.&lt;/p&gt;
&lt;p&gt;So I just need to download it and then upload it my webhosts server? Or is it a bit more complicated then that?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;
 </description>
     <pubDate>Tue, 18 May 1999 01:49:00 +0000</pubDate>
 <dc:creator>chris</dc:creator>
 <guid isPermaLink="false">comment 1002757 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/new-cgi-need-info-using-cgi-scripts#comment-1002760</link>
    <description> &lt;p&gt;100% correct, but don&#039;t be so cruel, JP &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;chris,&lt;br /&gt;
i would be happy to hear from you again, could you send me an email and tell what happened? i&#039;m creating a new web-side especially for beginners and would love to hear how to support the &amp;quot;first steps&amp;quot; in cgi, html and so on......&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 May 1999 17:40:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1002760 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/new-cgi-need-info-using-cgi-scripts#comment-1002759</link>
    <description> &lt;p&gt;...and I guarantee that no matter how well you follow Patrick&#039;s faultless instructions - it will not work first time, but don&#039;t worry it never does &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;If you have any problems just ask here and someone will try and help you.&lt;br /&gt;
JP&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
The Webmaster Promotion and Resource Center.&lt;br /&gt;
&lt;a href=&quot;http://www.what-next.com&quot; class=&quot;bb-url&quot;&gt;http://www.what-next.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 May 1999 17:18:00 +0000</pubDate>
 <dc:creator>JP Stones</dc:creator>
 <guid isPermaLink="false">comment 1002759 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/new-cgi-need-info-using-cgi-scripts#comment-1002754</link>
    <description> &lt;p&gt;hi chris!&lt;br /&gt;
your first question is easy to answer: there are about thousands of good scripts on the net, just use a search-engine to find the script that fits to your requirements, or have a look at the resources-section at &lt;a href=&quot;http://www.webmaster-forums.com&quot; title=&quot;www.webmaster-forums.com&quot;&gt;www.webmaster-forums.com&lt;/a&gt; &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt; !!!&lt;/p&gt;
&lt;p&gt;downloading a script is the same as getting any file, from the internet, a simple download...&lt;br /&gt;
to make it run on a www-server, go to &lt;a href=&quot;http://www.cgi101.com&quot; title=&quot;www.cgi101.com&quot;&gt;www.cgi101.com&lt;/a&gt; and read the tutorial. in chapter 2 you&#039;ll find a description how to upload and to make it run on a unix-based system!&lt;br /&gt;
you should also ask your ISP what to do and where to put your scripts, most ISP&#039;s create a directory for you to put your scripts in.&lt;/p&gt;
&lt;p&gt;if you got any problems, just come back and ask, but to explain perl-programming in general would probably be a little too much for this forum.... &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;it&#039;s always a good thing to read the readme&#039;s and faq&#039;s you&#039;ll find with your script, cause every script needs to be modified for a new web-site...&lt;/p&gt;
&lt;p&gt;cu&lt;br /&gt;
patrick&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 May 1999 03:01:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1002754 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/new-cgi-need-info-using-cgi-scripts#comment-1002756</link>
    <description> &lt;p&gt;Survey Says is at:&lt;br /&gt;
[url]http://scripts.riffnet.com/ [/url]&lt;br /&gt;
I recommend it.&lt;br /&gt;
JP&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
The Webmaster Promotion and Resource Center.&lt;br /&gt;
&lt;a href=&quot;http://www.what-next.com&quot; class=&quot;bb-url&quot;&gt;http://www.what-next.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 May 1999 20:06:00 +0000</pubDate>
 <dc:creator>JP Stones</dc:creator>
 <guid isPermaLink="false">comment 1002756 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/new-cgi-need-info-using-cgi-scripts#comment-1002755</link>
    <description> &lt;p&gt;Hey Chris, &lt;/p&gt;
&lt;p&gt;Well I&#039;ll assume you&#039;ve got cgi access. With that go to &lt;a href=&quot;http://www.cgi-resources.com&quot; title=&quot;www.cgi-resources.com&quot;&gt;www.cgi-resources.com&lt;/a&gt; and you&#039;ll find what your looking for, try &amp;quot;Survey Says&amp;quot;. It worked the best for me in a pop up window out of the 4 or 5 others I tried. O&#039;yeah, warning seeing that you&#039;re new to cgi be prepared to be fustrated, hehe.&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Get listed on a search engine/directory within 24 hrs. FREE!&lt;br /&gt;
&lt;a href=&quot;http://www.birminghamnet.com/cgi-bin/links/pages/&quot; class=&quot;bb-url&quot;&gt;http://www.birminghamnet.com/cgi-bin/links/pages/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 16 May 1999 19:46:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1002755 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
