<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018331" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018331</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/perl-log-0#comment-1108129</link>
    <description> &lt;p&gt;will be flat file...i havent yet because i dont know how to separate the data...i have made a form (but no form path), cuz i dont know what to use&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 May 2002 00:50:03 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1108129 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/perl-log-0#comment-1108053</link>
    <description> &lt;p&gt;Ok.&lt;/p&gt;
&lt;p&gt;So, you have a database set up? What kind of database is it? What is the strucutre of the database? Where is the form that people send the information from?&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 May 2002 08:35:03 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1108053 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/perl-log-0#comment-1108039</link>
    <description> &lt;p&gt;&#039;this&#039; is information the user submits through a sign-up form, sending data into a database...which i would like it to submit into THE database that we have been working on here...&lt;/p&gt;
&lt;p&gt;also...i dont really like the .htaccess, i think it looks unprofessional&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 May 2002 01:26:12 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1108039 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/perl-log-0#comment-1107986</link>
    <description> &lt;p&gt;OK. You&#039;re asking a lot here! &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;1. The way I would do this would be to pass every page request through my perl script. This script would then parse every page and look for the tag , and if found ask for a login/password. If not, then let the user view the page as normal.&lt;/p&gt;
&lt;p&gt;I have actually done something very similar before, but I wouldn&#039;t do it again; mainly because there are much better systems. If you stick to htaccess authentication you&#039;ll save yourself a) reinventing the wheel, b) a lot of bother and c) you will save a lot of server resources. Parsing every page through a perl script just to look for a tag can take up a lot of your memory - especially if the pages are long.&lt;/p&gt;
&lt;p&gt;2. I don&#039;t know what you mean by &#039;automatically add to this database&#039;, sorry? What exactly is &#039;this&#039; you want to add to a database?&lt;/p&gt;
 </description>
     <pubDate>Tue, 30 Apr 2002 08:40:32 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1107986 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/perl-log-0#comment-1107957</link>
    <description> &lt;p&gt;one more thing...how would i automatically add to this database (preferably using PERL)...through a form?&lt;/p&gt;
&lt;p&gt;thanks for everyones help...thanks ALOT!&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 29 Apr 2002 22:20:32 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1107957 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/perl-log-0#comment-1107949</link>
    <description> &lt;p&gt;so i can do it....does anyone know how?  please help me!&lt;/p&gt;
&lt;p&gt;lol&lt;/p&gt;
 </description>
     <pubDate>Mon, 29 Apr 2002 20:52:43 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1107949 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/perl-log-0#comment-1107948</link>
    <description> &lt;p&gt;that&#039;s more complex than using .htaccess -- it would require hidden fields or cookies to track the referring page so you can push people back there once they&#039;ve logged in.&lt;/p&gt;
&lt;p&gt;You would have the test of logging in-ed-ness in the header. However, I&#039;ve never done that, because I&#039;m not a programmer. I&#039;ve seen it done with Perl, Java and PHP, but I don&#039;t know exactly how it works.&lt;/p&gt;
&lt;p&gt;There is no easy tag for it, though.&lt;/p&gt;
&lt;p&gt;This sort of system is the essence of CGI.&lt;/p&gt;
 </description>
     <pubDate>Mon, 29 Apr 2002 20:49:19 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1107948 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/perl-log-0#comment-1107942</link>
    <description> &lt;p&gt;what if this page was for the users to access it...not just me...but i still want to use PERL...isnt there some simple tag like &lt;code&gt;&amp;lt;password&amp;gt;&lt;/code&gt;&#039; or something, that marks a page, telling the server it needs a password to be accessed, and it redirects them to a login page...like the skateboard.com website or almost any other website i can think of&lt;/p&gt;
 </description>
     <pubDate>Mon, 29 Apr 2002 19:27:58 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1107942 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/perl-log-0#comment-1107921</link>
    <description> &lt;p&gt;I&#039;ll have to second Suzanne here &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, 29 Apr 2002 09:24:49 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1107921 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/perl-log-0#comment-1107887</link>
    <description> &lt;p&gt;Usually (my favourite caveat) you would password protect a directory, not a file. So you would set up a directory and put all the files in that directory that you want to keep safe from prying eye. &lt;/p&gt;
&lt;p&gt;Does that help?&lt;/p&gt;
 </description>
     <pubDate>Mon, 29 Apr 2002 01:37:21 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1107887 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
