The only way to reset the admin password is to do a SQL update statement on the database.
You will need to go into phpmyadmin or a similar program which can be user to administer the database tables.
The update statement that you can use is :
UPDATE ipn_tblpasswords SET userpassword = md5(‘admin’) WHERE username = ‘admin’
In this [...]
Entries from March 2012
Resetting admin password in PHP-eSeller
March 20th, 2012 · No Comments
Tags: PHP-eSeller · SQL databases
Release of Apple iPhone / iPod App
March 1st, 2012 · No Comments
http://itunes.apple.com/us/app/classical-poems-and-poets/id495791251?ls=1&mt=8 is Apple App of classical poems and poets which has just been released.
Classical Poems and Poets contain nearly 5000 searchable poems with about 150 biographies of poets. This covers many favorite poems written though out the centuries by many of the greats.
To see further details refer to the web site at :
http://apple.withinweb.com
Tags: Programming for Apple