diff --git a/.htaccess b/.htaccess
new file mode 100644
index 00000000..13e5791d
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,29 @@
+Options -Indexes -MultiViews
+
+RewriteEngine On
+#RewriteBase /
+
+# Page parser
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule ^([A-Za-z0-9-_']+)\.png/?$ tools/signature/index.php?name=$1 [L]
+RewriteRule ^images/items/([0-9]+)\.gif$ tools/item.php?id=$1
+RewriteRule ^characters/([A-Za-z0-9-_+']+)$ index.php?subtopic=characters&name=$1
+RewriteRule ^guilds/([A-Za-z0-9-_+']+)$ index.php?subtopic=guilds&action=show&guild=$1
+RewriteRule ^forum/board/([0-9]+)$ index.php?subtopic=forum&action=show_board&id=$1
+RewriteRule ^account/manage$ index.php?subtopic=accountmanagement
+RewriteRule ^account/create$ index.php?subtopic=createaccount
+RewriteRule ^account/lost$ index.php?subtopic=lostaccount
+RewriteRule ^account/logout$ index.php?subtopic=accountmanagement&action=logout
+RewriteRule ^news/archive/([0-9]+)$ index.php?subtopic=news&archive=true&id=$1
+RewriteRule ^news/archive$ index.php?subtopic=news&archive=true
+RewriteRule ^highscores/([A-Za-z0-9-_]+)/([A-Za-z0-9-_]+)?$ index.php?subtopic=highscores&list=$1&vocation=$2
+RewriteRule ^highscores/([A-Za-z0-9-_']+)$ index.php?subtopic=highscores&list=$1
+RewriteRule ^admin/$ admin/index.php
+RewriteRule ^install/$ install/index.php
+
+# temp solution >.>
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule ^([A-Za-z0-9-_]+)/?$ index.php?p=$1 [L]
+RewriteRule ^([A-Za-z0-9-_]+)/([A-Za-z0-9-_]+)?$ index.php?p=$1&action=$2 [L]
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 00000000..94a9ed02
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+ .
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
diff --git a/README b/README
new file mode 100644
index 00000000..c188c405
--- /dev/null
+++ b/README
@@ -0,0 +1,41 @@
+MyAAC 0.0.1 - http://www.myaac.net/
+
+REQUIREMENTS
+=====================================
+ - PHP 5.1.0 or later
+ - MySQL database
+ - (optional) mod_rewrite to use friendly_urls
+
+INSTALLATION AND CONFIGURATION
+=====================================
+ Just decompress and untar the source (which you should have done by now,
+ if you're reading this), into your webserver's document root.
+
+ MyAAC needs proper permissions to handle files correctly.
+ If you're using apache2, then your directory needs to have owner set to: www-data, you can do it by using following command:
+ chown -R www-data.www-data /var/www/*
+ (or any other path your MyAAC installation is located at..)
+
+--------------------------
+ Note: Linux only
+ If you're under linux use these commands to set proper permissions:
+ chmod 660 config.local.php
+ chmod 660 images/guilds
+ chmod 660 images/houses
+ chmod 660 images/screenshots
+--------------------------
+
+ Visit http://your_domain/install (http://localhost/install) and follow instructions in the browser.
+
+KNOWN PROBLEMS
+=====================================
+ - none -
+
+OTHER NOTES
+=====================================
+ If you have a great idea or want contribute to the project - visit our website at http://www.my-aac.org
+
+LICENSING
+=====================================
+ This program and all associated files are released under the GNU Public
+ License, see LICENSE for details.
diff --git a/admin/.htaccess b/admin/.htaccess
new file mode 100644
index 00000000..4beb9e61
--- /dev/null
+++ b/admin/.htaccess
@@ -0,0 +1,4 @@
+# uncomment if you want to restrict access only for your ip
+#order deny,allow
+#deny from all
+#allow from 127.0.0.1
\ No newline at end of file
diff --git a/admin/includes/functions.php b/admin/includes/functions.php
new file mode 100644
index 00000000..ab604f76
--- /dev/null
+++ b/admin/includes/functions.php
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/admin/index.php b/admin/index.php
new file mode 100644
index 00000000..d0a16a2e
--- /dev/null
+++ b/admin/index.php
@@ -0,0 +1 @@
+install/ directory exists. Please visit this url to start MyAAC Installation. Delete install/ directory if you already installed MyAAC. Remember to REFRESH this page when you\'re done!');
}
$content = '';
// validate page
$page = isset($_GET['p']) ? $_GET['p'] : '';
if(empty($page) || preg_match("/[^a-zA-Z0-9_\-]/", $page))
$page = 'dashboard';
$page = strtolower($page);
define('PAGE', $page);
require(SYSTEM . 'functions.php');
require(SYSTEM . 'init.php');
require(SYSTEM . 'status.php');
require(SYSTEM . 'login.php');
require(ADMIN . 'includes/functions.php');
// if we're not logged in - show login box
if(!$logged || !admin()) {
$page = 'login';
}
// include our page
$file = SYSTEM . 'pages/admin/' . $page . '.php';
if(!@file_exists($file)) {
$page = '404';
$file = SYSTEM . 'pages/404.php';
}
ob_start();
include($file);
$content .= ob_get_contents();
ob_end_clean();
// template
$template_path = 'templates/clean/';
require(ADMIN . $template_path . 'template.php');
?>
\ No newline at end of file
diff --git a/admin/templates/clean/style.css b/admin/templates/clean/style.css
new file mode 100644
index 00000000..c2f5da37
--- /dev/null
+++ b/admin/templates/clean/style.css
@@ -0,0 +1,136 @@
+*{
+ margin:0;
+ padding:0;
+}
+body {
+ font-family: Helvetica;
+ color: #313334;
+ background: /*#f9f9f9 #EEEEEE*/#F7F6F1;
+}
+
+img {border: none;}
+
+a:link {color: #000; text-decoration: none;}
+a:visited {color: #000; text-decoration: none;}
+a:focus {color: #000; text-decoration: none;}
+a:active {color: #000; text-decoration: underline;}
+a:hover {color: #000; text-decoration: underline;}
+a.current {font-weight: bold;}
+
+h5.blue {color: #6b7b95;}
+h5.red {color: #c17878;}
+h5.green {color: #78ba91;}
+h5.purple {color: #a87aad;}
+
+h1, h2, h3, h4, h5, h6 {color: #313334; font-weight: bold;}
+.separator {color:#BCE}
+.margin-left{
+ margin-left:5px;
+}
+
+.button { background:#eee url(images/button.gif) repeat-x 0 0; border:solid 1px #b1a874; color:#7f7f7f; font-size:11px; padding:2px 6px 2px 6px; cursor:pointer; line-height:14px !important; }
+.button:hover { color:#333; border-color:#857b42; }
+
+.field, .button { -moz-border-radius:4px; -webkit-border-radius:4px; }
+.small-field, .button, .pagging a { -moz-border-radius:3px; -webkit-border-radius:3px; }
+
+.table th {
+ background-color: #4CAF50;
+ color: white;
+ text-align: left;
+}
+
+.table tr:nth-child(odd) {background-color: #d1d1d1}
+
+a.ico { color:#9d9c9a; font-size:10px; text-decoration: none; padding:0 0 0 14px; background-repeat:no-repeat; background-position:0 0; }
+a.ico:hover { color:#333;}
+
+#container{
+ width:960px;
+ margin-left:auto;
+ margin-right:auto;
+}
+#header {
+ /*width: 960px;*/
+ padding-left: auto;
+ padding-right: auto;
+ border-bottom: 1px dotted black;
+ margin-top: 40px;
+}
+#header h1 {
+ margin: 0;
+ padding-top: 20px;
+ text-align: center;
+}
+#sidebar{
+ background: #FFF;
+ width: 170px;
+ float: left;
+ margin: 10px 0 10px 0;
+ padding: 10px;
+ border: 1px solid #CCC;
+}
+#content {
+ width: 740px;
+ float: right;
+ margin: 20px 0 10px 0;
+ padding: 10px;
+}
+#footer {
+ margin-top: 20px;
+ border-top: 1px dotted black;
+ text-align: center;
+ clear: both;
+}
+/*********************
+ Sidebar
+*********************/
+#sidebar ul{
+ list-style:none;
+ line-height:22px;
+}
+#sidebar ul li a,#sidebar ul li a:visited{
+ padding-left:19px;
+ text-decoration:none;
+ margin:0 3px;
+ display:block;
+}
+#sidebar ul li a:hover{
+ text-decoration:underline;
+}
+#sidebar ul li ul{
+ margin-left:10px;
+}
+#sidebar h3{
+ padding:2px;
+ font-size:14px;
+}
+/*********************
+ Status & version boxes
+*********************/
+#status {
+ position: absolute; top: 10px; left: 10px;
+ margin: 0px;
+ float: right;
+ font-size: 12px;
+}
+#status .success {
+ margin: 0px:
+}
+#version {
+ position: absolute; top: 10px; right: 10px;
+ float: right;
+ text-align: right;
+ font-size: 12px;
+}
+/*********************
+ Infobox
+*********************/
+#infobox{
+ border:1px solid #e9e8e3;
+}
+#infobox h3{
+ background:#f7f6f1;
+ border-bottom:1px solid #e9e8e3;
+ color:#654322;
+}
\ No newline at end of file
diff --git a/admin/templates/clean/template.php b/admin/templates/clean/template.php
new file mode 100644
index 00000000..dfc6e5c7
--- /dev/null
+++ b/admin/templates/clean/template.php
@@ -0,0 +1,95 @@
+
+
+
+
+
+ - Powered by MyAAC
+
+
+
+
+
+
+
+
diff --git a/admin/templates/stylish/Kopia index.html b/admin/templates/stylish/Kopia index.html
new file mode 100644
index 00000000..4662068f
--- /dev/null
+++ b/admin/templates/stylish/Kopia index.html
@@ -0,0 +1,281 @@
+
+
+
+
+Dashboard - Admin Template
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sales for July
+
+
+
+
Traffic for July
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/admin/templates/stylish/blank.html b/admin/templates/stylish/blank.html
new file mode 100644
index 00000000..01b09cf0
--- /dev/null
+++ b/admin/templates/stylish/blank.html
@@ -0,0 +1,100 @@
+
+
+
+
+Dashboard - Admin Template
+
+
+
+
+
+
+
+
+
+
diff --git a/admin/templates/stylish/css/Copy of theme.css b/admin/templates/stylish/css/Copy of theme.css
new file mode 100644
index 00000000..9a5f2f88
--- /dev/null
+++ b/admin/templates/stylish/css/Copy of theme.css
@@ -0,0 +1,121 @@
+body{
+ background:#f7f6f0 url(../img/bg.jpg) repeat-x top;
+ color: #202020;
+}
+a, a:visited{
+ color:#993300;
+}
+input{
+ border:1px solid #e8e7e1;
+}
+select{
+ border:1px solid #e8e7e1;
+}
+#header h2{
+ color:#FFF;
+}
+#content{
+ background:#FFF;
+}
+#sidebar{
+ background:#FFF;
+}
+#sidebar h3{
+ background:#f7f6f0;
+ border-bottom:1px solid #e8e7e1;
+}
+#topmenu a,#topmenu a:visited{
+ color:#f7f6f0;
+ background:#cc3300;
+}
+#topmenu a:hover{
+ color: #FFF;
+}
+#topmenu .current a, #topmenu .current a:hover, #topmenu .current a:visited{
+ color:#993400;
+ background: #FFF url(../img/bg_menu_red.jpg) repeat-x top;
+ border-left: #FFF 1px solid;
+ border-right: #FFF 1px solid;
+}
+#top-panel{
+ background:#FFF;
+}
+table{
+ background:none;
+}
+td, th{
+ border:1px solid #e8e7e1;
+}
+thead{
+ background:#f7f6f0;
+}
+#styleswitcher{
+ background:#FFFFFF;
+}
+#footer{
+ background:#FFF;
+}
+#box{
+ border:1px solid #e8e7e1;
+}
+#box h3{
+ background:#f7f6f0;
+ border-bottom:1px solid #e8e7e1;
+ color:#993300;
+}
+/***************
+ Forms
+***************/
+form#form fieldset {
+ border:1px solid #e8e7e1;
+}
+form#form legend {
+ border:1px solid #e8e7e1;
+ background:#fff url(../img/form_red.gif) repeat-x center left;
+ color:#993300;
+}
+form#form input {
+ border:1px solid #e8e7e1;
+ background:#fff url(../img/form_red.gif) repeat-x top left;
+}
+form#form textarea {
+ border:1px solid #e8e7e1;
+ background:#fff url(../img/form_red.gif) repeat-x bottom left;
+}
+form#form option {
+ background:#FFF;
+}
+form#form optgroup {
+ background:#e8e7e1;
+}
+form#form optgroup option {
+
+}
+form#form #button1, form#form #button2 {
+ color:#c00;
+}
+form#form #button1:hover, form#form #button2:hover {
+ color:#000;
+}
+/***************
+ Home
+***************/
+#infobox{
+ border:1px solid #e8e7e1;
+}
+#infobox h3{
+ background:#f7f6f0;
+ border-bottom:1px solid #e8e7e1;
+ color:#993300;
+}
+#rightnow {
+ border:1px solid #e8e7e1;
+}
+#rightnow .reallynow {
+ background:#f7f6f0;
+ color:#993300;
+}
+#rightnow h3{
+ background:#f7f6f0;
+ border-bottom:1px solid #e8e7e1;
+}
\ No newline at end of file
diff --git a/admin/templates/stylish/css/ie-sucks.css b/admin/templates/stylish/css/ie-sucks.css
new file mode 100644
index 00000000..27a6c23a
--- /dev/null
+++ b/admin/templates/stylish/css/ie-sucks.css
@@ -0,0 +1,21 @@
+#content{
+ width:740px;
+}
+#topmenu{
+ margin-top:26px;
+}
+#sidebar{
+ width:160px;
+}
+#sidebar ul{
+ width:150px;
+}
+#sidebar ul li ul{
+ width:140px;
+}
+#sidebar h3{
+ margin-bottom:5px;
+}
+#rightnow .reallynow a {
+ padding:0 0 0 10px;
+}
\ No newline at end of file
diff --git a/admin/templates/stylish/css/iepngfix.htc b/admin/templates/stylish/css/iepngfix.htc
new file mode 100644
index 00000000..a8c5d312
--- /dev/null
+++ b/admin/templates/stylish/css/iepngfix.htc
@@ -0,0 +1,68 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/admin/templates/stylish/css/style.css b/admin/templates/stylish/css/style.css
new file mode 100644
index 00000000..345f94e3
--- /dev/null
+++ b/admin/templates/stylish/css/style.css
@@ -0,0 +1,397 @@
+/*********************
+ HTML Elements
+*********************/
+*{
+ margin:0;
+ padding:0;
+}
+img, div,a { behavior: url(css/iepngfix.htc) }
+body{
+ font-size: 12px;
+ font-family: Arial, Tahoma, Verdana;
+}
+a, a:visited{
+ text-decoration:none;
+}
+img{
+ border:0;
+ margin:1px;
+}
+p{
+ padding:3px;
+}
+h2{
+
+}
+input{
+ padding:2px;
+}
+select{
+ padding:2px;
+}
+/*********************
+ Status
+*********************/
+#status {
+ position: absolute; top: 10px; left: 10px;
+ margin: 0px;
+ float: right;
+ font-size: 12px;
+}
+#status .success {
+ margin: 0px:
+}
+#version {
+ position: absolute; top: 10px; right: 10px;
+ float: right;
+ text-align: right;
+ font-size: 12px;
+}
+/*********************
+ Structure
+*********************/
+#container{
+ width:960px;
+ margin-left:auto;
+ margin-right:auto;
+}
+#header{
+ width:960px;
+}
+#header h2{
+ margin-top:20px;
+}
+#content{
+ width:740px;
+ float:left;
+ margin:10px 0 10px 0;
+ padding:10px;
+}
+#sidebar{
+ background:#FFF;
+ width:170px;
+ float:right;
+ margin:10px 0 10px 0;
+ padding:10px;
+}
+#footer{
+ clear:both;
+ padding:5px;
+ margin-top:10px;
+}
+#box h3{
+ padding:5px;
+ font-size:14px;
+}
+/*********************
+ Sidebar
+*********************/
+#sidebar ul{
+ list-style:none;
+ line-height:22px;
+}
+#sidebar ul li a,#sidebar ul li a:visited{
+ padding-left:19px;
+ text-decoration:none;
+ margin:0 3px;
+ display:block;
+}
+#sidebar ul li a:hover{
+ text-decoration:underline;
+}
+#sidebar ul li ul{
+ margin-left:10px;
+}
+#sidebar h3{
+ padding:2px;
+ font-size:14px;
+}
+/*********************
+ TopMenu, Top-Panel
+*********************/
+#topmenu{
+ margin-top:33px;
+ width:700px;
+ float:left;
+ voice-family:inherit;
+}
+#topmenu ul{
+ list-style:none;
+ line-height:25px;
+}
+#topmenu li{
+ display:inline;
+}
+#topmenu a,#topmenu a:visited{
+ padding:5px 12px 5px 12px;
+ text-decoration:none;
+}
+#topmenu .current a, #topmenu .current a:hover, #topmenu .current a:visited{
+ padding:5px 12px 5px 12px;
+ font-weight:bold;
+
+}
+#top-panel{
+ background:#FFF;
+ padding:5px;
+ height:20px;
+ float:left;
+ width:950px;
+}
+#top-panel ul{
+ list-style:none;
+}
+#top-panel ul li{
+ display:inline;
+ line-height:20px;
+}
+#top-panel ul li a{
+ padding-left:19px;
+ text-decoration:none;
+ margin:0 3px;
+ display:inline-block;
+}
+#top-panel a:hover{
+ text-decoration:underline;
+}
+/*********************
+ Other
+*********************/
+.a-right{text-align:right;}
+.a-left{text-align:left;}
+.a-center{text-align:center;}
+#pager{
+ margin:5px;
+ height:25px;
+}
+#styleswitcher{
+ float:right;
+}
+#styleswitcher ul{
+ list-style:none;
+ line-height:10px;
+}
+#styleswitcher li{
+ height:12px;
+ display:inline;
+}
+#footer ul {
+ list-style:none;
+}
+#footer li {
+ display:inline;
+}
+a#defswitch {
+ width:15px;
+ height:10px;
+ margin: 3px 0 3px 0;
+ background-color:#bd3f09;
+ font-size: 8px;
+ color:#bd3f09;
+ display:inline-block;
+}
+a#blueswitch {
+ width:15px;
+ height:10px;
+ margin: 3px 0 3px 0;
+ background-color:#375b91;
+ font-size: 8px;
+ color:#375b91;
+ display:inline-block;
+}
+a#greenswitch {
+ width:15px;
+ height:10px;
+ margin: 3px 0 3px 0;
+ background-color:#d0e0b8;
+ font-size: 8px;
+ color:#d0e0b8;
+ display:inline-block;
+}
+a#brownswitch {
+ width:15px;
+ height:10px;
+ margin: 3px 0 3px 0;
+ background-color:#654322;
+ font-size: 8px;
+ color:#654322;
+ display:inline-block;
+}
+a#mixswitch {
+ width:15px;
+ height:10px;
+ margin: 3px 0 3px 0;
+ background-color:#294145;
+ font-size: 8px;
+ color:#294145;
+ display:inline-block;
+}
+#credits{
+ clear:both;
+ width:250px;
+ float:left;
+}
+/*********************
+ Tables
+*********************/
+table{
+ margin:5px;
+ border-collapse: collapse;
+ table-layout:automatic;
+ width:98%;
+}
+td, th{
+ padding: 2px;
+}
+thead{
+
+}
+/*********************
+ Home
+*********************/
+#infowrap li{
+ display:inline:
+}
+#infobox{
+ width:365px;
+ float:left;
+ margin-top:10px;
+}
+#infobox h3{
+ padding:5px;
+ font-size:14px;
+}
+.margin-left{
+ margin-left:5px;
+}
+#rightnow .reallynow {
+ padding: 5px;
+ font-size:14px;
+}
+#rightnow h3{
+ padding:2px;
+ padding: 0 10px;
+ font-size:14px;
+}
+#rightnow .reallynow span {
+ display: block;
+ text-align: left;
+ float: left;
+ padding:0 2px;
+ font-size:14px
+}
+#rightnow .reallynow a {
+ text-decoration:none;
+ display: block;
+ text-align: right;
+ float: right;
+ padding:0 0 0 18px;
+ margin-left:4px;
+ font-weight:normal;
+ font-size:12px;
+}
+#rightnow .reallynow a:hover{
+ text-decoration:underline;
+}
+#rightnow .youhave {
+ font-size: 12px;
+ padding: 10px;
+}
+#rightnow a {
+ font-weight: bold;
+}
+/*********************
+ Forms
+*********************/
+form{
+ padding:10px;
+ margin:0 auto;
+}
+form#form fieldset {
+ display:block;
+ padding:5px 10px 5px 10px;
+ line-height:20px;
+ margin-bottom:10px;
+}
+form#form legend {
+ font-size:12px;
+ font-weight:bold;
+ margin-bottom:5px;
+ padding:3px;
+ width:254px;
+}
+form#form label {
+ clear:left;
+ display:block;
+ float:left;
+ width:100px;
+ text-align:right;
+ padding-right:10px;
+ margin-bottom:5px;
+}
+form#form input {
+ padding:3px;
+ margin-bottom:5px;
+}
+form#form select {
+ margin-left:5px;
+}
+form#form textarea {
+ width:410px;
+ height:200px;
+ padding:5px;
+ overflow:auto;
+}
+form#form option {
+ background:#FFF;
+}
+form#form optgroup option {
+
+}
+form#form #button1, form#form #button2 {
+ padding-right:5px;
+ cursor:pointer;
+ width:205px;
+ margin-left:8px;
+ font-weight:bold;
+}
+form#form #button1:hover, form#form #button2:hover {
+ background-position:center left;
+}
+
+/*********************
+ Icons
+*********************/
+.icon{
+ padding-left:19px;
+ text-decoration:none;
+ height:20px;
+ font-size:12x;
+ margin:0 3px;
+ display:inline-block;
+ line-height:20px;
+}
+.user{background:transparent url(../img/icons/user.png) no-repeat left;}
+.useradd{background:transparent url(../img/icons/user_add.png) no-repeat left;}
+.group{background:transparent url(../img/icons/group.png) no-repeat left;}
+.search{background:transparent url(../img/icons/magnifier.png) no-repeat left;}
+.online{background:transparent url(../img/icons/world.png) no-repeat left;}
+.pagenew{background:transparent url(../img/icons/page_add.png) no-repeat left;}
+.rss{background:transparent url(../img/icons/rss.png) no-repeat left;}
+.feed{background:transparent url(../img/icons/feed.png) no-repeat left;}
+.report{background:transparent url(../img/icons/report.png) no-repeat left;}
+.house{background:transparent url(../img/icons/house.png) no-repeat left;}
+.manage{background:transparent url(../img/icons/cog.png) no-repeat left;}
+.manage_page{background:transparent url(../img/icons/page_gear.png) no-repeat left;}
+.folder{background:transparent url(../img/icons/folder.png) no-repeat left;}
+.promotions{background:transparent url(../img/icons/coins.png) no-repeat left;}
+.cart{background:transparent url(../img/icons/cart.png) no-repeat left;}
+.folder_table{background:transparent url(../img/icons/folder_page.png) no-repeat left;}
+.shipping{background:transparent url(../img/icons/car.png) no-repeat left;}
+.invoices{background:transparent url(../img/icons/page_white_text_width.png) no-repeat left;}
+.addorder{background:transparent url(../img/icons/folder_page_add.png) no-repeat left;}
+.add{background:transparent url(../img/icons/add.png) no-repeat left;}
+.app_add{background:transparent url(../img/icons/application_add.png) no-repeat left;}
+.report_seo{background:transparent url(../img/icons/report_link.png) no-repeat left;}
+.modules{background:transparent url(../img/icons/bricks.png) no-repeat left;}
+.modules_manage{background:transparent url(../img/icons/bricks_gear.png) no-repeat left;}
\ No newline at end of file
diff --git a/admin/templates/stylish/css/switch.css b/admin/templates/stylish/css/switch.css
new file mode 100644
index 00000000..544d9a5a
--- /dev/null
+++ b/admin/templates/stylish/css/switch.css
@@ -0,0 +1,51 @@
+#footer ul {
+ list-style:none;
+}
+#footer li {
+ display:inline;
+}
+a#defswitch {
+ width:15px;
+ height:10px;
+ margin: 3px 0 3px 0;
+ background-color:#bd3f09;
+ font-size: 8px;
+ color:#bd3f09;
+ display:inline-block;
+}
+a#blueswitch {
+ width:15px;
+ height:10px;
+ margin: 3px 0 3px 0;
+ background-color:#375b91;
+ font-size: 8px;
+ color:#375b91;
+ display:inline-block;
+}
+a#greenswitch {
+ width:15px;
+ height:10px;
+ margin: 3px 0 3px 0;
+ background-color:#d0e0b8;
+ font-size: 8px;
+ color:#d0e0b8;
+ display:inline-block;
+}
+a#brownswitch {
+ width:15px;
+ height:10px;
+ margin: 3px 0 3px 0;
+ background-color:#654322;
+ font-size: 8px;
+ color:#654322;
+ display:inline-block;
+}
+a#mixswitch {
+ width:15px;
+ height:10px;
+ margin: 3px 0 3px 0;
+ background-color:#294145;
+ font-size: 8px;
+ color:#294145;
+ display:inline-block;
+}
diff --git a/admin/templates/stylish/css/theme.css b/admin/templates/stylish/css/theme.css
new file mode 100644
index 00000000..6d341e82
--- /dev/null
+++ b/admin/templates/stylish/css/theme.css
@@ -0,0 +1,121 @@
+body{
+ background:#f7f6f0 url(../img/bg.jpg) repeat-x top;
+ color: #202020;
+}
+a, a:visited{
+ color:#a43708;
+}
+input{
+ border:1px solid #e8e7e1;
+}
+select{
+ border:1px solid #e8e7e1;
+}
+#header h2{
+ color:#FFF;
+}
+#content{
+ background:#FFF;
+}
+#sidebar{
+ background:#FFF;
+}
+#sidebar h3{
+ background:#f7f6f0;
+ border-bottom:1px solid #e8e7e1;
+}
+#topmenu a,#topmenu a:visited{
+ color:#f7f6f0;
+ background:#bd3f09;
+}
+#topmenu a:hover{
+ color: #FFF;
+}
+#topmenu .current a, #topmenu .current a:hover, #topmenu .current a:visited{
+ color:#993400;
+ background: #FFF url(../img/bg_menu_red.jpg) repeat-x top;
+ border-left: #FFF 1px solid;
+ border-right: #FFF 1px solid;
+}
+#top-panel{
+ background:#FFF;
+}
+table{
+ background:none;
+}
+td, th{
+ border:1px solid #e8e7e1;
+}
+thead{
+ background:#f7f6f0;
+}
+#styleswitcher{
+ background:#FFFFFF;
+}
+#footer{
+ background:#FFF;
+}
+#box{
+ border:1px solid #e8e7e1;
+}
+#box h3{
+ background:#f7f6f0;
+ border-bottom:1px solid #e8e7e1;
+ color:#a43708;
+}
+/***************
+ Forms
+***************/
+form#form fieldset {
+ border:1px solid #e8e7e1;
+}
+form#form legend {
+ border:1px solid #e8e7e1;
+ background:#fff url(../img/form_red.gif) repeat-x center left;
+ color:#a43708;
+}
+form#form input {
+ border:1px solid #e8e7e1;
+ background:#fff url(../img/form_red.gif) repeat-x top left;
+}
+form#form textarea {
+ border:1px solid #e8e7e1;
+ background:#fff url(../img/form_red.gif) repeat-x bottom left;
+}
+form#form option {
+ background:#FFF;
+}
+form#form optgroup {
+ background:#e8e7e1;
+}
+form#form optgroup option {
+
+}
+form#form #button1, form#form #button2 {
+ color:#c00;
+}
+form#form #button1:hover, form#form #button2:hover {
+ color:#000;
+}
+/***************
+ Home
+***************/
+#infobox{
+ border:1px solid #e8e7e1;
+}
+#infobox h3{
+ background:#f7f6f0;
+ border-bottom:1px solid #e8e7e1;
+ color:#a43708;
+}
+#rightnow {
+ border:1px solid #e8e7e1;
+}
+#rightnow .reallynow {
+ background:#f7f6f0;
+ color:#a43708;
+}
+#rightnow h3{
+ background:#f7f6f0;
+ border-bottom:1px solid #e8e7e1;
+}
\ No newline at end of file
diff --git a/admin/templates/stylish/css/theme1.css b/admin/templates/stylish/css/theme1.css
new file mode 100644
index 00000000..0e2803e4
--- /dev/null
+++ b/admin/templates/stylish/css/theme1.css
@@ -0,0 +1,121 @@
+body{
+ background:#f3f9ff url(../img/bg_blue.jpg) repeat-x top;
+ color: #202020;
+}
+a, a:visited{
+ color:#375b91;
+}
+input{
+ border:1px solid #d9e6f0;
+}
+select{
+ border:1px solid #d9e6f0;
+}
+#header h2{
+ color:#FFF;
+}
+#content{
+ background:#FFF;
+}
+#sidebar{
+ background:#FFF;
+}
+#sidebar h3{
+ background:#f3f9ff;
+ border-bottom:1px solid #d9e6f0;
+}
+#topmenu a,#topmenu a:visited{
+ color:#FFF;
+ background:#7e9dcc;
+}
+#topmenu a:hover{
+ color: #FFF;
+}
+#topmenu .current a, #topmenu .current a:hover, #topmenu .current a:visited{
+ color:#375b91;
+ background: #FFF url(../img/bg_menu_blue.jpg) repeat-x top;
+ border-left: #FFF 1px solid;
+ border-right: #FFF 1px solid;
+}
+#top-panel{
+ background:#FFF;
+}
+table{
+ background:none;
+}
+td, th{
+ border:1px solid #d9e6f0;
+}
+thead{
+ background:#f3f9ff;
+}
+#styleswitcher{
+ background:#FFFFFF;
+}
+#footer{
+ background:#FFF;
+}
+#box{
+ border:1px solid #d9e6f0;
+}
+#box h3{
+ background:#f3f9ff;
+ border-bottom:1px solid #d9e6f0;
+ color:#375b91;
+}
+/***************
+ Forms
+***************/
+form#form fieldset {
+ border:1px solid #d9e6f0;
+}
+form#form legend {
+ border:1px solid #d9e6f0;
+ background:#fff url(../img/form_blue.gif) repeat-x center left;
+ color:#375b91;
+}
+form#form input {
+ border:1px solid #d9e6f0;
+ background:#fff url(../img/form_blue.gif) repeat-x top left;
+}
+form#form textarea {
+ border:1px solid #d9e6f0;
+ background:#fff url(../img/form_blue.gif) repeat-x bottom left;
+}
+form#form option {
+ background:#FFF;
+}
+form#form optgroup {
+ background:#d9e6f0;
+}
+form#form optgroup option {
+
+}
+form#form #button1, form#form #button2 {
+ color:#375b91;
+}
+form#form #button1:hover, form#form #button2:hover {
+ color:#000;
+}
+/***************
+ Home
+***************/
+#infobox{
+ border:1px solid #d9e6f0;
+}
+#infobox h3{
+ background:#f3f9ff;
+ border-bottom:1px solid #d9e6f0;
+ color:#375b91;
+}
+#rightnow {
+ border:1px solid #d9e6f0;
+}
+#rightnow .reallynow {
+ background:#f3f9ff;
+ color:#375b91;
+}
+#rightnow h3{
+ background:#f3f9ff;
+ border-bottom:1px solid #d9e6f0;
+}
\ No newline at end of file
diff --git a/admin/templates/stylish/css/theme2.css b/admin/templates/stylish/css/theme2.css
new file mode 100644
index 00000000..1876b9fc
--- /dev/null
+++ b/admin/templates/stylish/css/theme2.css
@@ -0,0 +1,121 @@
+body{
+ background:#f0f7e8 url(../img/bg_light_green.jpg) repeat-x top;
+ color: #202020;
+}
+a, a:visited{
+ color:#93ad7e;
+}
+input{
+ border:1px solid #e7eedf;
+}
+select{
+ border:1px solid #e7eedf;
+}
+#header h2{
+ color:#FFF;
+}
+#content{
+ background:#FFF;
+}
+#sidebar{
+ background:#FFF;
+}
+#sidebar h3{
+ background:#f0f7e8;
+ border-bottom:1px solid #e7eedf;
+}
+#topmenu a,#topmenu a:visited{
+ color:#93ad7e;
+ background:#e7eedc;
+}
+#topmenu a:hover{
+ color: #93ad7e;
+}
+#topmenu .current a, #topmenu .current a:hover, #topmenu .current a:visited{
+ color:#93ad7e;
+ background: #FFF url(../img/bg_menu_green.jpg) repeat-x top;
+ border-left: #FFF 1px solid;
+ border-right: #FFF 1px solid;
+}
+#top-panel{
+ background:#FFF;
+}
+table{
+ background:none;
+}
+td, th{
+ border:1px solid #e7eedf;
+}
+thead{
+ background:#f0f7e8;
+}
+#styleswitcher{
+ background:#FFFFFF;
+}
+#footer{
+ background:#FFF;
+}
+#box{
+ border:1px solid #e7eedf;
+}
+#box h3{
+ background:#f0f7e8;
+ border-bottom:1px solid #e7eedf;
+ color:#93ad7e;
+}
+/***************
+ Forms
+***************/
+form#form fieldset {
+ border:1px solid #e7eedf;
+}
+form#form legend {
+ border:1px solid #e7eedf;
+ background:#fff url(../img/form_green.gif) repeat-x center left;
+ color:#93ad7e;
+}
+form#form input {
+ border:1px solid #e7eedf;
+ background:#fff url(../img/form_green.gif) repeat-x top left;
+}
+form#form textarea {
+ border:1px solid #e7eedf;
+ background:#fff url(../img/form_green.gif) repeat-x bottom left;
+}
+form#form option {
+ background:#FFF;
+}
+form#form optgroup {
+ background:#e7eedf;
+}
+form#form optgroup option {
+
+}
+form#form #button1, form#form #button2 {
+ color:#93ad7e;
+}
+form#form #button1:hover, form#form #button2:hover {
+ color:#000;
+}
+/***************
+ Home
+***************/
+#infobox{
+ border:1px solid #e7eedf;
+}
+#infobox h3{
+ background:#f0f7e8;
+ border-bottom:1px solid #e7eedf;
+ color:#93ad7e;
+}
+#rightnow {
+ border:1px solid #e7eedf;
+}
+#rightnow .reallynow {
+ background:#f0f7e8;
+ color:#93ad7e;
+}
+#rightnow h3{
+ background:#f0f7e8;
+ border-bottom:1px solid #e7eedf;
+}
\ No newline at end of file
diff --git a/admin/templates/stylish/css/theme3.css b/admin/templates/stylish/css/theme3.css
new file mode 100644
index 00000000..9fb95faa
--- /dev/null
+++ b/admin/templates/stylish/css/theme3.css
@@ -0,0 +1,121 @@
+body{
+ background:#f7f6f1 url(../img/bg_brown.jpg) repeat-x top;
+ color: #202020;
+}
+a, a:visited{
+ color:#654322;
+}
+input{
+ border:1px solid #e9e8e3;
+}
+select{
+ border:1px solid #e9e8e3;
+}
+#header h2{
+ color:#FFF;
+}
+#content{
+ background:#FFF;
+}
+#sidebar{
+ background:#FFF;
+}
+#sidebar h3{
+ background:#f7f6f1;
+ border-bottom:1px solid #e9e8e3;
+}
+#topmenu a,#topmenu a:visited{
+ color:#FFF;
+ background:#8f6831;
+}
+#topmenu a:hover{
+ color: #654322;
+}
+#topmenu .current a, #topmenu .current a:hover, #topmenu .current a:visited{
+ color:#654322;
+ background: #FFF url(../img/bg_menu_brown.jpg) repeat-x top;
+ border-left: #FFF 1px solid;
+ border-right: #FFF 1px solid;
+}
+#top-panel{
+ background:#FFF;
+}
+table{
+ background:none;
+}
+td, th{
+ border:1px solid #e9e8e3;
+}
+thead{
+ background:#f7f6f1;
+}
+#styleswitcher{
+ background:#FFFFFF;
+}
+#footer{
+ background:#FFF;
+}
+#box{
+ border:1px solid #e9e8e3;
+}
+#box h3{
+ background:#f7f6f1;
+ border-bottom:1px solid #e9e8e3;
+ color:#654322;
+}
+/***************
+ Forms
+***************/
+form#form fieldset {
+ border:1px solid #e9e8e3;
+}
+form#form legend {
+ border:1px solid #e9e8e3;
+ background:#fff url(../img/form_brown.gif) repeat-x center left;
+ color:#654322;
+}
+form#form input {
+ border:1px solid #e9e8e3;
+ background:#fff url(../img/form_brown.gif) repeat-x top left;
+}
+form#form textarea {
+ border:1px solid #e9e8e3;
+ background:#fff url(../img/form_brown.gif) repeat-x bottom left;
+}
+form#form option {
+ background:#FFF;
+}
+form#form optgroup {
+ background:#e9e8e3;
+}
+form#form optgroup option {
+
+}
+form#form #button1, form#form #button2 {
+ color:#654322;
+}
+form#form #button1:hover, form#form #button2:hover {
+ color:#000;
+}
+/***************
+ Home
+***************/
+#infobox{
+ border:1px solid #e9e8e3;
+}
+#infobox h3{
+ background:#f7f6f1;
+ border-bottom:1px solid #e9e8e3;
+ color:#654322;
+}
+#rightnow {
+ border:1px solid #e9e8e3;
+}
+#rightnow .reallynow {
+ background:#f7f6f1;
+ color:#654322;
+}
+#rightnow h3{
+ background:#f7f6f1;
+ border-bottom:1px solid #e9e8e3;
+}
\ No newline at end of file
diff --git a/admin/templates/stylish/css/theme4.css b/admin/templates/stylish/css/theme4.css
new file mode 100644
index 00000000..ce4bba24
--- /dev/null
+++ b/admin/templates/stylish/css/theme4.css
@@ -0,0 +1,122 @@
+body{
+ background:#d9eaed url(../img/bg_mix.jpg) repeat-x top;
+ color: #202020;
+}
+a, a:visited{
+ color:#294145;
+ text-decoration:underline;
+}
+input{
+ border:1px solid #c3d7db;
+}
+select{
+ border:1px solid #c3d7db;
+}
+#header h2{
+ color:#FFF;
+}
+#content{
+ background:#FFF;
+}
+#sidebar{
+ background:#FFF;
+}
+#sidebar h3{
+ background:#d9eaed;
+ border-bottom:1px solid #c3d7db;
+}
+#topmenu a,#topmenu a:visited{
+ color:#FFF;
+ background:#5d99a3;
+}
+#topmenu a:hover{
+ color: #294145;
+}
+#topmenu .current a, #topmenu .current a:hover, #topmenu .current a:visited{
+ color:#294145;
+ background: #FFF url(../img/bg_menu_mix.jpg) repeat-x top;
+ border-left: #FFF 1px solid;
+ border-right: #FFF 1px solid;
+}
+#top-panel{
+ background:#FFF;
+}
+table{
+ background:none;
+}
+td, th{
+ border:1px solid #c3d7db;
+}
+thead{
+ background:#d9eaed;
+}
+#styleswitcher{
+ background:#FFFFFF;
+}
+#footer{
+ background:#FFF;
+}
+#box{
+ border:1px solid #c3d7db;
+}
+#box h3{
+ background:#d9eaed;
+ border-bottom:1px solid #c3d7db;
+ color:#294145;
+}
+/***************
+ Forms
+***************/
+form#form fieldset {
+ border:1px solid #c3d7db;
+}
+form#form legend {
+ border:1px solid #c3d7db;
+ background:#fff url(../img/form_mix.gif) repeat-x center left;
+ color:#294145;
+}
+form#form input {
+ border:1px solid #c3d7db;
+ background:#fff url(../img/form_mix.gif) repeat-x top left;
+}
+form#form textarea {
+ border:1px solid #c3d7db;
+ background:#fff url(../img/form_mix.gif) repeat-x bottom left;
+}
+form#form option {
+ background:#FFF;
+}
+form#form optgroup {
+ background:#c3d7db;
+}
+form#form optgroup option {
+
+}
+form#form #button1, form#form #button2 {
+ color:#294145;
+}
+form#form #button1:hover, form#form #button2:hover {
+ color:#000;
+}
+/***************
+ Home
+***************/
+#infobox{
+ border:1px solid #c3d7db;
+}
+#infobox h3{
+ background:#d9eaed;
+ border-bottom:1px solid #c3d7db;
+ color:#294145;
+}
+#rightnow {
+ border:1px solid #c3d7db;
+}
+#rightnow .reallynow {
+ background:#d9eaed;
+ color:#294145;
+}
+#rightnow h3{
+ background:#d9eaed;
+ border-bottom:1px solid #c3d7db;
+}
\ No newline at end of file
diff --git a/admin/templates/stylish/img/bg.jpg b/admin/templates/stylish/img/bg.jpg
new file mode 100644
index 00000000..1980c13f
Binary files /dev/null and b/admin/templates/stylish/img/bg.jpg differ
diff --git a/admin/templates/stylish/img/bg_blue.jpg b/admin/templates/stylish/img/bg_blue.jpg
new file mode 100644
index 00000000..ad55db4d
Binary files /dev/null and b/admin/templates/stylish/img/bg_blue.jpg differ
diff --git a/admin/templates/stylish/img/bg_brown.jpg b/admin/templates/stylish/img/bg_brown.jpg
new file mode 100644
index 00000000..5c2af288
Binary files /dev/null and b/admin/templates/stylish/img/bg_brown.jpg differ
diff --git a/admin/templates/stylish/img/bg_light_green.jpg b/admin/templates/stylish/img/bg_light_green.jpg
new file mode 100644
index 00000000..b091ebdf
Binary files /dev/null and b/admin/templates/stylish/img/bg_light_green.jpg differ
diff --git a/admin/templates/stylish/img/bg_menu_blue.jpg b/admin/templates/stylish/img/bg_menu_blue.jpg
new file mode 100644
index 00000000..0a406082
Binary files /dev/null and b/admin/templates/stylish/img/bg_menu_blue.jpg differ
diff --git a/admin/templates/stylish/img/bg_menu_green.jpg b/admin/templates/stylish/img/bg_menu_green.jpg
new file mode 100644
index 00000000..503f7198
Binary files /dev/null and b/admin/templates/stylish/img/bg_menu_green.jpg differ
diff --git a/admin/templates/stylish/img/bg_menu_mix.jpg b/admin/templates/stylish/img/bg_menu_mix.jpg
new file mode 100644
index 00000000..c006525b
Binary files /dev/null and b/admin/templates/stylish/img/bg_menu_mix.jpg differ
diff --git a/admin/templates/stylish/img/bg_menu_red.jpg b/admin/templates/stylish/img/bg_menu_red.jpg
new file mode 100644
index 00000000..f774a4d0
Binary files /dev/null and b/admin/templates/stylish/img/bg_menu_red.jpg differ
diff --git a/admin/templates/stylish/img/bg_mix.jpg b/admin/templates/stylish/img/bg_mix.jpg
new file mode 100644
index 00000000..f328fb3c
Binary files /dev/null and b/admin/templates/stylish/img/bg_mix.jpg differ
diff --git a/admin/templates/stylish/img/form_blue.gif b/admin/templates/stylish/img/form_blue.gif
new file mode 100644
index 00000000..8952f383
Binary files /dev/null and b/admin/templates/stylish/img/form_blue.gif differ
diff --git a/admin/templates/stylish/img/form_brown.gif b/admin/templates/stylish/img/form_brown.gif
new file mode 100644
index 00000000..8e1efcc7
Binary files /dev/null and b/admin/templates/stylish/img/form_brown.gif differ
diff --git a/admin/templates/stylish/img/form_green.gif b/admin/templates/stylish/img/form_green.gif
new file mode 100644
index 00000000..ce0ceb0b
Binary files /dev/null and b/admin/templates/stylish/img/form_green.gif differ
diff --git a/admin/templates/stylish/img/form_mix.gif b/admin/templates/stylish/img/form_mix.gif
new file mode 100644
index 00000000..b7fd05b6
Binary files /dev/null and b/admin/templates/stylish/img/form_mix.gif differ
diff --git a/admin/templates/stylish/img/form_red.gif b/admin/templates/stylish/img/form_red.gif
new file mode 100644
index 00000000..b5a7a729
Binary files /dev/null and b/admin/templates/stylish/img/form_red.gif differ
diff --git a/admin/templates/stylish/img/graph.jpg b/admin/templates/stylish/img/graph.jpg
new file mode 100644
index 00000000..56b1469d
Binary files /dev/null and b/admin/templates/stylish/img/graph.jpg differ
diff --git a/admin/templates/stylish/img/graph2.jpg b/admin/templates/stylish/img/graph2.jpg
new file mode 100644
index 00000000..c25ad0d5
Binary files /dev/null and b/admin/templates/stylish/img/graph2.jpg differ
diff --git a/admin/templates/stylish/img/icons/add.png b/admin/templates/stylish/img/icons/add.png
new file mode 100644
index 00000000..6332fefe
Binary files /dev/null and b/admin/templates/stylish/img/icons/add.png differ
diff --git a/admin/templates/stylish/img/icons/application_add.png b/admin/templates/stylish/img/icons/application_add.png
new file mode 100644
index 00000000..2e945076
Binary files /dev/null and b/admin/templates/stylish/img/icons/application_add.png differ
diff --git a/admin/templates/stylish/img/icons/arrow_down.png b/admin/templates/stylish/img/icons/arrow_down.png
new file mode 100644
index 00000000..2c4e2793
Binary files /dev/null and b/admin/templates/stylish/img/icons/arrow_down.png differ
diff --git a/admin/templates/stylish/img/icons/arrow_down_mini.gif b/admin/templates/stylish/img/icons/arrow_down_mini.gif
new file mode 100644
index 00000000..f0bb6a4e
Binary files /dev/null and b/admin/templates/stylish/img/icons/arrow_down_mini.gif differ
diff --git a/admin/templates/stylish/img/icons/arrow_left.gif b/admin/templates/stylish/img/icons/arrow_left.gif
new file mode 100644
index 00000000..932ade16
Binary files /dev/null and b/admin/templates/stylish/img/icons/arrow_left.gif differ
diff --git a/admin/templates/stylish/img/icons/arrow_right.gif b/admin/templates/stylish/img/icons/arrow_right.gif
new file mode 100644
index 00000000..780431c2
Binary files /dev/null and b/admin/templates/stylish/img/icons/arrow_right.gif differ
diff --git a/admin/templates/stylish/img/icons/brick.png b/admin/templates/stylish/img/icons/brick.png
new file mode 100644
index 00000000..7851cf34
Binary files /dev/null and b/admin/templates/stylish/img/icons/brick.png differ
diff --git a/admin/templates/stylish/img/icons/brick_edit.png b/admin/templates/stylish/img/icons/brick_edit.png
new file mode 100644
index 00000000..eb06df3b
Binary files /dev/null and b/admin/templates/stylish/img/icons/brick_edit.png differ
diff --git a/admin/templates/stylish/img/icons/bricks.png b/admin/templates/stylish/img/icons/bricks.png
new file mode 100644
index 00000000..0905f933
Binary files /dev/null and b/admin/templates/stylish/img/icons/bricks.png differ
diff --git a/admin/templates/stylish/img/icons/bricks_gear.png b/admin/templates/stylish/img/icons/bricks_gear.png
new file mode 100644
index 00000000..9dda1f3b
Binary files /dev/null and b/admin/templates/stylish/img/icons/bricks_gear.png differ
diff --git a/admin/templates/stylish/img/icons/car.png b/admin/templates/stylish/img/icons/car.png
new file mode 100644
index 00000000..4f3a770f
Binary files /dev/null and b/admin/templates/stylish/img/icons/car.png differ
diff --git a/admin/templates/stylish/img/icons/cart.png b/admin/templates/stylish/img/icons/cart.png
new file mode 100644
index 00000000..1baf7b9f
Binary files /dev/null and b/admin/templates/stylish/img/icons/cart.png differ
diff --git a/admin/templates/stylish/img/icons/cart_add.png b/admin/templates/stylish/img/icons/cart_add.png
new file mode 100644
index 00000000..45c29000
Binary files /dev/null and b/admin/templates/stylish/img/icons/cart_add.png differ
diff --git a/admin/templates/stylish/img/icons/cog.png b/admin/templates/stylish/img/icons/cog.png
new file mode 100644
index 00000000..67de2c6c
Binary files /dev/null and b/admin/templates/stylish/img/icons/cog.png differ
diff --git a/admin/templates/stylish/img/icons/coins.png b/admin/templates/stylish/img/icons/coins.png
new file mode 100644
index 00000000..0ca9074d
Binary files /dev/null and b/admin/templates/stylish/img/icons/coins.png differ
diff --git a/admin/templates/stylish/img/icons/color_swatch.png b/admin/templates/stylish/img/icons/color_swatch.png
new file mode 100644
index 00000000..6e6e8521
Binary files /dev/null and b/admin/templates/stylish/img/icons/color_swatch.png differ
diff --git a/admin/templates/stylish/img/icons/expand.jpg b/admin/templates/stylish/img/icons/expand.jpg
new file mode 100644
index 00000000..e7e129fb
Binary files /dev/null and b/admin/templates/stylish/img/icons/expand.jpg differ
diff --git a/admin/templates/stylish/img/icons/feed.png b/admin/templates/stylish/img/icons/feed.png
new file mode 100644
index 00000000..315c4f4f
Binary files /dev/null and b/admin/templates/stylish/img/icons/feed.png differ
diff --git a/admin/templates/stylish/img/icons/folder.png b/admin/templates/stylish/img/icons/folder.png
new file mode 100644
index 00000000..784e8fa4
Binary files /dev/null and b/admin/templates/stylish/img/icons/folder.png differ
diff --git a/admin/templates/stylish/img/icons/folder_page.png b/admin/templates/stylish/img/icons/folder_page.png
new file mode 100644
index 00000000..1ef6e114
Binary files /dev/null and b/admin/templates/stylish/img/icons/folder_page.png differ
diff --git a/admin/templates/stylish/img/icons/folder_page_add.png b/admin/templates/stylish/img/icons/folder_page_add.png
new file mode 100644
index 00000000..c1e90af4
Binary files /dev/null and b/admin/templates/stylish/img/icons/folder_page_add.png differ
diff --git a/admin/templates/stylish/img/icons/folder_table.png b/admin/templates/stylish/img/icons/folder_table.png
new file mode 100644
index 00000000..473cee35
Binary files /dev/null and b/admin/templates/stylish/img/icons/folder_table.png differ
diff --git a/admin/templates/stylish/img/icons/group.png b/admin/templates/stylish/img/icons/group.png
new file mode 100644
index 00000000..7fb4e1f1
Binary files /dev/null and b/admin/templates/stylish/img/icons/group.png differ
diff --git a/admin/templates/stylish/img/icons/house.png b/admin/templates/stylish/img/icons/house.png
new file mode 100644
index 00000000..fed62219
Binary files /dev/null and b/admin/templates/stylish/img/icons/house.png differ
diff --git a/admin/templates/stylish/img/icons/magnifier.png b/admin/templates/stylish/img/icons/magnifier.png
new file mode 100644
index 00000000..cf3d97f7
Binary files /dev/null and b/admin/templates/stylish/img/icons/magnifier.png differ
diff --git a/admin/templates/stylish/img/icons/page_add.png b/admin/templates/stylish/img/icons/page_add.png
new file mode 100644
index 00000000..d5bfa071
Binary files /dev/null and b/admin/templates/stylish/img/icons/page_add.png differ
diff --git a/admin/templates/stylish/img/icons/page_gear.png b/admin/templates/stylish/img/icons/page_gear.png
new file mode 100644
index 00000000..8e83281c
Binary files /dev/null and b/admin/templates/stylish/img/icons/page_gear.png differ
diff --git a/admin/templates/stylish/img/icons/page_white_delete.png b/admin/templates/stylish/img/icons/page_white_delete.png
new file mode 100644
index 00000000..af1ecaf2
Binary files /dev/null and b/admin/templates/stylish/img/icons/page_white_delete.png differ
diff --git a/admin/templates/stylish/img/icons/page_white_edit.png b/admin/templates/stylish/img/icons/page_white_edit.png
new file mode 100644
index 00000000..b93e7760
Binary files /dev/null and b/admin/templates/stylish/img/icons/page_white_edit.png differ
diff --git a/admin/templates/stylish/img/icons/page_white_link.png b/admin/templates/stylish/img/icons/page_white_link.png
new file mode 100644
index 00000000..bf7bd1c9
Binary files /dev/null and b/admin/templates/stylish/img/icons/page_white_link.png differ
diff --git a/admin/templates/stylish/img/icons/page_white_text_width.png b/admin/templates/stylish/img/icons/page_white_text_width.png
new file mode 100644
index 00000000..d9cf1325
Binary files /dev/null and b/admin/templates/stylish/img/icons/page_white_text_width.png differ
diff --git a/admin/templates/stylish/img/icons/report.png b/admin/templates/stylish/img/icons/report.png
new file mode 100644
index 00000000..779ad58e
Binary files /dev/null and b/admin/templates/stylish/img/icons/report.png differ
diff --git a/admin/templates/stylish/img/icons/report_link.png b/admin/templates/stylish/img/icons/report_link.png
new file mode 100644
index 00000000..23f2611e
Binary files /dev/null and b/admin/templates/stylish/img/icons/report_link.png differ
diff --git a/admin/templates/stylish/img/icons/rss.png b/admin/templates/stylish/img/icons/rss.png
new file mode 100644
index 00000000..1dc6ff30
Binary files /dev/null and b/admin/templates/stylish/img/icons/rss.png differ
diff --git a/admin/templates/stylish/img/icons/user.png b/admin/templates/stylish/img/icons/user.png
new file mode 100644
index 00000000..79f35ccb
Binary files /dev/null and b/admin/templates/stylish/img/icons/user.png differ
diff --git a/admin/templates/stylish/img/icons/user_add.png b/admin/templates/stylish/img/icons/user_add.png
new file mode 100644
index 00000000..deae99bc
Binary files /dev/null and b/admin/templates/stylish/img/icons/user_add.png differ
diff --git a/admin/templates/stylish/img/icons/user_delete.png b/admin/templates/stylish/img/icons/user_delete.png
new file mode 100644
index 00000000..acbb5630
Binary files /dev/null and b/admin/templates/stylish/img/icons/user_delete.png differ
diff --git a/admin/templates/stylish/img/icons/user_edit.png b/admin/templates/stylish/img/icons/user_edit.png
new file mode 100644
index 00000000..c1974cda
Binary files /dev/null and b/admin/templates/stylish/img/icons/user_edit.png differ
diff --git a/admin/templates/stylish/img/icons/world.png b/admin/templates/stylish/img/icons/world.png
new file mode 100644
index 00000000..68f21d30
Binary files /dev/null and b/admin/templates/stylish/img/icons/world.png differ
diff --git a/admin/templates/stylish/psd/template.psd b/admin/templates/stylish/psd/template.psd
new file mode 100644
index 00000000..d9004ae8
Binary files /dev/null and b/admin/templates/stylish/psd/template.psd differ
diff --git a/admin/templates/stylish/template.php b/admin/templates/stylish/template.php
new file mode 100644
index 00000000..a064b847
--- /dev/null
+++ b/admin/templates/stylish/template.php
@@ -0,0 +1,296 @@
+
+
+
+
+
+ - Powered by MyAAC
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sales for July
+
+
+
+
Traffic for July
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/admin/templates/stylish/users.html b/admin/templates/stylish/users.html
new file mode 100644
index 00000000..30694291
--- /dev/null
+++ b/admin/templates/stylish/users.html
@@ -0,0 +1,309 @@
+
+
+
+
+Users - Admin Template
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Users
+
+
+
+ ID
+ Full Name
+ Email
+ Group
+ ZIP
+ Registered
+ Action
+
+
+
+
+ 232
+ Jennifer Hodes
+ jennifer.hodes@gmail.com
+ General
+ 1000
+ July 2, 2008
+
+
+
+ 231
+ Mark Kyrnin
+ mark.kyrnin@hotmail.com
+ Affiliate
+ 8310
+ June 17, 2008
+
+
+
+ 230
+ Virgílio Cezar
+ virgilio@somecompany.cz
+ General
+ 6200
+ June 31, 2008
+
+
+
+ 229
+ Todd Simonides
+ todd.simonides@gmail.com
+ Wholesale
+ 2010
+ June 5, 2008
+
+
+
+ 228
+ Carol Elihu
+ carol@herbusiness.com
+ General
+ 3120
+ May 23, 2008
+
+
+
+ 232
+ Jennifer Hodes
+ jennifer.hodes@gmail.com
+ General
+ 1000
+ July 2, 2008
+
+
+
+ 231
+ Mark Kyrnin
+ mark.kyrnin@hotmail.com
+ Affiliate
+ 8310
+ June 17, 2008
+
+
+
+ 230
+ Virgílio Cezar
+ virgilio@somecompany.cz
+ General
+ 6200
+ June 31, 2008
+
+
+
+ 229
+ Todd Simonides
+ todd.simonides@gmail.com
+ Wholesale
+ 2010
+ June 5, 2008
+
+
+
+ 228
+ Carol Elihu
+ carol@herbusiness.com
+ General
+ 3120
+ May 23, 2008
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/admin/tools/phpinfo.php b/admin/tools/phpinfo.php
new file mode 100644
index 00000000..0ebd694b
--- /dev/null
+++ b/admin/tools/phpinfo.php
@@ -0,0 +1,14 @@
+
diff --git a/admin/tools/status.php b/admin/tools/status.php
new file mode 100644
index 00000000..5e992979
--- /dev/null
+++ b/admin/tools/status.php
@@ -0,0 +1,21 @@
+
+Server :
+Version :
+
+Monsters :
+Map : , author : , size :
+MOTD :
+
+Last check :
diff --git a/common.php b/common.php
new file mode 100644
index 00000000..9f6b680e
--- /dev/null
+++ b/common.php
@@ -0,0 +1,86 @@
+
+ * @copyright 2017 MyAAC
+ * @version 0.0.1
+ * @link http://my-aac.org
+ */
+session_start();
+
+define('MYAAC', true);
+define('MYAAC_VERSION', '0.0.1');
+define('TABLE_PREFIX', 'myaac_');
+define('START_TIME', microtime(true));
+define('MYAAC_OS', (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? 'WINDOWS' : 'LINUX');
+
+// account flags
+define('FLAG_ADMIN', 1);
+define('FLAG_SUPER_ADMIN', 2);
+define('FLAG_CONTENT_PAGES', 4);
+define('FLAG_CONTENT_MAILER', 8);
+define('FLAG_CONTENT_NEWS', 16);
+define('FLAG_CONTENT_FORUM', 32);
+define('FLAG_CONTENT_COMMANDS', 64);
+define('FLAG_CONTENT_SPELLS', 128);
+define('FLAG_CONTENT_MONSTERS', 256);
+
+// directories
+define('BASE', dirname(__FILE__) . '/');
+define('ADMIN', BASE . 'admin/');
+define('SYSTEM', BASE . 'system/');
+define('CACHE', SYSTEM . 'cache/');
+define('LOCALE', SYSTEM . 'locale/');
+define('LIBS', SYSTEM . 'libs/');
+define('LOGS', SYSTEM . 'logs/');
+define('PLUGINS', BASE . 'plugins/');
+define('TEMPLATES', BASE . 'templates/');
+
+// otserv versions
+define('OTSERV', 1);
+define('OTSERV_06', 2);
+define('OTSERV_FIRST', OTSERV);
+define('OTSERV_LAST', OTSERV_06);
+define('TFS_02', 3);
+define('TFS_03', 4);
+define('TFS_FIRST', TFS_02);
+define('TFS_LAST', TFS_03);
+
+// basedir
+$basedir = '';
+$tmp = explode('/', $_SERVER['SCRIPT_NAME']);
+$size = sizeof($tmp) - 1;
+for($i = 1; $i < $size; $i++)
+ $basedir .= '/' . $tmp[$i];
+
+$basedir = str_replace('/admin', '', $basedir);
+$basedir = str_replace('/install', '', $basedir);
+define('BASE_DIR', $basedir);
+
+if(isset($_SERVER['HTTPS'][0]) && $_SERVER['HTTPS'] == 'on')
+ define('SERVER_URL', 'https://' . $_SERVER['HTTP_HOST']);
+else
+ define('SERVER_URL', 'http://' . $_SERVER['HTTP_HOST']);
+
+define('BASE_URL', SERVER_URL . BASE_DIR . '/');
+define('ADMIN_URL', SERVER_URL . BASE_DIR . '/admin/');
+//define('CURRENT_URL', BASE_URL . $_SERVER['REQUEST_URI']);
+?>
diff --git a/config.local.php b/config.local.php
new file mode 100644
index 00000000..dc941cc7
--- /dev/null
+++ b/config.local.php
@@ -0,0 +1,3 @@
+
diff --git a/config.php b/config.php
new file mode 100644
index 00000000..abd4d9c0
--- /dev/null
+++ b/config.php
@@ -0,0 +1,225 @@
+
+ * @copyright 2017 MyAAC
+ * @version 0.0.1
+ * @link http://my-aac.org
+ */
+
+$config = array(
+ // directories & files
+ 'server_path' => '', // path to the server directory (same directory where config file is located)
+
+ 'template' => 'kathrine', // template used by website (kathrine, tibiacom)
+ 'template_allow_change' => true, // allow users to choose their own template while browsing website?
+
+ // what client version are you using on this OT?
+ // used for the Downloads page and some templates aswell
+ 'client' => 1098, // 954 = client 9.54
+
+ 'friendly_urls' => false, // mod_rewrite is required for this, it makes links looks more elegant to eye, and also are SEO friendly (example: http://my-aac.org/guilds/Testing instead of http://my-aac.org/?subtopic=guilds&name=Testing)
+ 'gzip_output' => false, // gzip page content before sending it to the browser, uses less bandwidth but more cpu cycles
+
+ // gesior backward support (templates & pages)
+ // allows using gesior templates and pages with myaac
+ 'backward_support' => true,
+
+ // head options (html)
+ 'meta_description' => 'Tibia is a free massive multiplayer online role playing game (MMORPG).', // description of the site
+ 'meta_keywords' => 'free online game, free multiplayer game, ots, open tibia server', // keywords list separated by commas
+ 'title_separator' => ' - ',
+
+ // footer
+ 'footer' => ''/*' Your Server © 2016. All rights reserved.'*/,
+
+ // site closed
+ 'site_closed' => false,
+ 'site_closed_title' => 'Closed',
+ 'site_closed_message' => 'Server is under maintance, please visit later. ',
+
+ 'debug_level' => 0, // 0 - disabled, 1 - show load time, 2 - show db query counter, 3 - both
+
+ 'language' => 'en', // default language (currently only 'en' available)
+ 'language_allow_change' => false,
+
+ 'visitors_counter' => true,
+ 'visitors_counter_ttl' => 10, // how long visitor will be marked as online (in minutes)
+ 'views_counter' => true,
+
+ // cache system. by default file cache is used
+ 'cache_engine' => 'auto', // apc, eaccelerator, xcache, file, auto, or blank to disable.
+ 'cache_prefix' => 'myaac_', // have to be unique if running more MyAAC instances on the same server, ignored when using file cache.
+
+ // database details (leave blank for auto detect from config.lua)
+ 'database_host' => '',
+ 'database_port' => '', // leave blank to default 3306
+ 'database_user' => '',
+ 'database_password' => '',
+ 'database_name' => '',
+
+ // multiworld system
+ 'multiworld' => false, // use multiworld system?
+ 'worlds' => array( // list of worlds
+ //'1' => 'Your World Name',
+ //'2' => 'Your Second World Name'
+ ),
+
+ // account
+ 'account_management' => true, // disable if you're using other method to manage users (fe. tfs account manager)
+ 'account_mail_verify' => false, // force users to confirm their email addresses when registering account
+ 'account_mail_unique' => true, // email addresses cannot be duplicated? (one account = one email)
+ 'account_premium_days' => 0, // default premium days on new account
+ 'account_premium_points' => 0, // default premium points on new account
+ 'account_welcome_mail' => true, // send welcome email when user registers
+ 'account_mail_change' => 2, // how many days user need to change email to account - block hackers
+ 'account_country' => true, // user will be able to set country of origin when registering account, this information will be viewable in others places aswell
+
+ // mail
+ 'mail_enabled' => false, // is aac maker configured to send e-mails?
+ 'mail_address' => 'no-reply@your-server.org', // server e-mail address (from:)
+ 'mail_admin' => 'your-address@your-server.org', // admin email address, where mails from contact form will be sent
+ 'mail_signature' => array( // signature that will be included at the end of every message sent using _mail function
+ 'plain' => "--\nMy Server,\nhttp://www.myserver.com",
+ 'html' => ' My Server,\nmyserver.com '
+ ),
+ 'smtp_enabled' => false, // send by smtp or mail function (set false if use mail function)
+ 'smtp_host' => '', // mail host
+ 'smtp_port' => 25, // 25 (default) / 465 (ssl, e.g. gmail)
+ 'smtp_auth' => true, // need authorization?
+ 'smtp_user' => 'admin@example.org',
+ 'smtp_pass' => '',
+
+ // reCAPTCHA (prevent spam bots)
+ 'recaptcha_enabled' => false, // enable recaptcha verification code
+ 'recaptcha_site_key' => '', // get your own public and private keys at https://www.google.com/recaptcha
+ 'recaptcha_secret_key' => '',
+ 'recaptcha_theme' => 'light', // light, dark
+
+ //
+ 'generate_new_reckey' => true, // let player generate new recovery key, he will receive e-mail with new rec key (not display on page, hacker can't generate rec key)
+ 'generate_new_reckey_price' => 20, // price for new recovery key
+ 'send_mail_when_change_password' => true, // send e-mail with new password when change password to account
+ 'send_mail_when_generate_reckey' => true, // send e-mail with rec key (key is displayed on page anyway when generate)
+
+ // new character config
+ 'character_samples' => array( // vocations, format: ID_of_vocation => 'Name of Character to copy'
+ //0 => 'Rook Sample',
+ 1 => 'Sorcerer Sample',
+ 2 => 'Druid Sample',
+ 3 => 'Paladin Sample',
+ 4 => 'Knight Sample'
+ ),
+
+ // town list used when creating character
+ // won't be displayed if there is only one item (rookgaard for example)
+ 'character_towns' => array(1),
+
+ // list of towns
+ 'towns' => array(
+ 0 => 'No town',
+ 1 => 'Sample town'
+ ),
+
+ 'characters_per_account' => 10, // max. number of characters per account
+
+ // guilds
+ 'guild_management' => true, // enable guild management system on the site?
+ 'guild_need_level' => 1, // min. level to form a guild
+ 'guild_need_premium' => true, // require premium account to form a guild?
+ 'guild_image_size_kb' => 80, // maximum size of the guild logo image in KB (kilobytes)
+ 'guild_description_chars_limit' => 1000, // limit of guild description
+ 'guild_description_lines_limit' => 6, // limit of lines, if description has more lines it will be showed as long text, without 'enters'
+ 'guild_motd_chars_limit' => 150, // limit of MOTD (message of the day) that is shown later in the game on the guild channel
+
+ 'quests' => array(), // quests list (displayed in character view), name => storage
+
+ 'signature_enabled' => true,
+ 'signature_type' => 'tibian', // signature engine to use: tibian, mango, gesior
+ 'signature_cache_time' => 5, // how long to store cached file (in minutes)
+
+ // online page
+ 'online_record' => true, // display players record?
+ 'online_vocations' => false, // display vocation statistics?
+ 'online_vocations_images' => false, // display vocation images?
+ 'online_skulls' => false, // display skull images
+ 'online_afk' => false,
+
+ // support list page
+ 'team_style' => 2, // 1/2 (1 - normal table, 2 - in boxes, grouped by group id)
+ 'team_display_status' => true,
+ 'team_display_lastlogin' => true,
+ 'team_display_world' => false,
+
+ // bans page
+ 'bans_limit' => 50,
+ 'bans_display_all' => true, // should all bans be displayed? (sorted page by page)
+
+ // highscores page
+ 'highscores_vocation_box' => true, // show 'Choose a vocation' box on the highscores (allowing peoples to sort highscores by vocation)?
+ 'highscores_vocation' => true, // show player vocation under his nickname?
+ 'highscores_frags' => false, // show 'Frags' tab (best fraggers on the server)? Only 0.3
+ 'highscores_country_box' => false, // doesnt work yet! (not implemented)
+ 'highscores_groups_hidden' => 4, // this group id and higher won't be shown on the highscores
+
+ // characters page
+ 'characters' => array( // what things to display on character view page (true/false in each option)
+ 'level' => true,
+ 'experience' => false,
+ 'magic_level' => false,
+ 'balance' => false,
+ 'marriage_info' => true, // only 0.3
+ 'creation_date' => true,
+ 'quests' => true,
+ 'skills' => true,
+ 'equipment' => true,
+ 'frags' => false
+ ),
+
+ // news page
+ 'news_limit' => 5, // limit of news on latest news page
+ 'news_ticker_limit' => 5, // limit of news in tickers (mini news) (0 to disable)
+ 'news_date_format' => 'j.n.Y', // check php manual date() function for more info about this
+ 'news_author' => true,
+
+ // gifts/shop system
+ 'gifts_system' => false,
+
+ // forum
+ 'forum' => 'site', // link to the server forum, set to "site" if you want to use build in forum system, otherwise leave empty if you aren't going to use any forum
+ 'forum_level_required' => 0, // level required to post, 0 to disable
+ 'forum_post_interval' => 30, // in seconds
+ 'forum_posts_per_page' => 20,
+ 'forum_threads_per_page' => 20,
+
+ // last kills
+ 'last_kills_limit' => 50, // max. number of deaths shown on the last kills page
+
+ // status, took automatically from config file if empty
+ 'status_ip' => '',
+ 'status_port' => '',
+
+ // other
+ 'email_lai_sec_interval' => 60, // time in seconds between e-mails to one account from lost account interface, block spam
+ 'google_analytics_id' => '', // e.g.: UA-XXXXXXX-X
+ 'experiencetable_columns' => 5, // how many columns to display in experience table page. * 100, 5 = 500 (will show up to 500 level)
+
+ 'monsters' => array(),
+ 'npc' => array()
+);
+
+// download link to client.
+$config['client_download'] = 'http://clients.halfaway.net/windows.php?tibia='. $config['client'] .'';
+$config['client_download_linux'] = 'http://clients.halfaway.net/linux.php?tibia='. $config['client'] .'';
+
+?>
diff --git a/images/.htaccess b/images/.htaccess
new file mode 100644
index 00000000..5a928f6d
--- /dev/null
+++ b/images/.htaccess
@@ -0,0 +1 @@
+Options -Indexes
diff --git a/images/addons/Female_Assassin_1.gif b/images/addons/Female_Assassin_1.gif
new file mode 100644
index 00000000..4eb2ee94
Binary files /dev/null and b/images/addons/Female_Assassin_1.gif differ
diff --git a/images/addons/Female_Assassin_2.gif b/images/addons/Female_Assassin_2.gif
new file mode 100644
index 00000000..ae4056f0
Binary files /dev/null and b/images/addons/Female_Assassin_2.gif differ
diff --git a/images/addons/Female_Barbarian_1.gif b/images/addons/Female_Barbarian_1.gif
new file mode 100644
index 00000000..79ddc015
Binary files /dev/null and b/images/addons/Female_Barbarian_1.gif differ
diff --git a/images/addons/Female_Barbarian_2.gif b/images/addons/Female_Barbarian_2.gif
new file mode 100644
index 00000000..9b2e56db
Binary files /dev/null and b/images/addons/Female_Barbarian_2.gif differ
diff --git a/images/addons/Female_Beggar_1.gif b/images/addons/Female_Beggar_1.gif
new file mode 100644
index 00000000..14ca0dde
Binary files /dev/null and b/images/addons/Female_Beggar_1.gif differ
diff --git a/images/addons/Female_Beggar_2.gif b/images/addons/Female_Beggar_2.gif
new file mode 100644
index 00000000..28b1b20f
Binary files /dev/null and b/images/addons/Female_Beggar_2.gif differ
diff --git a/images/addons/Female_Brotherhood_1.gif b/images/addons/Female_Brotherhood_1.gif
new file mode 100644
index 00000000..dfe273c3
Binary files /dev/null and b/images/addons/Female_Brotherhood_1.gif differ
diff --git a/images/addons/Female_Brotherhood_2.gif b/images/addons/Female_Brotherhood_2.gif
new file mode 100644
index 00000000..d83a7f8f
Binary files /dev/null and b/images/addons/Female_Brotherhood_2.gif differ
diff --git a/images/addons/Female_Citizen_1.gif b/images/addons/Female_Citizen_1.gif
new file mode 100644
index 00000000..f5a7ac30
Binary files /dev/null and b/images/addons/Female_Citizen_1.gif differ
diff --git a/images/addons/Female_Citizen_2.gif b/images/addons/Female_Citizen_2.gif
new file mode 100644
index 00000000..b831e032
Binary files /dev/null and b/images/addons/Female_Citizen_2.gif differ
diff --git a/images/addons/Female_Demonhunter_1.gif b/images/addons/Female_Demonhunter_1.gif
new file mode 100644
index 00000000..601a1e67
Binary files /dev/null and b/images/addons/Female_Demonhunter_1.gif differ
diff --git a/images/addons/Female_Demonhunter_2.gif b/images/addons/Female_Demonhunter_2.gif
new file mode 100644
index 00000000..1d6ac363
Binary files /dev/null and b/images/addons/Female_Demonhunter_2.gif differ
diff --git a/images/addons/Female_Druid_1.gif b/images/addons/Female_Druid_1.gif
new file mode 100644
index 00000000..756778bb
Binary files /dev/null and b/images/addons/Female_Druid_1.gif differ
diff --git a/images/addons/Female_Druid_2.gif b/images/addons/Female_Druid_2.gif
new file mode 100644
index 00000000..475a8ebe
Binary files /dev/null and b/images/addons/Female_Druid_2.gif differ
diff --git a/images/addons/Female_Hunter_1.gif b/images/addons/Female_Hunter_1.gif
new file mode 100644
index 00000000..90c802d3
Binary files /dev/null and b/images/addons/Female_Hunter_1.gif differ
diff --git a/images/addons/Female_Hunter_2.gif b/images/addons/Female_Hunter_2.gif
new file mode 100644
index 00000000..2bd4c5b4
Binary files /dev/null and b/images/addons/Female_Hunter_2.gif differ
diff --git a/images/addons/Female_Jester_1.gif b/images/addons/Female_Jester_1.gif
new file mode 100644
index 00000000..6709a90c
Binary files /dev/null and b/images/addons/Female_Jester_1.gif differ
diff --git a/images/addons/Female_Jester_2.gif b/images/addons/Female_Jester_2.gif
new file mode 100644
index 00000000..68eb48e8
Binary files /dev/null and b/images/addons/Female_Jester_2.gif differ
diff --git a/images/addons/Female_Knight_1.gif b/images/addons/Female_Knight_1.gif
new file mode 100644
index 00000000..67ba682f
Binary files /dev/null and b/images/addons/Female_Knight_1.gif differ
diff --git a/images/addons/Female_Knight_2.gif b/images/addons/Female_Knight_2.gif
new file mode 100644
index 00000000..6f0feaa5
Binary files /dev/null and b/images/addons/Female_Knight_2.gif differ
diff --git a/images/addons/Female_Mage_1.gif b/images/addons/Female_Mage_1.gif
new file mode 100644
index 00000000..866a02e1
Binary files /dev/null and b/images/addons/Female_Mage_1.gif differ
diff --git a/images/addons/Female_Mage_2.gif b/images/addons/Female_Mage_2.gif
new file mode 100644
index 00000000..a0a44fd8
Binary files /dev/null and b/images/addons/Female_Mage_2.gif differ
diff --git a/images/addons/Female_Nightmare_1.gif b/images/addons/Female_Nightmare_1.gif
new file mode 100644
index 00000000..26fecde4
Binary files /dev/null and b/images/addons/Female_Nightmare_1.gif differ
diff --git a/images/addons/Female_Nightmare_2.gif b/images/addons/Female_Nightmare_2.gif
new file mode 100644
index 00000000..0fe68ba2
Binary files /dev/null and b/images/addons/Female_Nightmare_2.gif differ
diff --git a/images/addons/Female_Nobleman_1.gif b/images/addons/Female_Nobleman_1.gif
new file mode 100644
index 00000000..89c508cb
Binary files /dev/null and b/images/addons/Female_Nobleman_1.gif differ
diff --git a/images/addons/Female_Nobleman_2.gif b/images/addons/Female_Nobleman_2.gif
new file mode 100644
index 00000000..59e87382
Binary files /dev/null and b/images/addons/Female_Nobleman_2.gif differ
diff --git a/images/addons/Female_Norseman_1.gif b/images/addons/Female_Norseman_1.gif
new file mode 100644
index 00000000..ed558ff5
Binary files /dev/null and b/images/addons/Female_Norseman_1.gif differ
diff --git a/images/addons/Female_Norseman_2.gif b/images/addons/Female_Norseman_2.gif
new file mode 100644
index 00000000..ecc8a602
Binary files /dev/null and b/images/addons/Female_Norseman_2.gif differ
diff --git a/images/addons/Female_Oriental_1.gif b/images/addons/Female_Oriental_1.gif
new file mode 100644
index 00000000..a7dfbb1b
Binary files /dev/null and b/images/addons/Female_Oriental_1.gif differ
diff --git a/images/addons/Female_Oriental_2.gif b/images/addons/Female_Oriental_2.gif
new file mode 100644
index 00000000..a7217b29
Binary files /dev/null and b/images/addons/Female_Oriental_2.gif differ
diff --git a/images/addons/Female_Pirate_1.gif b/images/addons/Female_Pirate_1.gif
new file mode 100644
index 00000000..5377746c
Binary files /dev/null and b/images/addons/Female_Pirate_1.gif differ
diff --git a/images/addons/Female_Pirate_2.gif b/images/addons/Female_Pirate_2.gif
new file mode 100644
index 00000000..e1ac50f1
Binary files /dev/null and b/images/addons/Female_Pirate_2.gif differ
diff --git a/images/addons/Female_Shaman_1.gif b/images/addons/Female_Shaman_1.gif
new file mode 100644
index 00000000..609ad678
Binary files /dev/null and b/images/addons/Female_Shaman_1.gif differ
diff --git a/images/addons/Female_Shaman_2.gif b/images/addons/Female_Shaman_2.gif
new file mode 100644
index 00000000..e71dd2a4
Binary files /dev/null and b/images/addons/Female_Shaman_2.gif differ
diff --git a/images/addons/Female_Summoner_1.gif b/images/addons/Female_Summoner_1.gif
new file mode 100644
index 00000000..952e42eb
Binary files /dev/null and b/images/addons/Female_Summoner_1.gif differ
diff --git a/images/addons/Female_Summoner_2.gif b/images/addons/Female_Summoner_2.gif
new file mode 100644
index 00000000..eb135bb9
Binary files /dev/null and b/images/addons/Female_Summoner_2.gif differ
diff --git a/images/addons/Female_Warrior_1.gif b/images/addons/Female_Warrior_1.gif
new file mode 100644
index 00000000..d126fb4b
Binary files /dev/null and b/images/addons/Female_Warrior_1.gif differ
diff --git a/images/addons/Female_Warrior_2.gif b/images/addons/Female_Warrior_2.gif
new file mode 100644
index 00000000..0ecd5a38
Binary files /dev/null and b/images/addons/Female_Warrior_2.gif differ
diff --git a/images/addons/Female_Wizard_1.gif b/images/addons/Female_Wizard_1.gif
new file mode 100644
index 00000000..544fc8a3
Binary files /dev/null and b/images/addons/Female_Wizard_1.gif differ
diff --git a/images/addons/Female_Wizard_2.gif b/images/addons/Female_Wizard_2.gif
new file mode 100644
index 00000000..9b9d7c77
Binary files /dev/null and b/images/addons/Female_Wizard_2.gif differ
diff --git a/images/addons/Male_Assassin_1.gif b/images/addons/Male_Assassin_1.gif
new file mode 100644
index 00000000..99c3bfdb
Binary files /dev/null and b/images/addons/Male_Assassin_1.gif differ
diff --git a/images/addons/Male_Assassin_2.gif b/images/addons/Male_Assassin_2.gif
new file mode 100644
index 00000000..f9b333b1
Binary files /dev/null and b/images/addons/Male_Assassin_2.gif differ
diff --git a/images/addons/Male_Barbarian_1.gif b/images/addons/Male_Barbarian_1.gif
new file mode 100644
index 00000000..15a9dd95
Binary files /dev/null and b/images/addons/Male_Barbarian_1.gif differ
diff --git a/images/addons/Male_Barbarian_2.gif b/images/addons/Male_Barbarian_2.gif
new file mode 100644
index 00000000..f85e05a8
Binary files /dev/null and b/images/addons/Male_Barbarian_2.gif differ
diff --git a/images/addons/Male_Beggar_1.gif b/images/addons/Male_Beggar_1.gif
new file mode 100644
index 00000000..0b315c4e
Binary files /dev/null and b/images/addons/Male_Beggar_1.gif differ
diff --git a/images/addons/Male_Beggar_2.gif b/images/addons/Male_Beggar_2.gif
new file mode 100644
index 00000000..a752ca21
Binary files /dev/null and b/images/addons/Male_Beggar_2.gif differ
diff --git a/images/addons/Male_Brotherhood_1.gif b/images/addons/Male_Brotherhood_1.gif
new file mode 100644
index 00000000..cef9b046
Binary files /dev/null and b/images/addons/Male_Brotherhood_1.gif differ
diff --git a/images/addons/Male_Brotherhood_2.gif b/images/addons/Male_Brotherhood_2.gif
new file mode 100644
index 00000000..cb7f99b5
Binary files /dev/null and b/images/addons/Male_Brotherhood_2.gif differ
diff --git a/images/addons/Male_Citizen_1.gif b/images/addons/Male_Citizen_1.gif
new file mode 100644
index 00000000..b560b15f
Binary files /dev/null and b/images/addons/Male_Citizen_1.gif differ
diff --git a/images/addons/Male_Citizen_2.gif b/images/addons/Male_Citizen_2.gif
new file mode 100644
index 00000000..ca542bfb
Binary files /dev/null and b/images/addons/Male_Citizen_2.gif differ
diff --git a/images/addons/Male_Demonhunter_1.gif b/images/addons/Male_Demonhunter_1.gif
new file mode 100644
index 00000000..65b2bc7d
Binary files /dev/null and b/images/addons/Male_Demonhunter_1.gif differ
diff --git a/images/addons/Male_Demonhunter_2.gif b/images/addons/Male_Demonhunter_2.gif
new file mode 100644
index 00000000..5eb7cf2c
Binary files /dev/null and b/images/addons/Male_Demonhunter_2.gif differ
diff --git a/images/addons/Male_Druid_1.gif b/images/addons/Male_Druid_1.gif
new file mode 100644
index 00000000..dcf022ef
Binary files /dev/null and b/images/addons/Male_Druid_1.gif differ
diff --git a/images/addons/Male_Druid_2.gif b/images/addons/Male_Druid_2.gif
new file mode 100644
index 00000000..c73da4a5
Binary files /dev/null and b/images/addons/Male_Druid_2.gif differ
diff --git a/images/addons/Male_Hunter_1.gif b/images/addons/Male_Hunter_1.gif
new file mode 100644
index 00000000..505823df
Binary files /dev/null and b/images/addons/Male_Hunter_1.gif differ
diff --git a/images/addons/Male_Hunter_2.gif b/images/addons/Male_Hunter_2.gif
new file mode 100644
index 00000000..f3bc5136
Binary files /dev/null and b/images/addons/Male_Hunter_2.gif differ
diff --git a/images/addons/Male_Jester_1.gif b/images/addons/Male_Jester_1.gif
new file mode 100644
index 00000000..1719e0c2
Binary files /dev/null and b/images/addons/Male_Jester_1.gif differ
diff --git a/images/addons/Male_Jester_2.gif b/images/addons/Male_Jester_2.gif
new file mode 100644
index 00000000..5a6a69c9
Binary files /dev/null and b/images/addons/Male_Jester_2.gif differ
diff --git a/images/addons/Male_Knight_1.gif b/images/addons/Male_Knight_1.gif
new file mode 100644
index 00000000..e79fd012
Binary files /dev/null and b/images/addons/Male_Knight_1.gif differ
diff --git a/images/addons/Male_Knight_2.gif b/images/addons/Male_Knight_2.gif
new file mode 100644
index 00000000..8b2670ed
Binary files /dev/null and b/images/addons/Male_Knight_2.gif differ
diff --git a/images/addons/Male_Mage_1.gif b/images/addons/Male_Mage_1.gif
new file mode 100644
index 00000000..c6f89cdc
Binary files /dev/null and b/images/addons/Male_Mage_1.gif differ
diff --git a/images/addons/Male_Mage_2.gif b/images/addons/Male_Mage_2.gif
new file mode 100644
index 00000000..9c19eb8f
Binary files /dev/null and b/images/addons/Male_Mage_2.gif differ
diff --git a/images/addons/Male_Nightmare_1.gif b/images/addons/Male_Nightmare_1.gif
new file mode 100644
index 00000000..520453d7
Binary files /dev/null and b/images/addons/Male_Nightmare_1.gif differ
diff --git a/images/addons/Male_Nightmare_2.gif b/images/addons/Male_Nightmare_2.gif
new file mode 100644
index 00000000..028ec3e3
Binary files /dev/null and b/images/addons/Male_Nightmare_2.gif differ
diff --git a/images/addons/Male_Nobleman_1.gif b/images/addons/Male_Nobleman_1.gif
new file mode 100644
index 00000000..410370ef
Binary files /dev/null and b/images/addons/Male_Nobleman_1.gif differ
diff --git a/images/addons/Male_Nobleman_2.gif b/images/addons/Male_Nobleman_2.gif
new file mode 100644
index 00000000..05ee40a1
Binary files /dev/null and b/images/addons/Male_Nobleman_2.gif differ
diff --git a/images/addons/Male_Norseman_1.gif b/images/addons/Male_Norseman_1.gif
new file mode 100644
index 00000000..7f788631
Binary files /dev/null and b/images/addons/Male_Norseman_1.gif differ
diff --git a/images/addons/Male_Norseman_2.gif b/images/addons/Male_Norseman_2.gif
new file mode 100644
index 00000000..a641f728
Binary files /dev/null and b/images/addons/Male_Norseman_2.gif differ
diff --git a/images/addons/Male_Oriental_1.gif b/images/addons/Male_Oriental_1.gif
new file mode 100644
index 00000000..76e97710
Binary files /dev/null and b/images/addons/Male_Oriental_1.gif differ
diff --git a/images/addons/Male_Oriental_2.gif b/images/addons/Male_Oriental_2.gif
new file mode 100644
index 00000000..e694a97c
Binary files /dev/null and b/images/addons/Male_Oriental_2.gif differ
diff --git a/images/addons/Male_Pirate_1.gif b/images/addons/Male_Pirate_1.gif
new file mode 100644
index 00000000..f28289b0
Binary files /dev/null and b/images/addons/Male_Pirate_1.gif differ
diff --git a/images/addons/Male_Pirate_2.gif b/images/addons/Male_Pirate_2.gif
new file mode 100644
index 00000000..6f75eb7c
Binary files /dev/null and b/images/addons/Male_Pirate_2.gif differ
diff --git a/images/addons/Male_Shaman_1.gif b/images/addons/Male_Shaman_1.gif
new file mode 100644
index 00000000..840b57be
Binary files /dev/null and b/images/addons/Male_Shaman_1.gif differ
diff --git a/images/addons/Male_Shaman_2.gif b/images/addons/Male_Shaman_2.gif
new file mode 100644
index 00000000..c532dac5
Binary files /dev/null and b/images/addons/Male_Shaman_2.gif differ
diff --git a/images/addons/Male_Summoner_1.gif b/images/addons/Male_Summoner_1.gif
new file mode 100644
index 00000000..0cad1dcc
Binary files /dev/null and b/images/addons/Male_Summoner_1.gif differ
diff --git a/images/addons/Male_Summoner_2.gif b/images/addons/Male_Summoner_2.gif
new file mode 100644
index 00000000..de917f25
Binary files /dev/null and b/images/addons/Male_Summoner_2.gif differ
diff --git a/images/addons/Male_Warrior_1.gif b/images/addons/Male_Warrior_1.gif
new file mode 100644
index 00000000..d1ef88be
Binary files /dev/null and b/images/addons/Male_Warrior_1.gif differ
diff --git a/images/addons/Male_Warrior_2.gif b/images/addons/Male_Warrior_2.gif
new file mode 100644
index 00000000..2f341481
Binary files /dev/null and b/images/addons/Male_Warrior_2.gif differ
diff --git a/images/addons/Male_Wizard_1.gif b/images/addons/Male_Wizard_1.gif
new file mode 100644
index 00000000..3d4f550b
Binary files /dev/null and b/images/addons/Male_Wizard_1.gif differ
diff --git a/images/addons/Male_Wizard_2.gif b/images/addons/Male_Wizard_2.gif
new file mode 100644
index 00000000..996b53d7
Binary files /dev/null and b/images/addons/Male_Wizard_2.gif differ
diff --git a/images/arrow_left.gif b/images/arrow_left.gif
new file mode 100644
index 00000000..8b2988d8
Binary files /dev/null and b/images/arrow_left.gif differ
diff --git a/images/arrow_right.gif b/images/arrow_right.gif
new file mode 100644
index 00000000..6239eba2
Binary files /dev/null and b/images/arrow_right.gif differ
diff --git a/images/arrow_up.gif b/images/arrow_up.gif
new file mode 100644
index 00000000..8ea2c8f6
Binary files /dev/null and b/images/arrow_up.gif differ
diff --git a/images/blackskull.gif b/images/blackskull.gif
new file mode 100644
index 00000000..c9c769ee
Binary files /dev/null and b/images/blackskull.gif differ
diff --git a/images/changelog/added.png b/images/changelog/added.png
new file mode 100644
index 00000000..33b069bc
Binary files /dev/null and b/images/changelog/added.png differ
diff --git a/images/changelog/changed.png b/images/changelog/changed.png
new file mode 100644
index 00000000..33b069bc
Binary files /dev/null and b/images/changelog/changed.png differ
diff --git a/images/changelog/fixed.png b/images/changelog/fixed.png
new file mode 100644
index 00000000..a5ae9f11
Binary files /dev/null and b/images/changelog/fixed.png differ
diff --git a/images/changelog/removed.png b/images/changelog/removed.png
new file mode 100644
index 00000000..33b069bc
Binary files /dev/null and b/images/changelog/removed.png differ
diff --git a/images/changelog/server.png b/images/changelog/server.png
new file mode 100644
index 00000000..8e8dd843
Binary files /dev/null and b/images/changelog/server.png differ
diff --git a/images/changelog/website.png b/images/changelog/website.png
new file mode 100644
index 00000000..578d29d8
Binary files /dev/null and b/images/changelog/website.png differ
diff --git a/images/del.png b/images/del.png
new file mode 100644
index 00000000..a3260d71
Binary files /dev/null and b/images/del.png differ
diff --git a/images/druid.png b/images/druid.png
new file mode 100644
index 00000000..2f2de82c
Binary files /dev/null and b/images/druid.png differ
diff --git a/images/edit.png b/images/edit.png
new file mode 100644
index 00000000..0bfecd50
Binary files /dev/null and b/images/edit.png differ
diff --git a/images/error.png b/images/error.png
new file mode 100644
index 00000000..8a1ba4c6
Binary files /dev/null and b/images/error.png differ
diff --git a/images/false.png b/images/false.png
new file mode 100644
index 00000000..9bfb378c
Binary files /dev/null and b/images/false.png differ
diff --git a/images/flags/ad.gif b/images/flags/ad.gif
new file mode 100644
index 00000000..57b49973
Binary files /dev/null and b/images/flags/ad.gif differ
diff --git a/images/flags/ae.gif b/images/flags/ae.gif
new file mode 100644
index 00000000..78d15b67
Binary files /dev/null and b/images/flags/ae.gif differ
diff --git a/images/flags/af.gif b/images/flags/af.gif
new file mode 100644
index 00000000..98894082
Binary files /dev/null and b/images/flags/af.gif differ
diff --git a/images/flags/ag.gif b/images/flags/ag.gif
new file mode 100644
index 00000000..48f8e7bc
Binary files /dev/null and b/images/flags/ag.gif differ
diff --git a/images/flags/ai.gif b/images/flags/ai.gif
new file mode 100644
index 00000000..1cbc5795
Binary files /dev/null and b/images/flags/ai.gif differ
diff --git a/images/flags/al.gif b/images/flags/al.gif
new file mode 100644
index 00000000..c44fe0a0
Binary files /dev/null and b/images/flags/al.gif differ
diff --git a/images/flags/am.gif b/images/flags/am.gif
new file mode 100644
index 00000000..2915e30c
Binary files /dev/null and b/images/flags/am.gif differ
diff --git a/images/flags/an.gif b/images/flags/an.gif
new file mode 100644
index 00000000..cb570c67
Binary files /dev/null and b/images/flags/an.gif differ
diff --git a/images/flags/ao.gif b/images/flags/ao.gif
new file mode 100644
index 00000000..8c854fa1
Binary files /dev/null and b/images/flags/ao.gif differ
diff --git a/images/flags/aq.gif b/images/flags/aq.gif
new file mode 100644
index 00000000..84503388
Binary files /dev/null and b/images/flags/aq.gif differ
diff --git a/images/flags/ar.gif b/images/flags/ar.gif
new file mode 100644
index 00000000..a9f71f7d
Binary files /dev/null and b/images/flags/ar.gif differ
diff --git a/images/flags/as.gif b/images/flags/as.gif
new file mode 100644
index 00000000..d776ec27
Binary files /dev/null and b/images/flags/as.gif differ
diff --git a/images/flags/at.gif b/images/flags/at.gif
new file mode 100644
index 00000000..87e12173
Binary files /dev/null and b/images/flags/at.gif differ
diff --git a/images/flags/au.gif b/images/flags/au.gif
new file mode 100644
index 00000000..5269c6a0
Binary files /dev/null and b/images/flags/au.gif differ
diff --git a/images/flags/aw.gif b/images/flags/aw.gif
new file mode 100644
index 00000000..27fdb4d1
Binary files /dev/null and b/images/flags/aw.gif differ
diff --git a/images/flags/ax.gif b/images/flags/ax.gif
new file mode 100644
index 00000000..0ceb6849
Binary files /dev/null and b/images/flags/ax.gif differ
diff --git a/images/flags/az.gif b/images/flags/az.gif
new file mode 100644
index 00000000..d7716184
Binary files /dev/null and b/images/flags/az.gif differ
diff --git a/images/flags/ba.gif b/images/flags/ba.gif
new file mode 100644
index 00000000..9bf5f0ac
Binary files /dev/null and b/images/flags/ba.gif differ
diff --git a/images/flags/bb.gif b/images/flags/bb.gif
new file mode 100644
index 00000000..b7d08e57
Binary files /dev/null and b/images/flags/bb.gif differ
diff --git a/images/flags/bd.gif b/images/flags/bd.gif
new file mode 100644
index 00000000..0fd27eca
Binary files /dev/null and b/images/flags/bd.gif differ
diff --git a/images/flags/be.gif b/images/flags/be.gif
new file mode 100644
index 00000000..ae09bfbe
Binary files /dev/null and b/images/flags/be.gif differ
diff --git a/images/flags/bf.gif b/images/flags/bf.gif
new file mode 100644
index 00000000..9d6772cd
Binary files /dev/null and b/images/flags/bf.gif differ
diff --git a/images/flags/bg.gif b/images/flags/bg.gif
new file mode 100644
index 00000000..11cf8ff3
Binary files /dev/null and b/images/flags/bg.gif differ
diff --git a/images/flags/bh.gif b/images/flags/bh.gif
new file mode 100644
index 00000000..56aa72b2
Binary files /dev/null and b/images/flags/bh.gif differ
diff --git a/images/flags/bi.gif b/images/flags/bi.gif
new file mode 100644
index 00000000..6e2cbe12
Binary files /dev/null and b/images/flags/bi.gif differ
diff --git a/images/flags/bj.gif b/images/flags/bj.gif
new file mode 100644
index 00000000..e676116f
Binary files /dev/null and b/images/flags/bj.gif differ
diff --git a/images/flags/bm.gif b/images/flags/bm.gif
new file mode 100644
index 00000000..9feb87bc
Binary files /dev/null and b/images/flags/bm.gif differ
diff --git a/images/flags/bn.gif b/images/flags/bn.gif
new file mode 100644
index 00000000..b7b6b0f9
Binary files /dev/null and b/images/flags/bn.gif differ
diff --git a/images/flags/bo.gif b/images/flags/bo.gif
new file mode 100644
index 00000000..4844f856
Binary files /dev/null and b/images/flags/bo.gif differ
diff --git a/images/flags/br.gif b/images/flags/br.gif
new file mode 100644
index 00000000..8c866162
Binary files /dev/null and b/images/flags/br.gif differ
diff --git a/images/flags/bs.gif b/images/flags/bs.gif
new file mode 100644
index 00000000..c0a741e5
Binary files /dev/null and b/images/flags/bs.gif differ
diff --git a/images/flags/bt.gif b/images/flags/bt.gif
new file mode 100644
index 00000000..abe2f3cc
Binary files /dev/null and b/images/flags/bt.gif differ
diff --git a/images/flags/bv.gif b/images/flags/bv.gif
new file mode 100644
index 00000000..6202d1f3
Binary files /dev/null and b/images/flags/bv.gif differ
diff --git a/images/flags/bw.gif b/images/flags/bw.gif
new file mode 100644
index 00000000..986ab63c
Binary files /dev/null and b/images/flags/bw.gif differ
diff --git a/images/flags/by.gif b/images/flags/by.gif
new file mode 100644
index 00000000..43ffcd4c
Binary files /dev/null and b/images/flags/by.gif differ
diff --git a/images/flags/bz.gif b/images/flags/bz.gif
new file mode 100644
index 00000000..791737f0
Binary files /dev/null and b/images/flags/bz.gif differ
diff --git a/images/flags/ca.gif b/images/flags/ca.gif
new file mode 100644
index 00000000..457d9662
Binary files /dev/null and b/images/flags/ca.gif differ
diff --git a/images/flags/catalonia.gif b/images/flags/catalonia.gif
new file mode 100644
index 00000000..73df9a04
Binary files /dev/null and b/images/flags/catalonia.gif differ
diff --git a/images/flags/cc.gif b/images/flags/cc.gif
new file mode 100644
index 00000000..3f783270
Binary files /dev/null and b/images/flags/cc.gif differ
diff --git a/images/flags/cd.gif b/images/flags/cd.gif
new file mode 100644
index 00000000..1df717ae
Binary files /dev/null and b/images/flags/cd.gif differ
diff --git a/images/flags/cf.gif b/images/flags/cf.gif
new file mode 100644
index 00000000..35787ca4
Binary files /dev/null and b/images/flags/cf.gif differ
diff --git a/images/flags/cg.gif b/images/flags/cg.gif
new file mode 100644
index 00000000..e0a62a51
Binary files /dev/null and b/images/flags/cg.gif differ
diff --git a/images/flags/ch.gif b/images/flags/ch.gif
new file mode 100644
index 00000000..d5c0e5b7
Binary files /dev/null and b/images/flags/ch.gif differ
diff --git a/images/flags/ci.gif b/images/flags/ci.gif
new file mode 100644
index 00000000..844120a5
Binary files /dev/null and b/images/flags/ci.gif differ
diff --git a/images/flags/ck.gif b/images/flags/ck.gif
new file mode 100644
index 00000000..2edb7399
Binary files /dev/null and b/images/flags/ck.gif differ
diff --git a/images/flags/cl.gif b/images/flags/cl.gif
new file mode 100644
index 00000000..cbc370e6
Binary files /dev/null and b/images/flags/cl.gif differ
diff --git a/images/flags/cm.gif b/images/flags/cm.gif
new file mode 100644
index 00000000..1fb102b2
Binary files /dev/null and b/images/flags/cm.gif differ
diff --git a/images/flags/cn.gif b/images/flags/cn.gif
new file mode 100644
index 00000000..b0525309
Binary files /dev/null and b/images/flags/cn.gif differ
diff --git a/images/flags/co.gif b/images/flags/co.gif
new file mode 100644
index 00000000..d0e15caf
Binary files /dev/null and b/images/flags/co.gif differ
diff --git a/images/flags/cr.gif b/images/flags/cr.gif
new file mode 100644
index 00000000..0728dd6a
Binary files /dev/null and b/images/flags/cr.gif differ
diff --git a/images/flags/cs.gif b/images/flags/cs.gif
new file mode 100644
index 00000000..101db649
Binary files /dev/null and b/images/flags/cs.gif differ
diff --git a/images/flags/cu.gif b/images/flags/cu.gif
new file mode 100644
index 00000000..291255ca
Binary files /dev/null and b/images/flags/cu.gif differ
diff --git a/images/flags/cv.gif b/images/flags/cv.gif
new file mode 100644
index 00000000..43c6c6cb
Binary files /dev/null and b/images/flags/cv.gif differ
diff --git a/images/flags/cx.gif b/images/flags/cx.gif
new file mode 100644
index 00000000..a5b43089
Binary files /dev/null and b/images/flags/cx.gif differ
diff --git a/images/flags/cy.gif b/images/flags/cy.gif
new file mode 100644
index 00000000..35c661e1
Binary files /dev/null and b/images/flags/cy.gif differ
diff --git a/images/flags/cz.gif b/images/flags/cz.gif
new file mode 100644
index 00000000..0a605e58
Binary files /dev/null and b/images/flags/cz.gif differ
diff --git a/images/flags/de.gif b/images/flags/de.gif
new file mode 100644
index 00000000..75728ddf
Binary files /dev/null and b/images/flags/de.gif differ
diff --git a/images/flags/dj.gif b/images/flags/dj.gif
new file mode 100644
index 00000000..212406d9
Binary files /dev/null and b/images/flags/dj.gif differ
diff --git a/images/flags/dk.gif b/images/flags/dk.gif
new file mode 100644
index 00000000..03e75bd2
Binary files /dev/null and b/images/flags/dk.gif differ
diff --git a/images/flags/dm.gif b/images/flags/dm.gif
new file mode 100644
index 00000000..2f87f3ca
Binary files /dev/null and b/images/flags/dm.gif differ
diff --git a/images/flags/do.gif b/images/flags/do.gif
new file mode 100644
index 00000000..f7d0bad3
Binary files /dev/null and b/images/flags/do.gif differ
diff --git a/images/flags/dz.gif b/images/flags/dz.gif
new file mode 100644
index 00000000..ed580a7c
Binary files /dev/null and b/images/flags/dz.gif differ
diff --git a/images/flags/ec.gif b/images/flags/ec.gif
new file mode 100644
index 00000000..9e41e0ec
Binary files /dev/null and b/images/flags/ec.gif differ
diff --git a/images/flags/ee.gif b/images/flags/ee.gif
new file mode 100644
index 00000000..9397a2d0
Binary files /dev/null and b/images/flags/ee.gif differ
diff --git a/images/flags/eg.gif b/images/flags/eg.gif
new file mode 100644
index 00000000..6857c7dd
Binary files /dev/null and b/images/flags/eg.gif differ
diff --git a/images/flags/eh.gif b/images/flags/eh.gif
new file mode 100644
index 00000000..dd0391c2
Binary files /dev/null and b/images/flags/eh.gif differ
diff --git a/images/flags/england.gif b/images/flags/england.gif
new file mode 100644
index 00000000..933a4f0b
Binary files /dev/null and b/images/flags/england.gif differ
diff --git a/images/flags/er.gif b/images/flags/er.gif
new file mode 100644
index 00000000..3d4d612c
Binary files /dev/null and b/images/flags/er.gif differ
diff --git a/images/flags/es.gif b/images/flags/es.gif
new file mode 100644
index 00000000..c27d65e5
Binary files /dev/null and b/images/flags/es.gif differ
diff --git a/images/flags/et.gif b/images/flags/et.gif
new file mode 100644
index 00000000..f77995d0
Binary files /dev/null and b/images/flags/et.gif differ
diff --git a/images/flags/europeanunion.gif b/images/flags/europeanunion.gif
new file mode 100644
index 00000000..28a762a5
Binary files /dev/null and b/images/flags/europeanunion.gif differ
diff --git a/images/flags/fam.gif b/images/flags/fam.gif
new file mode 100644
index 00000000..7d528852
Binary files /dev/null and b/images/flags/fam.gif differ
diff --git a/images/flags/fi.gif b/images/flags/fi.gif
new file mode 100644
index 00000000..8d3a1918
Binary files /dev/null and b/images/flags/fi.gif differ
diff --git a/images/flags/fj.gif b/images/flags/fj.gif
new file mode 100644
index 00000000..486151cb
Binary files /dev/null and b/images/flags/fj.gif differ
diff --git a/images/flags/fk.gif b/images/flags/fk.gif
new file mode 100644
index 00000000..37b5ecf3
Binary files /dev/null and b/images/flags/fk.gif differ
diff --git a/images/flags/fm.gif b/images/flags/fm.gif
new file mode 100644
index 00000000..7f8723b7
Binary files /dev/null and b/images/flags/fm.gif differ
diff --git a/images/flags/fo.gif b/images/flags/fo.gif
new file mode 100644
index 00000000..4a90fc04
Binary files /dev/null and b/images/flags/fo.gif differ
diff --git a/images/flags/fr.gif b/images/flags/fr.gif
new file mode 100644
index 00000000..43d0b801
Binary files /dev/null and b/images/flags/fr.gif differ
diff --git a/images/flags/ga.gif b/images/flags/ga.gif
new file mode 100644
index 00000000..23fd5f0d
Binary files /dev/null and b/images/flags/ga.gif differ
diff --git a/images/flags/gb.gif b/images/flags/gb.gif
new file mode 100644
index 00000000..3c6bce15
Binary files /dev/null and b/images/flags/gb.gif differ
diff --git a/images/flags/gd.gif b/images/flags/gd.gif
new file mode 100644
index 00000000..25ea3123
Binary files /dev/null and b/images/flags/gd.gif differ
diff --git a/images/flags/ge.gif b/images/flags/ge.gif
new file mode 100644
index 00000000..faa7f126
Binary files /dev/null and b/images/flags/ge.gif differ
diff --git a/images/flags/gf.gif b/images/flags/gf.gif
new file mode 100644
index 00000000..43d0b801
Binary files /dev/null and b/images/flags/gf.gif differ
diff --git a/images/flags/gh.gif b/images/flags/gh.gif
new file mode 100644
index 00000000..273fb7d1
Binary files /dev/null and b/images/flags/gh.gif differ
diff --git a/images/flags/gi.gif b/images/flags/gi.gif
new file mode 100644
index 00000000..7b1984bc
Binary files /dev/null and b/images/flags/gi.gif differ
diff --git a/images/flags/gl.gif b/images/flags/gl.gif
new file mode 100644
index 00000000..ef445be0
Binary files /dev/null and b/images/flags/gl.gif differ
diff --git a/images/flags/gm.gif b/images/flags/gm.gif
new file mode 100644
index 00000000..6847c5a8
Binary files /dev/null and b/images/flags/gm.gif differ
diff --git a/images/flags/gn.gif b/images/flags/gn.gif
new file mode 100644
index 00000000..a982ac6f
Binary files /dev/null and b/images/flags/gn.gif differ
diff --git a/images/flags/gp.gif b/images/flags/gp.gif
new file mode 100644
index 00000000..31166db6
Binary files /dev/null and b/images/flags/gp.gif differ
diff --git a/images/flags/gq.gif b/images/flags/gq.gif
new file mode 100644
index 00000000..8b4e0cc4
Binary files /dev/null and b/images/flags/gq.gif differ
diff --git a/images/flags/gr.gif b/images/flags/gr.gif
new file mode 100644
index 00000000..b4c8c04e
Binary files /dev/null and b/images/flags/gr.gif differ
diff --git a/images/flags/gs.gif b/images/flags/gs.gif
new file mode 100644
index 00000000..ccc96ec0
Binary files /dev/null and b/images/flags/gs.gif differ
diff --git a/images/flags/gt.gif b/images/flags/gt.gif
new file mode 100644
index 00000000..7e94d1dd
Binary files /dev/null and b/images/flags/gt.gif differ
diff --git a/images/flags/gu.gif b/images/flags/gu.gif
new file mode 100644
index 00000000..eafef683
Binary files /dev/null and b/images/flags/gu.gif differ
diff --git a/images/flags/gw.gif b/images/flags/gw.gif
new file mode 100644
index 00000000..55f75711
Binary files /dev/null and b/images/flags/gw.gif differ
diff --git a/images/flags/gy.gif b/images/flags/gy.gif
new file mode 100644
index 00000000..1cb4cd71
Binary files /dev/null and b/images/flags/gy.gif differ
diff --git a/images/flags/hk.gif b/images/flags/hk.gif
new file mode 100644
index 00000000..798af96d
Binary files /dev/null and b/images/flags/hk.gif differ
diff --git a/images/flags/hm.gif b/images/flags/hm.gif
new file mode 100644
index 00000000..5269c6a0
Binary files /dev/null and b/images/flags/hm.gif differ
diff --git a/images/flags/hn.gif b/images/flags/hn.gif
new file mode 100644
index 00000000..6c4ffe8e
Binary files /dev/null and b/images/flags/hn.gif differ
diff --git a/images/flags/hr.gif b/images/flags/hr.gif
new file mode 100644
index 00000000..557c6602
Binary files /dev/null and b/images/flags/hr.gif differ
diff --git a/images/flags/ht.gif b/images/flags/ht.gif
new file mode 100644
index 00000000..059604ab
Binary files /dev/null and b/images/flags/ht.gif differ
diff --git a/images/flags/hu.gif b/images/flags/hu.gif
new file mode 100644
index 00000000..6142d868
Binary files /dev/null and b/images/flags/hu.gif differ
diff --git a/images/flags/id.gif b/images/flags/id.gif
new file mode 100644
index 00000000..865161b0
Binary files /dev/null and b/images/flags/id.gif differ
diff --git a/images/flags/ie.gif b/images/flags/ie.gif
new file mode 100644
index 00000000..506ad285
Binary files /dev/null and b/images/flags/ie.gif differ
diff --git a/images/flags/il.gif b/images/flags/il.gif
new file mode 100644
index 00000000..c8483ae5
Binary files /dev/null and b/images/flags/il.gif differ
diff --git a/images/flags/in.gif b/images/flags/in.gif
new file mode 100644
index 00000000..1cd80272
Binary files /dev/null and b/images/flags/in.gif differ
diff --git a/images/flags/io.gif b/images/flags/io.gif
new file mode 100644
index 00000000..de7e7ab3
Binary files /dev/null and b/images/flags/io.gif differ
diff --git a/images/flags/iq.gif b/images/flags/iq.gif
new file mode 100644
index 00000000..c34fe3c4
Binary files /dev/null and b/images/flags/iq.gif differ
diff --git a/images/flags/ir.gif b/images/flags/ir.gif
new file mode 100644
index 00000000..156040fc
Binary files /dev/null and b/images/flags/ir.gif differ
diff --git a/images/flags/is.gif b/images/flags/is.gif
new file mode 100644
index 00000000..b42502de
Binary files /dev/null and b/images/flags/is.gif differ
diff --git a/images/flags/it.gif b/images/flags/it.gif
new file mode 100644
index 00000000..d79e90e9
Binary files /dev/null and b/images/flags/it.gif differ
diff --git a/images/flags/jm.gif b/images/flags/jm.gif
new file mode 100644
index 00000000..0bed67c2
Binary files /dev/null and b/images/flags/jm.gif differ
diff --git a/images/flags/jo.gif b/images/flags/jo.gif
new file mode 100644
index 00000000..03daf8af
Binary files /dev/null and b/images/flags/jo.gif differ
diff --git a/images/flags/jp.gif b/images/flags/jp.gif
new file mode 100644
index 00000000..444c1d05
Binary files /dev/null and b/images/flags/jp.gif differ
diff --git a/images/flags/ke.gif b/images/flags/ke.gif
new file mode 100644
index 00000000..c2b5d45c
Binary files /dev/null and b/images/flags/ke.gif differ
diff --git a/images/flags/kg.gif b/images/flags/kg.gif
new file mode 100644
index 00000000..72a4d412
Binary files /dev/null and b/images/flags/kg.gif differ
diff --git a/images/flags/kh.gif b/images/flags/kh.gif
new file mode 100644
index 00000000..30a18315
Binary files /dev/null and b/images/flags/kh.gif differ
diff --git a/images/flags/ki.gif b/images/flags/ki.gif
new file mode 100644
index 00000000..4a0751a2
Binary files /dev/null and b/images/flags/ki.gif differ
diff --git a/images/flags/km.gif b/images/flags/km.gif
new file mode 100644
index 00000000..5859595e
Binary files /dev/null and b/images/flags/km.gif differ
diff --git a/images/flags/kn.gif b/images/flags/kn.gif
new file mode 100644
index 00000000..bb9cc34a
Binary files /dev/null and b/images/flags/kn.gif differ
diff --git a/images/flags/kp.gif b/images/flags/kp.gif
new file mode 100644
index 00000000..6e0ca09e
Binary files /dev/null and b/images/flags/kp.gif differ
diff --git a/images/flags/kr.gif b/images/flags/kr.gif
new file mode 100644
index 00000000..1cddbe75
Binary files /dev/null and b/images/flags/kr.gif differ
diff --git a/images/flags/kw.gif b/images/flags/kw.gif
new file mode 100644
index 00000000..1efc7347
Binary files /dev/null and b/images/flags/kw.gif differ
diff --git a/images/flags/ky.gif b/images/flags/ky.gif
new file mode 100644
index 00000000..d3d02ee4
Binary files /dev/null and b/images/flags/ky.gif differ
diff --git a/images/flags/kz.gif b/images/flags/kz.gif
new file mode 100644
index 00000000..24baebe0
Binary files /dev/null and b/images/flags/kz.gif differ
diff --git a/images/flags/la.gif b/images/flags/la.gif
new file mode 100644
index 00000000..d14cf4d8
Binary files /dev/null and b/images/flags/la.gif differ
diff --git a/images/flags/lb.gif b/images/flags/lb.gif
new file mode 100644
index 00000000..003d83af
Binary files /dev/null and b/images/flags/lb.gif differ
diff --git a/images/flags/lc.gif b/images/flags/lc.gif
new file mode 100644
index 00000000..f5fe5bff
Binary files /dev/null and b/images/flags/lc.gif differ
diff --git a/images/flags/li.gif b/images/flags/li.gif
new file mode 100644
index 00000000..713c58e1
Binary files /dev/null and b/images/flags/li.gif differ
diff --git a/images/flags/lk.gif b/images/flags/lk.gif
new file mode 100644
index 00000000..1b3ee7f5
Binary files /dev/null and b/images/flags/lk.gif differ
diff --git a/images/flags/lr.gif b/images/flags/lr.gif
new file mode 100644
index 00000000..435af9e5
Binary files /dev/null and b/images/flags/lr.gif differ
diff --git a/images/flags/ls.gif b/images/flags/ls.gif
new file mode 100644
index 00000000..427ae957
Binary files /dev/null and b/images/flags/ls.gif differ
diff --git a/images/flags/lt.gif b/images/flags/lt.gif
new file mode 100644
index 00000000..dee9c601
Binary files /dev/null and b/images/flags/lt.gif differ
diff --git a/images/flags/lu.gif b/images/flags/lu.gif
new file mode 100644
index 00000000..7d7293ed
Binary files /dev/null and b/images/flags/lu.gif differ
diff --git a/images/flags/lv.gif b/images/flags/lv.gif
new file mode 100644
index 00000000..17e71b7e
Binary files /dev/null and b/images/flags/lv.gif differ
diff --git a/images/flags/ly.gif b/images/flags/ly.gif
new file mode 100644
index 00000000..a654c30a
Binary files /dev/null and b/images/flags/ly.gif differ
diff --git a/images/flags/ma.gif b/images/flags/ma.gif
new file mode 100644
index 00000000..fc784119
Binary files /dev/null and b/images/flags/ma.gif differ
diff --git a/images/flags/mc.gif b/images/flags/mc.gif
new file mode 100644
index 00000000..02a7c8e1
Binary files /dev/null and b/images/flags/mc.gif differ
diff --git a/images/flags/md.gif b/images/flags/md.gif
new file mode 100644
index 00000000..e4b8a7e3
Binary files /dev/null and b/images/flags/md.gif differ
diff --git a/images/flags/me.gif b/images/flags/me.gif
new file mode 100644
index 00000000..a260453c
Binary files /dev/null and b/images/flags/me.gif differ
diff --git a/images/flags/mg.gif b/images/flags/mg.gif
new file mode 100644
index 00000000..a91b577d
Binary files /dev/null and b/images/flags/mg.gif differ
diff --git a/images/flags/mh.gif b/images/flags/mh.gif
new file mode 100644
index 00000000..92f5f485
Binary files /dev/null and b/images/flags/mh.gif differ
diff --git a/images/flags/mk.gif b/images/flags/mk.gif
new file mode 100644
index 00000000..7aeb8311
Binary files /dev/null and b/images/flags/mk.gif differ
diff --git a/images/flags/ml.gif b/images/flags/ml.gif
new file mode 100644
index 00000000..53d6f490
Binary files /dev/null and b/images/flags/ml.gif differ
diff --git a/images/flags/mm.gif b/images/flags/mm.gif
new file mode 100644
index 00000000..9e0a2756
Binary files /dev/null and b/images/flags/mm.gif differ
diff --git a/images/flags/mn.gif b/images/flags/mn.gif
new file mode 100644
index 00000000..dff8ea5a
Binary files /dev/null and b/images/flags/mn.gif differ
diff --git a/images/flags/mo.gif b/images/flags/mo.gif
new file mode 100644
index 00000000..66cf5b4f
Binary files /dev/null and b/images/flags/mo.gif differ
diff --git a/images/flags/mp.gif b/images/flags/mp.gif
new file mode 100644
index 00000000..73b7147e
Binary files /dev/null and b/images/flags/mp.gif differ
diff --git a/images/flags/mq.gif b/images/flags/mq.gif
new file mode 100644
index 00000000..570bc5dd
Binary files /dev/null and b/images/flags/mq.gif differ
diff --git a/images/flags/mr.gif b/images/flags/mr.gif
new file mode 100644
index 00000000..f52fcf09
Binary files /dev/null and b/images/flags/mr.gif differ
diff --git a/images/flags/ms.gif b/images/flags/ms.gif
new file mode 100644
index 00000000..5e5a67aa
Binary files /dev/null and b/images/flags/ms.gif differ
diff --git a/images/flags/mt.gif b/images/flags/mt.gif
new file mode 100644
index 00000000..45c709f2
Binary files /dev/null and b/images/flags/mt.gif differ
diff --git a/images/flags/mu.gif b/images/flags/mu.gif
new file mode 100644
index 00000000..081ab453
Binary files /dev/null and b/images/flags/mu.gif differ
diff --git a/images/flags/mv.gif b/images/flags/mv.gif
new file mode 100644
index 00000000..46b63875
Binary files /dev/null and b/images/flags/mv.gif differ
diff --git a/images/flags/mw.gif b/images/flags/mw.gif
new file mode 100644
index 00000000..ad045a09
Binary files /dev/null and b/images/flags/mw.gif differ
diff --git a/images/flags/mx.gif b/images/flags/mx.gif
new file mode 100644
index 00000000..ddc75d04
Binary files /dev/null and b/images/flags/mx.gif differ
diff --git a/images/flags/my.gif b/images/flags/my.gif
new file mode 100644
index 00000000..fc7d5236
Binary files /dev/null and b/images/flags/my.gif differ
diff --git a/images/flags/mz.gif b/images/flags/mz.gif
new file mode 100644
index 00000000..7d635082
Binary files /dev/null and b/images/flags/mz.gif differ
diff --git a/images/flags/na.gif b/images/flags/na.gif
new file mode 100644
index 00000000..c0babe72
Binary files /dev/null and b/images/flags/na.gif differ
diff --git a/images/flags/nc.gif b/images/flags/nc.gif
new file mode 100644
index 00000000..b1e91b9a
Binary files /dev/null and b/images/flags/nc.gif differ
diff --git a/images/flags/ne.gif b/images/flags/ne.gif
new file mode 100644
index 00000000..ff4eaf07
Binary files /dev/null and b/images/flags/ne.gif differ
diff --git a/images/flags/nf.gif b/images/flags/nf.gif
new file mode 100644
index 00000000..c83424c2
Binary files /dev/null and b/images/flags/nf.gif differ
diff --git a/images/flags/ng.gif b/images/flags/ng.gif
new file mode 100644
index 00000000..bdde7cb3
Binary files /dev/null and b/images/flags/ng.gif differ
diff --git a/images/flags/ni.gif b/images/flags/ni.gif
new file mode 100644
index 00000000..d05894d0
Binary files /dev/null and b/images/flags/ni.gif differ
diff --git a/images/flags/nl.gif b/images/flags/nl.gif
new file mode 100644
index 00000000..c1c8f46d
Binary files /dev/null and b/images/flags/nl.gif differ
diff --git a/images/flags/no.gif b/images/flags/no.gif
new file mode 100644
index 00000000..6202d1f3
Binary files /dev/null and b/images/flags/no.gif differ
diff --git a/images/flags/np.gif b/images/flags/np.gif
new file mode 100644
index 00000000..1096893a
Binary files /dev/null and b/images/flags/np.gif differ
diff --git a/images/flags/nr.gif b/images/flags/nr.gif
new file mode 100644
index 00000000..2e4c0c5c
Binary files /dev/null and b/images/flags/nr.gif differ
diff --git a/images/flags/nu.gif b/images/flags/nu.gif
new file mode 100644
index 00000000..618210a7
Binary files /dev/null and b/images/flags/nu.gif differ
diff --git a/images/flags/nz.gif b/images/flags/nz.gif
new file mode 100644
index 00000000..028a5dc6
Binary files /dev/null and b/images/flags/nz.gif differ
diff --git a/images/flags/om.gif b/images/flags/om.gif
new file mode 100644
index 00000000..2b8c7750
Binary files /dev/null and b/images/flags/om.gif differ
diff --git a/images/flags/pa.gif b/images/flags/pa.gif
new file mode 100644
index 00000000..d518b2f9
Binary files /dev/null and b/images/flags/pa.gif differ
diff --git a/images/flags/pe.gif b/images/flags/pe.gif
new file mode 100644
index 00000000..3bc76390
Binary files /dev/null and b/images/flags/pe.gif differ
diff --git a/images/flags/pf.gif b/images/flags/pf.gif
new file mode 100644
index 00000000..849297a5
Binary files /dev/null and b/images/flags/pf.gif differ
diff --git a/images/flags/pg.gif b/images/flags/pg.gif
new file mode 100644
index 00000000..2d20b078
Binary files /dev/null and b/images/flags/pg.gif differ
diff --git a/images/flags/ph.gif b/images/flags/ph.gif
new file mode 100644
index 00000000..12b380ac
Binary files /dev/null and b/images/flags/ph.gif differ
diff --git a/images/flags/pk.gif b/images/flags/pk.gif
new file mode 100644
index 00000000..f3f62c2e
Binary files /dev/null and b/images/flags/pk.gif differ
diff --git a/images/flags/pl.gif b/images/flags/pl.gif
new file mode 100644
index 00000000..bf106463
Binary files /dev/null and b/images/flags/pl.gif differ
diff --git a/images/flags/pm.gif b/images/flags/pm.gif
new file mode 100644
index 00000000..99bf6fdb
Binary files /dev/null and b/images/flags/pm.gif differ
diff --git a/images/flags/pn.gif b/images/flags/pn.gif
new file mode 100644
index 00000000..4bc86a1d
Binary files /dev/null and b/images/flags/pn.gif differ
diff --git a/images/flags/pr.gif b/images/flags/pr.gif
new file mode 100644
index 00000000..6d5d5896
Binary files /dev/null and b/images/flags/pr.gif differ
diff --git a/images/flags/ps.gif b/images/flags/ps.gif
new file mode 100644
index 00000000..6afa3b71
Binary files /dev/null and b/images/flags/ps.gif differ
diff --git a/images/flags/pt.gif b/images/flags/pt.gif
new file mode 100644
index 00000000..e735f740
Binary files /dev/null and b/images/flags/pt.gif differ
diff --git a/images/flags/pw.gif b/images/flags/pw.gif
new file mode 100644
index 00000000..5854510f
Binary files /dev/null and b/images/flags/pw.gif differ
diff --git a/images/flags/py.gif b/images/flags/py.gif
new file mode 100644
index 00000000..f2e66af7
Binary files /dev/null and b/images/flags/py.gif differ
diff --git a/images/flags/qa.gif b/images/flags/qa.gif
new file mode 100644
index 00000000..2e843ff9
Binary files /dev/null and b/images/flags/qa.gif differ
diff --git a/images/flags/re.gif b/images/flags/re.gif
new file mode 100644
index 00000000..43d0b801
Binary files /dev/null and b/images/flags/re.gif differ
diff --git a/images/flags/ro.gif b/images/flags/ro.gif
new file mode 100644
index 00000000..f5d5f125
Binary files /dev/null and b/images/flags/ro.gif differ
diff --git a/images/flags/rs.gif b/images/flags/rs.gif
new file mode 100644
index 00000000..3bd1fb2f
Binary files /dev/null and b/images/flags/rs.gif differ
diff --git a/images/flags/ru.gif b/images/flags/ru.gif
new file mode 100644
index 00000000..b525c462
Binary files /dev/null and b/images/flags/ru.gif differ
diff --git a/images/flags/rw.gif b/images/flags/rw.gif
new file mode 100644
index 00000000..0d095f7a
Binary files /dev/null and b/images/flags/rw.gif differ
diff --git a/images/flags/sa.gif b/images/flags/sa.gif
new file mode 100644
index 00000000..179961b6
Binary files /dev/null and b/images/flags/sa.gif differ
diff --git a/images/flags/sb.gif b/images/flags/sb.gif
new file mode 100644
index 00000000..8f5ff837
Binary files /dev/null and b/images/flags/sb.gif differ
diff --git a/images/flags/sc.gif b/images/flags/sc.gif
new file mode 100644
index 00000000..31b47677
Binary files /dev/null and b/images/flags/sc.gif differ
diff --git a/images/flags/scotland.gif b/images/flags/scotland.gif
new file mode 100644
index 00000000..03f3f1de
Binary files /dev/null and b/images/flags/scotland.gif differ
diff --git a/images/flags/sd.gif b/images/flags/sd.gif
new file mode 100644
index 00000000..53ae214f
Binary files /dev/null and b/images/flags/sd.gif differ
diff --git a/images/flags/se.gif b/images/flags/se.gif
new file mode 100644
index 00000000..80f62852
Binary files /dev/null and b/images/flags/se.gif differ
diff --git a/images/flags/sg.gif b/images/flags/sg.gif
new file mode 100644
index 00000000..5663d39f
Binary files /dev/null and b/images/flags/sg.gif differ
diff --git a/images/flags/sh.gif b/images/flags/sh.gif
new file mode 100644
index 00000000..dcc7f3bc
Binary files /dev/null and b/images/flags/sh.gif differ
diff --git a/images/flags/si.gif b/images/flags/si.gif
new file mode 100644
index 00000000..23852b50
Binary files /dev/null and b/images/flags/si.gif differ
diff --git a/images/flags/sj.gif b/images/flags/sj.gif
new file mode 100644
index 00000000..6202d1f3
Binary files /dev/null and b/images/flags/sj.gif differ
diff --git a/images/flags/sk.gif b/images/flags/sk.gif
new file mode 100644
index 00000000..1b3f22ba
Binary files /dev/null and b/images/flags/sk.gif differ
diff --git a/images/flags/sl.gif b/images/flags/sl.gif
new file mode 100644
index 00000000..f0f34923
Binary files /dev/null and b/images/flags/sl.gif differ
diff --git a/images/flags/sm.gif b/images/flags/sm.gif
new file mode 100644
index 00000000..04d98de5
Binary files /dev/null and b/images/flags/sm.gif differ
diff --git a/images/flags/sn.gif b/images/flags/sn.gif
new file mode 100644
index 00000000..6dac8709
Binary files /dev/null and b/images/flags/sn.gif differ
diff --git a/images/flags/so.gif b/images/flags/so.gif
new file mode 100644
index 00000000..f1961694
Binary files /dev/null and b/images/flags/so.gif differ
diff --git a/images/flags/sr.gif b/images/flags/sr.gif
new file mode 100644
index 00000000..0f7499ad
Binary files /dev/null and b/images/flags/sr.gif differ
diff --git a/images/flags/st.gif b/images/flags/st.gif
new file mode 100644
index 00000000..4f1e6e09
Binary files /dev/null and b/images/flags/st.gif differ
diff --git a/images/flags/sv.gif b/images/flags/sv.gif
new file mode 100644
index 00000000..2d7b159a
Binary files /dev/null and b/images/flags/sv.gif differ
diff --git a/images/flags/sy.gif b/images/flags/sy.gif
new file mode 100644
index 00000000..dc8bd509
Binary files /dev/null and b/images/flags/sy.gif differ
diff --git a/images/flags/sz.gif b/images/flags/sz.gif
new file mode 100644
index 00000000..f37aaf80
Binary files /dev/null and b/images/flags/sz.gif differ
diff --git a/images/flags/tc.gif b/images/flags/tc.gif
new file mode 100644
index 00000000..11a8c232
Binary files /dev/null and b/images/flags/tc.gif differ
diff --git a/images/flags/td.gif b/images/flags/td.gif
new file mode 100644
index 00000000..7aa8a10d
Binary files /dev/null and b/images/flags/td.gif differ
diff --git a/images/flags/tf.gif b/images/flags/tf.gif
new file mode 100644
index 00000000..51a43250
Binary files /dev/null and b/images/flags/tf.gif differ
diff --git a/images/flags/tg.gif b/images/flags/tg.gif
new file mode 100644
index 00000000..ca6b4e77
Binary files /dev/null and b/images/flags/tg.gif differ
diff --git a/images/flags/th.gif b/images/flags/th.gif
new file mode 100644
index 00000000..01307924
Binary files /dev/null and b/images/flags/th.gif differ
diff --git a/images/flags/tj.gif b/images/flags/tj.gif
new file mode 100644
index 00000000..2fe38d4a
Binary files /dev/null and b/images/flags/tj.gif differ
diff --git a/images/flags/tk.gif b/images/flags/tk.gif
new file mode 100644
index 00000000..3d3a727f
Binary files /dev/null and b/images/flags/tk.gif differ
diff --git a/images/flags/tl.gif b/images/flags/tl.gif
new file mode 100644
index 00000000..df22d582
Binary files /dev/null and b/images/flags/tl.gif differ
diff --git a/images/flags/tm.gif b/images/flags/tm.gif
new file mode 100644
index 00000000..36d0994f
Binary files /dev/null and b/images/flags/tm.gif differ
diff --git a/images/flags/tn.gif b/images/flags/tn.gif
new file mode 100644
index 00000000..917d4288
Binary files /dev/null and b/images/flags/tn.gif differ
diff --git a/images/flags/to.gif b/images/flags/to.gif
new file mode 100644
index 00000000..d7ed4d11
Binary files /dev/null and b/images/flags/to.gif differ
diff --git a/images/flags/tr.gif b/images/flags/tr.gif
new file mode 100644
index 00000000..e407d553
Binary files /dev/null and b/images/flags/tr.gif differ
diff --git a/images/flags/tt.gif b/images/flags/tt.gif
new file mode 100644
index 00000000..47d3b806
Binary files /dev/null and b/images/flags/tt.gif differ
diff --git a/images/flags/tv.gif b/images/flags/tv.gif
new file mode 100644
index 00000000..3c338277
Binary files /dev/null and b/images/flags/tv.gif differ
diff --git a/images/flags/tw.gif b/images/flags/tw.gif
new file mode 100644
index 00000000..cacfd9b7
Binary files /dev/null and b/images/flags/tw.gif differ
diff --git a/images/flags/tz.gif b/images/flags/tz.gif
new file mode 100644
index 00000000..82b52ca2
Binary files /dev/null and b/images/flags/tz.gif differ
diff --git a/images/flags/ua.gif b/images/flags/ua.gif
new file mode 100644
index 00000000..5d6cd83f
Binary files /dev/null and b/images/flags/ua.gif differ
diff --git a/images/flags/ug.gif b/images/flags/ug.gif
new file mode 100644
index 00000000..58b731ad
Binary files /dev/null and b/images/flags/ug.gif differ
diff --git a/images/flags/um.gif b/images/flags/um.gif
new file mode 100644
index 00000000..3b4c8483
Binary files /dev/null and b/images/flags/um.gif differ
diff --git a/images/flags/us.gif b/images/flags/us.gif
new file mode 100644
index 00000000..8f198f73
Binary files /dev/null and b/images/flags/us.gif differ
diff --git a/images/flags/uy.gif b/images/flags/uy.gif
new file mode 100644
index 00000000..12848c74
Binary files /dev/null and b/images/flags/uy.gif differ
diff --git a/images/flags/uz.gif b/images/flags/uz.gif
new file mode 100644
index 00000000..dc9daeca
Binary files /dev/null and b/images/flags/uz.gif differ
diff --git a/images/flags/va.gif b/images/flags/va.gif
new file mode 100644
index 00000000..2bd74468
Binary files /dev/null and b/images/flags/va.gif differ
diff --git a/images/flags/vc.gif b/images/flags/vc.gif
new file mode 100644
index 00000000..48213816
Binary files /dev/null and b/images/flags/vc.gif differ
diff --git a/images/flags/ve.gif b/images/flags/ve.gif
new file mode 100644
index 00000000..19ce6c14
Binary files /dev/null and b/images/flags/ve.gif differ
diff --git a/images/flags/vg.gif b/images/flags/vg.gif
new file mode 100644
index 00000000..1fc0f96e
Binary files /dev/null and b/images/flags/vg.gif differ
diff --git a/images/flags/vi.gif b/images/flags/vi.gif
new file mode 100644
index 00000000..66f9e746
Binary files /dev/null and b/images/flags/vi.gif differ
diff --git a/images/flags/vn.gif b/images/flags/vn.gif
new file mode 100644
index 00000000..f1e20c94
Binary files /dev/null and b/images/flags/vn.gif differ
diff --git a/images/flags/vu.gif b/images/flags/vu.gif
new file mode 100644
index 00000000..8a8b2b06
Binary files /dev/null and b/images/flags/vu.gif differ
diff --git a/images/flags/wales.gif b/images/flags/wales.gif
new file mode 100644
index 00000000..901d1750
Binary files /dev/null and b/images/flags/wales.gif differ
diff --git a/images/flags/wf.gif b/images/flags/wf.gif
new file mode 100644
index 00000000..eaa954b1
Binary files /dev/null and b/images/flags/wf.gif differ
diff --git a/images/flags/ws.gif b/images/flags/ws.gif
new file mode 100644
index 00000000..a51f939e
Binary files /dev/null and b/images/flags/ws.gif differ
diff --git a/images/flags/ye.gif b/images/flags/ye.gif
new file mode 100644
index 00000000..7b0183d0
Binary files /dev/null and b/images/flags/ye.gif differ
diff --git a/images/flags/yt.gif b/images/flags/yt.gif
new file mode 100644
index 00000000..a2267c05
Binary files /dev/null and b/images/flags/yt.gif differ
diff --git a/images/flags/za.gif b/images/flags/za.gif
new file mode 100644
index 00000000..ede52589
Binary files /dev/null and b/images/flags/za.gif differ
diff --git a/images/flags/zm.gif b/images/flags/zm.gif
new file mode 100644
index 00000000..b2851d2b
Binary files /dev/null and b/images/flags/zm.gif differ
diff --git a/images/flags/zw.gif b/images/flags/zw.gif
new file mode 100644
index 00000000..02901f62
Binary files /dev/null and b/images/flags/zw.gif differ
diff --git a/images/forum/post.gif b/images/forum/post.gif
new file mode 100644
index 00000000..ce4b06ee
Binary files /dev/null and b/images/forum/post.gif differ
diff --git a/images/forum/smile/1.gif b/images/forum/smile/1.gif
new file mode 100644
index 00000000..f41e41a7
Binary files /dev/null and b/images/forum/smile/1.gif differ
diff --git a/images/forum/smile/10.gif b/images/forum/smile/10.gif
new file mode 100644
index 00000000..ac97d895
Binary files /dev/null and b/images/forum/smile/10.gif differ
diff --git a/images/forum/smile/2.gif b/images/forum/smile/2.gif
new file mode 100644
index 00000000..5174ce47
Binary files /dev/null and b/images/forum/smile/2.gif differ
diff --git a/images/forum/smile/3.gif b/images/forum/smile/3.gif
new file mode 100644
index 00000000..3fb84b90
Binary files /dev/null and b/images/forum/smile/3.gif differ
diff --git a/images/forum/smile/4.gif b/images/forum/smile/4.gif
new file mode 100644
index 00000000..8d22e981
Binary files /dev/null and b/images/forum/smile/4.gif differ
diff --git a/images/forum/smile/5.gif b/images/forum/smile/5.gif
new file mode 100644
index 00000000..01542349
Binary files /dev/null and b/images/forum/smile/5.gif differ
diff --git a/images/forum/smile/6.gif b/images/forum/smile/6.gif
new file mode 100644
index 00000000..d000ca5a
Binary files /dev/null and b/images/forum/smile/6.gif differ
diff --git a/images/forum/smile/7.gif b/images/forum/smile/7.gif
new file mode 100644
index 00000000..993ef075
Binary files /dev/null and b/images/forum/smile/7.gif differ
diff --git a/images/forum/smile/8.gif b/images/forum/smile/8.gif
new file mode 100644
index 00000000..a4910467
Binary files /dev/null and b/images/forum/smile/8.gif differ
diff --git a/images/forum/smile/9.gif b/images/forum/smile/9.gif
new file mode 100644
index 00000000..59bdca5a
Binary files /dev/null and b/images/forum/smile/9.gif differ
diff --git a/images/forum/topic.gif b/images/forum/topic.gif
new file mode 100644
index 00000000..7e0bff4c
Binary files /dev/null and b/images/forum/topic.gif differ
diff --git a/images/green_skull.gif b/images/green_skull.gif
new file mode 100644
index 00000000..78740842
Binary files /dev/null and b/images/green_skull.gif differ
diff --git a/images/guilds/default.gif b/images/guilds/default.gif
new file mode 100644
index 00000000..404a0df8
Binary files /dev/null and b/images/guilds/default.gif differ
diff --git a/images/hist.png b/images/hist.png
new file mode 100644
index 00000000..8a6b74cc
Binary files /dev/null and b/images/hist.png differ
diff --git a/images/houses/default.jpg b/images/houses/default.jpg
new file mode 100644
index 00000000..f40ee400
Binary files /dev/null and b/images/houses/default.jpg differ
diff --git a/images/icons/add.png b/images/icons/add.png
new file mode 100644
index 00000000..6332fefe
Binary files /dev/null and b/images/icons/add.png differ
diff --git a/images/icons/application_add.png b/images/icons/application_add.png
new file mode 100644
index 00000000..2e945076
Binary files /dev/null and b/images/icons/application_add.png differ
diff --git a/images/icons/arrow_down.gif b/images/icons/arrow_down.gif
new file mode 100644
index 00000000..f0bb6a4e
Binary files /dev/null and b/images/icons/arrow_down.gif differ
diff --git a/images/icons/arrow_down.png b/images/icons/arrow_down.png
new file mode 100644
index 00000000..2c4e2793
Binary files /dev/null and b/images/icons/arrow_down.png differ
diff --git a/images/icons/arrow_down_mini.gif b/images/icons/arrow_down_mini.gif
new file mode 100644
index 00000000..f0bb6a4e
Binary files /dev/null and b/images/icons/arrow_down_mini.gif differ
diff --git a/images/icons/arrow_left.gif b/images/icons/arrow_left.gif
new file mode 100644
index 00000000..932ade16
Binary files /dev/null and b/images/icons/arrow_left.gif differ
diff --git a/images/icons/arrow_right.gif b/images/icons/arrow_right.gif
new file mode 100644
index 00000000..780431c2
Binary files /dev/null and b/images/icons/arrow_right.gif differ
diff --git a/images/icons/arrow_up.gif b/images/icons/arrow_up.gif
new file mode 100644
index 00000000..e8234178
Binary files /dev/null and b/images/icons/arrow_up.gif differ
diff --git a/images/icons/brick.png b/images/icons/brick.png
new file mode 100644
index 00000000..7851cf34
Binary files /dev/null and b/images/icons/brick.png differ
diff --git a/images/icons/brick_edit.png b/images/icons/brick_edit.png
new file mode 100644
index 00000000..eb06df3b
Binary files /dev/null and b/images/icons/brick_edit.png differ
diff --git a/images/icons/bricks.png b/images/icons/bricks.png
new file mode 100644
index 00000000..0905f933
Binary files /dev/null and b/images/icons/bricks.png differ
diff --git a/images/icons/bricks_gear.png b/images/icons/bricks_gear.png
new file mode 100644
index 00000000..9dda1f3b
Binary files /dev/null and b/images/icons/bricks_gear.png differ
diff --git a/images/icons/car.png b/images/icons/car.png
new file mode 100644
index 00000000..4f3a770f
Binary files /dev/null and b/images/icons/car.png differ
diff --git a/images/icons/cart.png b/images/icons/cart.png
new file mode 100644
index 00000000..1baf7b9f
Binary files /dev/null and b/images/icons/cart.png differ
diff --git a/images/icons/cart_add.png b/images/icons/cart_add.png
new file mode 100644
index 00000000..45c29000
Binary files /dev/null and b/images/icons/cart_add.png differ
diff --git a/images/icons/cog.png b/images/icons/cog.png
new file mode 100644
index 00000000..67de2c6c
Binary files /dev/null and b/images/icons/cog.png differ
diff --git a/images/icons/coins.png b/images/icons/coins.png
new file mode 100644
index 00000000..0ca9074d
Binary files /dev/null and b/images/icons/coins.png differ
diff --git a/images/icons/color_swatch.png b/images/icons/color_swatch.png
new file mode 100644
index 00000000..6e6e8521
Binary files /dev/null and b/images/icons/color_swatch.png differ
diff --git a/images/icons/error.gif b/images/icons/error.gif
new file mode 100644
index 00000000..352875dc
Binary files /dev/null and b/images/icons/error.gif differ
diff --git a/images/icons/expand.jpg b/images/icons/expand.jpg
new file mode 100644
index 00000000..e7e129fb
Binary files /dev/null and b/images/icons/expand.jpg differ
diff --git a/images/icons/feed.png b/images/icons/feed.png
new file mode 100644
index 00000000..315c4f4f
Binary files /dev/null and b/images/icons/feed.png differ
diff --git a/images/icons/folder.png b/images/icons/folder.png
new file mode 100644
index 00000000..784e8fa4
Binary files /dev/null and b/images/icons/folder.png differ
diff --git a/images/icons/folder_page.png b/images/icons/folder_page.png
new file mode 100644
index 00000000..1ef6e114
Binary files /dev/null and b/images/icons/folder_page.png differ
diff --git a/images/icons/folder_page_add.png b/images/icons/folder_page_add.png
new file mode 100644
index 00000000..c1e90af4
Binary files /dev/null and b/images/icons/folder_page_add.png differ
diff --git a/images/icons/folder_table.png b/images/icons/folder_table.png
new file mode 100644
index 00000000..473cee35
Binary files /dev/null and b/images/icons/folder_table.png differ
diff --git a/images/icons/group.png b/images/icons/group.png
new file mode 100644
index 00000000..7fb4e1f1
Binary files /dev/null and b/images/icons/group.png differ
diff --git a/images/icons/house.png b/images/icons/house.png
new file mode 100644
index 00000000..fed62219
Binary files /dev/null and b/images/icons/house.png differ
diff --git a/images/icons/logout.png b/images/icons/logout.png
new file mode 100644
index 00000000..7d44194f
Binary files /dev/null and b/images/icons/logout.png differ
diff --git a/images/icons/magnifier.png b/images/icons/magnifier.png
new file mode 100644
index 00000000..cf3d97f7
Binary files /dev/null and b/images/icons/magnifier.png differ
diff --git a/images/icons/note.gif b/images/icons/note.gif
new file mode 100644
index 00000000..9fa6bdd0
Binary files /dev/null and b/images/icons/note.gif differ
diff --git a/images/icons/page_add.png b/images/icons/page_add.png
new file mode 100644
index 00000000..d5bfa071
Binary files /dev/null and b/images/icons/page_add.png differ
diff --git a/images/icons/page_gear.png b/images/icons/page_gear.png
new file mode 100644
index 00000000..8e83281c
Binary files /dev/null and b/images/icons/page_gear.png differ
diff --git a/images/icons/page_white_delete.png b/images/icons/page_white_delete.png
new file mode 100644
index 00000000..af1ecaf2
Binary files /dev/null and b/images/icons/page_white_delete.png differ
diff --git a/images/icons/page_white_edit.png b/images/icons/page_white_edit.png
new file mode 100644
index 00000000..b93e7760
Binary files /dev/null and b/images/icons/page_white_edit.png differ
diff --git a/images/icons/page_white_link.png b/images/icons/page_white_link.png
new file mode 100644
index 00000000..bf7bd1c9
Binary files /dev/null and b/images/icons/page_white_link.png differ
diff --git a/images/icons/page_white_text_width.png b/images/icons/page_white_text_width.png
new file mode 100644
index 00000000..d9cf1325
Binary files /dev/null and b/images/icons/page_white_text_width.png differ
diff --git a/images/icons/report.png b/images/icons/report.png
new file mode 100644
index 00000000..779ad58e
Binary files /dev/null and b/images/icons/report.png differ
diff --git a/images/icons/report_link.png b/images/icons/report_link.png
new file mode 100644
index 00000000..23f2611e
Binary files /dev/null and b/images/icons/report_link.png differ
diff --git a/images/icons/rss.png b/images/icons/rss.png
new file mode 100644
index 00000000..1dc6ff30
Binary files /dev/null and b/images/icons/rss.png differ
diff --git a/images/icons/success.gif b/images/icons/success.gif
new file mode 100644
index 00000000..c5206b56
Binary files /dev/null and b/images/icons/success.gif differ
diff --git a/images/icons/user.png b/images/icons/user.png
new file mode 100644
index 00000000..79f35ccb
Binary files /dev/null and b/images/icons/user.png differ
diff --git a/images/icons/user_add.png b/images/icons/user_add.png
new file mode 100644
index 00000000..deae99bc
Binary files /dev/null and b/images/icons/user_add.png differ
diff --git a/images/icons/user_delete.png b/images/icons/user_delete.png
new file mode 100644
index 00000000..acbb5630
Binary files /dev/null and b/images/icons/user_delete.png differ
diff --git a/images/icons/user_edit.png b/images/icons/user_edit.png
new file mode 100644
index 00000000..c1974cda
Binary files /dev/null and b/images/icons/user_edit.png differ
diff --git a/images/icons/warning.gif b/images/icons/warning.gif
new file mode 100644
index 00000000..3a9a3fbc
Binary files /dev/null and b/images/icons/warning.gif differ
diff --git a/images/icons/world.png b/images/icons/world.png
new file mode 100644
index 00000000..68f21d30
Binary files /dev/null and b/images/icons/world.png differ
diff --git a/images/info.png b/images/info.png
new file mode 100644
index 00000000..a237c178
Binary files /dev/null and b/images/info.png differ
diff --git a/images/items/no_ammo.gif b/images/items/no_ammo.gif
new file mode 100644
index 00000000..6ae611e4
Binary files /dev/null and b/images/items/no_ammo.gif differ
diff --git a/images/items/no_armor.gif b/images/items/no_armor.gif
new file mode 100644
index 00000000..b1d51537
Binary files /dev/null and b/images/items/no_armor.gif differ
diff --git a/images/items/no_backpack.gif b/images/items/no_backpack.gif
new file mode 100644
index 00000000..4693cf9f
Binary files /dev/null and b/images/items/no_backpack.gif differ
diff --git a/images/items/no_boots.gif b/images/items/no_boots.gif
new file mode 100644
index 00000000..a772a430
Binary files /dev/null and b/images/items/no_boots.gif differ
diff --git a/images/items/no_handleft.gif b/images/items/no_handleft.gif
new file mode 100644
index 00000000..11667b6d
Binary files /dev/null and b/images/items/no_handleft.gif differ
diff --git a/images/items/no_handright.gif b/images/items/no_handright.gif
new file mode 100644
index 00000000..ac87bd59
Binary files /dev/null and b/images/items/no_handright.gif differ
diff --git a/images/items/no_helmet.gif b/images/items/no_helmet.gif
new file mode 100644
index 00000000..acaf168c
Binary files /dev/null and b/images/items/no_helmet.gif differ
diff --git a/images/items/no_legs.gif b/images/items/no_legs.gif
new file mode 100644
index 00000000..e57510b4
Binary files /dev/null and b/images/items/no_legs.gif differ
diff --git a/images/items/no_necklace.gif b/images/items/no_necklace.gif
new file mode 100644
index 00000000..512542b3
Binary files /dev/null and b/images/items/no_necklace.gif differ
diff --git a/images/items/no_ring.gif b/images/items/no_ring.gif
new file mode 100644
index 00000000..bb82663c
Binary files /dev/null and b/images/items/no_ring.gif differ
diff --git a/images/knight.png b/images/knight.png
new file mode 100644
index 00000000..789f6a4d
Binary files /dev/null and b/images/knight.png differ
diff --git a/images/loading.gif b/images/loading.gif
new file mode 100644
index 00000000..240bd88c
Binary files /dev/null and b/images/loading.gif differ
diff --git a/images/minus.gif b/images/minus.gif
new file mode 100644
index 00000000..499a2e2a
Binary files /dev/null and b/images/minus.gif differ
diff --git a/images/monsters/acidblob.gif b/images/monsters/acidblob.gif
new file mode 100644
index 00000000..e3ac9be6
Binary files /dev/null and b/images/monsters/acidblob.gif differ
diff --git a/images/monsters/acolyte of the cult.gif b/images/monsters/acolyte of the cult.gif
new file mode 100644
index 00000000..7ea9b797
Binary files /dev/null and b/images/monsters/acolyte of the cult.gif differ
diff --git a/images/monsters/adept of the cult.gif b/images/monsters/adept of the cult.gif
new file mode 100644
index 00000000..39c12a4d
Binary files /dev/null and b/images/monsters/adept of the cult.gif differ
diff --git a/images/monsters/amazon.gif b/images/monsters/amazon.gif
new file mode 100644
index 00000000..92b0b7a0
Binary files /dev/null and b/images/monsters/amazon.gif differ
diff --git a/images/monsters/ancient scarab.gif b/images/monsters/ancient scarab.gif
new file mode 100644
index 00000000..2ecc3742
Binary files /dev/null and b/images/monsters/ancient scarab.gif differ
diff --git a/images/monsters/ancientscarab.gif b/images/monsters/ancientscarab.gif
new file mode 100644
index 00000000..dcff35cf
Binary files /dev/null and b/images/monsters/ancientscarab.gif differ
diff --git a/images/monsters/animated-statue.gif b/images/monsters/animated-statue.gif
new file mode 100644
index 00000000..92eff794
Binary files /dev/null and b/images/monsters/animated-statue.gif differ
diff --git a/images/monsters/annihilon.gif b/images/monsters/annihilon.gif
new file mode 100644
index 00000000..b723ca77
Binary files /dev/null and b/images/monsters/annihilon.gif differ
diff --git a/images/monsters/apprentice sheng.gif b/images/monsters/apprentice sheng.gif
new file mode 100644
index 00000000..34040f2e
Binary files /dev/null and b/images/monsters/apprentice sheng.gif differ
diff --git a/images/monsters/ashmunrah.gif b/images/monsters/ashmunrah.gif
new file mode 100644
index 00000000..6bde3894
Binary files /dev/null and b/images/monsters/ashmunrah.gif differ
diff --git a/images/monsters/assassin.gif b/images/monsters/assassin.gif
new file mode 100644
index 00000000..1368da74
Binary files /dev/null and b/images/monsters/assassin.gif differ
diff --git a/images/monsters/avalanche.gif b/images/monsters/avalanche.gif
new file mode 100644
index 00000000..3b8179c3
Binary files /dev/null and b/images/monsters/avalanche.gif differ
diff --git a/images/monsters/axeitus headbanger.gif b/images/monsters/axeitus headbanger.gif
new file mode 100644
index 00000000..f30bc6e2
Binary files /dev/null and b/images/monsters/axeitus headbanger.gif differ
diff --git a/images/monsters/azure frog.gif b/images/monsters/azure frog.gif
new file mode 100644
index 00000000..4105cb5b
Binary files /dev/null and b/images/monsters/azure frog.gif differ
diff --git a/images/monsters/badger.gif b/images/monsters/badger.gif
new file mode 100644
index 00000000..718dc4ec
Binary files /dev/null and b/images/monsters/badger.gif differ
diff --git a/images/monsters/bandit.gif b/images/monsters/bandit.gif
new file mode 100644
index 00000000..f362e587
Binary files /dev/null and b/images/monsters/bandit.gif differ
diff --git a/images/monsters/banshee.gif b/images/monsters/banshee.gif
new file mode 100644
index 00000000..6fbcea05
Binary files /dev/null and b/images/monsters/banshee.gif differ
diff --git a/images/monsters/barbaria.gif b/images/monsters/barbaria.gif
new file mode 100644
index 00000000..d2ed0827
Binary files /dev/null and b/images/monsters/barbaria.gif differ
diff --git a/images/monsters/barbarian brutetamer.gif b/images/monsters/barbarian brutetamer.gif
new file mode 100644
index 00000000..8d022ade
Binary files /dev/null and b/images/monsters/barbarian brutetamer.gif differ
diff --git a/images/monsters/barbarian headsplitter.gif b/images/monsters/barbarian headsplitter.gif
new file mode 100644
index 00000000..6812479b
Binary files /dev/null and b/images/monsters/barbarian headsplitter.gif differ
diff --git a/images/monsters/barbarian skullhunter.gif b/images/monsters/barbarian skullhunter.gif
new file mode 100644
index 00000000..13ce5c1b
Binary files /dev/null and b/images/monsters/barbarian skullhunter.gif differ
diff --git a/images/monsters/barbarianbloodwalker.gif b/images/monsters/barbarianbloodwalker.gif
new file mode 100644
index 00000000..9bd876b1
Binary files /dev/null and b/images/monsters/barbarianbloodwalker.gif differ
diff --git a/images/monsters/barbarianbrutetamer.gif b/images/monsters/barbarianbrutetamer.gif
new file mode 100644
index 00000000..0807861b
Binary files /dev/null and b/images/monsters/barbarianbrutetamer.gif differ
diff --git a/images/monsters/barbarianheadsplitter.gif b/images/monsters/barbarianheadsplitter.gif
new file mode 100644
index 00000000..8b1c4a59
Binary files /dev/null and b/images/monsters/barbarianheadsplitter.gif differ
diff --git a/images/monsters/barbarianskullhunter.gif b/images/monsters/barbarianskullhunter.gif
new file mode 100644
index 00000000..6f2284aa
Binary files /dev/null and b/images/monsters/barbarianskullhunter.gif differ
diff --git a/images/monsters/bat.gif b/images/monsters/bat.gif
new file mode 100644
index 00000000..11ecffed
Binary files /dev/null and b/images/monsters/bat.gif differ
diff --git a/images/monsters/bear.gif b/images/monsters/bear.gif
new file mode 100644
index 00000000..4249b050
Binary files /dev/null and b/images/monsters/bear.gif differ
diff --git a/images/monsters/behemoth.gif b/images/monsters/behemoth.gif
new file mode 100644
index 00000000..4c0668c7
Binary files /dev/null and b/images/monsters/behemoth.gif differ
diff --git a/images/monsters/beholder.gif b/images/monsters/beholder.gif
new file mode 100644
index 00000000..58d4b9ce
Binary files /dev/null and b/images/monsters/beholder.gif differ
diff --git a/images/monsters/betrayed wraith.gif b/images/monsters/betrayed wraith.gif
new file mode 100644
index 00000000..bce51bc7
Binary files /dev/null and b/images/monsters/betrayed wraith.gif differ
diff --git a/images/monsters/big boss trolliver.gif b/images/monsters/big boss trolliver.gif
new file mode 100644
index 00000000..355c3bf0
Binary files /dev/null and b/images/monsters/big boss trolliver.gif differ
diff --git a/images/monsters/black sheep.gif b/images/monsters/black sheep.gif
new file mode 100644
index 00000000..64b6cde4
Binary files /dev/null and b/images/monsters/black sheep.gif differ
diff --git a/images/monsters/blackknight.gif b/images/monsters/blackknight.gif
new file mode 100644
index 00000000..248f32b2
Binary files /dev/null and b/images/monsters/blackknight.gif differ
diff --git a/images/monsters/blazing fire elemental.gif b/images/monsters/blazing fire elemental.gif
new file mode 100644
index 00000000..071c1607
Binary files /dev/null and b/images/monsters/blazing fire elemental.gif differ
diff --git a/images/monsters/blightwalker.gif b/images/monsters/blightwalker.gif
new file mode 100644
index 00000000..ff9aaaf8
Binary files /dev/null and b/images/monsters/blightwalker.gif differ
diff --git a/images/monsters/blistering fire elemental.gif b/images/monsters/blistering fire elemental.gif
new file mode 100644
index 00000000..2443d306
Binary files /dev/null and b/images/monsters/blistering fire elemental.gif differ
diff --git a/images/monsters/blood crab.gif b/images/monsters/blood crab.gif
new file mode 100644
index 00000000..d2d17b4c
Binary files /dev/null and b/images/monsters/blood crab.gif differ
diff --git a/images/monsters/bloodcrab.gif b/images/monsters/bloodcrab.gif
new file mode 100644
index 00000000..d2d17b4c
Binary files /dev/null and b/images/monsters/bloodcrab.gif differ
diff --git a/images/monsters/bloodpaw.gif b/images/monsters/bloodpaw.gif
new file mode 100644
index 00000000..d7eebb15
Binary files /dev/null and b/images/monsters/bloodpaw.gif differ
diff --git a/images/monsters/blue djinn.gif b/images/monsters/blue djinn.gif
new file mode 100644
index 00000000..999ba4ed
Binary files /dev/null and b/images/monsters/blue djinn.gif differ
diff --git a/images/monsters/bluedjinn.gif b/images/monsters/bluedjinn.gif
new file mode 100644
index 00000000..999ba4ed
Binary files /dev/null and b/images/monsters/bluedjinn.gif differ
diff --git a/images/monsters/bog raider.gif b/images/monsters/bog raider.gif
new file mode 100644
index 00000000..212d700e
Binary files /dev/null and b/images/monsters/bog raider.gif differ
diff --git a/images/monsters/bograider.gif b/images/monsters/bograider.gif
new file mode 100644
index 00000000..522d1f04
Binary files /dev/null and b/images/monsters/bograider.gif differ
diff --git a/images/monsters/bonebeast.gif b/images/monsters/bonebeast.gif
new file mode 100644
index 00000000..74beac2d
Binary files /dev/null and b/images/monsters/bonebeast.gif differ
diff --git a/images/monsters/bones.gif b/images/monsters/bones.gif
new file mode 100644
index 00000000..be2aabba
Binary files /dev/null and b/images/monsters/bones.gif differ
diff --git a/images/monsters/bovinus.gif b/images/monsters/bovinus.gif
new file mode 100644
index 00000000..35785d7e
Binary files /dev/null and b/images/monsters/bovinus.gif differ
diff --git a/images/monsters/braindeath.gif b/images/monsters/braindeath.gif
new file mode 100644
index 00000000..4ec481e7
Binary files /dev/null and b/images/monsters/braindeath.gif differ
diff --git a/images/monsters/brutus bloodbeard.gif b/images/monsters/brutus bloodbeard.gif
new file mode 100644
index 00000000..e1a8ee69
Binary files /dev/null and b/images/monsters/brutus bloodbeard.gif differ
diff --git a/images/monsters/bug.gif b/images/monsters/bug.gif
new file mode 100644
index 00000000..7ca6c71a
Binary files /dev/null and b/images/monsters/bug.gif differ
diff --git a/images/monsters/butterfly purple.gif b/images/monsters/butterfly purple.gif
new file mode 100644
index 00000000..8ff52cfa
Binary files /dev/null and b/images/monsters/butterfly purple.gif differ
diff --git a/images/monsters/butterfly.gif b/images/monsters/butterfly.gif
new file mode 100644
index 00000000..4bdfe81f
Binary files /dev/null and b/images/monsters/butterfly.gif differ
diff --git a/images/monsters/butterflypurple.gif b/images/monsters/butterflypurple.gif
new file mode 100644
index 00000000..8ff52cfa
Binary files /dev/null and b/images/monsters/butterflypurple.gif differ
diff --git a/images/monsters/carniphila.gif b/images/monsters/carniphila.gif
new file mode 100644
index 00000000..46becba3
Binary files /dev/null and b/images/monsters/carniphila.gif differ
diff --git a/images/monsters/carrion worm.gif b/images/monsters/carrion worm.gif
new file mode 100644
index 00000000..7ee814cc
Binary files /dev/null and b/images/monsters/carrion worm.gif differ
diff --git a/images/monsters/carrionworm.gif b/images/monsters/carrionworm.gif
new file mode 100644
index 00000000..7ee814cc
Binary files /dev/null and b/images/monsters/carrionworm.gif differ
diff --git a/images/monsters/cat.gif b/images/monsters/cat.gif
new file mode 100644
index 00000000..8e5e13d4
Binary files /dev/null and b/images/monsters/cat.gif differ
diff --git a/images/monsters/cave rat.gif b/images/monsters/cave rat.gif
new file mode 100644
index 00000000..359cf8cc
Binary files /dev/null and b/images/monsters/cave rat.gif differ
diff --git a/images/monsters/caverat.gif b/images/monsters/caverat.gif
new file mode 100644
index 00000000..d1c25562
Binary files /dev/null and b/images/monsters/caverat.gif differ
diff --git a/images/monsters/centipede.gif b/images/monsters/centipede.gif
new file mode 100644
index 00000000..3683ae00
Binary files /dev/null and b/images/monsters/centipede.gif differ
diff --git a/images/monsters/chakoya toolshaper.gif b/images/monsters/chakoya toolshaper.gif
new file mode 100644
index 00000000..cd1431ed
Binary files /dev/null and b/images/monsters/chakoya toolshaper.gif differ
diff --git a/images/monsters/chakoya tribewarden.gif b/images/monsters/chakoya tribewarden.gif
new file mode 100644
index 00000000..93eabf11
Binary files /dev/null and b/images/monsters/chakoya tribewarden.gif differ
diff --git a/images/monsters/chakoya windcaller.gif b/images/monsters/chakoya windcaller.gif
new file mode 100644
index 00000000..3f4d0617
Binary files /dev/null and b/images/monsters/chakoya windcaller.gif differ
diff --git a/images/monsters/chakoyatoolshaper.gif b/images/monsters/chakoyatoolshaper.gif
new file mode 100644
index 00000000..c1ce0e45
Binary files /dev/null and b/images/monsters/chakoyatoolshaper.gif differ
diff --git a/images/monsters/chakoyatribewarden.gif b/images/monsters/chakoyatribewarden.gif
new file mode 100644
index 00000000..7da67f54
Binary files /dev/null and b/images/monsters/chakoyatribewarden.gif differ
diff --git a/images/monsters/chakoyawindcaller.gif b/images/monsters/chakoyawindcaller.gif
new file mode 100644
index 00000000..9fffcbaf
Binary files /dev/null and b/images/monsters/chakoyawindcaller.gif differ
diff --git a/images/monsters/charged energy elemental.gif b/images/monsters/charged energy elemental.gif
new file mode 100644
index 00000000..f9d3d260
Binary files /dev/null and b/images/monsters/charged energy elemental.gif differ
diff --git a/images/monsters/chicken.gif b/images/monsters/chicken.gif
new file mode 100644
index 00000000..000bae5a
Binary files /dev/null and b/images/monsters/chicken.gif differ
diff --git a/images/monsters/cobra.gif b/images/monsters/cobra.gif
new file mode 100644
index 00000000..9230cff1
Binary files /dev/null and b/images/monsters/cobra.gif differ
diff --git a/images/monsters/cockroach.gif b/images/monsters/cockroach.gif
new file mode 100644
index 00000000..ea5854ec
Binary files /dev/null and b/images/monsters/cockroach.gif differ
diff --git a/images/monsters/colerian the barbarian.gif b/images/monsters/colerian the barbarian.gif
new file mode 100644
index 00000000..d92fcec7
Binary files /dev/null and b/images/monsters/colerian the barbarian.gif differ
diff --git a/images/monsters/coral frog.gif b/images/monsters/coral frog.gif
new file mode 100644
index 00000000..c3c6b122
Binary files /dev/null and b/images/monsters/coral frog.gif differ
diff --git a/images/monsters/countess sorrow.gif b/images/monsters/countess sorrow.gif
new file mode 100644
index 00000000..7f146090
Binary files /dev/null and b/images/monsters/countess sorrow.gif differ
diff --git a/images/monsters/crab.gif b/images/monsters/crab.gif
new file mode 100644
index 00000000..dd326d65
Binary files /dev/null and b/images/monsters/crab.gif differ
diff --git a/images/monsters/crazed beggar.gif b/images/monsters/crazed beggar.gif
new file mode 100644
index 00000000..e111b3d0
Binary files /dev/null and b/images/monsters/crazed beggar.gif differ
diff --git a/images/monsters/crimson frog.gif b/images/monsters/crimson frog.gif
new file mode 100644
index 00000000..acba329b
Binary files /dev/null and b/images/monsters/crimson frog.gif differ
diff --git a/images/monsters/crocodile.gif b/images/monsters/crocodile.gif
new file mode 100644
index 00000000..09ca2316
Binary files /dev/null and b/images/monsters/crocodile.gif differ
diff --git a/images/monsters/crypt shambler.gif b/images/monsters/crypt shambler.gif
new file mode 100644
index 00000000..96caeeb6
Binary files /dev/null and b/images/monsters/crypt shambler.gif differ
diff --git a/images/monsters/cryptshambler.gif b/images/monsters/cryptshambler.gif
new file mode 100644
index 00000000..4a1482b6
Binary files /dev/null and b/images/monsters/cryptshambler.gif differ
diff --git a/images/monsters/crystal spider.gif b/images/monsters/crystal spider.gif
new file mode 100644
index 00000000..c57899d7
Binary files /dev/null and b/images/monsters/crystal spider.gif differ
diff --git a/images/monsters/crystalspider.gif b/images/monsters/crystalspider.gif
new file mode 100644
index 00000000..5f5ee167
Binary files /dev/null and b/images/monsters/crystalspider.gif differ
diff --git a/images/monsters/cultacolyte.gif b/images/monsters/cultacolyte.gif
new file mode 100644
index 00000000..7ea9b797
Binary files /dev/null and b/images/monsters/cultacolyte.gif differ
diff --git a/images/monsters/cultadept.gif b/images/monsters/cultadept.gif
new file mode 100644
index 00000000..39c12a4d
Binary files /dev/null and b/images/monsters/cultadept.gif differ
diff --git a/images/monsters/cultnovice.gif b/images/monsters/cultnovice.gif
new file mode 100644
index 00000000..cccc5970
Binary files /dev/null and b/images/monsters/cultnovice.gif differ
diff --git a/images/monsters/cultpriest.gif b/images/monsters/cultpriest.gif
new file mode 100644
index 00000000..c710221e
Binary files /dev/null and b/images/monsters/cultpriest.gif differ
diff --git a/images/monsters/cursed gladiator.gif b/images/monsters/cursed gladiator.gif
new file mode 100644
index 00000000..96caeeb6
Binary files /dev/null and b/images/monsters/cursed gladiator.gif differ
diff --git a/images/monsters/cyclops drone.gif b/images/monsters/cyclops drone.gif
new file mode 100644
index 00000000..81898d3f
Binary files /dev/null and b/images/monsters/cyclops drone.gif differ
diff --git a/images/monsters/cyclops.gif b/images/monsters/cyclops.gif
new file mode 100644
index 00000000..09e10aba
Binary files /dev/null and b/images/monsters/cyclops.gif differ
diff --git a/images/monsters/cyclopsdrone.gif b/images/monsters/cyclopsdrone.gif
new file mode 100644
index 00000000..c7a85569
Binary files /dev/null and b/images/monsters/cyclopsdrone.gif differ
diff --git a/images/monsters/cyclopssmith.gif b/images/monsters/cyclopssmith.gif
new file mode 100644
index 00000000..31036b74
Binary files /dev/null and b/images/monsters/cyclopssmith.gif differ
diff --git a/images/monsters/damaged worker golem.gif b/images/monsters/damaged worker golem.gif
new file mode 100644
index 00000000..7dfc35f6
Binary files /dev/null and b/images/monsters/damaged worker golem.gif differ
diff --git a/images/monsters/darakan the executioner.gif b/images/monsters/darakan the executioner.gif
new file mode 100644
index 00000000..c79bad7d
Binary files /dev/null and b/images/monsters/darakan the executioner.gif differ
diff --git a/images/monsters/dark apprentice.gif b/images/monsters/dark apprentice.gif
new file mode 100644
index 00000000..8ee98179
Binary files /dev/null and b/images/monsters/dark apprentice.gif differ
diff --git a/images/monsters/dark magician.gif b/images/monsters/dark magician.gif
new file mode 100644
index 00000000..a77d6e51
Binary files /dev/null and b/images/monsters/dark magician.gif differ
diff --git a/images/monsters/dark monk.gif b/images/monsters/dark monk.gif
new file mode 100644
index 00000000..407af447
Binary files /dev/null and b/images/monsters/dark monk.gif differ
diff --git a/images/monsters/dark torturer.gif b/images/monsters/dark torturer.gif
new file mode 100644
index 00000000..a483ad89
Binary files /dev/null and b/images/monsters/dark torturer.gif differ
diff --git a/images/monsters/darkapprentice.gif b/images/monsters/darkapprentice.gif
new file mode 100644
index 00000000..cc224ece
Binary files /dev/null and b/images/monsters/darkapprentice.gif differ
diff --git a/images/monsters/darkmagician.gif b/images/monsters/darkmagician.gif
new file mode 100644
index 00000000..64ec8ad9
Binary files /dev/null and b/images/monsters/darkmagician.gif differ
diff --git a/images/monsters/darkmonk.gif b/images/monsters/darkmonk.gif
new file mode 100644
index 00000000..6e21e4f3
Binary files /dev/null and b/images/monsters/darkmonk.gif differ
diff --git a/images/monsters/darktorturer.gif b/images/monsters/darktorturer.gif
new file mode 100644
index 00000000..a483ad89
Binary files /dev/null and b/images/monsters/darktorturer.gif differ
diff --git a/images/monsters/death blob.gif b/images/monsters/death blob.gif
new file mode 100644
index 00000000..5e453dc5
Binary files /dev/null and b/images/monsters/death blob.gif differ
diff --git a/images/monsters/deathbringer.gif b/images/monsters/deathbringer.gif
new file mode 100644
index 00000000..d0cb3520
Binary files /dev/null and b/images/monsters/deathbringer.gif differ
diff --git a/images/monsters/deathslicer.gif b/images/monsters/deathslicer.gif
new file mode 100644
index 00000000..5282275e
Binary files /dev/null and b/images/monsters/deathslicer.gif differ
diff --git a/images/monsters/deer.gif b/images/monsters/deer.gif
new file mode 100644
index 00000000..2a05d2f2
Binary files /dev/null and b/images/monsters/deer.gif differ
diff --git a/images/monsters/defiler.gif b/images/monsters/defiler.gif
new file mode 100644
index 00000000..fd266d6d
Binary files /dev/null and b/images/monsters/defiler.gif differ
diff --git a/images/monsters/demodras.gif b/images/monsters/demodras.gif
new file mode 100644
index 00000000..a661cfd7
Binary files /dev/null and b/images/monsters/demodras.gif differ
diff --git a/images/monsters/demon skeleton.gif b/images/monsters/demon skeleton.gif
new file mode 100644
index 00000000..7e4187e5
Binary files /dev/null and b/images/monsters/demon skeleton.gif differ
diff --git a/images/monsters/demon.gif b/images/monsters/demon.gif
new file mode 100644
index 00000000..cbc1211f
Binary files /dev/null and b/images/monsters/demon.gif differ
diff --git a/images/monsters/demonskeleton.gif b/images/monsters/demonskeleton.gif
new file mode 100644
index 00000000..d2416b65
Binary files /dev/null and b/images/monsters/demonskeleton.gif differ
diff --git a/images/monsters/destroyer.gif b/images/monsters/destroyer.gif
new file mode 100644
index 00000000..9e2f6660
Binary files /dev/null and b/images/monsters/destroyer.gif differ
diff --git a/images/monsters/dharalion.gif b/images/monsters/dharalion.gif
new file mode 100644
index 00000000..21fc94a1
Binary files /dev/null and b/images/monsters/dharalion.gif differ
diff --git a/images/monsters/diabelski smok.gif b/images/monsters/diabelski smok.gif
new file mode 100644
index 00000000..24819ed4
Binary files /dev/null and b/images/monsters/diabelski smok.gif differ
diff --git a/images/monsters/diabolic imp.gif b/images/monsters/diabolic imp.gif
new file mode 100644
index 00000000..2cd8b63e
Binary files /dev/null and b/images/monsters/diabolic imp.gif differ
diff --git a/images/monsters/diabolicimp.gif b/images/monsters/diabolicimp.gif
new file mode 100644
index 00000000..a3d72f61
Binary files /dev/null and b/images/monsters/diabolicimp.gif differ
diff --git a/images/monsters/dire penguin.gif b/images/monsters/dire penguin.gif
new file mode 100644
index 00000000..19432f5f
Binary files /dev/null and b/images/monsters/dire penguin.gif differ
diff --git a/images/monsters/dog.gif b/images/monsters/dog.gif
new file mode 100644
index 00000000..67942659
Binary files /dev/null and b/images/monsters/dog.gif differ
diff --git a/images/monsters/dragon hatchling.gif b/images/monsters/dragon hatchling.gif
new file mode 100644
index 00000000..a7439bd8
Binary files /dev/null and b/images/monsters/dragon hatchling.gif differ
diff --git a/images/monsters/dragon lord hatchling.gif b/images/monsters/dragon lord hatchling.gif
new file mode 100644
index 00000000..1cbb1e59
Binary files /dev/null and b/images/monsters/dragon lord hatchling.gif differ
diff --git a/images/monsters/dragon lord.gif b/images/monsters/dragon lord.gif
new file mode 100644
index 00000000..a661cfd7
Binary files /dev/null and b/images/monsters/dragon lord.gif differ
diff --git a/images/monsters/dragon.gif b/images/monsters/dragon.gif
new file mode 100644
index 00000000..ac77434c
Binary files /dev/null and b/images/monsters/dragon.gif differ
diff --git a/images/monsters/dragonhatchling.gif b/images/monsters/dragonhatchling.gif
new file mode 100644
index 00000000..09ab1dbf
Binary files /dev/null and b/images/monsters/dragonhatchling.gif differ
diff --git a/images/monsters/dragonlord.gif b/images/monsters/dragonlord.gif
new file mode 100644
index 00000000..24819ed4
Binary files /dev/null and b/images/monsters/dragonlord.gif differ
diff --git a/images/monsters/dragonlordhatchling.gif b/images/monsters/dragonlordhatchling.gif
new file mode 100644
index 00000000..f7b129e0
Binary files /dev/null and b/images/monsters/dragonlordhatchling.gif differ
diff --git a/images/monsters/dreadbeast.gif b/images/monsters/dreadbeast.gif
new file mode 100644
index 00000000..c7ea6cb8
Binary files /dev/null and b/images/monsters/dreadbeast.gif differ
diff --git a/images/monsters/dwarf geomancer.gif b/images/monsters/dwarf geomancer.gif
new file mode 100644
index 00000000..cfef30c8
Binary files /dev/null and b/images/monsters/dwarf geomancer.gif differ
diff --git a/images/monsters/dwarf guard.gif b/images/monsters/dwarf guard.gif
new file mode 100644
index 00000000..d9d3669c
Binary files /dev/null and b/images/monsters/dwarf guard.gif differ
diff --git a/images/monsters/dwarf soldier.gif b/images/monsters/dwarf soldier.gif
new file mode 100644
index 00000000..f30bc6e2
Binary files /dev/null and b/images/monsters/dwarf soldier.gif differ
diff --git a/images/monsters/dwarf.gif b/images/monsters/dwarf.gif
new file mode 100644
index 00000000..ee1706df
Binary files /dev/null and b/images/monsters/dwarf.gif differ
diff --git a/images/monsters/dwarfgeomancer.gif b/images/monsters/dwarfgeomancer.gif
new file mode 100644
index 00000000..a3183fcc
Binary files /dev/null and b/images/monsters/dwarfgeomancer.gif differ
diff --git a/images/monsters/dwarfguard.gif b/images/monsters/dwarfguard.gif
new file mode 100644
index 00000000..9842d83e
Binary files /dev/null and b/images/monsters/dwarfguard.gif differ
diff --git a/images/monsters/dwarfminer.gif b/images/monsters/dwarfminer.gif
new file mode 100644
index 00000000..60cf3f0a
Binary files /dev/null and b/images/monsters/dwarfminer.gif differ
diff --git a/images/monsters/dwarfsoldier.gif b/images/monsters/dwarfsoldier.gif
new file mode 100644
index 00000000..e6dbda0e
Binary files /dev/null and b/images/monsters/dwarfsoldier.gif differ
diff --git a/images/monsters/dworc fleshhunter.gif b/images/monsters/dworc fleshhunter.gif
new file mode 100644
index 00000000..20f0d8e8
Binary files /dev/null and b/images/monsters/dworc fleshhunter.gif differ
diff --git a/images/monsters/dworc venomsniper.gif b/images/monsters/dworc venomsniper.gif
new file mode 100644
index 00000000..49eb0b38
Binary files /dev/null and b/images/monsters/dworc venomsniper.gif differ
diff --git a/images/monsters/dworc voodoomaster.gif b/images/monsters/dworc voodoomaster.gif
new file mode 100644
index 00000000..abc34251
Binary files /dev/null and b/images/monsters/dworc voodoomaster.gif differ
diff --git a/images/monsters/dworcfleshhunter.gif b/images/monsters/dworcfleshhunter.gif
new file mode 100644
index 00000000..b75d650a
Binary files /dev/null and b/images/monsters/dworcfleshhunter.gif differ
diff --git a/images/monsters/dworcvenomsniper.gif b/images/monsters/dworcvenomsniper.gif
new file mode 100644
index 00000000..f62ed147
Binary files /dev/null and b/images/monsters/dworcvenomsniper.gif differ
diff --git a/images/monsters/dworcvoodoomaster.gif b/images/monsters/dworcvoodoomaster.gif
new file mode 100644
index 00000000..8fad0060
Binary files /dev/null and b/images/monsters/dworcvoodoomaster.gif differ
diff --git a/images/monsters/earth elemental.gif b/images/monsters/earth elemental.gif
new file mode 100644
index 00000000..939bac19
Binary files /dev/null and b/images/monsters/earth elemental.gif differ
diff --git a/images/monsters/earth overlord.gif b/images/monsters/earth overlord.gif
new file mode 100644
index 00000000..f8e4c6b6
Binary files /dev/null and b/images/monsters/earth overlord.gif differ
diff --git a/images/monsters/earthelemental.gif b/images/monsters/earthelemental.gif
new file mode 100644
index 00000000..1c2cee06
Binary files /dev/null and b/images/monsters/earthelemental.gif differ
diff --git a/images/monsters/efreet.gif b/images/monsters/efreet.gif
new file mode 100644
index 00000000..2c0e0aca
Binary files /dev/null and b/images/monsters/efreet.gif differ
diff --git a/images/monsters/elder beholder.gif b/images/monsters/elder beholder.gif
new file mode 100644
index 00000000..2ca3a866
Binary files /dev/null and b/images/monsters/elder beholder.gif differ
diff --git a/images/monsters/elderbeholder.gif b/images/monsters/elderbeholder.gif
new file mode 100644
index 00000000..ca2ad4ef
Binary files /dev/null and b/images/monsters/elderbeholder.gif differ
diff --git a/images/monsters/elephant.gif b/images/monsters/elephant.gif
new file mode 100644
index 00000000..a21fbc65
Binary files /dev/null and b/images/monsters/elephant.gif differ
diff --git a/images/monsters/elf.gif b/images/monsters/elf.gif
new file mode 100644
index 00000000..decf4c26
Binary files /dev/null and b/images/monsters/elf.gif differ
diff --git a/images/monsters/elfarcanist.gif b/images/monsters/elfarcanist.gif
new file mode 100644
index 00000000..e81a1d51
Binary files /dev/null and b/images/monsters/elfarcanist.gif differ
diff --git a/images/monsters/elfscout.gif b/images/monsters/elfscout.gif
new file mode 100644
index 00000000..b34c35c5
Binary files /dev/null and b/images/monsters/elfscout.gif differ
diff --git a/images/monsters/energy elemental.gif b/images/monsters/energy elemental.gif
new file mode 100644
index 00000000..98b49a9b
Binary files /dev/null and b/images/monsters/energy elemental.gif differ
diff --git a/images/monsters/energy overlord.gif b/images/monsters/energy overlord.gif
new file mode 100644
index 00000000..090b778e
Binary files /dev/null and b/images/monsters/energy overlord.gif differ
diff --git a/images/monsters/energyelemental.gif b/images/monsters/energyelemental.gif
new file mode 100644
index 00000000..80b9e3d0
Binary files /dev/null and b/images/monsters/energyelemental.gif differ
diff --git a/images/monsters/energyelementalmassive.gif b/images/monsters/energyelementalmassive.gif
new file mode 100644
index 00000000..d27177f5
Binary files /dev/null and b/images/monsters/energyelementalmassive.gif differ
diff --git a/images/monsters/enlightened of the cult.gif b/images/monsters/enlightened of the cult.gif
new file mode 100644
index 00000000..2534d6e8
Binary files /dev/null and b/images/monsters/enlightened of the cult.gif differ
diff --git a/images/monsters/evileye.gif b/images/monsters/evileye.gif
new file mode 100644
index 00000000..ca2ad4ef
Binary files /dev/null and b/images/monsters/evileye.gif differ
diff --git a/images/monsters/eye of the seven.gif b/images/monsters/eye of the seven.gif
new file mode 100644
index 00000000..73457601
Binary files /dev/null and b/images/monsters/eye of the seven.gif differ
diff --git a/images/monsters/fernfang.gif b/images/monsters/fernfang.gif
new file mode 100644
index 00000000..22a085d7
Binary files /dev/null and b/images/monsters/fernfang.gif differ
diff --git a/images/monsters/ferumbras.gif b/images/monsters/ferumbras.gif
new file mode 100644
index 00000000..d937faa1
Binary files /dev/null and b/images/monsters/ferumbras.gif differ
diff --git a/images/monsters/fire devil.gif b/images/monsters/fire devil.gif
new file mode 100644
index 00000000..16534061
Binary files /dev/null and b/images/monsters/fire devil.gif differ
diff --git a/images/monsters/fire elemental.gif b/images/monsters/fire elemental.gif
new file mode 100644
index 00000000..071c1607
Binary files /dev/null and b/images/monsters/fire elemental.gif differ
diff --git a/images/monsters/fire overlord.gif b/images/monsters/fire overlord.gif
new file mode 100644
index 00000000..6cbccd0d
Binary files /dev/null and b/images/monsters/fire overlord.gif differ
diff --git a/images/monsters/firedevil.gif b/images/monsters/firedevil.gif
new file mode 100644
index 00000000..e9afb89a
Binary files /dev/null and b/images/monsters/firedevil.gif differ
diff --git a/images/monsters/fireelemental.gif b/images/monsters/fireelemental.gif
new file mode 100644
index 00000000..2adc5269
Binary files /dev/null and b/images/monsters/fireelemental.gif differ
diff --git a/images/monsters/flamethrower.gif b/images/monsters/flamethrower.gif
new file mode 100644
index 00000000..d938b8f2
Binary files /dev/null and b/images/monsters/flamethrower.gif differ
diff --git a/images/monsters/flamingo.gif b/images/monsters/flamingo.gif
new file mode 100644
index 00000000..280d61f3
Binary files /dev/null and b/images/monsters/flamingo.gif differ
diff --git a/images/monsters/fluffy.gif b/images/monsters/fluffy.gif
new file mode 100644
index 00000000..336306f7
Binary files /dev/null and b/images/monsters/fluffy.gif differ
diff --git a/images/monsters/foreman kneebiter.gif b/images/monsters/foreman kneebiter.gif
new file mode 100644
index 00000000..a98b6862
Binary files /dev/null and b/images/monsters/foreman kneebiter.gif differ
diff --git a/images/monsters/frogazure.gif b/images/monsters/frogazure.gif
new file mode 100644
index 00000000..41f307e6
Binary files /dev/null and b/images/monsters/frogazure.gif differ
diff --git a/images/monsters/frost dragon hatchling.gif b/images/monsters/frost dragon hatchling.gif
new file mode 100644
index 00000000..b809ffd3
Binary files /dev/null and b/images/monsters/frost dragon hatchling.gif differ
diff --git a/images/monsters/frost dragon.gif b/images/monsters/frost dragon.gif
new file mode 100644
index 00000000..f32ee5e8
Binary files /dev/null and b/images/monsters/frost dragon.gif differ
diff --git a/images/monsters/frost giant.gif b/images/monsters/frost giant.gif
new file mode 100644
index 00000000..a9dc6762
Binary files /dev/null and b/images/monsters/frost giant.gif differ
diff --git a/images/monsters/frost giantess.gif b/images/monsters/frost giantess.gif
new file mode 100644
index 00000000..9d9eb5f1
Binary files /dev/null and b/images/monsters/frost giantess.gif differ
diff --git a/images/monsters/frost troll.gif b/images/monsters/frost troll.gif
new file mode 100644
index 00000000..10ee62be
Binary files /dev/null and b/images/monsters/frost troll.gif differ
diff --git a/images/monsters/frostdragon.gif b/images/monsters/frostdragon.gif
new file mode 100644
index 00000000..50aeb05f
Binary files /dev/null and b/images/monsters/frostdragon.gif differ
diff --git a/images/monsters/frostdragonhatchling.gif b/images/monsters/frostdragonhatchling.gif
new file mode 100644
index 00000000..7ef6484e
Binary files /dev/null and b/images/monsters/frostdragonhatchling.gif differ
diff --git a/images/monsters/frostfur.gif b/images/monsters/frostfur.gif
new file mode 100644
index 00000000..d2469997
Binary files /dev/null and b/images/monsters/frostfur.gif differ
diff --git a/images/monsters/frostgiant.gif b/images/monsters/frostgiant.gif
new file mode 100644
index 00000000..e120cb4a
Binary files /dev/null and b/images/monsters/frostgiant.gif differ
diff --git a/images/monsters/frostgiantess.gif b/images/monsters/frostgiantess.gif
new file mode 100644
index 00000000..483f77ea
Binary files /dev/null and b/images/monsters/frostgiantess.gif differ
diff --git a/images/monsters/frosttroll.gif b/images/monsters/frosttroll.gif
new file mode 100644
index 00000000..bfe41656
Binary files /dev/null and b/images/monsters/frosttroll.gif differ
diff --git a/images/monsters/fury.gif b/images/monsters/fury.gif
new file mode 100644
index 00000000..c2c29001
Binary files /dev/null and b/images/monsters/fury.gif differ
diff --git a/images/monsters/gargoyle.gif b/images/monsters/gargoyle.gif
new file mode 100644
index 00000000..bc5c9ab1
Binary files /dev/null and b/images/monsters/gargoyle.gif differ
diff --git a/images/monsters/gazer.gif b/images/monsters/gazer.gif
new file mode 100644
index 00000000..73457601
Binary files /dev/null and b/images/monsters/gazer.gif differ
diff --git a/images/monsters/ghazbaran.gif b/images/monsters/ghazbaran.gif
new file mode 100644
index 00000000..8dc175a4
Binary files /dev/null and b/images/monsters/ghazbaran.gif differ
diff --git a/images/monsters/ghost.gif b/images/monsters/ghost.gif
new file mode 100644
index 00000000..6da14ea7
Binary files /dev/null and b/images/monsters/ghost.gif differ
diff --git a/images/monsters/ghoul.gif b/images/monsters/ghoul.gif
new file mode 100644
index 00000000..6ca9cb27
Binary files /dev/null and b/images/monsters/ghoul.gif differ
diff --git a/images/monsters/giant spider.gif b/images/monsters/giant spider.gif
new file mode 100644
index 00000000..5dffef2a
Binary files /dev/null and b/images/monsters/giant spider.gif differ
diff --git a/images/monsters/giantspider.gif b/images/monsters/giantspider.gif
new file mode 100644
index 00000000..a4b51b14
Binary files /dev/null and b/images/monsters/giantspider.gif differ
diff --git a/images/monsters/gladiator.gif b/images/monsters/gladiator.gif
new file mode 100644
index 00000000..29b5ac1f
Binary files /dev/null and b/images/monsters/gladiator.gif differ
diff --git a/images/monsters/gnorre chyllson.gif b/images/monsters/gnorre chyllson.gif
new file mode 100644
index 00000000..0bf06328
Binary files /dev/null and b/images/monsters/gnorre chyllson.gif differ
diff --git a/images/monsters/goblin assassin.gif b/images/monsters/goblin assassin.gif
new file mode 100644
index 00000000..f36f3dbf
Binary files /dev/null and b/images/monsters/goblin assassin.gif differ
diff --git a/images/monsters/goblin leader.gif b/images/monsters/goblin leader.gif
new file mode 100644
index 00000000..03f650d8
Binary files /dev/null and b/images/monsters/goblin leader.gif differ
diff --git a/images/monsters/goblin.gif b/images/monsters/goblin.gif
new file mode 100644
index 00000000..d4a67880
Binary files /dev/null and b/images/monsters/goblin.gif differ
diff --git a/images/monsters/goblinassassin.gif b/images/monsters/goblinassassin.gif
new file mode 100644
index 00000000..4ad2fc3a
Binary files /dev/null and b/images/monsters/goblinassassin.gif differ
diff --git a/images/monsters/goblinscavenger.gif b/images/monsters/goblinscavenger.gif
new file mode 100644
index 00000000..3a475284
Binary files /dev/null and b/images/monsters/goblinscavenger.gif differ
diff --git a/images/monsters/golgordan.gif b/images/monsters/golgordan.gif
new file mode 100644
index 00000000..c50b2323
Binary files /dev/null and b/images/monsters/golgordan.gif differ
diff --git a/images/monsters/green djinn.gif b/images/monsters/green djinn.gif
new file mode 100644
index 00000000..1f598d86
Binary files /dev/null and b/images/monsters/green djinn.gif differ
diff --git a/images/monsters/green frog.gif b/images/monsters/green frog.gif
new file mode 100644
index 00000000..881616c1
Binary files /dev/null and b/images/monsters/green frog.gif differ
diff --git a/images/monsters/greendjinn.gif b/images/monsters/greendjinn.gif
new file mode 100644
index 00000000..0e3307b2
Binary files /dev/null and b/images/monsters/greendjinn.gif differ
diff --git a/images/monsters/grim reaper.gif b/images/monsters/grim reaper.gif
new file mode 100644
index 00000000..a9accab8
Binary files /dev/null and b/images/monsters/grim reaper.gif differ
diff --git a/images/monsters/grimreaper.gif b/images/monsters/grimreaper.gif
new file mode 100644
index 00000000..3cc4ad56
Binary files /dev/null and b/images/monsters/grimreaper.gif differ
diff --git a/images/monsters/grorlam.gif b/images/monsters/grorlam.gif
new file mode 100644
index 00000000..56a73439
Binary files /dev/null and b/images/monsters/grorlam.gif differ
diff --git a/images/monsters/hairman the huge.gif b/images/monsters/hairman the huge.gif
new file mode 100644
index 00000000..aad05772
Binary files /dev/null and b/images/monsters/hairman the huge.gif differ
diff --git a/images/monsters/halloweenhare.gif b/images/monsters/halloweenhare.gif
new file mode 100644
index 00000000..51f93713
Binary files /dev/null and b/images/monsters/halloweenhare.gif differ
diff --git a/images/monsters/hand of cursed fate.gif b/images/monsters/hand of cursed fate.gif
new file mode 100644
index 00000000..722b24d9
Binary files /dev/null and b/images/monsters/hand of cursed fate.gif differ
diff --git a/images/monsters/handofcursedfate.gif b/images/monsters/handofcursedfate.gif
new file mode 100644
index 00000000..b8511dbf
Binary files /dev/null and b/images/monsters/handofcursedfate.gif differ
diff --git a/images/monsters/haunted treeling.gif b/images/monsters/haunted treeling.gif
new file mode 100644
index 00000000..df4ff352
Binary files /dev/null and b/images/monsters/haunted treeling.gif differ
diff --git a/images/monsters/hellfire fighter.gif b/images/monsters/hellfire fighter.gif
new file mode 100644
index 00000000..6cbccd0d
Binary files /dev/null and b/images/monsters/hellfire fighter.gif differ
diff --git a/images/monsters/hellfirefighter.gif b/images/monsters/hellfirefighter.gif
new file mode 100644
index 00000000..a3c2d001
Binary files /dev/null and b/images/monsters/hellfirefighter.gif differ
diff --git a/images/monsters/hellhound.gif b/images/monsters/hellhound.gif
new file mode 100644
index 00000000..336306f7
Binary files /dev/null and b/images/monsters/hellhound.gif differ
diff --git a/images/monsters/hero.gif b/images/monsters/hero.gif
new file mode 100644
index 00000000..5a23ab89
Binary files /dev/null and b/images/monsters/hero.gif differ
diff --git a/images/monsters/hornedfox.gif b/images/monsters/hornedfox.gif
new file mode 100644
index 00000000..4d62a705
Binary files /dev/null and b/images/monsters/hornedfox.gif differ
diff --git a/images/monsters/hunter.gif b/images/monsters/hunter.gif
new file mode 100644
index 00000000..ddc3515e
Binary files /dev/null and b/images/monsters/hunter.gif differ
diff --git a/images/monsters/husky.gif b/images/monsters/husky.gif
new file mode 100644
index 00000000..f0fbd5f8
Binary files /dev/null and b/images/monsters/husky.gif differ
diff --git a/images/monsters/hyaena.gif b/images/monsters/hyaena.gif
new file mode 100644
index 00000000..932ce767
Binary files /dev/null and b/images/monsters/hyaena.gif differ
diff --git a/images/monsters/hydra.gif b/images/monsters/hydra.gif
new file mode 100644
index 00000000..5536e552
Binary files /dev/null and b/images/monsters/hydra.gif differ
diff --git a/images/monsters/ice golem.gif b/images/monsters/ice golem.gif
new file mode 100644
index 00000000..4d6f1a14
Binary files /dev/null and b/images/monsters/ice golem.gif differ
diff --git a/images/monsters/ice overlord.gif b/images/monsters/ice overlord.gif
new file mode 100644
index 00000000..aaaba295
Binary files /dev/null and b/images/monsters/ice overlord.gif differ
diff --git a/images/monsters/ice witch.gif b/images/monsters/ice witch.gif
new file mode 100644
index 00000000..5b93961b
Binary files /dev/null and b/images/monsters/ice witch.gif differ
diff --git a/images/monsters/icegolem.gif b/images/monsters/icegolem.gif
new file mode 100644
index 00000000..9fb75c2c
Binary files /dev/null and b/images/monsters/icegolem.gif differ
diff --git a/images/monsters/icewitch.gif b/images/monsters/icewitch.gif
new file mode 100644
index 00000000..45275474
Binary files /dev/null and b/images/monsters/icewitch.gif differ
diff --git a/images/monsters/island troll.gif b/images/monsters/island troll.gif
new file mode 100644
index 00000000..b8aa66d8
Binary files /dev/null and b/images/monsters/island troll.gif differ
diff --git a/images/monsters/islandtroll.gif b/images/monsters/islandtroll.gif
new file mode 100644
index 00000000..005a688c
Binary files /dev/null and b/images/monsters/islandtroll.gif differ
diff --git a/images/monsters/jagged earth elemental.gif b/images/monsters/jagged earth elemental.gif
new file mode 100644
index 00000000..f8e4c6b6
Binary files /dev/null and b/images/monsters/jagged earth elemental.gif differ
diff --git a/images/monsters/juggernaut.gif b/images/monsters/juggernaut.gif
new file mode 100644
index 00000000..9a2fba7e
Binary files /dev/null and b/images/monsters/juggernaut.gif differ
diff --git a/images/monsters/kongra.gif b/images/monsters/kongra.gif
new file mode 100644
index 00000000..de54f261
Binary files /dev/null and b/images/monsters/kongra.gif differ
diff --git a/images/monsters/larva.gif b/images/monsters/larva.gif
new file mode 100644
index 00000000..66fdec69
Binary files /dev/null and b/images/monsters/larva.gif differ
diff --git a/images/monsters/latrivan.gif b/images/monsters/latrivan.gif
new file mode 100644
index 00000000..c13607c5
Binary files /dev/null and b/images/monsters/latrivan.gif differ
diff --git a/images/monsters/lavahole.gif b/images/monsters/lavahole.gif
new file mode 100644
index 00000000..c9ecb89c
Binary files /dev/null and b/images/monsters/lavahole.gif differ
diff --git a/images/monsters/lethal lissy.gif b/images/monsters/lethal lissy.gif
new file mode 100644
index 00000000..94cd67f9
Binary files /dev/null and b/images/monsters/lethal lissy.gif differ
diff --git a/images/monsters/leviathan.gif b/images/monsters/leviathan.gif
new file mode 100644
index 00000000..b02b314e
Binary files /dev/null and b/images/monsters/leviathan.gif differ
diff --git a/images/monsters/lich.gif b/images/monsters/lich.gif
new file mode 100644
index 00000000..4d825e58
Binary files /dev/null and b/images/monsters/lich.gif differ
diff --git a/images/monsters/lion.gif b/images/monsters/lion.gif
new file mode 100644
index 00000000..c4acf459
Binary files /dev/null and b/images/monsters/lion.gif differ
diff --git a/images/monsters/lizard sentinel.gif b/images/monsters/lizard sentinel.gif
new file mode 100644
index 00000000..b9b5b025
Binary files /dev/null and b/images/monsters/lizard sentinel.gif differ
diff --git a/images/monsters/lizard snakecharmer.gif b/images/monsters/lizard snakecharmer.gif
new file mode 100644
index 00000000..40d3d094
Binary files /dev/null and b/images/monsters/lizard snakecharmer.gif differ
diff --git a/images/monsters/lizard templar.gif b/images/monsters/lizard templar.gif
new file mode 100644
index 00000000..7809b39e
Binary files /dev/null and b/images/monsters/lizard templar.gif differ
diff --git a/images/monsters/lizardsentinel.gif b/images/monsters/lizardsentinel.gif
new file mode 100644
index 00000000..4fb3c5d2
Binary files /dev/null and b/images/monsters/lizardsentinel.gif differ
diff --git a/images/monsters/lizardsnakecharmer.gif b/images/monsters/lizardsnakecharmer.gif
new file mode 100644
index 00000000..b2fc78d1
Binary files /dev/null and b/images/monsters/lizardsnakecharmer.gif differ
diff --git a/images/monsters/lizardtemplar.gif b/images/monsters/lizardtemplar.gif
new file mode 100644
index 00000000..62db32ac
Binary files /dev/null and b/images/monsters/lizardtemplar.gif differ
diff --git a/images/monsters/lord of the elements.gif b/images/monsters/lord of the elements.gif
new file mode 100644
index 00000000..a6680987
Binary files /dev/null and b/images/monsters/lord of the elements.gif differ
diff --git a/images/monsters/lost soul.gif b/images/monsters/lost soul.gif
new file mode 100644
index 00000000..95be577b
Binary files /dev/null and b/images/monsters/lost soul.gif differ
diff --git a/images/monsters/lostsoul.gif b/images/monsters/lostsoul.gif
new file mode 100644
index 00000000..74b14113
Binary files /dev/null and b/images/monsters/lostsoul.gif differ
diff --git a/images/monsters/mad scientist.gif b/images/monsters/mad scientist.gif
new file mode 100644
index 00000000..e8322c84
Binary files /dev/null and b/images/monsters/mad scientist.gif differ
diff --git a/images/monsters/madareth.gif b/images/monsters/madareth.gif
new file mode 100644
index 00000000..c4cbfada
Binary files /dev/null and b/images/monsters/madareth.gif differ
diff --git a/images/monsters/magicthrower.gif b/images/monsters/magicthrower.gif
new file mode 100644
index 00000000..d938b8f2
Binary files /dev/null and b/images/monsters/magicthrower.gif differ
diff --git a/images/monsters/mammoth.gif b/images/monsters/mammoth.gif
new file mode 100644
index 00000000..58db34a4
Binary files /dev/null and b/images/monsters/mammoth.gif differ
diff --git a/images/monsters/man in the cave.gif b/images/monsters/man in the cave.gif
new file mode 100644
index 00000000..c6a1edab
Binary files /dev/null and b/images/monsters/man in the cave.gif differ
diff --git a/images/monsters/marid.gif b/images/monsters/marid.gif
new file mode 100644
index 00000000..360729c1
Binary files /dev/null and b/images/monsters/marid.gif differ
diff --git a/images/monsters/massacre.gif b/images/monsters/massacre.gif
new file mode 100644
index 00000000..e7f80f29
Binary files /dev/null and b/images/monsters/massacre.gif differ
diff --git a/images/monsters/massive earth elemental.gif b/images/monsters/massive earth elemental.gif
new file mode 100644
index 00000000..f8e4c6b6
Binary files /dev/null and b/images/monsters/massive earth elemental.gif differ
diff --git a/images/monsters/massive energy elemental.gif b/images/monsters/massive energy elemental.gif
new file mode 100644
index 00000000..090b778e
Binary files /dev/null and b/images/monsters/massive energy elemental.gif differ
diff --git a/images/monsters/massive fire elemental.gif b/images/monsters/massive fire elemental.gif
new file mode 100644
index 00000000..e8ba25ba
Binary files /dev/null and b/images/monsters/massive fire elemental.gif differ
diff --git a/images/monsters/massive water elemental.gif b/images/monsters/massive water elemental.gif
new file mode 100644
index 00000000..aaaba295
Binary files /dev/null and b/images/monsters/massive water elemental.gif differ
diff --git a/images/monsters/massiveearthelemental.gif b/images/monsters/massiveearthelemental.gif
new file mode 100644
index 00000000..77548b2f
Binary files /dev/null and b/images/monsters/massiveearthelemental.gif differ
diff --git a/images/monsters/medusa.gif b/images/monsters/medusa.gif
new file mode 100644
index 00000000..9fb75ff5
Binary files /dev/null and b/images/monsters/medusa.gif differ
diff --git a/images/monsters/mercury blob.gif b/images/monsters/mercury blob.gif
new file mode 100644
index 00000000..f355f0b8
Binary files /dev/null and b/images/monsters/mercury blob.gif differ
diff --git a/images/monsters/merlkin.gif b/images/monsters/merlkin.gif
new file mode 100644
index 00000000..8b81cebf
Binary files /dev/null and b/images/monsters/merlkin.gif differ
diff --git a/images/monsters/mimic.gif b/images/monsters/mimic.gif
new file mode 100644
index 00000000..004605c4
Binary files /dev/null and b/images/monsters/mimic.gif differ
diff --git a/images/monsters/minishabaal.gif b/images/monsters/minishabaal.gif
new file mode 100644
index 00000000..a3d72f61
Binary files /dev/null and b/images/monsters/minishabaal.gif differ
diff --git a/images/monsters/minotaur archer.gif b/images/monsters/minotaur archer.gif
new file mode 100644
index 00000000..32e9c020
Binary files /dev/null and b/images/monsters/minotaur archer.gif differ
diff --git a/images/monsters/minotaur guard.gif b/images/monsters/minotaur guard.gif
new file mode 100644
index 00000000..c021316a
Binary files /dev/null and b/images/monsters/minotaur guard.gif differ
diff --git a/images/monsters/minotaur mage.gif b/images/monsters/minotaur mage.gif
new file mode 100644
index 00000000..52e5babc
Binary files /dev/null and b/images/monsters/minotaur mage.gif differ
diff --git a/images/monsters/minotaur.gif b/images/monsters/minotaur.gif
new file mode 100644
index 00000000..ec805ee7
Binary files /dev/null and b/images/monsters/minotaur.gif differ
diff --git a/images/monsters/minotaurarcher.gif b/images/monsters/minotaurarcher.gif
new file mode 100644
index 00000000..7023e095
Binary files /dev/null and b/images/monsters/minotaurarcher.gif differ
diff --git a/images/monsters/minotaurguard.gif b/images/monsters/minotaurguard.gif
new file mode 100644
index 00000000..4d62a705
Binary files /dev/null and b/images/monsters/minotaurguard.gif differ
diff --git a/images/monsters/minotaurmage.gif b/images/monsters/minotaurmage.gif
new file mode 100644
index 00000000..6881e6cd
Binary files /dev/null and b/images/monsters/minotaurmage.gif differ
diff --git a/images/monsters/monk.gif b/images/monsters/monk.gif
new file mode 100644
index 00000000..22a085d7
Binary files /dev/null and b/images/monsters/monk.gif differ
diff --git a/images/monsters/morgaroth.gif b/images/monsters/morgaroth.gif
new file mode 100644
index 00000000..b2067237
Binary files /dev/null and b/images/monsters/morgaroth.gif differ
diff --git a/images/monsters/morguthis.gif b/images/monsters/morguthis.gif
new file mode 100644
index 00000000..ce35bb0b
Binary files /dev/null and b/images/monsters/morguthis.gif differ
diff --git a/images/monsters/mr. punish.gif b/images/monsters/mr. punish.gif
new file mode 100644
index 00000000..99c45b7b
Binary files /dev/null and b/images/monsters/mr. punish.gif differ
diff --git a/images/monsters/muddy earth elemental.gif b/images/monsters/muddy earth elemental.gif
new file mode 100644
index 00000000..939bac19
Binary files /dev/null and b/images/monsters/muddy earth elemental.gif differ
diff --git a/images/monsters/mummy.gif b/images/monsters/mummy.gif
new file mode 100644
index 00000000..3329b9bb
Binary files /dev/null and b/images/monsters/mummy.gif differ
diff --git a/images/monsters/munster.gif b/images/monsters/munster.gif
new file mode 100644
index 00000000..c177de44
Binary files /dev/null and b/images/monsters/munster.gif differ
diff --git a/images/monsters/mutated bat.gif b/images/monsters/mutated bat.gif
new file mode 100644
index 00000000..dd76bcdb
Binary files /dev/null and b/images/monsters/mutated bat.gif differ
diff --git a/images/monsters/mutated human.gif b/images/monsters/mutated human.gif
new file mode 100644
index 00000000..9863675f
Binary files /dev/null and b/images/monsters/mutated human.gif differ
diff --git a/images/monsters/mutated rat.gif b/images/monsters/mutated rat.gif
new file mode 100644
index 00000000..c659d5e6
Binary files /dev/null and b/images/monsters/mutated rat.gif differ
diff --git a/images/monsters/mutated tiger.gif b/images/monsters/mutated tiger.gif
new file mode 100644
index 00000000..fda1527d
Binary files /dev/null and b/images/monsters/mutated tiger.gif differ
diff --git a/images/monsters/necromancer.gif b/images/monsters/necromancer.gif
new file mode 100644
index 00000000..6a4ea314
Binary files /dev/null and b/images/monsters/necromancer.gif differ
diff --git a/images/monsters/necropharus.gif b/images/monsters/necropharus.gif
new file mode 100644
index 00000000..6a4ea314
Binary files /dev/null and b/images/monsters/necropharus.gif differ
diff --git a/images/monsters/nightmare scion.gif b/images/monsters/nightmare scion.gif
new file mode 100644
index 00000000..b46fa224
Binary files /dev/null and b/images/monsters/nightmare scion.gif differ
diff --git a/images/monsters/nightmare.gif b/images/monsters/nightmare.gif
new file mode 100644
index 00000000..66882501
Binary files /dev/null and b/images/monsters/nightmare.gif differ
diff --git a/images/monsters/nomad.gif b/images/monsters/nomad.gif
new file mode 100644
index 00000000..f959be36
Binary files /dev/null and b/images/monsters/nomad.gif differ
diff --git a/images/monsters/nophoto.png b/images/monsters/nophoto.png
new file mode 100644
index 00000000..e21bf60d
Binary files /dev/null and b/images/monsters/nophoto.png differ
diff --git a/images/monsters/novice of the cult.gif b/images/monsters/novice of the cult.gif
new file mode 100644
index 00000000..f2bc15a5
Binary files /dev/null and b/images/monsters/novice of the cult.gif differ
diff --git a/images/monsters/oldwidow.gif b/images/monsters/oldwidow.gif
new file mode 100644
index 00000000..a4b51b14
Binary files /dev/null and b/images/monsters/oldwidow.gif differ
diff --git a/images/monsters/orc berserker.gif b/images/monsters/orc berserker.gif
new file mode 100644
index 00000000..17275562
Binary files /dev/null and b/images/monsters/orc berserker.gif differ
diff --git a/images/monsters/orc leader.gif b/images/monsters/orc leader.gif
new file mode 100644
index 00000000..2ce5287a
Binary files /dev/null and b/images/monsters/orc leader.gif differ
diff --git a/images/monsters/orc rider.gif b/images/monsters/orc rider.gif
new file mode 100644
index 00000000..bb72c720
Binary files /dev/null and b/images/monsters/orc rider.gif differ
diff --git a/images/monsters/orc shaman.gif b/images/monsters/orc shaman.gif
new file mode 100644
index 00000000..4425d8a7
Binary files /dev/null and b/images/monsters/orc shaman.gif differ
diff --git a/images/monsters/orc spearman.gif b/images/monsters/orc spearman.gif
new file mode 100644
index 00000000..dcaa7957
Binary files /dev/null and b/images/monsters/orc spearman.gif differ
diff --git a/images/monsters/orc warlord.gif b/images/monsters/orc warlord.gif
new file mode 100644
index 00000000..ffe358f8
Binary files /dev/null and b/images/monsters/orc warlord.gif differ
diff --git a/images/monsters/orc warrior.gif b/images/monsters/orc warrior.gif
new file mode 100644
index 00000000..d09e6289
Binary files /dev/null and b/images/monsters/orc warrior.gif differ
diff --git a/images/monsters/orc.gif b/images/monsters/orc.gif
new file mode 100644
index 00000000..746134bc
Binary files /dev/null and b/images/monsters/orc.gif differ
diff --git a/images/monsters/orcberserker.gif b/images/monsters/orcberserker.gif
new file mode 100644
index 00000000..efad70f0
Binary files /dev/null and b/images/monsters/orcberserker.gif differ
diff --git a/images/monsters/orchid frog.gif b/images/monsters/orchid frog.gif
new file mode 100644
index 00000000..9d177dfa
Binary files /dev/null and b/images/monsters/orchid frog.gif differ
diff --git a/images/monsters/orcleader.gif b/images/monsters/orcleader.gif
new file mode 100644
index 00000000..77fc444d
Binary files /dev/null and b/images/monsters/orcleader.gif differ
diff --git a/images/monsters/orcrider.gif b/images/monsters/orcrider.gif
new file mode 100644
index 00000000..85116da1
Binary files /dev/null and b/images/monsters/orcrider.gif differ
diff --git a/images/monsters/orcshaman.gif b/images/monsters/orcshaman.gif
new file mode 100644
index 00000000..11cda667
Binary files /dev/null and b/images/monsters/orcshaman.gif differ
diff --git a/images/monsters/orcspearman.gif b/images/monsters/orcspearman.gif
new file mode 100644
index 00000000..5ffdba8d
Binary files /dev/null and b/images/monsters/orcspearman.gif differ
diff --git a/images/monsters/orcus the cruel.gif b/images/monsters/orcus the cruel.gif
new file mode 100644
index 00000000..2ce5287a
Binary files /dev/null and b/images/monsters/orcus the cruel.gif differ
diff --git a/images/monsters/orcwarlord.gif b/images/monsters/orcwarlord.gif
new file mode 100644
index 00000000..d070a23a
Binary files /dev/null and b/images/monsters/orcwarlord.gif differ
diff --git a/images/monsters/orcwarrior.gif b/images/monsters/orcwarrior.gif
new file mode 100644
index 00000000..cf071616
Binary files /dev/null and b/images/monsters/orcwarrior.gif differ
diff --git a/images/monsters/orshabaal.gif b/images/monsters/orshabaal.gif
new file mode 100644
index 00000000..0176ff59
Binary files /dev/null and b/images/monsters/orshabaal.gif differ
diff --git a/images/monsters/overcharged energy element.gif b/images/monsters/overcharged energy element.gif
new file mode 100644
index 00000000..090b778e
Binary files /dev/null and b/images/monsters/overcharged energy element.gif differ
diff --git a/images/monsters/overcharged energy elemental.gif b/images/monsters/overcharged energy elemental.gif
new file mode 100644
index 00000000..090b778e
Binary files /dev/null and b/images/monsters/overcharged energy elemental.gif differ
diff --git a/images/monsters/pajak.gif b/images/monsters/pajak.gif
new file mode 100644
index 00000000..01090009
Binary files /dev/null and b/images/monsters/pajak.gif differ
diff --git a/images/monsters/panda.gif b/images/monsters/panda.gif
new file mode 100644
index 00000000..838703a6
Binary files /dev/null and b/images/monsters/panda.gif differ
diff --git a/images/monsters/parrot.gif b/images/monsters/parrot.gif
new file mode 100644
index 00000000..7ba06d88
Binary files /dev/null and b/images/monsters/parrot.gif differ
diff --git a/images/monsters/penguin.gif b/images/monsters/penguin.gif
new file mode 100644
index 00000000..19432f5f
Binary files /dev/null and b/images/monsters/penguin.gif differ
diff --git a/images/monsters/phantasm mirror.gif b/images/monsters/phantasm mirror.gif
new file mode 100644
index 00000000..5fa1a7b3
Binary files /dev/null and b/images/monsters/phantasm mirror.gif differ
diff --git a/images/monsters/phantasm.gif b/images/monsters/phantasm.gif
new file mode 100644
index 00000000..47ef6822
Binary files /dev/null and b/images/monsters/phantasm.gif differ
diff --git a/images/monsters/pig.gif b/images/monsters/pig.gif
new file mode 100644
index 00000000..a9ef5c68
Binary files /dev/null and b/images/monsters/pig.gif differ
diff --git a/images/monsters/pirate buccaneer.gif b/images/monsters/pirate buccaneer.gif
new file mode 100644
index 00000000..80496542
Binary files /dev/null and b/images/monsters/pirate buccaneer.gif differ
diff --git a/images/monsters/pirate corsair.gif b/images/monsters/pirate corsair.gif
new file mode 100644
index 00000000..e1a8ee69
Binary files /dev/null and b/images/monsters/pirate corsair.gif differ
diff --git a/images/monsters/pirate cutthroat.gif b/images/monsters/pirate cutthroat.gif
new file mode 100644
index 00000000..fd3508e1
Binary files /dev/null and b/images/monsters/pirate cutthroat.gif differ
diff --git a/images/monsters/pirate ghost.gif b/images/monsters/pirate ghost.gif
new file mode 100644
index 00000000..4910d89d
Binary files /dev/null and b/images/monsters/pirate ghost.gif differ
diff --git a/images/monsters/pirate marauder.gif b/images/monsters/pirate marauder.gif
new file mode 100644
index 00000000..5a68007f
Binary files /dev/null and b/images/monsters/pirate marauder.gif differ
diff --git a/images/monsters/pirate skeleton.gif b/images/monsters/pirate skeleton.gif
new file mode 100644
index 00000000..34ffa2dd
Binary files /dev/null and b/images/monsters/pirate skeleton.gif differ
diff --git a/images/monsters/piratebuccaneer.gif b/images/monsters/piratebuccaneer.gif
new file mode 100644
index 00000000..4569628e
Binary files /dev/null and b/images/monsters/piratebuccaneer.gif differ
diff --git a/images/monsters/piratecorsair.gif b/images/monsters/piratecorsair.gif
new file mode 100644
index 00000000..53f0aa4c
Binary files /dev/null and b/images/monsters/piratecorsair.gif differ
diff --git a/images/monsters/piratecutthroat.gif b/images/monsters/piratecutthroat.gif
new file mode 100644
index 00000000..e217f76c
Binary files /dev/null and b/images/monsters/piratecutthroat.gif differ
diff --git a/images/monsters/pirateghost.gif b/images/monsters/pirateghost.gif
new file mode 100644
index 00000000..4910d89d
Binary files /dev/null and b/images/monsters/pirateghost.gif differ
diff --git a/images/monsters/pirateghost_002.gif b/images/monsters/pirateghost_002.gif
new file mode 100644
index 00000000..78541b4f
Binary files /dev/null and b/images/monsters/pirateghost_002.gif differ
diff --git a/images/monsters/piratemarauder.gif b/images/monsters/piratemarauder.gif
new file mode 100644
index 00000000..d4722129
Binary files /dev/null and b/images/monsters/piratemarauder.gif differ
diff --git a/images/monsters/pirateskeleton.gif b/images/monsters/pirateskeleton.gif
new file mode 100644
index 00000000..c716e33d
Binary files /dev/null and b/images/monsters/pirateskeleton.gif differ
diff --git a/images/monsters/plague smith.gif b/images/monsters/plague smith.gif
new file mode 100644
index 00000000..c32d8920
Binary files /dev/null and b/images/monsters/plague smith.gif differ
diff --git a/images/monsters/plaguesmith.gif b/images/monsters/plaguesmith.gif
new file mode 100644
index 00000000..458d9674
Binary files /dev/null and b/images/monsters/plaguesmith.gif differ
diff --git a/images/monsters/plaguethrower.gif b/images/monsters/plaguethrower.gif
new file mode 100644
index 00000000..d938b8f2
Binary files /dev/null and b/images/monsters/plaguethrower.gif differ
diff --git a/images/monsters/poacher.gif b/images/monsters/poacher.gif
new file mode 100644
index 00000000..82789b68
Binary files /dev/null and b/images/monsters/poacher.gif differ
diff --git a/images/monsters/poison spider.gif b/images/monsters/poison spider.gif
new file mode 100644
index 00000000..b3480a44
Binary files /dev/null and b/images/monsters/poison spider.gif differ
diff --git a/images/monsters/poisonspider.gif b/images/monsters/poisonspider.gif
new file mode 100644
index 00000000..88a58d87
Binary files /dev/null and b/images/monsters/poisonspider.gif differ
diff --git a/images/monsters/polar bear.gif b/images/monsters/polar bear.gif
new file mode 100644
index 00000000..e6ea5338
Binary files /dev/null and b/images/monsters/polar bear.gif differ
diff --git a/images/monsters/polarbear.gif b/images/monsters/polarbear.gif
new file mode 100644
index 00000000..bbeb9786
Binary files /dev/null and b/images/monsters/polarbear.gif differ
diff --git a/images/monsters/priestess.gif b/images/monsters/priestess.gif
new file mode 100644
index 00000000..79da9b46
Binary files /dev/null and b/images/monsters/priestess.gif differ
diff --git a/images/monsters/quara constrictor scout.gif b/images/monsters/quara constrictor scout.gif
new file mode 100644
index 00000000..27815538
Binary files /dev/null and b/images/monsters/quara constrictor scout.gif differ
diff --git a/images/monsters/quara constrictor.gif b/images/monsters/quara constrictor.gif
new file mode 100644
index 00000000..27815538
Binary files /dev/null and b/images/monsters/quara constrictor.gif differ
diff --git a/images/monsters/quara hydromancer scout.gif b/images/monsters/quara hydromancer scout.gif
new file mode 100644
index 00000000..638be5a7
Binary files /dev/null and b/images/monsters/quara hydromancer scout.gif differ
diff --git a/images/monsters/quara hydromancer.gif b/images/monsters/quara hydromancer.gif
new file mode 100644
index 00000000..638be5a7
Binary files /dev/null and b/images/monsters/quara hydromancer.gif differ
diff --git a/images/monsters/quara mantassin scout.gif b/images/monsters/quara mantassin scout.gif
new file mode 100644
index 00000000..b9cf7f11
Binary files /dev/null and b/images/monsters/quara mantassin scout.gif differ
diff --git a/images/monsters/quara mantassin.gif b/images/monsters/quara mantassin.gif
new file mode 100644
index 00000000..b9cf7f11
Binary files /dev/null and b/images/monsters/quara mantassin.gif differ
diff --git a/images/monsters/quara pincher scout.gif b/images/monsters/quara pincher scout.gif
new file mode 100644
index 00000000..d16bb681
Binary files /dev/null and b/images/monsters/quara pincher scout.gif differ
diff --git a/images/monsters/quara pincher.gif b/images/monsters/quara pincher.gif
new file mode 100644
index 00000000..d16bb681
Binary files /dev/null and b/images/monsters/quara pincher.gif differ
diff --git a/images/monsters/quara predator scout.gif b/images/monsters/quara predator scout.gif
new file mode 100644
index 00000000..06ebd964
Binary files /dev/null and b/images/monsters/quara predator scout.gif differ
diff --git a/images/monsters/quara predator.gif b/images/monsters/quara predator.gif
new file mode 100644
index 00000000..06ebd964
Binary files /dev/null and b/images/monsters/quara predator.gif differ
diff --git a/images/monsters/quaraconstrictor.gif b/images/monsters/quaraconstrictor.gif
new file mode 100644
index 00000000..0dbea560
Binary files /dev/null and b/images/monsters/quaraconstrictor.gif differ
diff --git a/images/monsters/quarahydromancer.gif b/images/monsters/quarahydromancer.gif
new file mode 100644
index 00000000..84ff7d9c
Binary files /dev/null and b/images/monsters/quarahydromancer.gif differ
diff --git a/images/monsters/quaramantassin.gif b/images/monsters/quaramantassin.gif
new file mode 100644
index 00000000..eda1a488
Binary files /dev/null and b/images/monsters/quaramantassin.gif differ
diff --git a/images/monsters/quarapincher.gif b/images/monsters/quarapincher.gif
new file mode 100644
index 00000000..f30c5508
Binary files /dev/null and b/images/monsters/quarapincher.gif differ
diff --git a/images/monsters/quarapredator.gif b/images/monsters/quarapredator.gif
new file mode 100644
index 00000000..214b6e60
Binary files /dev/null and b/images/monsters/quarapredator.gif differ
diff --git a/images/monsters/rabbit.gif b/images/monsters/rabbit.gif
new file mode 100644
index 00000000..5fb4c4e7
Binary files /dev/null and b/images/monsters/rabbit.gif differ
diff --git a/images/monsters/rat.gif b/images/monsters/rat.gif
new file mode 100644
index 00000000..458f06ec
Binary files /dev/null and b/images/monsters/rat.gif differ
diff --git a/images/monsters/rift brood.gif b/images/monsters/rift brood.gif
new file mode 100644
index 00000000..090b778e
Binary files /dev/null and b/images/monsters/rift brood.gif differ
diff --git a/images/monsters/rift scythe.gif b/images/monsters/rift scythe.gif
new file mode 100644
index 00000000..a9accab8
Binary files /dev/null and b/images/monsters/rift scythe.gif differ
diff --git a/images/monsters/rift worm.gif b/images/monsters/rift worm.gif
new file mode 100644
index 00000000..ee82a76a
Binary files /dev/null and b/images/monsters/rift worm.gif differ
diff --git a/images/monsters/roaring water elemental.gif b/images/monsters/roaring water elemental.gif
new file mode 100644
index 00000000..aaaba295
Binary files /dev/null and b/images/monsters/roaring water elemental.gif differ
diff --git a/images/monsters/rocky.gif b/images/monsters/rocky.gif
new file mode 100644
index 00000000..bc5c9ab1
Binary files /dev/null and b/images/monsters/rocky.gif differ
diff --git a/images/monsters/ron the ripper.gif b/images/monsters/ron the ripper.gif
new file mode 100644
index 00000000..47dc213c
Binary files /dev/null and b/images/monsters/ron the ripper.gif differ
diff --git a/images/monsters/rotworm queen.gif b/images/monsters/rotworm queen.gif
new file mode 100644
index 00000000..dd78aa91
Binary files /dev/null and b/images/monsters/rotworm queen.gif differ
diff --git a/images/monsters/rotworm.gif b/images/monsters/rotworm.gif
new file mode 100644
index 00000000..5e3ea3da
Binary files /dev/null and b/images/monsters/rotworm.gif differ
diff --git a/images/monsters/scarab.gif b/images/monsters/scarab.gif
new file mode 100644
index 00000000..a1d9c742
Binary files /dev/null and b/images/monsters/scarab.gif differ
diff --git a/images/monsters/scorpion.gif b/images/monsters/scorpion.gif
new file mode 100644
index 00000000..f51f5fc4
Binary files /dev/null and b/images/monsters/scorpion.gif differ
diff --git a/images/monsters/sea serpent.gif b/images/monsters/sea serpent.gif
new file mode 100644
index 00000000..b02b314e
Binary files /dev/null and b/images/monsters/sea serpent.gif differ
diff --git a/images/monsters/seagull.gif b/images/monsters/seagull.gif
new file mode 100644
index 00000000..7c9a110d
Binary files /dev/null and b/images/monsters/seagull.gif differ
diff --git a/images/monsters/seaserpent.gif b/images/monsters/seaserpent.gif
new file mode 100644
index 00000000..7dd49ef7
Binary files /dev/null and b/images/monsters/seaserpent.gif differ
diff --git a/images/monsters/serpent spawn.gif b/images/monsters/serpent spawn.gif
new file mode 100644
index 00000000..f26c0a7d
Binary files /dev/null and b/images/monsters/serpent spawn.gif differ
diff --git a/images/monsters/serpentspawn.gif b/images/monsters/serpentspawn.gif
new file mode 100644
index 00000000..82addbde
Binary files /dev/null and b/images/monsters/serpentspawn.gif differ
diff --git a/images/monsters/sheep.gif b/images/monsters/sheep.gif
new file mode 100644
index 00000000..6c26eb3a
Binary files /dev/null and b/images/monsters/sheep.gif differ
diff --git a/images/monsters/shredderthrower.gif b/images/monsters/shredderthrower.gif
new file mode 100644
index 00000000..d938b8f2
Binary files /dev/null and b/images/monsters/shredderthrower.gif differ
diff --git a/images/monsters/sibang.gif b/images/monsters/sibang.gif
new file mode 100644
index 00000000..d41f1d8b
Binary files /dev/null and b/images/monsters/sibang.gif differ
diff --git a/images/monsters/silver rabbit.gif b/images/monsters/silver rabbit.gif
new file mode 100644
index 00000000..7ffa53b0
Binary files /dev/null and b/images/monsters/silver rabbit.gif differ
diff --git a/images/monsters/silverrabbit.gif b/images/monsters/silverrabbit.gif
new file mode 100644
index 00000000..635cea5d
Binary files /dev/null and b/images/monsters/silverrabbit.gif differ
diff --git a/images/monsters/skeleton warrior.gif b/images/monsters/skeleton warrior.gif
new file mode 100644
index 00000000..9463cf38
Binary files /dev/null and b/images/monsters/skeleton warrior.gif differ
diff --git a/images/monsters/skeleton.gif b/images/monsters/skeleton.gif
new file mode 100644
index 00000000..b5aa1cc9
Binary files /dev/null and b/images/monsters/skeleton.gif differ
diff --git a/images/monsters/skeletonwarrior.gif b/images/monsters/skeletonwarrior.gif
new file mode 100644
index 00000000..496b9f2b
Binary files /dev/null and b/images/monsters/skeletonwarrior.gif differ
diff --git a/images/monsters/skunk.gif b/images/monsters/skunk.gif
new file mode 100644
index 00000000..f0403215
Binary files /dev/null and b/images/monsters/skunk.gif differ
diff --git a/images/monsters/slick water elemental.gif b/images/monsters/slick water elemental.gif
new file mode 100644
index 00000000..afffcef4
Binary files /dev/null and b/images/monsters/slick water elemental.gif differ
diff --git a/images/monsters/slim.gif b/images/monsters/slim.gif
new file mode 100644
index 00000000..38334148
Binary files /dev/null and b/images/monsters/slim.gif differ
diff --git a/images/monsters/slime.gif b/images/monsters/slime.gif
new file mode 100644
index 00000000..e58c3d2e
Binary files /dev/null and b/images/monsters/slime.gif differ
diff --git a/images/monsters/slime2.gif b/images/monsters/slime2.gif
new file mode 100644
index 00000000..fa9f2505
Binary files /dev/null and b/images/monsters/slime2.gif differ
diff --git a/images/monsters/smoczek.gif b/images/monsters/smoczek.gif
new file mode 100644
index 00000000..612307f1
Binary files /dev/null and b/images/monsters/smoczek.gif differ
diff --git a/images/monsters/smok.gif b/images/monsters/smok.gif
new file mode 100644
index 00000000..612307f1
Binary files /dev/null and b/images/monsters/smok.gif differ
diff --git a/images/monsters/smuggler.gif b/images/monsters/smuggler.gif
new file mode 100644
index 00000000..0fad3bd2
Binary files /dev/null and b/images/monsters/smuggler.gif differ
diff --git a/images/monsters/snake.gif b/images/monsters/snake.gif
new file mode 100644
index 00000000..056e42e5
Binary files /dev/null and b/images/monsters/snake.gif differ
diff --git a/images/monsters/son of verminor.gif b/images/monsters/son of verminor.gif
new file mode 100644
index 00000000..fcd92bb6
Binary files /dev/null and b/images/monsters/son of verminor.gif differ
diff --git a/images/monsters/sonofverminor.gif b/images/monsters/sonofverminor.gif
new file mode 100644
index 00000000..fa9f2505
Binary files /dev/null and b/images/monsters/sonofverminor.gif differ
diff --git a/images/monsters/spectre.gif b/images/monsters/spectre.gif
new file mode 100644
index 00000000..fceb4891
Binary files /dev/null and b/images/monsters/spectre.gif differ
diff --git a/images/monsters/spider.gif b/images/monsters/spider.gif
new file mode 100644
index 00000000..3f81791f
Binary files /dev/null and b/images/monsters/spider.gif differ
diff --git a/images/monsters/spirit of earth.gif b/images/monsters/spirit of earth.gif
new file mode 100644
index 00000000..56a73439
Binary files /dev/null and b/images/monsters/spirit of earth.gif differ
diff --git a/images/monsters/spirit of fire.gif b/images/monsters/spirit of fire.gif
new file mode 100644
index 00000000..da258024
Binary files /dev/null and b/images/monsters/spirit of fire.gif differ
diff --git a/images/monsters/spirit of water.gif b/images/monsters/spirit of water.gif
new file mode 100644
index 00000000..aaaba295
Binary files /dev/null and b/images/monsters/spirit of water.gif differ
diff --git a/images/monsters/spit nettle.gif b/images/monsters/spit nettle.gif
new file mode 100644
index 00000000..7ab82813
Binary files /dev/null and b/images/monsters/spit nettle.gif differ
diff --git a/images/monsters/spitnettle.gif b/images/monsters/spitnettle.gif
new file mode 100644
index 00000000..2a1a4dcf
Binary files /dev/null and b/images/monsters/spitnettle.gif differ
diff --git a/images/monsters/squirrel.gif b/images/monsters/squirrel.gif
new file mode 100644
index 00000000..a8f22707
Binary files /dev/null and b/images/monsters/squirrel.gif differ
diff --git a/images/monsters/stalker.gif b/images/monsters/stalker.gif
new file mode 100644
index 00000000..c5e68f3a
Binary files /dev/null and b/images/monsters/stalker.gif differ
diff --git a/images/monsters/stone golem.gif b/images/monsters/stone golem.gif
new file mode 100644
index 00000000..56a73439
Binary files /dev/null and b/images/monsters/stone golem.gif differ
diff --git a/images/monsters/stonegolem.gif b/images/monsters/stonegolem.gif
new file mode 100644
index 00000000..69ac6236
Binary files /dev/null and b/images/monsters/stonegolem.gif differ
diff --git a/images/monsters/svoren the mad.gif b/images/monsters/svoren the mad.gif
new file mode 100644
index 00000000..e570f949
Binary files /dev/null and b/images/monsters/svoren the mad.gif differ
diff --git a/images/monsters/swamp troll.gif b/images/monsters/swamp troll.gif
new file mode 100644
index 00000000..0ff0dac5
Binary files /dev/null and b/images/monsters/swamp troll.gif differ
diff --git a/images/monsters/swamptroll.gif b/images/monsters/swamptroll.gif
new file mode 100644
index 00000000..44d387c7
Binary files /dev/null and b/images/monsters/swamptroll.gif differ
diff --git a/images/monsters/tarantula.gif b/images/monsters/tarantula.gif
new file mode 100644
index 00000000..cfc08336
Binary files /dev/null and b/images/monsters/tarantula.gif differ
diff --git a/images/monsters/terror bird.gif b/images/monsters/terror bird.gif
new file mode 100644
index 00000000..99c3edb8
Binary files /dev/null and b/images/monsters/terror bird.gif differ
diff --git a/images/monsters/terrorbird.gif b/images/monsters/terrorbird.gif
new file mode 100644
index 00000000..8accd10c
Binary files /dev/null and b/images/monsters/terrorbird.gif differ
diff --git a/images/monsters/thalas.gif b/images/monsters/thalas.gif
new file mode 100644
index 00000000..ce35bb0b
Binary files /dev/null and b/images/monsters/thalas.gif differ
diff --git a/images/monsters/the abomination.gif b/images/monsters/the abomination.gif
new file mode 100644
index 00000000..74356b6d
Binary files /dev/null and b/images/monsters/the abomination.gif differ
diff --git a/images/monsters/the count.gif b/images/monsters/the count.gif
new file mode 100644
index 00000000..8485db2b
Binary files /dev/null and b/images/monsters/the count.gif differ
diff --git a/images/monsters/the dark dancer.gif b/images/monsters/the dark dancer.gif
new file mode 100644
index 00000000..79da9b46
Binary files /dev/null and b/images/monsters/the dark dancer.gif differ
diff --git a/images/monsters/the evil eye.gif b/images/monsters/the evil eye.gif
new file mode 100644
index 00000000..2ca3a866
Binary files /dev/null and b/images/monsters/the evil eye.gif differ
diff --git a/images/monsters/the hairy one.gif b/images/monsters/the hairy one.gif
new file mode 100644
index 00000000..de54f261
Binary files /dev/null and b/images/monsters/the hairy one.gif differ
diff --git a/images/monsters/the halloween hare.gif b/images/monsters/the halloween hare.gif
new file mode 100644
index 00000000..effccbb0
Binary files /dev/null and b/images/monsters/the halloween hare.gif differ
diff --git a/images/monsters/the handmaiden.gif b/images/monsters/the handmaiden.gif
new file mode 100644
index 00000000..722b24d9
Binary files /dev/null and b/images/monsters/the handmaiden.gif differ
diff --git a/images/monsters/the imperor.gif b/images/monsters/the imperor.gif
new file mode 100644
index 00000000..2cd8b63e
Binary files /dev/null and b/images/monsters/the imperor.gif differ
diff --git a/images/monsters/the obliverator.gif b/images/monsters/the obliverator.gif
new file mode 100644
index 00000000..0176ff59
Binary files /dev/null and b/images/monsters/the obliverator.gif differ
diff --git a/images/monsters/the old widow.gif b/images/monsters/the old widow.gif
new file mode 100644
index 00000000..ddd32287
Binary files /dev/null and b/images/monsters/the old widow.gif differ
diff --git a/images/monsters/the plasmother.gif b/images/monsters/the plasmother.gif
new file mode 100644
index 00000000..61909f28
Binary files /dev/null and b/images/monsters/the plasmother.gif differ
diff --git a/images/monsters/thornback tortoise.gif b/images/monsters/thornback tortoise.gif
new file mode 100644
index 00000000..3850dd9d
Binary files /dev/null and b/images/monsters/thornback tortoise.gif differ
diff --git a/images/monsters/thornbacktortoise.gif b/images/monsters/thornbacktortoise.gif
new file mode 100644
index 00000000..fcef3d54
Binary files /dev/null and b/images/monsters/thornbacktortoise.gif differ
diff --git a/images/monsters/thul.gif b/images/monsters/thul.gif
new file mode 100644
index 00000000..27815538
Binary files /dev/null and b/images/monsters/thul.gif differ
diff --git a/images/monsters/tiger.gif b/images/monsters/tiger.gif
new file mode 100644
index 00000000..1bcf42b9
Binary files /dev/null and b/images/monsters/tiger.gif differ
diff --git a/images/monsters/tiquandas revenge.gif b/images/monsters/tiquandas revenge.gif
new file mode 100644
index 00000000..2edfcdbf
Binary files /dev/null and b/images/monsters/tiquandas revenge.gif differ
diff --git a/images/monsters/toad.gif b/images/monsters/toad.gif
new file mode 100644
index 00000000..6b49ff79
Binary files /dev/null and b/images/monsters/toad.gif differ
diff --git a/images/monsters/tortoise.gif b/images/monsters/tortoise.gif
new file mode 100644
index 00000000..7d70acfb
Binary files /dev/null and b/images/monsters/tortoise.gif differ
diff --git a/images/monsters/troll champion.gif b/images/monsters/troll champion.gif
new file mode 100644
index 00000000..56d84a0b
Binary files /dev/null and b/images/monsters/troll champion.gif differ
diff --git a/images/monsters/troll.gif b/images/monsters/troll.gif
new file mode 100644
index 00000000..9377600b
Binary files /dev/null and b/images/monsters/troll.gif differ
diff --git a/images/monsters/trollchampion.gif b/images/monsters/trollchampion.gif
new file mode 100644
index 00000000..a66c62f0
Binary files /dev/null and b/images/monsters/trollchampion.gif differ
diff --git a/images/monsters/undead dragon.gif b/images/monsters/undead dragon.gif
new file mode 100644
index 00000000..be2aabba
Binary files /dev/null and b/images/monsters/undead dragon.gif differ
diff --git a/images/monsters/undead minion.gif b/images/monsters/undead minion.gif
new file mode 100644
index 00000000..7e4187e5
Binary files /dev/null and b/images/monsters/undead minion.gif differ
diff --git a/images/monsters/undeaddragon.gif b/images/monsters/undeaddragon.gif
new file mode 100644
index 00000000..d50e3442
Binary files /dev/null and b/images/monsters/undeaddragon.gif differ
diff --git a/images/monsters/ushuriel.gif b/images/monsters/ushuriel.gif
new file mode 100644
index 00000000..2f7e0cf9
Binary files /dev/null and b/images/monsters/ushuriel.gif differ
diff --git a/images/monsters/valkyrie.gif b/images/monsters/valkyrie.gif
new file mode 100644
index 00000000..9b23b325
Binary files /dev/null and b/images/monsters/valkyrie.gif differ
diff --git a/images/monsters/vampire bride.gif b/images/monsters/vampire bride.gif
new file mode 100644
index 00000000..3f66c3f2
Binary files /dev/null and b/images/monsters/vampire bride.gif differ
diff --git a/images/monsters/vampire.gif b/images/monsters/vampire.gif
new file mode 100644
index 00000000..8a1579fd
Binary files /dev/null and b/images/monsters/vampire.gif differ
diff --git a/images/monsters/vashresamun.gif b/images/monsters/vashresamun.gif
new file mode 100644
index 00000000..ce35bb0b
Binary files /dev/null and b/images/monsters/vashresamun.gif differ
diff --git a/images/monsters/war golem.gif b/images/monsters/war golem.gif
new file mode 100644
index 00000000..ded325fe
Binary files /dev/null and b/images/monsters/war golem.gif differ
diff --git a/images/monsters/war wolf.gif b/images/monsters/war wolf.gif
new file mode 100644
index 00000000..5c4b2884
Binary files /dev/null and b/images/monsters/war wolf.gif differ
diff --git a/images/monsters/warlock.gif b/images/monsters/warlock.gif
new file mode 100644
index 00000000..2ef3574b
Binary files /dev/null and b/images/monsters/warlock.gif differ
diff --git a/images/monsters/warwolf.gif b/images/monsters/warwolf.gif
new file mode 100644
index 00000000..cf9bb5b6
Binary files /dev/null and b/images/monsters/warwolf.gif differ
diff --git a/images/monsters/wasp.gif b/images/monsters/wasp.gif
new file mode 100644
index 00000000..b518975f
Binary files /dev/null and b/images/monsters/wasp.gif differ
diff --git a/images/monsters/water elemental.gif b/images/monsters/water elemental.gif
new file mode 100644
index 00000000..afffcef4
Binary files /dev/null and b/images/monsters/water elemental.gif differ
diff --git a/images/monsters/waterelemental.gif b/images/monsters/waterelemental.gif
new file mode 100644
index 00000000..fd6d9c40
Binary files /dev/null and b/images/monsters/waterelemental.gif differ
diff --git a/images/monsters/waterelementalmassive.gif b/images/monsters/waterelementalmassive.gif
new file mode 100644
index 00000000..1e3f9a0e
Binary files /dev/null and b/images/monsters/waterelementalmassive.gif differ
diff --git a/images/monsters/webster.gif b/images/monsters/webster.gif
new file mode 100644
index 00000000..c57899d7
Binary files /dev/null and b/images/monsters/webster.gif differ
diff --git a/images/monsters/werewolf.gif b/images/monsters/werewolf.gif
new file mode 100644
index 00000000..cc8ef554
Binary files /dev/null and b/images/monsters/werewolf.gif differ
diff --git a/images/monsters/wild warrior.gif b/images/monsters/wild warrior.gif
new file mode 100644
index 00000000..f4ac37f2
Binary files /dev/null and b/images/monsters/wild warrior.gif differ
diff --git a/images/monsters/wildwarrior.gif b/images/monsters/wildwarrior.gif
new file mode 100644
index 00000000..512551d1
Binary files /dev/null and b/images/monsters/wildwarrior.gif differ
diff --git a/images/monsters/winter wolf.gif b/images/monsters/winter wolf.gif
new file mode 100644
index 00000000..3c066fa2
Binary files /dev/null and b/images/monsters/winter wolf.gif differ
diff --git a/images/monsters/winterwolf.gif b/images/monsters/winterwolf.gif
new file mode 100644
index 00000000..af27fa9d
Binary files /dev/null and b/images/monsters/winterwolf.gif differ
diff --git a/images/monsters/wisp.gif b/images/monsters/wisp.gif
new file mode 100644
index 00000000..e82f0d2c
Binary files /dev/null and b/images/monsters/wisp.gif differ
diff --git a/images/monsters/witch.gif b/images/monsters/witch.gif
new file mode 100644
index 00000000..4d2958cf
Binary files /dev/null and b/images/monsters/witch.gif differ
diff --git a/images/monsters/wolf.gif b/images/monsters/wolf.gif
new file mode 100644
index 00000000..60c2c313
Binary files /dev/null and b/images/monsters/wolf.gif differ
diff --git a/images/monsters/worker golem.gif b/images/monsters/worker golem.gif
new file mode 100644
index 00000000..ec3e58c1
Binary files /dev/null and b/images/monsters/worker golem.gif differ
diff --git a/images/monsters/wraith.gif b/images/monsters/wraith.gif
new file mode 100644
index 00000000..bce51bc7
Binary files /dev/null and b/images/monsters/wraith.gif differ
diff --git a/images/monsters/wyrm.gif b/images/monsters/wyrm.gif
new file mode 100644
index 00000000..0b13fdf9
Binary files /dev/null and b/images/monsters/wyrm.gif differ
diff --git a/images/monsters/wyvern.gif b/images/monsters/wyvern.gif
new file mode 100644
index 00000000..9869fddf
Binary files /dev/null and b/images/monsters/wyvern.gif differ
diff --git a/images/monsters/xenia.gif b/images/monsters/xenia.gif
new file mode 100644
index 00000000..916a4975
Binary files /dev/null and b/images/monsters/xenia.gif differ
diff --git a/images/monsters/yeti.gif b/images/monsters/yeti.gif
new file mode 100644
index 00000000..45c69626
Binary files /dev/null and b/images/monsters/yeti.gif differ
diff --git a/images/monsters/young sea serpent.gif b/images/monsters/young sea serpent.gif
new file mode 100644
index 00000000..ea179b9a
Binary files /dev/null and b/images/monsters/young sea serpent.gif differ
diff --git a/images/monsters/zombie.gif b/images/monsters/zombie.gif
new file mode 100644
index 00000000..c20c1bc9
Binary files /dev/null and b/images/monsters/zombie.gif differ
diff --git a/images/monsters/zugurosh.gif b/images/monsters/zugurosh.gif
new file mode 100644
index 00000000..08874c97
Binary files /dev/null and b/images/monsters/zugurosh.gif differ
diff --git a/images/news/blank.gif b/images/news/blank.gif
new file mode 100644
index 00000000..06926d0a
Binary files /dev/null and b/images/news/blank.gif differ
diff --git a/images/news/icon_0.gif b/images/news/icon_0.gif
new file mode 100644
index 00000000..78e2e8ff
Binary files /dev/null and b/images/news/icon_0.gif differ
diff --git a/images/news/icon_0_small.gif b/images/news/icon_0_small.gif
new file mode 100644
index 00000000..5ffc2b42
Binary files /dev/null and b/images/news/icon_0_small.gif differ
diff --git a/images/news/icon_1.gif b/images/news/icon_1.gif
new file mode 100644
index 00000000..2b36e957
Binary files /dev/null and b/images/news/icon_1.gif differ
diff --git a/images/news/icon_1_small.gif b/images/news/icon_1_small.gif
new file mode 100644
index 00000000..284d033f
Binary files /dev/null and b/images/news/icon_1_small.gif differ
diff --git a/images/news/icon_2.gif b/images/news/icon_2.gif
new file mode 100644
index 00000000..5347643b
Binary files /dev/null and b/images/news/icon_2.gif differ
diff --git a/images/news/icon_2_small.gif b/images/news/icon_2_small.gif
new file mode 100644
index 00000000..62deeb8c
Binary files /dev/null and b/images/news/icon_2_small.gif differ
diff --git a/images/news/icon_3.gif b/images/news/icon_3.gif
new file mode 100644
index 00000000..47512fac
Binary files /dev/null and b/images/news/icon_3.gif differ
diff --git a/images/news/icon_3_small.gif b/images/news/icon_3_small.gif
new file mode 100644
index 00000000..b7418840
Binary files /dev/null and b/images/news/icon_3_small.gif differ
diff --git a/images/news/icon_4.gif b/images/news/icon_4.gif
new file mode 100644
index 00000000..5d7a454e
Binary files /dev/null and b/images/news/icon_4.gif differ
diff --git a/images/news/icon_4_small.gif b/images/news/icon_4_small.gif
new file mode 100644
index 00000000..fad06ef3
Binary files /dev/null and b/images/news/icon_4_small.gif differ
diff --git a/images/notify.png b/images/notify.png
new file mode 100644
index 00000000..6e0015df
Binary files /dev/null and b/images/notify.png differ
diff --git a/images/palladin.png b/images/palladin.png
new file mode 100644
index 00000000..698b4e7d
Binary files /dev/null and b/images/palladin.png differ
diff --git a/images/payments/daopay.gif b/images/payments/daopay.gif
new file mode 100644
index 00000000..c986cc23
Binary files /dev/null and b/images/payments/daopay.gif differ
diff --git a/images/payments/dotpay.png b/images/payments/dotpay.png
new file mode 100644
index 00000000..b587080d
Binary files /dev/null and b/images/payments/dotpay.png differ
diff --git a/images/payments/paypal.gif b/images/payments/paypal.gif
new file mode 100644
index 00000000..969a19bf
Binary files /dev/null and b/images/payments/paypal.gif differ
diff --git a/images/payments/sms.gif b/images/payments/sms.gif
new file mode 100644
index 00000000..a1f59774
Binary files /dev/null and b/images/payments/sms.gif differ
diff --git a/images/plus.gif b/images/plus.gif
new file mode 100644
index 00000000..9306686d
Binary files /dev/null and b/images/plus.gif differ
diff --git a/images/redskull.gif b/images/redskull.gif
new file mode 100644
index 00000000..c7dc2e01
Binary files /dev/null and b/images/redskull.gif differ
diff --git a/images/refresh.gif b/images/refresh.gif
new file mode 100644
index 00000000..d04bd394
Binary files /dev/null and b/images/refresh.gif differ
diff --git a/images/screenshots/demon.jpg b/images/screenshots/demon.jpg
new file mode 100644
index 00000000..b2a787f5
Binary files /dev/null and b/images/screenshots/demon.jpg differ
diff --git a/images/screenshots/demon_thumb.gif b/images/screenshots/demon_thumb.gif
new file mode 100644
index 00000000..52fefa0c
Binary files /dev/null and b/images/screenshots/demon_thumb.gif differ
diff --git a/images/search.png b/images/search.png
new file mode 100644
index 00000000..cf3d97f7
Binary files /dev/null and b/images/search.png differ
diff --git a/images/smileys/icon_arrow.gif b/images/smileys/icon_arrow.gif
new file mode 100644
index 00000000..2880055c
Binary files /dev/null and b/images/smileys/icon_arrow.gif differ
diff --git a/images/smileys/icon_biggrin.gif b/images/smileys/icon_biggrin.gif
new file mode 100644
index 00000000..d3527723
Binary files /dev/null and b/images/smileys/icon_biggrin.gif differ
diff --git a/images/smileys/icon_confused.gif b/images/smileys/icon_confused.gif
new file mode 100644
index 00000000..0c49e069
Binary files /dev/null and b/images/smileys/icon_confused.gif differ
diff --git a/images/smileys/icon_cool.gif b/images/smileys/icon_cool.gif
new file mode 100644
index 00000000..cead0306
Binary files /dev/null and b/images/smileys/icon_cool.gif differ
diff --git a/images/smileys/icon_cry.gif b/images/smileys/icon_cry.gif
new file mode 100644
index 00000000..7d54b1f9
Binary files /dev/null and b/images/smileys/icon_cry.gif differ
diff --git a/images/smileys/icon_doubt.gif b/images/smileys/icon_doubt.gif
new file mode 100644
index 00000000..fd7903b1
Binary files /dev/null and b/images/smileys/icon_doubt.gif differ
diff --git a/images/smileys/icon_doubt2.gif b/images/smileys/icon_doubt2.gif
new file mode 100644
index 00000000..eb4b70b6
Binary files /dev/null and b/images/smileys/icon_doubt2.gif differ
diff --git a/images/smileys/icon_eek.gif b/images/smileys/icon_eek.gif
new file mode 100644
index 00000000..5d397810
Binary files /dev/null and b/images/smileys/icon_eek.gif differ
diff --git a/images/smileys/icon_evil.gif b/images/smileys/icon_evil.gif
new file mode 100644
index 00000000..ab1aa8e1
Binary files /dev/null and b/images/smileys/icon_evil.gif differ
diff --git a/images/smileys/icon_exclaim.gif b/images/smileys/icon_exclaim.gif
new file mode 100644
index 00000000..6e50e2ee
Binary files /dev/null and b/images/smileys/icon_exclaim.gif differ
diff --git a/images/smileys/icon_frown.gif b/images/smileys/icon_frown.gif
new file mode 100644
index 00000000..d2ac78c0
Binary files /dev/null and b/images/smileys/icon_frown.gif differ
diff --git a/images/smileys/icon_fun.gif b/images/smileys/icon_fun.gif
new file mode 100644
index 00000000..a8bb8a30
Binary files /dev/null and b/images/smileys/icon_fun.gif differ
diff --git a/images/smileys/icon_idea.gif b/images/smileys/icon_idea.gif
new file mode 100644
index 00000000..a40ae0d7
Binary files /dev/null and b/images/smileys/icon_idea.gif differ
diff --git a/images/smileys/icon_kaddi.gif b/images/smileys/icon_kaddi.gif
new file mode 100644
index 00000000..1410f7f1
Binary files /dev/null and b/images/smileys/icon_kaddi.gif differ
diff --git a/images/smileys/icon_lol.gif b/images/smileys/icon_lol.gif
new file mode 100644
index 00000000..374ba150
Binary files /dev/null and b/images/smileys/icon_lol.gif differ
diff --git a/images/smileys/icon_mrgreen.gif b/images/smileys/icon_mrgreen.gif
new file mode 100644
index 00000000..b54cd0f9
Binary files /dev/null and b/images/smileys/icon_mrgreen.gif differ
diff --git a/images/smileys/icon_neutral.gif b/images/smileys/icon_neutral.gif
new file mode 100644
index 00000000..4f311567
Binary files /dev/null and b/images/smileys/icon_neutral.gif differ
diff --git a/images/smileys/icon_question.gif b/images/smileys/icon_question.gif
new file mode 100644
index 00000000..9d072265
Binary files /dev/null and b/images/smileys/icon_question.gif differ
diff --git a/images/smileys/icon_razz.gif b/images/smileys/icon_razz.gif
new file mode 100644
index 00000000..29da2a2f
Binary files /dev/null and b/images/smileys/icon_razz.gif differ
diff --git a/images/smileys/icon_redface.gif b/images/smileys/icon_redface.gif
new file mode 100644
index 00000000..ad762832
Binary files /dev/null and b/images/smileys/icon_redface.gif differ
diff --git a/images/smileys/icon_rolleyes.gif b/images/smileys/icon_rolleyes.gif
new file mode 100644
index 00000000..d7f5f2f4
Binary files /dev/null and b/images/smileys/icon_rolleyes.gif differ
diff --git a/images/smileys/icon_sad.gif b/images/smileys/icon_sad.gif
new file mode 100644
index 00000000..d2ac78c0
Binary files /dev/null and b/images/smileys/icon_sad.gif differ
diff --git a/images/smileys/icon_silenced.gif b/images/smileys/icon_silenced.gif
new file mode 100644
index 00000000..448399b2
Binary files /dev/null and b/images/smileys/icon_silenced.gif differ
diff --git a/images/smileys/icon_smile.gif b/images/smileys/icon_smile.gif
new file mode 100644
index 00000000..7b1f6d30
Binary files /dev/null and b/images/smileys/icon_smile.gif differ
diff --git a/images/smileys/icon_smile2.gif b/images/smileys/icon_smile2.gif
new file mode 100644
index 00000000..769639d3
Binary files /dev/null and b/images/smileys/icon_smile2.gif differ
diff --git a/images/smileys/icon_surprised.gif b/images/smileys/icon_surprised.gif
new file mode 100644
index 00000000..cb214243
Binary files /dev/null and b/images/smileys/icon_surprised.gif differ
diff --git a/images/smileys/icon_twisted.gif b/images/smileys/icon_twisted.gif
new file mode 100644
index 00000000..502fe247
Binary files /dev/null and b/images/smileys/icon_twisted.gif differ
diff --git a/images/smileys/icon_wink.gif b/images/smileys/icon_wink.gif
new file mode 100644
index 00000000..d1482880
Binary files /dev/null and b/images/smileys/icon_wink.gif differ
diff --git a/images/sorcerer.png b/images/sorcerer.png
new file mode 100644
index 00000000..1d83dafa
Binary files /dev/null and b/images/sorcerer.png differ
diff --git a/images/success.png b/images/success.png
new file mode 100644
index 00000000..a5ae9f11
Binary files /dev/null and b/images/success.png differ
diff --git a/images/trash.png b/images/trash.png
new file mode 100644
index 00000000..ebad933c
Binary files /dev/null and b/images/trash.png differ
diff --git a/images/true.png b/images/true.png
new file mode 100644
index 00000000..67bbc40a
Binary files /dev/null and b/images/true.png differ
diff --git a/images/under_construction.jpg b/images/under_construction.jpg
new file mode 100644
index 00000000..060e1c4f
Binary files /dev/null and b/images/under_construction.jpg differ
diff --git a/images/whiteskull.gif b/images/whiteskull.gif
new file mode 100644
index 00000000..87c66131
Binary files /dev/null and b/images/whiteskull.gif differ
diff --git a/images/yellow_skull.gif b/images/yellow_skull.gif
new file mode 100644
index 00000000..2ea9ce7a
Binary files /dev/null and b/images/yellow_skull.gif differ
diff --git a/index.php b/index.php
new file mode 100644
index 00000000..306a1e0e
--- /dev/null
+++ b/index.php
@@ -0,0 +1 @@
+
* @copyright 2017 MyAAC
* @version 0.0.1
* @link http://my-aac.org
*/
require_once('common.php');
require_once(BASE . 'config.local.php');
if(file_exists(BASE . 'install') && (!isset($config['installed']) || !$config['installed']))
{
header('Location: ' . BASE_DIR . '/install/');
die('Setup detected that install/ directory exists. Please visit this url to start MyAAC Installation. Delete install/ directory if you already installed MyAAC. Remember to REFRESH this page when you\'re done!');
}
// define page visited, so it can be used within events system
$page = isset($_REQUEST['subtopic']) ? $_REQUEST['subtopic'] : (isset($_GET['p']) ? $_GET['p'] : '');
if(empty($page) || preg_match('/[^A-z0-9_\-]/', $page))
$page = 'news';
$page = strtolower($page);
define('PAGE', $page);
$template_place_holders = array();
// event system
require_once(SYSTEM . 'events.php');
$events = new Events();
$events->trigger('STARTUP');
require_once(SYSTEM . 'functions.php');
require_once(SYSTEM . 'init.php');
require_once(SYSTEM . 'login.php');
require_once(SYSTEM . 'status.php');
require_once(SYSTEM . 'template.php');
if($config['views_counter'])
require_once(SYSTEM . 'counter.php');
if($config['visitors_counter'])
{
require_once(SYSTEM . 'libs/visitors.php');
$visitors = new Visitors($config['visitors_counter_ttl']);
}
// page content loading
if(!isset($content[0]))
$content = '';
$load_it = true;
// check if site has been closed
if($config['site_closed'])
{
if(!admin())
{
$title = $config['site_closed_title'];
$content .= $config['site_closed_message'];
$load_it = false;
}
if(!$logged)
{
ob_start();
require(SYSTEM . 'pages/accountmanagement.php');
$content .= ob_get_contents();
ob_end_clean();
$load_it = false;
}
}
if($load_it)
{
if($config['site_closed'] && admin())
$content .= 'Site is under maintenance (closed mode). Only privileged users can see it.
';
if($config['backward_support'])
require(SYSTEM . 'compat_pages.php');
$ignore = false;
$file = SYSTEM . 'pages/' . $page . '.php';
if(!@file_exists($file))
{
$logged_access = 0;
if($logged && $account_logged && $account_logged->isLoaded()) {
$logged_access = $account_logged->getAccess();
}
$query =
$db->query(
'SELECT `title`, `body`, `php`' .
' FROM `' . TABLE_PREFIX . 'pages`' .
' WHERE `name` LIKE ' . $db->quote($page) . ' AND `hidden` != 1 AND `access` <= ' . $db->quote($logged_access));
if($query->rowCount() > 0) // found page
{
$ignore = true;
$query = $query->fetch();
$title = $query['title'];
if($query['php'] == '1') // execute it as php code
{
$tmp = substr($query['body'], 0, 10);
if(($pos = strpos($tmp, ' $errno, 'errstr' => $errstr);
}
set_error_handler('error_handler');
ob_start();
eval($tmp);
$content .= ob_get_contents();
ob_end_clean();
restore_error_handler();
if(isset($php_errors[0]) && superAdmin()) {
var_dump($php_errors);
}
}
else
$content .= $query['body']; // plain html
}
else
{
$page = '404';
$file = SYSTEM . 'pages/404.php';
}
}
ob_start();
if($events->trigger('BEFORE_PAGE'))
{
if(!$ignore)
require($file);
}
$content .= ob_get_contents();
ob_end_clean();
$events->trigger('AFTER_PAGE');
}
$title_full = (isset($title) ? $title . $config['title_separator'] : '') . $config['lua']['serverName'];
if(file_exists($template_path . '/index.php'))
require($template_path . '/index.php');
else if(file_exists($template_path . '/template.php')) // deprecated
require($template_path . '/template.php');
else if($config['backward_support'] && file_exists($template_path . '/layout.php'))
{
// backward support for gesior
$SQL = $db;
$layout_header = template_header();
$layout_name = $template_path;
$main_content = $content;
$config['access_admin_panel'] = 2;
$group_id_of_acc_logged = 0;
if($logged && $account_logged)
$group_id_of_acc_logged = $account_logged->getCustomField('group_id');
$config['gifts_system'] = ($config['site']['shop_system'] == 1);
//$config['site']['shop_system'] = $config['gifts_system'] ? '1' : '0';
$config['serverinfo_page'] = 1;
$config['download_page'] = 1;
if($config['forum'] != '')
$config['forum_link'] = (strtolower($config['forum']) == 'site' ? internalLayoutLink('forum') : $config['forum']);
$config['site'] = &$config;
require($template_path . '/layout.php');
}
else
{
// TODO: save more info to log file
die('ERROR: Cannot load template.');
}
echo '' . "\n";
if(($config['debug_level'] & 1) == 1)
echo '';
if(($config['debug_level'] & 2) == 2)
echo "\n" . '';
if(($config['debug_level'] & 4) == 4 && function_exists('memory_get_peak_usage'))
echo "\n" . '';
$events->trigger('FINISH');
?>
\ No newline at end of file
diff --git a/install/includes/.htaccess b/install/includes/.htaccess
new file mode 100644
index 00000000..3418e55a
--- /dev/null
+++ b/install/includes/.htaccess
@@ -0,0 +1 @@
+deny from all
\ No newline at end of file
diff --git a/install/includes/database.php b/install/includes/database.php
new file mode 100644
index 00000000..22563323
--- /dev/null
+++ b/install/includes/database.php
@@ -0,0 +1,5 @@
+
\ No newline at end of file
diff --git a/install/includes/functions.php b/install/includes/functions.php
new file mode 100644
index 00000000..edc40ff0
--- /dev/null
+++ b/install/includes/functions.php
@@ -0,0 +1,80 @@
+query($query);
+ }
+ catch(PDOException $error_) {
+ error($error_);
+ $error = true;
+ }
+
+ return !$error;
+}
+
+// define php version id if its not already
+if(!defined('PHP_VERSION_ID')) {
+ $version = explode('.', PHP_VERSION);
+
+ define('PHP_VERSION_ID', ($version[0] * 10000 + $version[1] * 100 + $version[2]));
+}
+
+function ini_get_bool($a)
+{
+ $b = ini_get($a);
+
+ switch (strtolower($b))
+ {
+ case 'on':
+ case 'yes':
+ case 'true':
+ return 'assert.active' !== $a;
+
+ case 'stdout':
+ case 'stderr':
+ return 'display_errors' === $a;
+
+ default:
+ return (bool) (int) $b;
+ }
+}
+
+function next_buttons($previous = true, $next = true)
+{
+ global $locale, $step, $steps;
+
+ $i = 1;
+ foreach($steps as $id => $value)
+ {
+ if($step == $value)
+ break;
+
+ $i++;
+ }
+
+ $ret = '';
+/* if($previous)
+ $ret .= ' ';
+ if($next)
+ $ret .= ' ';
+*/
+ if($previous)
+ $ret .= ' ';
+ if($next)
+ $ret .= ' ';
+
+ $ret .= '
';
+ return $ret;
+}
+
+function next_form($previous = true, $next = true)
+{
+ global $step;
+
+ return '';
+}
+?>
\ No newline at end of file
diff --git a/install/includes/locale.php b/install/includes/locale.php
new file mode 100644
index 00000000..8accaf41
--- /dev/null
+++ b/install/includes/locale.php
@@ -0,0 +1,51 @@
+ 4 || !preg_match("/[a-z]/", $locale_)) // validate locale
+ $_COOKIE['locale'] = "en";
+}
+else
+{
+ // detect locale
+ $locale_s = get_browser_languages();
+ if(!sizeof($locale_s))
+ $locale__ = 'en';
+ else
+ {
+ foreach($locale_s as $id => $tmp)
+ {
+ $tmp_file = LOCALE . $tmp;
+ if(@file_exists($tmp_file))
+ {
+ $locale_ = $tmp;
+ break;
+ }
+ }
+ }
+
+ if(!isset($locale_))
+ $locale_ = 'en';
+}
+
+require(LOCALE . 'en/main.php');
+require(LOCALE . 'en/install.php');
+
+$file_main = LOCALE . $locale_ . '/main.php';
+if(!file_exists($file_main))
+ $file_main = LOCALE . 'en/main.php';
+
+$file_install = LOCALE . $locale_ . '/install.php';
+if(!file_exists($file_install))
+ $file_install = LOCALE . 'en/install.php';
+
+require($file_main);
+require($file_install);
+?>
\ No newline at end of file
diff --git a/install/includes/schema.sql b/install/includes/schema.sql
new file mode 100644
index 00000000..68d03cbe
--- /dev/null
+++ b/install/includes/schema.sql
@@ -0,0 +1,236 @@
+CREATE TABLE `myaac_account_actions`
+(
+ `account_id` INT(11) NOT NULL,
+ `ip` INT(11) NOT NULL,
+ `date` INT(11) NOT NULL,
+ `action` VARCHAR(255) NOT NULL,
+ KEY (`account_id`)
+) ENGINE = MyISAM;
+
+CREATE TABLE `myaac_bugtracker`
+(
+ `account` VARCHAR(255) NOT NULL,
+ `type` INT(11) NOT NULL,
+ `status` INT(11) NOT NULL,
+ `text` text NOT NULL,
+ `id` INT(11) NOT NULL,
+ `subject` VARCHAR(255) NOT NULL,
+ `reply` INT(11) NOT NULL,
+ `who` INT(11) NOT NULL,
+ `uid` INT(11) NOT NULL AUTO_INCREMENT,
+ `tag` INT(11) NOT NULL,
+ PRIMARY KEY (`uid`)
+) ENGINE = MyISAM;
+
+CREATE TABLE `myaac_changelog`
+(
+ `id` INT(11) NOT NULL AUTO_INCREMENT,
+ `body` VARCHAR(500) NOT NULL DEFAULT '',
+ `type` TINYINT(1) NOT NULL DEFAULT 0 COMMENT '1 - added, 2 - removed, 3 - changed, 4 - fixed',
+ `where` TINYINT(1) NOT NULL DEFAULT 0 COMMENT '1 - server, 2 - site',
+ `date` INT(11) NOT NULL DEFAULT 0,
+ `player_id` INT(11) NOT NULL DEFAULT 0,
+ `hidden` TINYINT(1) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`)
+) ENGINE = MyISAM;
+
+INSERT INTO `myaac_changelog` (`id`, `type`, `where`, `date`, `body`, `hidden`) VALUES (1, 3, 2, UNIX_TIMESTAMP(), 'MyAAC installed. (:', 0);
+
+CREATE TABLE `myaac_commands`
+(
+ `id` INT(11) NOT NULL AUTO_INCREMENT,
+ `words` VARCHAR(30) NOT NULL DEFAULT 0,
+ `description` VARCHAR(300) NOT NULL,
+ `ordering` INT(11) NOT NULL DEFAULT 0,
+ `hidden` TINYINT(1) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`),
+ UNIQUE (`words`)
+) ENGINE = MyISAM;
+
+CREATE TABLE `myaac_config`
+(
+ `id` INT(11) NOT NULL AUTO_INCREMENT,
+ `name` VARCHAR(30) NOT NULL,
+ `value` VARCHAR(1000) NOT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE (`name`)
+) ENGINE = MyISAM;
+
+CREATE TABLE `myaac_faq`
+(
+ `id` INT(11) NOT NULL AUTO_INCREMENT,
+ `question` VARCHAR(255) NOT NULL DEFAULT '',
+ `answer` VARCHAR(1020) NOT NULL,
+ `ordering` INT(11) NOT NULL DEFAULT 0,
+ `hidden` TINYINT(1) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`)
+) ENGINE = MyISAM;
+
+CREATE TABLE `myaac_forum_sections`
+(
+ `id` INT(11) NOT NULL AUTO_INCREMENT,
+ `name` VARCHAR(32) NOT NULL,
+ `description` VARCHAR(255) NOT NULL DEFAULT '',
+ `ordering` INT(11) NOT NULL DEFAULT 0,
+ `closed` TINYINT(1) NOT NULL DEFAULT 0,
+ `hidden` TINYINT(1) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`)
+) ENGINE = MyISAM;
+INSERT INTO `myaac_forum_sections` (`id`, `name`, `description`, `closed`) VALUES (NULL, 'News', 'News commenting', 1);
+INSERT INTO `myaac_forum_sections` (`id`, `name`, `description`) VALUES (NULL, 'Trade', 'Trade offers.');
+INSERT INTO `myaac_forum_sections` (`id`, `name`, `description`) VALUES (NULL, 'Quests', 'Quest making.');
+INSERT INTO `myaac_forum_sections` (`id`, `name`, `description`) VALUES (NULL, 'Pictures', 'Your pictures.');
+INSERT INTO `myaac_forum_sections` (`id`, `name`, `description`) VALUES (NULL, 'Bug Report', 'Report bugs there.');
+
+CREATE TABLE `myaac_forum`
+(
+ `id` int(11) NOT NULL AUTO_INCREMENT,
+ `first_post` int(11) NOT NULL default '0',
+ `last_post` int(11) NOT NULL default '0',
+ `section` int(3) NOT NULL default '0',
+ `replies` int(20) NOT NULL default '0',
+ `views` int(20) NOT NULL default '0',
+ `author_aid` int(20) NOT NULL default '0',
+ `author_guid` int(20) NOT NULL default '0',
+ `post_text` text NOT NULL,
+ `post_topic` varchar(255) NOT NULL,
+ `post_smile` tinyint(1) NOT NULL default '0',
+ `post_date` int(20) NOT NULL default '0',
+ `last_edit_aid` int(20) NOT NULL default '0',
+ `edit_date` int(20) NOT NULL default '0',
+ `post_ip` varchar(32) NOT NULL default '0.0.0.0',
+ `sticked` INT(11) NOT NULL DEFAULT '0',
+ `closed` INT(11) NOT NULL DEFAULT '0',
+ PRIMARY KEY (`id`),
+ KEY `section` (`section`)
+) ENGINE = MyISAM;
+
+CREATE TABLE `myaac_monsters` (
+ `hide_creature` tinyint(1) NOT NULL default '0',
+ `name` varchar(255) NOT NULL,
+ `mana` int(11) NOT NULL,
+ `exp` int(11) NOT NULL,
+ `health` int(11) NOT NULL,
+ `speed_lvl` int(11) NOT NULL default '1',
+ `use_haste` tinyint(1) NOT NULL,
+ `voices` text NOT NULL,
+ `immunities` varchar(255) NOT NULL,
+ `summonable` tinyint(1) NOT NULL,
+ `convinceable` tinyint(1) NOT NULL,
+ `race` varchar(255) NOT NULL,
+ `gfx_name` varchar(255) NOT NULL,
+ `file_path` varchar(255) NOT NULL
+) ENGINE = MyISAM;
+
+CREATE TABLE `myaac_movies`
+(
+ `id` INT(11) NOT NULL AUTO_INCREMENT,
+ `title` VARCHAR(50) NOT NULL DEFAULT '',
+ `youtube_id` VARCHAR(20) NOT NULL,
+ `author` VARCHAR(50) NOT NULL DEFAULT '',
+ `ordering` INT(11) NOT NULL DEFAULT 0,
+ `hidden` TINYINT(1) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`)
+) ENGINE = MyISAM;
+
+CREATE TABLE `myaac_news`
+(
+ `id` INT(11) NOT NULL AUTO_INCREMENT,
+ `title` VARCHAR(50) NOT NULL,
+ `body` VARCHAR(10000) NOT NULL,
+ `type` TINYINT(1) NOT NULL DEFAULT 0 COMMENT '1 - news, 2 - ticket, 3 - article',
+ `date` INT(11) NOT NULL DEFAULT 0,
+ `category` TINYINT(1) NOT NULL DEFAULT 0,
+ `player_id` INT(11) NOT NULL DEFAULT 0,
+ `last_modified_by` INT(11) NOT NULL DEFAULT 0,
+ `last_modified_date` INT(11) NOT NULL DEFAULT 0,
+ `comments` VARCHAR(50) NOT NULL,
+ `hidden` TINYINT(1) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`)
+) ENGINE = MyISAM;
+
+CREATE TABLE `myaac_news_categories`
+(
+ `id` INT(11) NOT NULL AUTO_INCREMENT,
+ `name` VARCHAR(50) NOT NULL DEFAULT "",
+ `description` VARCHAR(50) NOT NULL DEFAULT "",
+ `icon_id` INT(2) NOT NULL DEFAULT 0,
+ `hidden` TINYINT(1) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`)
+) ENGINE = MyISAM;
+
+INSERT INTO `myaac_news_categories` (`id`, `icon_id`) VALUES (NULL, 0);
+INSERT INTO `myaac_news_categories` (`id`, `icon_id`) VALUES (NULL, 1);
+INSERT INTO `myaac_news_categories` (`id`, `icon_id`) VALUES (NULL, 2);
+INSERT INTO `myaac_news_categories` (`id`, `icon_id`) VALUES (NULL, 3);
+INSERT INTO `myaac_news_categories` (`id`, `icon_id`) VALUES (NULL, 4);
+INSERT INTO `myaac_news` (`id`, `type`, `date`, `category`, `title`, `body`, `player_id`, `comments`, `hidden`) VALUES (NULL, '1', UNIX_TIMESTAMP(), '2', 'Hello!', 'MyAAC is just READY to use!', 'slawkens', 'http://my-aac.org', '0');
+INSERT INTO `myaac_news` (`id`, `type`, `date`, `category`, `title`, `body`, `player_id`, `comments`, `hidden`) VALUES (NULL, '2', UNIX_TIMESTAMP(), '4', 'Hello tickets!', 'http://my-aac.org', 'slawkens', '', '0');
+
+CREATE TABLE `myaac_notepad`
+(
+ `id` INT(11) NOT NULL AUTO_INCREMENT,
+ `account_id` INT(11) NOT NULL,
+ /*`name` VARCHAR(30) NOT NULL,*/
+ `content` TEXT NOT NULL DEFAULT '',
+ /*`public` TINYINT(1) NOT NULL DEFAULT 0*/
+ PRIMARY KEY (`id`)
+) ENGINE = MyISAM;
+
+CREATE TABLE `myaac_pages`
+(
+ `id` INT NOT NULL AUTO_INCREMENT,
+ `name` VARCHAR(30) NOT NULL,
+ `title` VARCHAR(30) NOT NULL,
+ `body` TEXT NOT NULL,
+ `date` INT(11) NOT NULL DEFAULT 0,
+ `player_id` INT(11) NOT NULL DEFAULT 0,
+ `php` TINYINT(1) NOT NULL DEFAULT 0 COMMENT '0 - plain html, 1 - php',
+ `access` TINYINT(2) NOT NULL DEFAULT 0,
+ `hidden` TINYINT(1) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`)
+) ENGINE = MyISAM;
+
+CREATE TABLE `myaac_screenshots`
+(
+ `id` INT(11) NOT NULL AUTO_INCREMENT,
+ `name` VARCHAR(30) NOT NULL,
+ `comment` VARCHAR(255) NOT NULL DEFAULT '',
+ `image` VARCHAR(255) NOT NULL,
+ `thumb` VARCHAR(255) NOT NULL,
+ `author` VARCHAR(50) NOT NULL DEFAULT '',
+ `ordering` INT(11) NOT NULL DEFAULT 0,
+ `hidden` TINYINT(1) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`)
+) ENGINE = MyISAM;
+
+INSERT INTO `myaac_screenshots` (`id`, `ordering`, `name`, `comment`, `image`, `thumb`, `author`) VALUES (NULL, 1, 'Demon', 'Demon', 'images/screenshots/demon.jpg', 'images/screenshots/demon_thumb.gif', 'MyAAC');
+
+CREATE TABLE `myaac_spells`
+(
+ `id` INT(11) NOT NULL AUTO_INCREMENT,
+ `spell` VARCHAR(255) NOT NULL,
+ `name` VARCHAR(255) NOT NULL,
+ `words` VARCHAR(255) NOT NULL,
+ `category` TINYINT(1) NOT NULL DEFAULT 0 COMMENT '1 - attack, 2 - healing, 3 - summon, 4 - supply, 5 - support',
+ `type` TINYINT(1) NOT NULL DEFAULT 0 COMMENT '1 - instant, 2 - rune',
+ `level` INT(11) NOT NULL DEFAULT 0,
+ `maglevel` INT(11) NOT NULL DEFAULT 0,
+ `mana` INT(11) NOT NULL DEFAULT 0,
+ `soul` TINYINT(3) NOT NULL DEFAULT 0,
+ `conjure_count` TINYINT(3) NOT NULL DEFAULT 0,
+ `premium` TINYINT(1) NOT NULL DEFAULT 0,
+ `vocations` VARCHAR(32) NOT NULL,
+ `cities` VARCHAR(32) NOT NULL,
+ `hidden` TINYINT(1) NOT NULL DEFAULT 0,
+ PRIMARY KEY (`id`),
+ UNIQUE (`spell`)
+) ENGINE = MyISAM;
+
+CREATE TABLE `myaac_visitors`
+(
+ `ip` VARCHAR(16) NOT NULL,
+ `lastvisit` INT(11) NOT NULL DEFAULT 0,
+ `page` VARCHAR(100) NOT NULL,
+ UNIQUE (`ip`)
+) ENGINE = MyISAM;
\ No newline at end of file
diff --git a/install/index.php b/install/index.php
new file mode 100644
index 00000000..9a0cc734
--- /dev/null
+++ b/install/index.php
@@ -0,0 +1,46 @@
+ $value)
+ $_SESSION['var_' . $key] = $value;
+}
+
+$steps = array(1 => 'welcome', 2 => 'license', 3 => 'requirements', 4 => 'config', 5 => 'database', 6 => 'finish');
+if(!in_array($step, $steps)) // check if step is valid
+ die('ERROR: Unknown step.');
+
+if($step == 'database')
+{
+ foreach($_POST['vars'] as $key => $value)
+ {
+ if(empty($value))
+ {
+ $step = 'config';
+ $errors = '' . $locale['please_fill_all'] . '
';
+ break;
+ }
+ }
+}
+
+// step include
+ob_start();
+require('steps/' . $step . '.php');
+$content = ob_get_contents();
+ob_end_clean();
+
+// render
+require('template/template.php');
+//$_SESSION['laststep'] = $step;
+
+?>
diff --git a/install/steps/.htaccess b/install/steps/.htaccess
new file mode 100644
index 00000000..3418e55a
--- /dev/null
+++ b/install/steps/.htaccess
@@ -0,0 +1 @@
+deny from all
\ No newline at end of file
diff --git a/install/steps/config.php b/install/steps/config.php
new file mode 100644
index 00000000..989f90f3
--- /dev/null
+++ b/install/steps/config.php
@@ -0,0 +1,113 @@
+
+
\ No newline at end of file
diff --git a/install/steps/database.php b/install/steps/database.php
new file mode 100644
index 00000000..1bb411f3
--- /dev/null
+++ b/install/steps/database.php
@@ -0,0 +1,342 @@
+ $value)
+ {
+ if(strpos($key, 'var_') !== false)
+ {
+ if($key == 'var_server_path')
+ {
+ $value = str_replace("\\", "/", $value);
+ if($value[strlen($value) - 1] != '/')
+ $value .= "/";
+ }
+
+ if($key != 'var_account' && $key != 'var_password') {
+ $content .= '$config[\'' . str_replace('var_', '', $key) . '\'] = \'' . $value . '\';';
+ $content .= PHP_EOL;
+ }
+ }
+ }
+
+ $config['server_path'] = $_SESSION['var_server_path'];
+ // take care of trailing slash at the end
+ if($config['server_path'][strlen($config['server_path']) - 1] != '/')
+ $config['server_path'] .= '/';
+
+ if(!file_exists($config['server_path'] . 'config.lua')) {
+ error($locale['step_database_error_config']);
+ $error = true;
+ }
+
+ if(!$error) {
+ $config['lua'] = load_config_lua($config['server_path'] . 'config.lua');
+ if(isset($config['lua']['sqlType'])) // tfs 0.3
+ $config['database_type'] = $config['lua']['sqlType'];
+ else if(isset($config['lua']['mysqlHost'])) // tfs 0.2/1.0
+ $config['database_type'] = 'mysql';
+ else if(isset($config['lua']['database_type'])) // otserv
+ $config['database_type'] = $config['lua']['database_type'];
+ else if(isset($config['lua']['sql_type'])) // otserv
+ $config['database_type'] = $config['lua']['sql_type'];
+
+ $config['database_type'] = strtolower($config['database_type']);
+ if($config['database_type'] != 'mysql') {
+ $locale['step_database_error_only_mysql'] = str_replace('$DATABASE_TYPE$', '' . $config['database_type'] . ' ', $locale['step_database_error_only_mysql']);
+ error($locale['step_database_error_only_mysql']);
+ $error = true;
+ }
+ else {
+ success($locale['step_database_importing']);
+ require(BASE . 'install/includes/database.php');
+
+ if(!tableExist('accounts')) {
+ $locale['step_database_error_table'] = str_replace('$TABLE$', 'accounts', $locale['step_database_error_table']);
+ error($locale['step_database_error_table']);
+ $error = true;
+ }
+
+ if(tableExist(TABLE_PREFIX . 'account_actions')) {
+ $locale['step_database_error_table_exist'] = str_replace('$TABLE$', TABLE_PREFIX . 'account_actions', $locale['step_database_error_table_exist']);
+ warning($locale['step_database_error_table_exist']);
+ }
+ else if(!$error) {
+ // import schema
+ try {
+ $db->query(file_get_contents(BASE . 'install/includes/schema.sql'));
+ }
+ catch(PDOException $error_) {
+ error($locale['step_database_error_schema'] . ' ' . $error_);
+ $error = true;
+ }
+
+ if(!$error) {
+ $locale['step_database_success_schema'] = str_replace('$PREFIX$', TABLE_PREFIX, $locale['step_database_success_schema']);
+ success($locale['step_database_success_schema']);
+ }
+ }
+
+ if(fieldExist('key', 'accounts')) {
+ if(query("ALTER TABLE `accounts` MODIFY `key` VARCHAR(64) NOT NULL DEFAULT '';"))
+ success($locale['step_database_modifying_field'] . ' accounts.key...');
+ }
+ else {
+ if(query("ALTER TABLE `accounts` ADD `key` VARCHAR(64) NOT NULL DEFAULT '' AFTER `email`;"))
+ success($locale['step_database_adding_field'] . ' accounts.key...');
+ }
+
+ if(!fieldExist('blocked', 'accounts')) {
+ if(query("ALTER TABLE `accounts` ADD `blocked` TINYINT(1) NOT NULL DEFAULT FALSE COMMENT 'internal usage' AFTER `key`;"))
+ success($locale['step_database_adding_field'] . ' accounts.created...');
+ }
+
+ if(!fieldExist('created', 'accounts')) {
+ if(query("ALTER TABLE `accounts` ADD `created` INT(11) NOT NULL DEFAULT 0 AFTER `" . (fieldExist('group_id', 'accounts') ? 'group_id' : 'blocked') . "`;"))
+ success($locale['step_database_adding_field'] . ' accounts.created...');
+ }
+
+ if(!fieldExist('rlname', 'accounts')) {
+ if(query("ALTER TABLE `accounts` ADD `rlname` VARCHAR(255) NOT NULL DEFAULT '' AFTER `created`;"))
+ success($locale['step_database_adding_field'] . ' accounts.rlname...');
+ }
+
+ if(!fieldExist('location', 'accounts')) {
+ if(query("ALTER TABLE `accounts` ADD `location` VARCHAR(255) NOT NULL DEFAULT '' AFTER `rlname`;"))
+ success($locale['step_database_adding_field'] . ' accounts.location...');
+ }
+
+ if(!fieldExist('country', 'accounts')) {
+ if(query("ALTER TABLE `accounts` ADD `country` VARCHAR(3) NOT NULL DEFAULT '' AFTER `location`;"))
+ success($locale['step_database_adding_field'] . ' accounts.country...');
+ }
+
+ if(fieldExist('page_lastday', 'accounts')) {
+ if(query("ALTER TABLE `accounts` CHANGE `page_lastday` `web_lastlogin` INT(11) NOT NULL DEFAULT 0;")) {
+ $tmp = str_replace('$FIELD$', 'accounts.page_lastday', $locale['step_database_changing_field']);
+ $tmp = str_replace('$FIELD_NEW$', 'accounts.web_lastlogin', $tmp);
+ success($tmp);
+ }
+ }
+ else if(!fieldExist('web_lastlogin', 'accounts')) {
+ if(query("ALTER TABLE `accounts` ADD `web_lastlogin` INT(11) NOT NULL DEFAULT 0 AFTER `country`;"))
+ success($locale['step_database_adding_field'] . ' accounts.created...');
+ }
+
+ if(!fieldExist('web_flags', 'accounts')) {
+ if(query("ALTER TABLE `accounts` ADD `web_flags` INT(11) NOT NULL DEFAULT 0 AFTER `web_lastlogin`;"))
+ success($locale['step_database_adding_field'] . ' accounts.country...');
+ }
+
+ if(!fieldExist('email_hash', 'accounts')) {
+ if(query("ALTER TABLE `accounts` ADD `email_hash` VARCHAR(32) NOT NULL DEFAULT '' AFTER `web_flags`;"))
+ success($locale['step_database_adding_field'] . ' accounts.email_hash...');
+ }
+
+ if(!fieldExist('email_verified', 'accounts')) {
+ if(query("ALTER TABLE `accounts` ADD `email_verified` TINYINT(1) NOT NULL DEFAULT 0 AFTER `email_hash`;"))
+ success($locale['step_database_adding_field'] . ' accounts.email_verified...');
+ }
+
+ if(!fieldExist('email_new', 'accounts')) {
+ if(query("ALTER TABLE `accounts` ADD `email_new` VARCHAR(255) NOT NULL DEFAULT '' AFTER `email_hash`;"))
+ success($locale['step_database_adding_field'] . ' accounts.email_new...');
+ }
+
+ if(!fieldExist('email_new_time', 'accounts')) {
+ if(query("ALTER TABLE `accounts` ADD `email_new_time` INT(11) NOT NULL DEFAULT 0 AFTER `email_new`;"))
+ success($locale['step_database_adding_field'] . ' accounts.email_new_time...');
+ }
+
+ if(!fieldExist('email_code', 'accounts')) {
+ if(query("ALTER TABLE `accounts` ADD `email_code` VARCHAR(255) NOT NULL DEFAULT '' AFTER `email_new_time`;"))
+ success($locale['step_database_adding_field'] . ' accounts.email_code...');
+ }
+
+ if(fieldExist('next_email', 'accounts')) {
+ if(query("ALTER TABLE `accounts` CHANGE `next_email` `email_next` INT(11) NOT NULL DEFAULT 0;")) {
+ $tmp = str_replace('$FIELD$', 'accounts.next_email', $locale['step_database_changing_field']);
+ $tmp = str_replace('$FIELD_NEW$', 'accounts.email_next', $tmp);
+ success($tmp);
+ }
+ }
+ else if(!fieldExist('email_next', 'accounts')) {
+ if(query("ALTER TABLE `accounts` ADD `email_next` INT(11) NOT NULL DEFAULT 0 AFTER `email_code`;"))
+ success($locale['step_database_adding_field'] . ' accounts.email_next...');
+ }
+
+ if(!fieldExist('premium_points', 'accounts')) {
+ if(query("ALTER TABLE `accounts` ADD `premium_points` INT(11) NOT NULL DEFAULT 0 AFTER `email_next`;"))
+ success($locale['step_database_adding_field'] . ' accounts.premium_points...');
+ }
+
+ if(!fieldExist('description', 'guilds')) {
+ if(query("ALTER TABLE `guilds` ADD `description` TEXT NOT NULL DEFAULT '';"))
+ success($locale['step_database_adding_field'] . ' guilds.description...');
+ }
+
+ if(fieldExist('logo_gfx_name', 'guilds')) {
+ if(query("ALTER TABLE `guilds` CHANGE `logo_gfx_name` `logo_name` VARCHAR( 255 ) NOT NULL DEFAULT 'default.gif';")) {
+ $tmp = str_replace('$FIELD$', 'guilds.logo_gfx_name', $locale['step_database_changing_field']);
+ $tmp = str_replace('$FIELD_NEW$', 'guilds.logo_name', $tmp);
+ success($tmp);
+ }
+ }
+ else if(!fieldExist('logo_name', 'guilds')) {
+ if(query("ALTER TABLE `guilds` ADD `logo_name` VARCHAR( 255 ) NOT NULL DEFAULT 'default.gif';"))
+ success($locale['step_database_adding_field'] . ' guilds.logo_name...');
+ }
+
+ if(!fieldExist('created', 'players')) {
+ if(query("ALTER TABLE `players` ADD `created` INT(11) NOT NULL DEFAULT 0;"))
+ success($locale['step_database_adding_field'] . ' players.created...');
+ }
+
+ if(fieldExist('hide_char', 'players')) {
+ if(query("ALTER TABLE `players` CHANGE `hide_char` `hidden` TINYINT(1) NOT NULL DEFAULT 0;")) {
+ $tmp = str_replace('$FIELD$', 'players.hide_char', $locale['step_database_changing_field']);
+ $tmp = str_replace('$FIELD_NEW$', 'players.hidden', $tmp);
+ success($tmp);
+ }
+ }
+ else if(!fieldExist('hidden', 'players')) {
+ if(query("ALTER TABLE `players` ADD `hidden` VARCHAR( 255 ) TINYINT(1) NOT NULL DEFAULT 0;"))
+ success($locale['step_database_adding_field'] . ' players.hidden...');
+ }
+
+ if(!fieldExist('comment', 'players')) {
+ if(query("ALTER TABLE `players` ADD `comment` TEXT NOT NULL DEFAULT '';"))
+ success($locale['step_database_adding_field'] . ' players.comment...');
+ }
+
+ $account = $_SESSION['var_account'];
+ $password = $_SESSION['var_password'];
+
+ $config_salt_enabled = fieldExist('salt', 'accounts');
+ if($config_salt_enabled)
+ {
+ $salt = generateRandomString(10, false, true, true);
+ $password = $salt . $password;
+ }
+
+ $account_db = new OTS_Account();
+ $account_db->load(1);
+ if($account_db->isLoaded()) {
+ $account_db->setName('dummy_account');
+ $account_db->setPassword('for sample characters. ' . generateRandomString(10));
+ $account_db->save();
+ }
+ else {
+ $new_account = $ots->createObject('Account');
+ $new_account->create('dummy_account', 1);
+ $account_db->setPassword('for sample characters. ' . generateRandomString(10));
+ }
+
+
+ $account_db = new OTS_Account();
+ $account_db->find($account);
+ if($account_db->isLoaded()) {
+ if($config_salt_enabled)
+ $account_db->setSalt($salt);
+
+ $account_db->setPassword(encrypt($password));
+ $account_db->setEMail($_SESSION['var_mail_admin']);
+ $account_db->save();
+ $account_db->setCustomField('web_flags', 3);
+ $account_db->setCustomField('country', 'us');
+
+ $_SESSION['account'] = $account_db->getId();
+ }
+ else {
+ $new_account = $ots->createObject('Account');
+ $new_account->create($account);
+
+ if($config_salt_enabled)
+ $new_account->setSalt($salt);
+
+ $new_account->setPassword(encrypt($password));
+ $new_account->setEMail($_SESSION['var_mail_admin']);
+ $new_account->unblock();
+ $new_account->save();
+ $new_account->setCustomField('created', time());
+ $new_account->setCustomField('web_flags', 3);
+ $new_account->setCustomField('country', 'us');
+ $new_account->logAction('Account created.');
+
+ $_SESSION['account'] = $new_account->getId();
+ }
+
+ success($locale['step_database_created_account']);
+ $_SESSION['password'] = encrypt($password);
+ $_SESSION['remember_me'] = true;
+
+ $deleted = 'deleted';
+ if(fieldExist('deletion', 'players'))
+ $deleted = 'deletion';
+
+ $query = $db->query('SELECT `id` FROM `players` WHERE `name` = ' . $db->quote('Rook Sample') . ' OR `name` = ' . $db->quote('Sorcerer Sample') . ' OR `name` = ' . $db->quote('Druid Sample') . ' OR `name` = ' . $db->quote('Paladin Sample') . ' OR `name` = ' . $db->quote('Knight Sample'));
+ if($query->rowCount() == 0) {
+ if(query("INSERT INTO `players` (`id`, `name`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`, `posy`, `posz`, `conditions`, `cap`, `sex`, `lastlogin`, `lastip`, `save`, `skull`, `skulltime`, `lastlogout`, `blessings`, `balance`, `stamina`, `$deleted`, `created`, `hidden`, `comment`) VALUES
+ (null, 'Rook Sample', 1, 1, 8, 0, 185, 185, 4200, 118, 114, 38, 57, 130, 0, 0, 35, 35, 0, 100, 11, 2200, 1298, 7, '', 470, 1, 1255179613, 2453925456, 1, 0, 0, 1255179614, 0, 0, 151200000, 1, UNIX_TIMESTAMP(), 1, ''),
+ (null, 'Sorcerer Sample', 1, 1, 8, 1, 185, 185, 4200, 118, 114, 38, 57, 130, 0, 0, 35, 35, 0, 100, 11, 2200, 1298, 7, '', 470, 1, 1255179571, 2453925456, 1, 0, 0, 1255179612, 0, 0, 151200000, 1, UNIX_TIMESTAMP(), 1, ''),
+ (null, 'Druid Sample', 1, 1, 8, 2, 185, 185, 4200, 118, 114, 38, 57, 130, 0, 0, 35, 35, 0, 100, 11, 2200, 1298, 7, '', 470, 1, 1255179655, 2453925456, 1, 0, 0, 1255179658, 0, 0, 151200000, 1, UNIX_TIMESTAMP(), 1, ''),
+ (null, 'Paladin Sample', 1, 1, 8, 3, 185, 185, 4200, 118, 114, 38, 57, 129, 0, 0, 35, 35, 0, 100, 11, 2200, 1298, 7, '', 470, 1, 1255179854, 2453925456, 1, 0, 0, 1255179858, 0, 0, 151200000, 1, UNIX_TIMESTAMP(), 1, ''),
+ (null, 'Knight Sample', 1, 1, 8, 4, 185, 185, 4200, 118, 114, 38, 57, 131, 0, 0, 35, 35, 0, 100, 11, 2200, 1298, 7, '', 470, 1, 1255179620, 2453925456, 1, 0, 0, 1255179654, 0, 0, 151200000, 1, UNIX_TIMESTAMP(), 1, '');"))
+ success($locale['step_database_imported_players']);
+ }
+
+ if(!$error && !isset($_SESSION['saved'])) {
+ $content .= '$config[\'installed\'] = true;';
+ $content .= PHP_EOL;
+ if(strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false) {
+ $content .= '$config[\'friendly_urls\'] = true;';
+ $content .= PHP_EOL;
+ }
+
+ $content .= '$config[\'mail_enabled\'] = true;';
+ $content .= PHP_EOL;
+ if(!check_mail($_SESSION['var_mail_admin'])) {
+ error($locale['step_config_mail_admin_error']);
+ $error = true;
+ }
+ if(!check_mail($_SESSION['var_mail_address'])) {
+ error($locale['step_config_mail_address_error']);
+ $error = true;
+ }
+
+ $content .= '$config[\'client_download\'] = \'http://clients.halfaway.net/windows.php?tibia=\'. $config[\'client\'];';
+ $content .= PHP_EOL;
+ $content .= '$config[\'client_download_linux\'] = \'http://clients.halfaway.net/linux.php?tibia=\'. $config[\'client\'];';
+ $content .= PHP_EOL;
+
+ $content .= "?>";
+ $file = fopen(BASE . 'config.local.php', 'a+');
+ if($file) {
+ if(!$error) {
+ fwrite($file, $content);
+ $_SESSION['saved'] = true;
+ }
+ }
+ else {
+ $locale['step_database_error_file'] = str_replace('$FILE$', '' . BASE . 'config.local.php ', $locale['step_database_error_file']);
+ warning($locale['step_database_error_file'] . '
+ ');
+ }
+ }
+ }
+ }
+}
+?>
+
+
\ No newline at end of file
diff --git a/install/steps/finish.php b/install/steps/finish.php
new file mode 100644
index 00000000..01b82686
--- /dev/null
+++ b/install/steps/finish.php
@@ -0,0 +1,20 @@
+
+
+
+ $value) {
+ if(strpos($key, 'var_') !== false)
+ unset($_SESSION[$key]);
+}
+unset($_SESSION['saved']);
+?>
\ No newline at end of file
diff --git a/install/steps/license.php b/install/steps/license.php
new file mode 100644
index 00000000..6a970fec
--- /dev/null
+++ b/install/steps/license.php
@@ -0,0 +1,7 @@
+
diff --git a/install/steps/requirements.php b/install/steps/requirements.php
new file mode 100644
index 00000000..34b2862f
--- /dev/null
+++ b/install/steps/requirements.php
@@ -0,0 +1,46 @@
+' . $name;
+ if(!empty($version))
+ echo ': ' . $version . ' ';
+
+ echo '
';
+ if(!$ok && !$warning)
+ $failed = true;
+}
+
+$failed = false;
+
+// start validating
+version_check($locale['step_requirements_php_version'], (PHP_VERSION_ID >= 50000), PHP_VERSION);
+foreach(array('config.local.php', 'images/guilds', 'images/houses', 'images/screenshots') as $value)
+{
+ $perms = (int) substr(decoct(fileperms(BASE . $value)), 2);
+ version_check($locale['step_requirements_write_perms'] . ': ' . $value, $perms >= 660);
+}
+
+$ini_register_globals = ini_get_bool('register_globals');
+version_check('register_long_arrays', !$ini_register_globals, $ini_register_globals ? $locale['on'] : $locale['off']);
+
+$ini_safe_mode = ini_get_bool('safe_mode');
+version_check('safe_mode', !$ini_safe_mode, $ini_safe_mode ? $locale['on'] : $locale['off'], true);
+
+version_check('PDO extension loaded', extension_loaded('pdo'), '', false);
+version_check('zip extension loaded', extension_loaded('zip'), '', false);
+
+if($failed)
+{
+ echo '' . $locale['step_requirements_failed'];
+ echo next_form(true, false);
+}
+else
+ echo next_form(true, true);
+?>
\ No newline at end of file
diff --git a/install/steps/welcome.php b/install/steps/welcome.php
new file mode 100644
index 00000000..42b7e15b
--- /dev/null
+++ b/install/steps/welcome.php
@@ -0,0 +1,31 @@
+' . $locale['already_installed'] . '';
+else
+{
+?>
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/install/template/images/active.gif b/install/template/images/active.gif
new file mode 100644
index 00000000..5678ff1a
Binary files /dev/null and b/install/template/images/active.gif differ
diff --git a/install/template/images/approve.gif b/install/template/images/approve.gif
new file mode 100644
index 00000000..9bd09804
Binary files /dev/null and b/install/template/images/approve.gif differ
diff --git a/install/template/images/background.jpg b/install/template/images/background.jpg
new file mode 100644
index 00000000..c18e51c5
Binary files /dev/null and b/install/template/images/background.jpg differ
diff --git a/install/template/images/bullet.gif b/install/template/images/bullet.gif
new file mode 100644
index 00000000..354355e5
Binary files /dev/null and b/install/template/images/bullet.gif differ
diff --git a/install/template/images/button.gif b/install/template/images/button.gif
new file mode 100644
index 00000000..90674824
Binary files /dev/null and b/install/template/images/button.gif differ
diff --git a/install/template/images/delete.gif b/install/template/images/delete.gif
new file mode 100644
index 00000000..2b139379
Binary files /dev/null and b/install/template/images/delete.gif differ
diff --git a/install/template/images/divider.gif b/install/template/images/divider.gif
new file mode 100644
index 00000000..8004bdf4
Binary files /dev/null and b/install/template/images/divider.gif differ
diff --git a/install/template/images/edit.gif b/install/template/images/edit.gif
new file mode 100644
index 00000000..0675fc7b
Binary files /dev/null and b/install/template/images/edit.gif differ
diff --git a/install/template/images/error.gif b/install/template/images/error.gif
new file mode 100644
index 00000000..352875dc
Binary files /dev/null and b/install/template/images/error.gif differ
diff --git a/install/template/images/footer.jpg b/install/template/images/footer.jpg
new file mode 100644
index 00000000..afb61d95
Binary files /dev/null and b/install/template/images/footer.jpg differ
diff --git a/install/template/images/negative.gif b/install/template/images/negative.gif
new file mode 100644
index 00000000..2aeaf195
Binary files /dev/null and b/install/template/images/negative.gif differ
diff --git a/install/template/images/note.gif b/install/template/images/note.gif
new file mode 100644
index 00000000..9fa6bdd0
Binary files /dev/null and b/install/template/images/note.gif differ
diff --git a/install/template/images/positive.gif b/install/template/images/positive.gif
new file mode 100644
index 00000000..42426c42
Binary files /dev/null and b/install/template/images/positive.gif differ
diff --git a/install/template/images/sidebody.gif b/install/template/images/sidebody.gif
new file mode 100644
index 00000000..51681088
Binary files /dev/null and b/install/template/images/sidebody.gif differ
diff --git a/install/template/images/sidehead.gif b/install/template/images/sidehead.gif
new file mode 100644
index 00000000..59dec8e1
Binary files /dev/null and b/install/template/images/sidehead.gif differ
diff --git a/install/template/images/success.gif b/install/template/images/success.gif
new file mode 100644
index 00000000..c5206b56
Binary files /dev/null and b/install/template/images/success.gif differ
diff --git a/install/template/images/userbox.gif b/install/template/images/userbox.gif
new file mode 100644
index 00000000..ee9347b7
Binary files /dev/null and b/install/template/images/userbox.gif differ
diff --git a/install/template/images/visitwebsite.gif b/install/template/images/visitwebsite.gif
new file mode 100644
index 00000000..cdb7b475
Binary files /dev/null and b/install/template/images/visitwebsite.gif differ
diff --git a/install/template/images/warning.gif b/install/template/images/warning.gif
new file mode 100644
index 00000000..3a9a3fbc
Binary files /dev/null and b/install/template/images/warning.gif differ
diff --git a/install/template/images/wrapper.gif b/install/template/images/wrapper.gif
new file mode 100644
index 00000000..d51dc8b0
Binary files /dev/null and b/install/template/images/wrapper.gif differ
diff --git a/install/template/style.css b/install/template/style.css
new file mode 100644
index 00000000..fb8743c3
--- /dev/null
+++ b/install/template/style.css
@@ -0,0 +1,297 @@
+* {
+ margin: 0; padding: 0;
+}
+body {
+ text-align: center;
+ font: 12px Verdana;
+ color: #000000;
+ background-color: #000000;
+}
+img {
+ border: 0;
+}
+
+.break {
+ font-size: 0;
+ width: 0; height: 0;
+ clear: both;
+}
+.alignleft {
+ float: left;
+ margin: 4px 10px 5px 0;
+}
+.alignright {
+ float: right;
+ margin: 4px 0 5px 10px;
+}
+.aligncenter {
+ text-align: center;
+}
+
+/** BEGIN wrapper **/
+#wrapper {
+ background: #ffffff url(images/background.jpg) repeat-x 0 0;
+ width: 980px;
+}
+
+#header {
+ margin-bottom: 10px;
+ border-bottom: 1px solid #eee;
+ padding-bottom: 15px;
+}
+
+#footer {
+ padding-top: 15px;
+ border-top: 1px solid #eee;
+ margin-top: 10px;
+ text-align: right;
+ color: #555;
+}
+
+#header h1 {
+ font-weight: bold;
+ margin: 0;
+ padding: 0;
+}
+
+#header span {
+ font-size: 25px;
+ color: #000;
+ font-weight: bold;
+ padding-left: 40px;
+ line-height: 80px;
+}
+
+#version {
+ float: right;
+ color: #000;
+ font-size: 17px;
+ padding-top: 25px;
+ padding-right: 5px;
+}
+
+/** BEGIN body **/
+#body {
+ background: url(images/wrapper.gif) repeat-y 0 0;
+}
+/** END body **/
+
+/** BEGIN content **/
+#content {
+ width: 642px;
+ float: left;
+ padding: 20px 18px 20px 20px;
+ color: #434242;
+}
+
+ /** begin headers **/
+ h1, h2, h3, h4, h5, h6 {
+ font-family: Tahoma;
+ margin-bottom: 10px;
+ }
+ h2, h3, h4, h5, h6 {
+ margin-top: 30px;
+ }
+ h1 { font-size: 2em; }
+ h2 { font-size: 1.6em; }
+ h3 { font-size: 1.3em; }
+ h4, h5, h6 { font-size: 1em; }
+ /** end headers **/
+
+ /** begin messages **/
+ .error, .success, .note, .warning {
+ font-weight: bold;
+ font-size: 0.9em;
+ padding: 4px 10px 4px 24px;
+ background-repeat: no-repeat;
+ background-position: 5px 6px;
+ border-style: solid;
+ border-width: 1px;
+ }
+ .error {
+ background-color: #FDD9D9;
+ background-image: url(images/error.gif);
+ border-color: #FBA3A3;
+ color: #D80303;
+ }
+ .success {
+ background-color: #E4FCD9;
+ background-image: url(images/success.gif);
+ border-color: #BFFDA3;
+ color: #35A502;
+ }
+ .note {
+ background-color: #DDEAFA;
+ background-image: url(images/note.gif);
+ border-color: #A3D8FD;
+ color: #026DA5;
+ }
+ .warning {
+ background-color: #FBF0B3;
+ background-image: url(images/warning.gif);
+ border-color: #FBBB95;
+ color: #FD6002;
+ }
+ /** end messages **/
+
+ /** begin form **/
+ form {
+ border: 1px solid #DDDDDD;
+ padding: 16px;
+ }
+ form .input {
+ padding-top: 12px;
+ clear: both;
+ }
+ form .first {
+ padding-top: 0;
+ }
+ form .input p {
+ margin-bottom: 7px !important;
+ }
+ form input {
+ margin-right: 5px;
+ }
+ form label {
+ margin-right: 10px;
+ color: #8B8B8B;
+ }
+ form input.text, form textarea {
+ border: 1px solid #BEBDBD;
+ font-size: 1em;
+ font-family: Verdana;
+ background-color: #F3F3F3;
+ color: #808080;
+ padding: 2px;
+ max-width: 100%;
+ }
+ .positive, .negative {
+ font-size: 0.9em;
+ font-weight: bold;
+ padding: 1px 0 0 20px;
+ background-repeat: no-repeat;
+ background-position: 0 0;
+ display: inline;
+ margin-top: 2px;
+ }
+ .positive {
+ background-image: url(images/positive.gif);
+ color: #35A502;
+ }
+ .negative {
+ background-image: url(images/negative.gif);
+ color: #D80303;
+ }
+ form textarea {
+ line-height: 1.6em;
+ }
+ form button, form input.button {
+ font-size: 0.9em;
+ font-family: Verdana;
+ font-weight: bold;
+ color: #ffffff;
+ background: #B6B4B4 url(images/button.gif) repeat-x 0 0;
+ border: 1px solid #B6B4B4;
+ padding: 5px 10px;
+ }
+ /** end form **/
+
+ /** begin table **/
+ table {
+
+ }
+ table th {
+ font-size: 0.9em;
+ color: #ffffff;
+ background-color: #679BC5;
+ padding: 2px 4px;
+ line-height: 1.6em;
+ }
+ table td {
+ line-height: 1.6em;
+ padding: 2px 4px;
+ }
+ table tr.odd td { background-color: #EEEEEE; }
+ table tr.even td { background-color: #E5E5E5; }
+
+ /** end table **/
+
+ /** begin paragraphs, lists, etc. **/
+ #content p {
+ line-height: 1.6em;
+ margin-bottom: 10px;
+ }
+ #content ul, #content ol {
+ list-style-position: inside;
+ }
+ #content li {
+ line-height: 1.6em;
+ padding: 2px 0 2px 0;
+ }
+ a {
+ color: #679BC5;
+ }
+ a:hover {
+ color: #ff0000;
+ text-decoration: none;
+ }
+ blockquote {
+ padding: 10px;
+ background-color: #eeeeee;
+ line-height: 1.6em;
+ border-width: 2px 0 1px;
+ border-style: solid;
+ border-color: #e0e0e0;
+ }
+ /** end paragraphs, lists, etc. **/
+
+/** END content **/
+
+/** BEGIN sidebar **/
+#sidebar {
+ width: 300px;
+ float: right;
+ padding: 10px 0;
+}
+ #sidebar h2 {
+ background: green url(images/sidehead.gif) no-repeat 0 0;
+ margin: 0 10px;
+ font-size: 1em;
+ color: #ffffff;
+ padding: 7px 10px;
+ }
+ #sidebar ul {
+ list-style-type: none;
+ background: #E0E0E0 url(images/sidebody.gif) no-repeat 0 bottom;
+ padding: 10px;
+ margin: 0 10px 10px;
+ }
+ #sidebar ul li {
+ padding: 4px 0 4px 14px;
+ background: none;
+ line-height: 1.6em;
+ font-size: 0.9em;
+ font-weight: bold;
+ }
+ #sidebar ul li a {
+ color: #000000;
+ text-decoration: none;
+ }
+ #sidebar ul li a:hover {
+ text-decoration: none;
+ color: #ff0000;
+ }
+
+ #sidebar ul li a:active {
+ text-decoration: none;
+ color: #ff0000;
+ }
+
+ #sidebar ul li current {
+ text-decoration: none;
+ color: #ff0000;
+ }
+ .current {
+ text-decoration: none;
+ color: #ff0000;
+ }
\ No newline at end of file
diff --git a/install/template/template.php b/install/template/template.php
new file mode 100644
index 00000000..dd6982e5
--- /dev/null
+++ b/install/template/template.php
@@ -0,0 +1,46 @@
+
+
+
+ MyAAC -
+
+
+
+
+
+
+
+
+
+
+
+
+ ' . $locale['step_' . $step . '_title'] . '';
+ else
+ echo '
' . $locale['step_' . $step] . ' ';
+ echo $content;
+ ?>
+
+
+
+
+
+
+
+
+
+