Posts

Showing posts from July, 2015

Rollback your previous query of a particular event If any of the listed query fails

CodeIgniter utilizes an approach to transactions that is very similar to the process used by the popular database class ADODB. We’ve chosen that approach because it greatly simplifies the process of running transactions. In most cases all that is required are two lines of code. Traditionally, transactions have required a fair amount of work to implement since they demand that you keep track of your queries and determine whether to commit or rollback based on the success or failure of your queries. This is particularly cumbersome with nested queries. In contrast, we’ve implemented a smart transaction system that does all this for you automatically (you can also manage your transactions manually if you choose to, but there’s really no benefit). example $this->db->trans_start(); $this->db->query('AN SQL QUERY...'); $this->db->query('ANOTHER QUERY...'); $this->db->query('AND YET ANOTHER QUERY...'); $this->db->trans

Get online decryption different type of iso8583 message

https://iso8583.info/lib/ ACI :  ACI Worldwide, Inc. AMEX :  American Express Payment Services Ltd. ATOS :  Atos Wordline Transactional Services CB :  Groupement des Cartes Bancaires Compass :  Compass Plus Ltd. CUP :  China UnionPay DCI :  Diners Club International Ltd. Elavon :  Elavon Merchant Services Ltd. EMV :  Europay, MasterCard, Visa GICC :  General ISO-8583 Credit Card Hypercom :  Hypercom ISO :  International Organization for Standardization JCB :  Japan Credit Bureau Nets :  Nets A/S NFC :  NFC Forum Technical Specifications OmniPay :  OmniPay, Ltd OpenWay :  OpenWay Group PCSC :  Personal Computer/Smart Card (PC/SC) Workgroup RFC :  Request for Comments RS2 :  RS2 Software Group SafeNet :  SafeNet, Inc SCM :  SCM Microsystems Inc VISA :  Visa International

Basic commads for operating the amazon server files on linux bia putty

cd .. vim for creating file vim filename i for insert editing mode rm to remove mv to move cp to copy -rf recurrsive function for creating tar cvfx nam.tgz foldername tar -xvf filename service httpd status service https restart service mysqld check load command top kill -9 process id ps aux ps aux |grep httpd ps aux |grep mysqld df -h checking space du -sh* tar -xvf file name /etc/httpd/conf/httpd.conf cron crontab -e > /dev/null& lsof -i:port21 vim /etc/vsftpd/vsftpd.conf