Quote Originally Posted by Jennestia View Post
Since you feel you can come up with an AH schematics in less than a day, create the outline, create the code, setup a server and give us access to a virtual one so we can play with it to see how a "day's work" pan out.

Go.
Hi.

http://24.192.254.74/ffxivah

Although I can't prove it to you, it took me 5 hours to set up this server, which included assembling the hardware, installing LAMP, accounts, services, etc.

The page you see there took me 30 minutes to come up with, using JQuery/JQuery UI. It's not hooked up to a backend DB, but I have a MySQL database set up with tables for different item categories, such as "weapons" or "cloth-head"

It looks like this:

Database ffxivah
Table structure for table Weapons
Field
Type
Null
Default
Comments
MIME type
Name
text
No



Quality
int(11)
No



Optimal Rank
int(11)
No



Seller
text
No



Price
int(11)
No



Time Ends
datetime
No



ALC
tinyint(1)
No



ARC
tinyint(1)
No



ARM
tinyint(1)
No



BSM
tinyint(1)
No



BOT
tinyint(1)
No



CRP
tinyint(1)
No



CON
tinyint(1)
No



CUL
tinyint(1)
No



FSH
tinyint(1)
No



GLA
tinyint(1)
No



GLD
tinyint(1)
No



LNC
tinyint(1)
No



TAN
tinyint(1)
No



MRD
tinyint(1)
No



MIN
tinyint(1)
No



PUG
tinyint(1)
No



THM
tinyint(1)
No



WVR
tinyint(1)
No