<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1038926" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1038926</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/ups-integration#comment-1222217</link>
    <description> &lt;p&gt;I hired pr0gr4mm3r to create one for me and I&#039;ll put it out there for you guys to use. Free of course &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;&lt;a href=&quot;http://satchamo.com/UPS.zip&quot; class=&quot;bb-url&quot;&gt;Here&#039;s the zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Only works with PHP 5.&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Jul 2007 16:26:09 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1222217 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/ups-integration#comment-1221429</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://us2.php.net/oop&quot; class=&quot;bb-url&quot;&gt;http://us2.php.net/oop&lt;/a&gt; will tell you the difference.  PHP5 is backwards compatible with PHP4 OOP methods.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hotscripts.com/Detailed/13897.html&quot; class=&quot;bb-url&quot;&gt;http://www.hotscripts.com/Detailed/13897.html&lt;/a&gt; is probably the best I found from Google.&lt;/p&gt;
&lt;p&gt;You may also want to consider searching for mods for known scripts like &lt;a href=&quot;http://www.oscommerce.com/community?contributions=&amp;amp;search=ups+tracking&amp;amp;category=all&quot; class=&quot;bb-url&quot;&gt;OSCommerce&lt;/a&gt;.&lt;/p&gt;
 </description>
     <pubDate>Mon, 09 Jul 2007 22:05:57 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1221429 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/ups-integration#comment-1221427</link>
    <description> &lt;p&gt;I have both pr0g. I downloaded their XML integration stuff, and the readme files are full of mumbo jumbo that doesn&#039;t make sense (to me). So I looked around for some scripts and only one looked promising, but it used PHP 4 and the OO stuff in it didn&#039;t work in PHP 5 (well, that&#039;s what I think was the problem, but I don&#039;t really know OO or the difference between 4 and 5).&lt;/p&gt;
&lt;p&gt;webwiz, that&#039;s not really what I&#039;m looking for. It&#039;s just a form that goes to UPS, I want something that integrates with my site. Thanks for trying though &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, 09 Jul 2007 21:50:57 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1221427 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/ups-integration#comment-1221422</link>
    <description> &lt;p&gt;Timothy Luoma has &lt;a href=&quot;http://www.tntluoma.com/search/&quot; class=&quot;bb-url&quot;&gt;a web form&lt;/a&gt; for looking up all kinds of data. This is the code he uses on that form for looking up UPS tracking numbers:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;form action=&amp;quot;http://wwwapps.ups.com/etracking/tracking.cgi&amp;quot; method=&amp;quot;get&amp;quot;&amp;gt;&lt;br /&gt;	&amp;lt;p class=&amp;quot;search&amp;quot;&amp;gt;&lt;br /&gt;		&amp;lt;input alt=&amp;quot;Track UPS&amp;quot; type=&amp;quot;submit&amp;quot;&amp;nbsp; class=&amp;quot;submit&amp;quot; value=&amp;quot;UPS tracking&amp;quot; /&amp;gt;&lt;br /&gt;		&amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;tracknums_displayed&amp;quot; value=&amp;quot;5&amp;quot; /&amp;gt;&lt;br /&gt;		&amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;TypeOfInquiryNumber&amp;quot; value=&amp;quot;T&amp;quot; /&amp;gt;&lt;br /&gt;		&amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;HTMLVersion&amp;quot; value=&amp;quot;4.0&amp;quot; /&amp;gt;&lt;br /&gt;		&amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;sort_by&amp;quot; value=&amp;quot;status&amp;quot; /&amp;gt;&lt;br /&gt;		&amp;lt;input alt=&amp;quot;Tracking Number&amp;quot; type=&amp;quot;text&amp;quot; class=&amp;quot;text&amp;quot; name=&amp;quot;InquiryNumber1&amp;quot; size=&amp;quot;24&amp;quot; maxlength=&amp;quot;48&amp;quot; /&amp;gt;&lt;br /&gt;	&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Mon, 09 Jul 2007 20:27:44 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1221422 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/ups-integration#comment-1221400</link>
    <description> &lt;p&gt;Your going to have to go through UPS&#039;s API.  Do you have an account with them?  A quick Google search shows that you need a &quot;Developer&#039;s Key&quot; and an &quot;Access Key&quot;.&lt;/p&gt;
 </description>
     <pubDate>Mon, 09 Jul 2007 14:39:52 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1221400 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
