README 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. #############################################################################
  2. # #
  3. # addalias version 2.0 by deadlock (deadlock@cheeseheadz.net) #
  4. # #
  5. # This script can be used on a webpage for users to enter and edit their #
  6. # own info for the pisg ircstats program by mbrix. #
  7. # #
  8. # addalias v2+ is based on the original addalias program by Doomshammer #
  9. # #
  10. #############################################################################
  11. Info:
  12. --
  13. This script is intended as an add-on for pisg
  14. <http://pisg.sourceforge.net/>. After seeing Addalias.pl by Doomshammer it
  15. inspired me to write a more powerfull version of it which would also allow
  16. people to change their information instead of just adding it. This way it
  17. would allow me to enter some basic nicklinking info for those too lazy to do
  18. it themselves. I also decided to make it a script only version which would
  19. not require additional html files and give it more configuration options.
  20. Installation:
  21. --
  22. Make sure the webserver has read and write access to the pisg.cfg file (the
  23. script will let you know when it has permissions to read or write). Change
  24. the $pisg_config variable to the location of the pisg.cfg file on your
  25. system. Put the addalias.pl file in the cgi-bin directory. You can link
  26. directly to the addalias.pl, no need to add an html file to it. If you want
  27. to you can customise the text and layout (colors in the html head tag) of
  28. the pages to your own liking or language by editing the appropriate
  29. variables in addalias.pl. The names of the variables and default text should
  30. explain themselves.
  31. Release history:
  32. --
  33. Version 2.2:
  34. ------------
  35. Some modifications by icu (me@1cu.de):
  36. * added a hardcoded baseurl
  37. * added check for nick-field in input
  38. * added list botton to get a list of all aliases
  39. Version 2.1:
  40. ------------
  41. * Made nicks in config file incasesensitive
  42. Version 2.0:
  43. ------------
  44. * Initial release of the improved version
  45. by deadlock.
  46. Version 1.0:
  47. ------------
  48. * Initial release by Doomshammer <doomy@doomshammer.yi.org>