withinweb

Information and support for products of withinweb.com

withinweb header image 4

Entries Tagged as 'PHP-KeyCodes'

Restoring Your mySQL Database From Backup using phpMyAdmin

January 25th, 2010 · No Comments

phpMyAdmin is a program used to manipulate databases remotely through a web interface. A good hosting package will have this included.

Login to phpMyAdmin.
Create a new blank database first.
Click databases, and select the database that you will be importing your data into.
Across the top of the screen will be a row of tabs. [...]

[Read more →]

Tags: PHP-KeyCodes · PHP-SecureArea · PHP-eSeller · mySQL databases

Backing up a database using phpMyAdmin

January 25th, 2010 · No Comments

This desciption is applicable to all the applications PHP-eSeller, PHP-SecureArea and PHP-KeyCodes.
You should backup your database at regular intervals. You will then be able to restore the database if something goes wrong.
phpMyAdmin is the name of the program that you can use to manipulate databases.  It is usually provided as part of you control panel [...]

[Read more →]

Tags: PHP-KeyCodes · PHP-SecureArea · PHP-eSeller · mySQL databases

PHP 5.3 and Depreciated Functions

January 9th, 2010 · No Comments

Version PHP 5.3 has a number of functions that are depreciated and earlier versions of PHPeSeller, PHPSecureArea and PHPKeyCodes will display warning messages identifying those depreciated functions when installed on PHP 5.3.  It will still work as the functions are still there although they will be removed in PHP 6
To overcome this for earlier versions of the applications, in the [...]

[Read more →]

Tags: PHP-KeyCodes · PHP-SecureArea · PHP-eSeller

Google checkout Oops! There was an error processing your request.

December 18th, 2009 · No Comments

Error when using PHP Google Demo Code.
Apparantly this error can occur with certain web servers which have a PHP bug.
It can be fixed as explained at :
http://code.google.com/p/google-checkout-php-sample-code/issues/detail?id=37

[Read more →]

Tags: PHP-KeyCodes

Sell software licence codes with PHP-KeyCodes

December 3rd, 2009 · No Comments

PHP-KeyCodes is a is used to sell software key codes or pin numbers using PayPal or Google Checkout.  The key codes are entered into the item details and when a customer makes a purchase, the first key code is removed and sent by email to the customer. This leaves the next key code ready for [...]

[Read more →]

Tags: PHP-KeyCodes

How to set up an external smtp service

November 28th, 2009 · No Comments

This describes how to set up the SMTP email for use with PHP-eSeller, PHP-SecureArea, PHP-KeyCodes.
You may find that you web server is not sending out emails as well as you would like.  Shared web servers sometimes have issues with how quickly the email is sent out and the headers in the emails.
To use an external [...]

[Read more →]

Tags: PHP-KeyCodes · PHP-SecureArea · PHP-eSeller

Withinweb is now on Twitter

September 14th, 2009 · No Comments

Follow withinweb on Twitter http://twitter.com/WithinWeb

[Read more →]

Tags: PHP-KeyCodes · PHP-SecureArea · PHP-eSeller

PHP-Keycodes now with Google

September 5th, 2009 · No Comments

PHP-KeyCodes is now able to use Google checkout as well as PayPal. 
In some ways Google checkout provides a better user experience than PayPal as the key code can be displayed to the customer on their Google checkout page. 
PHP-Keycodes can be used with a response handler (the code that monitors the transaction returned from Google checkout) [...]

[Read more →]

Tags: PHP-KeyCodes

Installing on Windows Web Server

August 9th, 2009 · No Comments

PHP-eSeller and PHP-KeyCodes can both be installed on a Windows Web Server which runs PHP and has a mySQL database.  This is quite a common arrangement now, and many hosting companies provide this, enabling PHP applications to be installed on Windows Web Servers. 
Both of the applications work fine on Windows servers and normally work straight [...]

[Read more →]

Tags: PHP-KeyCodes · PHP-eSeller

Can different applications use the one PayPal IPN account

May 30th, 2009 · No Comments

Can I use the same PayPal account for different PayPal applications.
Yes you can. The way you do it is to pass the url of the IPN script in the purchase button using the notify_url field.  PHP-eSeller, PHP-SecureArea and PHP-KeyCodes are all able to operate on the same PayPal account because they all send the IPN confirm [...]

[Read more →]

Tags: PHP-KeyCodes · PHP-SecureArea · PHP-eSeller