<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019414" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019414</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/php-blundering#comment-1116000</link>
    <description> &lt;p&gt;Unchecking the auto-parse won&#039;t remove any url tags, it simply wont add anymore.  You&#039;ll have to uncheck the box, then remove any url tags that are already in there.&lt;/p&gt;
 </description>
     <pubDate>Tue, 15 Oct 2002 03:44:21 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1116000 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/php-blundering#comment-1115988</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by nike_guy_man &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;On another note:&lt;br /&gt;
How do I get around Vbulletin parsing URLs in my posts? I checked twice on preview to see if it did that and it wouldn&#039;t remove the [url] either time &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;if you click the [post reply] button rather than using the form at the bottom of the thread, you can uncheck the &quot;Automatically parse URLs&quot; option.  or, i think you can edit your post and uncheck it.&lt;/p&gt;
 </description>
     <pubDate>Tue, 15 Oct 2002 00:25:00 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1115988 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/php-blundering#comment-1115987</link>
    <description> &lt;p&gt;yes i do...and its not really supposed to be &quot;secure&quot;...i have a DB of peeps that are registered, but its a free site.  just to count my users and track &#039;em a wee bit.  and i know if i needed/wanted it to be &quot;secure&quot; i could use sessions...but, #1- i dont think i can do it now at my skill level and #2- why overdo it?  most people on this site barely understand html, let alone edit a cookie.&lt;/p&gt;
 </description>
     <pubDate>Tue, 15 Oct 2002 00:01:09 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1115987 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/php-blundering#comment-1115985</link>
    <description> &lt;p&gt;Put the cookie checker wherever you want to mark off the stuff that can&#039;t be seen without a cookie...&lt;br /&gt;
You have it set so if they have a cookie they can get in... kind of insecure... are you checking against a DB or anything???&lt;/p&gt;
&lt;p&gt;On another note:&lt;br /&gt;
How do I get around Vbulletin parsing URLs in my posts? I checked twice on preview to see if it did that and it wouldn&#039;t remove the [url] either time&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 Oct 2002 23:57:26 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1115985 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/php-blundering#comment-1115984</link>
    <description> &lt;p&gt;ok cool...i figured that much...and to check cookies...when i use an HTTP_COOKIE_VARS, does that go in the header or right after the  tag?  thanks so much for guiding me thru this blundering&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 Oct 2002 23:54:11 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1115984 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/php-blundering#comment-1115983</link>
    <description> &lt;p&gt;Looks like vBulletin is parsing the URL inside the PHP tags. Here&#039;s how it should be...&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;header&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Location: http://www.yourwebsite.com/\&quot;);&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 Oct 2002 23:44:45 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1115983 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/php-blundering#comment-1115982</link>
    <description> &lt;p&gt;ok...thanks...and for checking a cookie?&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$HTTP_COOKIE_VARS&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NameCookie&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;]) {&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;//page&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;} else {&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;header&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Location: &amp;lt;a href=&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;http&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;//www.myurl.com/&quot; class=&quot;bb-url&quot;&amp;gt;http://www.myurl.com/&amp;lt;/a&amp;gt;&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;exit;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
will that work, insert my page where &quot;page&quot; is...&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 Oct 2002 23:43:50 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1115982 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/php-blundering#comment-1115980</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.php.net/manual/en/function.header.php&quot; class=&quot;bb-url&quot;&gt;http://www.php.net/manual/en/function.header.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;header&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Location: &amp;lt;a href=\&quot;http://www.example.com/\&quot; class=\&quot;bb-url\&quot;&amp;gt;http://www.example.com/&amp;lt;/a&amp;gt;\&quot;);&lt;br /&gt;exit;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 Oct 2002 23:33:47 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1115980 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
