Thursday, June 11, 2015

Wampserver 64-bit running slow with Joomla or Drupal?

Simple fix for increasing page load speed 2X faster is to edit your configuration.php file and changing:

$host = 'localhost';


to

$host = '127.0.0.1';



my page load time went from 2.5 seconds to half a second!

Thursday, February 13, 2014

Bitcoin QR Code Button - Accept Payments and Invoice PHP Script

This demo Bitcoin application written in PHP and MySQL uses the Bitcoin Blockchain receive payments API to accept automated bitcoin payments using QR code generator and deposit address. All transactions is recorded on the websites MySQL Database with Invoice Status. This demo php script can be purchased using bitcoins and comes with full installtion instructions.



bitcoin-blockchain-pay-now-qr-code-button

Available at: http://www.rahulchand.net/bitcoin-blockchain-pay-now-qr-code-button.php

Tuesday, December 03, 2013

What is a Bitcoin?

"Bitcoin is a decentralized digital coin that uses a P2P internet protocol. It was created in 2009 by an anonymous programmer named Satoshi Nakamoto. You can exchange Bitcoins through a computer without an intermediate bank or other financial institution. One bitcoin is divided into 100 million smaller units (that is eight decimal points) called satoshis, so you can make small payments. Bitcoin is not like other coins: it has no central organization to regulate them. Instead, it works using a P2P internet protocol. The money is managed by bitcoin miners that confirm Bitcoin transactions and add them to a decentralized transaction log every ten minutes." 

REAL TIME QUOTE
 
How to use

Step 1: Get your FREE Bitcoin wallet from Blockchain



Step 2: Click here to START EARNING SOME FREE BITCOINS from BITVISITOR


 

Thursday, February 09, 2012

Clean blank icons on jailbroken iPhone with iWipe Cache

Winterboard sometime messes up the icons on the iPhone and makes them appear blank

To fix this install iWipe Cache from Cydia or Modmyi repo

http://modmyi.com/cydia/package.php?id=17669

Wednesday, February 08, 2012

How to clean and clear email suggestions auto-complete history in iPhone Mail.app

1. Download Diskaid from http://www.digidna.net/products/diskaid

2. Using Diskaid download AddressBook.sqlitedb file to PC from /private/var/mobile/Library/AddressBook




3. Backup AddressBook.sqlitedb to a safe place and then rename AddressBook.sqlitedb to AddressBook.sqlite

4. Use SQLite Manager Firefox extension to open AddressBook.sqlite

5. Browse Data tab and select ABRecent from table and select the record to delete and press the delete record button

6. Save AddressBook.sqlite and rename to AddressBook.sqlitedb

7. Upload AddressBook.sqlitedb to /private/var/mobile/Library/AddressBook using Diskaid

8. Switch off iPhone and Switch back on to reboot

9. Done!