idlerpg website used by Newnet
Go to file
deepend-tildeclub 11cae5437c
Update README
2024-04-24 14:38:40 -06:00
.htaccess first commit 2023-09-30 07:13:16 -06:00
ChangeLog first commit 2023-09-30 07:13:16 -06:00
README Update README 2024-04-24 14:38:40 -06:00
admincomms.txt first commit 2023-09-30 07:13:16 -06:00
commonfunctions.php first commit 2023-09-30 07:13:16 -06:00
config.php first commit 2023-09-30 07:13:16 -06:00
contact.php first commit 2023-09-30 07:13:16 -06:00
db.php first commit 2023-09-30 07:13:16 -06:00
down.png first commit 2023-09-30 07:13:16 -06:00
dump.php first commit 2023-09-30 07:13:16 -06:00
footer.php first commit 2023-09-30 07:13:16 -06:00
g7.css first commit 2023-09-30 07:13:16 -06:00
head.png first commit 2023-09-30 07:13:16 -06:00
header.php first commit 2023-09-30 07:13:16 -06:00
help.php first commit 2023-09-30 07:13:16 -06:00
hits.db first commit 2023-09-30 07:13:16 -06:00
idlerpg-adv.txt first commit 2023-09-30 07:13:16 -06:00
idlerpg.png first commit 2023-09-30 07:13:16 -06:00
index.php first commit 2023-09-30 07:13:16 -06:00
makemap.php first commit 2023-09-30 07:13:16 -06:00
makequestmap.php first commit 2023-09-30 07:13:16 -06:00
makeworldmap.php first commit 2023-09-30 07:13:16 -06:00
maperror.png first commit 2023-09-30 07:13:16 -06:00
newmap.png first commit 2023-09-30 07:13:16 -06:00
playerview.php first commit 2023-09-30 07:13:16 -06:00
quest.php first commit 2023-09-30 07:13:16 -06:00
styles.css first commit 2023-09-30 07:13:16 -06:00
tablegrad.gif first commit 2023-09-30 07:13:16 -06:00
up.png first commit 2023-09-30 07:13:16 -06:00
worldmap.php first commit 2023-09-30 07:13:16 -06:00
xml.php first commit 2023-09-30 07:13:16 -06:00

README

------------------------------------------
IRPG Website Code README v1.3 (2024-04-24)
------------------------------------------

-----------
  Notes
-----------

Homepage:	http://idlerpg.newnet.net
License :	Public Domain

-----------
 Versions
-----------

Site:	v0.7 [current/changes courtesy of deepend], Released Jan 30th, 2024.
Bot :	v3.1.4 [current], Released April 21, 2024.

------------
Installation
------------

1. Make sure you have the bot functional and running.
2. Copy all the files here to your public_html or some folder.
3. Edit config.php with your favorite editor.
4. chmod 644 * && chmod 666 hits.db
5. If you change the default settings in the IRPG bot (for example, if you turn
   off the option to write quest info to file, you'll have to manually edit
   some scripts to take this into account. If you disable the INFO command,
   you might want to remove it from the index.php page.
6. Some code in this package requires that your system have GD 2.0+ (or have it
   enabled in your php.ini, on Win32). If you don't want this functionality to
   be available, edit the script playerview.php to remove the use of the map
   and header.php to remove the links to the world map and the quest info page.
   You can also delete the worldmap.php, makeworldmap.php, makemap.php,
   quest.php, and makequestmap.php scripts.
7. Edit the website ANY WAY you see fit. You don't have to keep all of the links
   to me, I just thought they might be useful or interesting to users :^)
8. The best way to receive support for these scripts is to post to the Help
   section of the forum, https://newnet.net/forum, not via e-mail or IRC.
   If you notice a bug, however, you may use any method to contact me.
   Thanks :^)