This is the code powering the website for thunix
Go to file
Anton McClure 7ae688a64b Update 'users.php' 2019-03-02 14:14:26 -05:00
images Adding email FAQ 2019-02-13 00:50:45 +00:00
FOOTER.php Update 'FOOTER.php' 2019-02-28 18:34:41 -05:00
HEADER.php Update 'HEADER.php' 2019-02-28 18:37:44 -05:00
HEADER2.php Add 'HEADER2.php' 2019-03-02 14:11:28 -05:00
LICENSE.txt Changed LICENSE.txt to reflect new license 2019-02-28 05:43:30 -05:00
MENU.php Update 'MENU.php' 2019-02-28 18:40:09 -05:00
README.md Updated readme file 2019-02-07 00:25:41 -05:00
abuse.admin.php Move from .cf to .net 2019-02-13 00:47:11 +00:00
abuse.lib.php Move from .cf to .net 2019-02-13 00:47:11 +00:00
abuse.php First site 2.0 copy 2019-01-12 14:36:51 -05:00
abuse.phpmailer.php First site 2.0 copy 2019-01-12 14:36:51 -05:00
contact.admin.php Move from .cf to .net 2019-02-13 00:47:11 +00:00
contact.lib.php Move from .cf to .net 2019-02-13 00:47:11 +00:00
contact.php First site 2.0 copy 2019-01-12 20:24:28 -05:00
contact.phpmailer.php First site 2.0 copy 2019-01-11 19:31:17 -05:00
copyright.php Update 'copyright.php' 2019-03-02 14:13:55 -05:00
donate.php Update 'donate.php' 2019-03-02 14:13:58 -05:00
faq.php Update 'faq.php' 2019-03-02 14:14:02 -05:00
favicon.png First site 2.0 copy 2019-01-12 15:07:18 -05:00
gdpr.php Update 'gdpr.php' 2019-03-02 14:14:06 -05:00
index.php Update 'index.php' 2019-03-02 14:14:11 -05:00
server.php Update 'server.php' 2019-03-02 14:14:18 -05:00
signup.admin.php Move from .cf to .net 2019-02-13 00:47:11 +00:00
signup.lib.php Move from .cf to .net 2019-02-13 00:47:11 +00:00
signup.php First site 2.0 copy 2019-01-11 13:58:13 -05:00
signup.phpmailer.php First site 2.0 copy 2019-01-11 13:58:53 -05:00
site.css Adjusted font size for menu headings 2019-02-22 02:04:57 -05:00
tos.php Update 'tos.php' 2019-03-02 14:14:22 -05:00
users.php Update 'users.php' 2019-03-02 14:14:26 -05:00

README.md

thunix 2.0 website update

This is the code powering the website for thunix, originally founded by hexhaxtron. Since the original site went down, amcclure and ubergeek revived the site, though with only the bare necessities.

These updates are designed to not only beautify the website with updated CSS and fully compliant HTML5 code, but also to automate visitor interaction with site administration and to provide server status information.

Features include:

  • Emailing scripts for general inquiries, registration and abuse reporting
  • Scripting to automatically present functional user web pages in a menu list
  • Scripting to provide server status reports to visitors*

*This requires the monurbox server monitoring shell script, executed through an hourly cron job

To run this website, the server computer requires PHP, with the GD extension (for generating CAPTCHA images,) Sendmail (to send emails from the website, to administration) and monurbox (to generate server status reports).