Dyllon |
|
||||||
---|---|---|---|---|---|---|---|
I'm browsing through the second module you posted, mod_wowboss, and it clearly wont be a simple copy/paste. As you said before, it does seems as though this module is strictly outputting most of the data through an xml file. I can think of several ways that you can accomplish what this plugin is looking for off the top of my head.
Use this as a template. I haven't played WoW in nearly 4 years so I have no idea what columns you will need.
That should do it for your SQL file. Now you need to create the rest of the plugin. You will need a php file for administrations tools (refer to contact plugin -> contact.tools.php). Then you will need a php file to output the information to your index page (refer to the tags plugin -> tags.index.php). In your admin tools you will need to set it up so you can modify the values you created through your SQL file, and with your index page you need to set it up to display the values from the SQL file. As I said before; I'll lend a helping hand, but I would like for you to give an honest attempt at it first. The best way to learn is analyzing another developers code. Eventually you will pick up/understand what is going on. We are what we repeatedly do. Excellence then, is not an act, but a habit.
|