[1451] | 1 | ------------------------------------------
|
---|
| 2 | IRPG Website Code README v1.1 (2004-06-27)
|
---|
| 3 | ------------------------------------------
|
---|
| 4 |
|
---|
| 5 | -----------
|
---|
| 6 | Notes
|
---|
| 7 | -----------
|
---|
| 8 |
|
---|
| 9 | Homepage: http://idlerpg.net
|
---|
| 10 | License : Public Domain
|
---|
| 11 |
|
---|
| 12 | -----------
|
---|
| 13 | Versions
|
---|
| 14 | -----------
|
---|
| 15 |
|
---|
| 16 | Site: v0.5 [current/changes courtesy of res0], Released July 17th, 2004.
|
---|
| 17 | Bot : v3.1.2 [current], Released June 6th, 2004.
|
---|
| 18 |
|
---|
| 19 | ------------
|
---|
| 20 | Installation
|
---|
| 21 | ------------
|
---|
| 22 |
|
---|
| 23 | 1. Make sure you have the bot functional and running.
|
---|
| 24 | 2. Copy all the files here to your public_html or some folder.
|
---|
| 25 | 3. Edit config.php with your favorite editor.
|
---|
| 26 | 4. chmod 644 * && chmod 666 hits.db
|
---|
| 27 | 5. If you change the default settings in the IRPG bot (for example, if you turn
|
---|
| 28 | off the option to write quest info to file, you'll have to manually edit
|
---|
| 29 | some scripts to take this into account. If you disable the INFO command,
|
---|
| 30 | you might want to remove it from the index.php page.
|
---|
| 31 | 6. Some code in this package requires that your system have GD 2.0+ (or have it
|
---|
| 32 | enabled in your php.ini, on Win32). If you don't want this functionality to
|
---|
| 33 | be available, edit the script playerview.php to remove the use of the map
|
---|
| 34 | and header.php to remove the links to the world map and the quest info page.
|
---|
| 35 | You can also delete the worldmap.php, makeworldmap.php, makemap.php,
|
---|
| 36 | quest.php, and makequestmap.php scripts.
|
---|
| 37 | 7. Edit the website ANY WAY you see fit. You don't have to keep all of the links
|
---|
| 38 | to me, I just thought they might be useful or interesting to users :^)
|
---|
| 39 | 8. The best way to receive support for these scripts is to post to the Help
|
---|
| 40 | section of the forum, http://idlerpg.net/forum.php, not via e-mail or IRC.
|
---|
| 41 | If you notice a bug, however, you may use any method to contact me.
|
---|
| 42 | Thanks :^)
|
---|