<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1027369" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1027369</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/credit-card-payments#comment-1167755</link>
    <description> &lt;p&gt;I tried Authnetscript.com&#039;s Authorize.net AIM PHP script and it is fairly nice, but I am totally afraid to use it.  The script requires that you put your Authorize.net username and password in the script.  Normally, you would use a transaction ID, which allows the script to communicate with Authorize.net, but not to log into the account and get access to your records and the virtual terminal.  However, Authnet&#039;s script doesn&#039;t use the terminal ID.  It uses the password.  That means that everyone at your hosting company, any hacker that gets access to your PHP files or anyone who has access to your source code (on your PC or a backup disk) can access your Authorize.net account and get EVERYTHING about you and your customers.  &lt;/p&gt;
&lt;p&gt;That just doesn&#039;t work for me.  Seems like it is a $45.00 security risk waiting to happen.&lt;/p&gt;
 </description>
     <pubDate>Sat, 12 Mar 2005 19:27:12 +0000</pubDate>
 <dc:creator>Serra</dc:creator>
 <guid isPermaLink="false">comment 1167755 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/credit-card-payments#comment-1167078</link>
    <description> &lt;p&gt;Update: Well the credit card script I wrote seems to be working fine. I wrote a module that has an array listed out so you set the elements to values from your script (all the order info), it then calls Authorize.net, gets a result back and places it into another array , with the elements properly named.&lt;/p&gt;
&lt;p&gt;If anyone needs help writing their own, or would like a copy of mine, let me know. I may just post it here. It will come with disclaimers from me saying I&#039;m not responsible though LOL.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Wed, 02 Mar 2005 00:23:49 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1167078 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/credit-card-payments#comment-1166712</link>
    <description> &lt;p&gt;Update. Well we got the script, and it&#039;s sample form works, however BEWARE, their script cannot be used inside of a function. I narrowed the problem we were having down to this (took their working &quot;sample&quot; script and put that code in a function, now it don&#039;t work either). Upon contacting them (never did fget responce back via e-mail, caught them on their &quot;Online help system after two days of trying), I sent them the question &quot;how do use &lt;strong&gt;include (&#039;./&lt;em&gt;scriptname.php&lt;/em&gt;&#039;);&lt;/strong&gt; inside of a function?&quot; I received the following simple message &quot;That type of support is not available on this product&quot;.&lt;/p&gt;
&lt;p&gt;So now, i&#039;m going off of the info at authorize.net to write my own system. (see&lt;br /&gt;
Advanced Integration Method (AIM) Implementation Guide at &lt;a href=&quot;http://authorize.net/support/guides.php&quot; class=&quot;bb-url&quot;&gt;http://authorize.net/support/guides.php&lt;/a&gt; for details on how to do this).&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Feb 2005 21:56:19 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1166712 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/credit-card-payments#comment-1166331</link>
    <description> &lt;p&gt;Well, we finally got our payment system online. We use Authorize.Net to process our payments, and got a script from &lt;a href=&quot;http://www.authnetscripts.com/&quot; class=&quot;bb-url&quot;&gt;http://www.authnetscripts.com&lt;/a&gt; which takes data from our web page and passes it on to authorize.net, gets their responce back, and gives us the info we need to either save the transaction, or tell them it failed.&lt;/p&gt;
&lt;p&gt;Using this method lets us completely customize our signup system, as it all stays on our site. We are also able to use this to process recurring monthly fees by having a cron run a script each night that automatically rebills the card on file if it is time to do so.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Thu, 17 Feb 2005 23:34:48 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1166331 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/credit-card-payments#comment-1166227</link>
    <description> &lt;p&gt;PayPal - It&#039;s fast, free, and secure! Upgrade your account to a Premiere or Business Account.&lt;/p&gt;
&lt;p&gt;Good luck. &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>Wed, 16 Feb 2005 19:46:15 +0000</pubDate>
 <dc:creator>EGS</dc:creator>
 <guid isPermaLink="false">comment 1166227 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/credit-card-payments#comment-1165981</link>
    <description> &lt;p&gt;most payment gateways - e.g. 2checkout.com can be configured to call a page on your website when the processing is complete. the payment gateway will pass in all the required information regarding the sale and your page can then be used to send an email to yourself and save the information into a database.&lt;/p&gt;
 </description>
     <pubDate>Sun, 13 Feb 2005 22:45:24 +0000</pubDate>
 <dc:creator>dbanners</dc:creator>
 <guid isPermaLink="false">comment 1165981 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/credit-card-payments#comment-1162781</link>
    <description> &lt;p&gt;I&#039;m in the middle of setting this up myself. We are setting up a signup for a service that will automatically rebill each month until cancelled. Not that hard, just making sure all bases are covered. &lt;/p&gt;
&lt;p&gt;Tonight I&#039;m focussing on the best method of encrypting the card info to store into the database. &lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Dec 2004 06:05:38 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1162781 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/credit-card-payments#comment-1162780</link>
    <description> &lt;p&gt;Thanks heaps!&lt;br /&gt;
Didn&#039;t think it would be all that hard just haven&#039;t done anything with online transactions before.&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Dec 2004 04:36:34 +0000</pubDate>
 <dc:creator>syawilim</dc:creator>
 <guid isPermaLink="false">comment 1162780 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/credit-card-payments#comment-1162762</link>
    <description> &lt;p&gt;Should be easy, just wiat till you get result back from whoever does your processing before you do an insert.&lt;/p&gt;
&lt;p&gt;1. User fills out form&lt;/p&gt;
&lt;p&gt;2. Your script gets the info, does all the data validating&lt;/p&gt;
&lt;p&gt;3. Your script calls a program [that takes the payment info and contacts authorize.net] and gets a responce back&lt;/p&gt;
&lt;p&gt;4. If the responce indicates the payment went through, call the sql with the INSERT to place the data in the database.&lt;br /&gt;
-- or --&lt;br /&gt;
If the responce indicates it didn&#039;t go through, take them back to the form to reenter data with notice that the current info didn&#039;t work.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 Dec 2004 15:21:21 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1162762 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
