With many applications it is neccessary to find the full path name of a folder and then enter it into the admin area of the application. This is required in PHP-eSeller to identify the location of the digital files, and it is required in PHP-SecureArea to define the secure folders.
Download, unzip, and ftp to the [...]
Entries from June 2008
Finding the full path name (absolute path) of a folder
June 29th, 2008 · No Comments
Tags: General PHP · PHP-SecureArea · PHP-eSeller
New Product : PHP-KeyCodes
June 25th, 2008 · No Comments
PHP-KeyCodes is a new product which is used to sell software key codes or pin numbers using PayPal. 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 [...]
Tags: PHP-KeyCodes
How do I reset the admin password in my application?
June 25th, 2008 · No Comments
I have had a few users forget their password that they use to login to the admin area of either PHP-eSeller, PHP-SecureArea or PHP-KeyCodes.
The best way to reset the admin password is by using the myPHPAdmin facility in your server control panel. If you log in to your server control panel and find myPHPAdmin, then [...]
Tags: PHP-KeyCodes · PHP-SecureArea · PHP-eSeller
Further desciption of search system in PHP-eSeller templates
June 25th, 2008 · 1 Comment
If you use PHP-eSeller and use the template system, the following describes the search function in a bit more detail.
The search system in the templates use the mySQL FULLTEXT search using the MATCH keyword.
The fields that are searched are in tblitems and are item_name, item_title, item_description, item_description_full and keywords
First, all MySQL stop words are ignored [...]
Tags: PHP-eSeller