withinweb

Information and support for products of withinweb.com

withinweb header image 4

Entries Tagged as '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

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 · SQL databases

Create a mySQL database with GoDaddy hosting

March 26th, 2009 · No Comments

This describes creating a database with GoDaddy hosting
First, start by logging into your GoDaddy account:

Click on my hosting account (dropdown under “hosting”)

Click on “manage account” under the correct hosting account domain

Once you’re in the “hosting control center” click on “mysql” from the “databases” dropdown menu

Click the “create database” button

Choose MySQL version 4 or 5, and [...]

[Read more →]

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

Create a mySQL database using cpanel (old style)

March 24th, 2009 · No Comments

This tutorial will take you step-by-step through the process of creating a database for use with withinweb applications using CPanel.
First, login to your cpanel control panel.
You should see a large number of icons, one of which will be mySQL Database
Click on this and you will be taken to the mySQL Account Maintenance page.  You may also [...]

[Read more →]

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

Logging in and session errors

January 31st, 2009 · No Comments

With PHP-eSeller, PHP-SecureArea or PHP-KeyCodes, if you get an error during installation where the admin keeps on logging out, it is usually because there is an issue with session variables on your server.
First check using the test file a_session_test.php  When the page is first loaded there will be a link, click the link and it [...]

[Read more →]

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

Sending email from windows server

January 31st, 2009 · No Comments

PHP-eSeller and PHP-KeyCodes can both be installed on a Windows 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 Servers.
Both applications need to send out emails from the server and this can be done [...]

[Read more →]

Tags: PHP-KeyCodes · PHP-eSeller

What is IPN

December 21st, 2008 · No Comments

Instant Payment Notification (IPN) is the method that PayPal uses to automatically notify a defined web page when a PayPal payment has been made. For a complete description refer to the PayPal IPN Manual which you can find on the http://www.paypal.com/ipn site.
The principle that PayPal uses is as follows : You first create a PayPal ‘buy [...]

[Read more →]

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

PHP-KeyCodes custom field

November 30th, 2008 · No Comments

When you sell pin codes or software licence codes using PHP-KeyCodes, you may want the customer to enter in some text during purchase which is returned to you in the purchase information. This might be the type of cellphone, or some other information that you require for you records.
PayPal has a field called [...]

[Read more →]

Tags: PHP-KeyCodes