withinweb

Information and support for products of withinweb.com

withinweb header image 4

Entries Tagged as 'PHP-SecureArea'

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

PHP-SecureArea can use buy now type buttons

December 24th, 2009 · No Comments

Normally with PHP-SecureArea you use PayPal subscription facilities which control access to your secure area.  So when the subscription expires the access to the secure area ends.
One issue with this is that the customer has to have a PayPal account rather than purchasing through a credit / debit card.  This is because it is PayPal [...]

[Read more →]

Tags: PHP-SecureArea

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

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

Extracting data from myPHPAdmin

May 30th, 2009 · No Comments

A question I am often asked is how can I create better reports from the data that is in the mySQL database for transactions processed by PHPeSeller or by PHPSecureArea.  Both of these have sales history displays but you may wish to process the data in another application such as MS Excel or MS Access.
One [...]

[Read more →]

Tags: PHP-SecureArea · PHP-eSeller

How do I change the language code for PayPal?

April 8th, 2009 · No Comments

The language code for the PayPal site is defined in the button using a hidden field.
So for English language use
<input type=’hidden’ name=’lc’ value=’US’ />
Possible values are France(FR), Spain (ES), Italy (IT), Germany (DE), China (CN), English (US).
The customer should hopefully see the login page in the defined language.
To change the language code, go to the [...]

[Read more →]

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

Creating a mySQL Database in cPanel (new style)

April 4th, 2009 · No Comments

Log in to your Cpanel
Log into cPanel and click on the mySQL database link.

Create A New Database
Scroll down to where it says ‘new database’ and enter your choosen database name in the field and click on ‘Create Database’

MySql Account Maintenance Page 
Each step in the process will take you back and forth to the mySQL Maintenace [...]

[Read more →]

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