Quote:
Originally posted by proxyMX
In Lesanes store php file, simply create a link to the Itemshop, integrating the two shops. Then use the integration hack to use the same points system. :P Or use includes.
|
You can add The Item shop and Bank into lesanes store alot easyer with 2 mysql query:
Item Shop:
Code:
INSERT INTO store VALUES (NULL, 'itemshop', '<a href="Itemshop.php">ItemShop</a>', '0', '0', 'someimage.gif', 'Buy All the items you want!', 'N','0');
Bank:
Code:
INSERT INTO store VALUES (13, 'bank', '<a href="itemshop.php?action=bank"><b>The Bank</a></font>', '0', 0, 'images/100.gif', 'With this action you can use our bank to store your money so it can not be robed, also gain money for keeping it in there...', 'Y', 0);