withinweb

Information and support for products of withinweb.com

withinweb header image 4

Entries from March 2009

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

Selling membership access with PHP-SecureArea

March 1st, 2009 · No Comments

Membership sites make up some of the biggest and most lucrative websites online and with PHP-SecureArea, the benefits are well worth the initial time investment.
How Much Can You Make?
The income potential of a membership site can be unlimited. If your website or service is valuable and you have enough traffic then your monthly income can [...]

[Read more →]

Tags: PHP-SecureArea

thesitemapper PDF file indexing

March 1st, 2009 · No Comments

The latest version of thesitemapper is able to index titles from Adobe pdf documents as well as index titles from Microsoft Word documents.
This means that thesitemapper can now generate site maps for web sites that contain PDF documents and Word documents.
The latest version can be downloaded from either http://www.withinweb.com/thesitemapper/download.php or from http://thesitemapper.com/download.php

[Read more →]

Tags: thesitemapper

Anaylsing sales data in more detail

March 1st, 2009 · No Comments

With PHP-eSeller, If you have items in category / subcategory and you wish to analyse the items sold per categtory / subcategory, then one method is to use a SQL View and export the data to a spreadsheet.
A SQL View is like a query in MS Access.  It is a combinations of a number of [...]

[Read more →]

Tags: PHP-eSeller

https SSL fix for IE

March 1st, 2009 · No Comments

When using PHP-eSeller, if you are using the download login pages within https rather that http you may have to do a modification to the login_downloads_file.php
The modification is necessary to fix a bug in Internet Explorer for https SSL as explained on http://abeautifulsite.net/notebook/27 and http://support.microsoft.com/kb/316431
The change is to remove header(“Pragma: no-cache”); and replace with header(‘Pragma: [...]

[Read more →]

Tags: PHP-eSeller