View Single Post
Old 01-20-2002, 05:11 PM  
pr0
rockin tha trailerpark
 
pr0's Avatar
 
Industry Role:
Join Date: May 2001
Location: ~Coastal~
Posts: 23,088
Quote:
Originally posted by NetRodent:
We use our own hand-crafted set of scripts to manage our iBill and CCBill signups. The pincode verification part of it is very simple, we have a mysql table, that has the follow fields: (subaccount,plan,used). We just run the query 'select 1 from pins where subaccount=XXX and plan=XXX and used=N' to see if a pin is valid or not. If its good, we just set the 'used' field to yes and create the account.

IBill also supports pin verification through their DirectIntegration system. We haven't used that, but it would seem to elimiate the need to maintain a list of pincodes locally.
good shit

pr0 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote