descriptionnone
ownerhahahahacker2009@gmail.com
last changeThu, 29 Feb 2024 15:50:38 +0000 (29 22:50 +0700)
content tags
add:
README
spamdforum - PHP & MySQL/MariaDB simple & sane forum for the World Wide Web.
Currently alpha, forum isn't worked yet; just an account system.
Future: BCHS? (BSD, C, httpd, SQLite). PHP version will be compat & maintained,
because people will want to host it on PHP & MySQL hosting provider.

Contributions:

spamdforum is currently ALPHA stage!

Account system is almost completed.
Refer to: https://github.com/hahahahacker2009/www for old code to move
TODO:
o Code checking for inconsistent use of spaces, convert them to tab
o pwlvltable.php: If you have an idea about reusing the "update powerlevel"
  checks for adding powered user, please contribute
o LANGUAGE! There isn't words_en.php!!!
o Configuration in the JSON format: We are currently using PHP scripts to
  store configuration. JSON configuration allows having web interface for
  configuration, which most web applications need.
o What is the maximum privileges?
o Scripts to install database and tables

Forum designing isn't open right now. Will implement it soon.
Threads (article, ...) = posts (comments) = msg. Stored in the same table.
Inspired by email and IM. A "post" is a msg with the relate_id of another
msg.
- How a thread should be identified?
  o relate_id=id (a msg with id=800 and relate_id=800)
  o relate_id=0
Should we have markdown support? maybe no, it suck. Asterisks, underscores
broke the whole text.
shortlog
2024-02-29 hahahahacker2009less requirement for automatic httpsmaster
2024-02-29 hahahahacker2009remove a newline
2024-02-29 hahahahacker2009rename
2024-02-29 hahahahacker2009oops
2024-02-29 hahahahacker2009remove banneduser css
2024-02-29 hahahahacker2009rename userdata to uinfo, use del tag instead of css...
2024-02-27 hahahahacker2009forum design and more goals
2024-02-27 hahahahacker2009newline
2024-01-21 SomeoneThis is a PHP forum. Future it might be BCHS
2024-01-17 Someonebetter description. The old description is buggymob
2024-01-17 Someonenewline
2024-01-16 SomeoneNo restriction!!
2024-01-02 SomeoneAll HTML materials are public domain.
2024-01-02 SomeoneUpdate license
2023-12-30 SomeoneGroup code in function, have finer limit on data.
2023-11-30 SomeoneMerge pull request 'hotfix: fix SQL syntax error (typo...
...
heads
8 weeks ago master
3 months ago mob