SMF Shop

SMFShop => Coding => Topic started by: inkstains on March 25, 2007, 12:15:18 am

Title: [SOLVED] may be a simple question
Post by: inkstains on March 25, 2007, 12:15:18 am
just wondering where you get all the smf references from ummm like say to access the time logged on is there a listing of where those things are in the smf database? i've had a quick squizz on the smf board but couldn't find anything.
Title: Re: may be a simple question
Post by: Daniel15 on March 25, 2007, 10:26:57 am
If you use phpMyAdmin to browse the smf_members table, you'll see all the information as stored in the database :). Then, my items just modify this information.
Is this what you mean? ;)
Title: Re: may be a simple question
Post by: inkstains on March 25, 2007, 06:42:06 pm
just had a quick look and it looks good cheers Daniel