ryanmitchell
Ok.
Ill ask u Ryan, what would u charge for the following:
1.
create a single seperate db (name: Vendors) for hosting all unique vendor ids.
(this can be later used to reference every unique database created per TI User install)
Note:
we need to find a common identifier (that is automatically generated for a TI User that has
successfully created their store setup).
Requires creation of unique field (vendor id) for every table found in a TI User’s database
When a TI User Store profile (held in its own database) is created, we need to store that database
name into another field in this database table for Vendor.
So. we require a table with 2 fields for this database
Table: Vendors
Field 1: VendorID
Field 2:VendorDB
2.
scripts in intial setup to create a unique Vendor Id and Vendor database name ( in the db i proposed in method #1)
3.
Following completion of above methods, we require a script that will search scan all
databases of IT Users Store profile.
This can present all Stores into a simple search result listing , like a directory does it, but just
need a simple interface (direct sql query on multiple databases)
What do u think about this ?
*** FORGOT TO ADD ***
This is assuming im hosting all these dbs on a single site, using only a single mysql PHP Admin