Phpay overwrites existing database-tables called "user" without asking the administrator. So if you install Phpay into the same database where your forum, guestbook, or whatever runs, say byebye to your data!
Suggestion1:
Using customer would be a better description for a shop-system.
Suggestion2:
Using a databasePrefix for tables like PHPAY (PHPAYcustomers, PHPAYitem, PHPAYprice) is good style! Becaus this gives unique table names.
Mika
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes a prefix for tables is on todo list and sleeps in db_func.inc.php.
Please search for 'prefix' in 2.02-forum to find some informations about - in German :-(
Greetings,
Andreas.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Phpay overwrites existing database-tables called "user" without asking the administrator. So if you install Phpay into the same database where your forum, guestbook, or whatever runs, say byebye to your data!
Suggestion1:
Using customer would be a better description for a shop-system.
Suggestion2:
Using a databasePrefix for tables like PHPAY (PHPAYcustomers, PHPAYitem, PHPAYprice) is good style! Becaus this gives unique table names.
Mika
Yes a prefix for tables is on todo list and sleeps in db_func.inc.php.
Please search for 'prefix' in 2.02-forum to find some informations about - in German :-(
Greetings,
Andreas.