you are viewing a single comment's thread.

view the rest of the comments →

[–]skeech 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

in a nutshell, you need to do a ground-up from scratch rebuild..

the first thing that you want to do in designing a web application is focus on laying out the tables of the mysql database, and drawing up mockups of the various pages of the site.

the mysql tables should be able to store the relevant information that is required to render the various pages that you have mocked up..

rough draft mockups can first be made up with a marking pen or with a crayon..

final mockups should be developed as actual html and these static pages should be delivered to your development team along with the mysql database tables and sample queries.

i am a big fan of developing web applications using C language(gcc compiler) on a nice tight and thin linux box.

number one, maybe we want to shitcan that cloudflare nonsense and we would want to handle any of that functionality directly inside of our custom developed web server software.

the web server would be VERY stripped down and simplified and would also be the actual web application.

no more apache server.

web server and web application would all be wrapped up into one application that would bind to port 80.

very nice documentation about how to write a web server in C language for linux:

http://www.beej.us/guide/bgnet/html/

(i have at one time read every character of the above linked document from beej, i read it character by character... i know the entire thing by memory, or at least i did)

i do not take shortcuts.

also, it is so easy to have the site be rendered on the clearnet AND the darkweb using the same code.

video: brain research laboratory

https://youtu.be/8On7rktFZME