This is the code powering the website for thunix
Go to file
Brendan Webb 0dd89cc827 upload old css file
...so we have the lovely IBM Mono Space font :p
2019-02-17 22:25:59 -05:00
images Adding email FAQ 2019-02-13 00:50:45 +00:00
site-old.css upload old css file 2019-02-17 22:25:59 -05:00
FOOTER.php Changed *.thunix.cf links to *.thunix.net 2019-02-10 22:12:21 -05:00
HEADER.php Update 'HEADER.php' 2019-02-10 22:13:04 -05:00
LICENSE.txt Adding license file 2019-02-11 14:09:56 +00:00
MENU.php Repaired minor issue with missing HTML elements 2019-02-03 23:00:33 -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 Divested last of 'Shell Provider' 2019-01-25 17:19:56 +00:00
donate.php NOw there's more than one way, rewrite it a bit 2019-02-01 18:27:13 +00:00
faq.php Remove dangling bracket, and made img clickable 2019-02-13 00:55:40 +00:00
favicon.png First site 2.0 copy 2019-01-12 15:07:18 -05:00
gdpr.php Removed unnecessary hard links 2019-02-10 22:14:44 -05:00
index.php Update 'index.php' 2019-02-11 09:46:24 -05:00
server.php Replaced an incorrect closing tage with a line break 2019-02-06 21:39:03 -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 Changed CSS to adjust sidebar padding 2019-02-12 20:55:50 -05:00
tos.php Divested last of 'Shell Provider' 2019-01-25 17:19:56 +00:00
users.php Changed *.thunix.cf links to *.thunix.net 2019-02-10 22:17:20 -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).