Shopping
From WoWRosterWiKi
(Difference between revisions)
Line 1: | Line 1: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
+ | {{Disclaimer}} | ||
{{MainMenu|Roster}} | {{MainMenu|Roster}} | ||
Line 28: | Line 29: | ||
needs to be continued... | needs to be continued... | ||
− | |||
[[Category:RosterAddon]] | [[Category:RosterAddon]] |
Latest revision as of 05:03, 12 May 2007
Important note: When you edit this page, you agree to release your contribution into the public domain. |
Contents |
Shopping
- Shopping is an addon for generating orders within roster and send it ingame to specified maker (guild member)
Where is it ?
First of all there are two addons needed for shopping:
- Shopping for roster
and
- Shopping WoW for WoW
Installation
- Shopping for roster
- Unzip the file and copy the folder shopping to your roster/addons folder
- Modify functions_cart.php in roster/addons/shopping folder on top:
$mysql_server = "loacalhost"; $mysql_username = "username"; $mysql_pwd = "password"; $mysql_dbname = "DB"; $table_prefix = "roster_";
- Btw this values are the same you use with your roster....:)
- IMPORTANT: YOU HAVE TO CHMOD the following file to 666 roster/addons/shopping/save/Shopping_list.lua
- Shopping WoW for WoW
needs to be continued...