Okay so I'm back Sup Forums I was the guy who was making the image-board for fun, currently I've gotten it to work...

Okay so I'm back Sup Forums I was the guy who was making the image-board for fun, currently I've gotten it to work, only thing id need to add for now is a delete thread/post button, and an account system. here's the source code github.com/NubbbZ/NyaaChan also here's the discord group that I made for Sup Forums and the imageboard that I'm working on. discord.gg/XX4mdMv

also give me ideas for the imageboard, like what would you like to see and such.

Other urls found in this thread:

github.com/NubbbZ/NyaaChan
twitter.com/SFWRedditImages

> Comic Sans

>not even written in assembly
what's the point?

Maybe individual thread id? How i`ll know that i got dubs?

il take note of that.

>winshit 10
designated

a /trap/ board
write a software that detects pic of humans that have boobs and penis. It will ban anyone who post outside /trap/ and trash the tread

...

>github.com/NubbbZ/NyaaChan
>SQL
>php

You're not going to make it.

There are hundreds of imageboards. Why the hell are the mods letting you shill this board but not others? Fuck you, you delusional idiot.

>discord
>github
fuck off

Then what would you propose to use?

IRC. And some other git alternative, ask around...

Isn't this shilling? I doubt the mods would tolerate similar threads if they were about infinity chan.

IRC + your own git server
(not the other user, i'm fine with github)

Whats wrong with git?

>BBCode.
Thanks, mate!

absolutely nothing, because mercurial and svn both suck. that guy is just being a moron

Stop posting this shit

OP can you please repost that picture of the database? your last thread got deleted, which I think means some dumb mods see your site as competition.

also i'd like to thank user who posted this
>Isn't a thread table superfluous? Just add BoardId to the posts and make the OP post parent to the rest. If its parent is null then it is an OP.
i think this answers my database question

We could use wire instead of discord

Make your IDs incrementing integers FFS.

And your naming is dogshit. Why is the threadList.php got a BoardID parameter? Your route should read:

/Noun/Verb so /Boards/Read/123

Your BoardsController then calls it's ReadAction method.

Oh and look up the front controller pattern and ModRewrite.

And continuing my rant, are you seriously this retarded?

$ThreadID = $_GET["ThreadID"];wanna

$PostSQL = "INSERT INTO posts (PostID, PostFile, PostComment, ThreadID, CreationDate, CreationTime) VALUES ('$ID','$Upload_File','$Comment', '$ThreadID', '$ThreadCreationDate', '$ThreadCreationTime')";

You are part of the cancer that's killing web development. I hope your project dies.

i've gone back and forth on this over the years. i am currently of the opinion that query parameters and url segments are about even in terms of utility for api routes (e.g. `/api/v1/boards/123/posts` vs `/api/v1/posts?board=123` and `/api/v1/boards/123/posts/5` and `/api/v1/posts?id=5`). strangely enough i'm totally onboard with prettier urls client-side.

$ThreadCreationDate = date("Y/m/d");
$ThreadCreationTime = date("h:i:a");

add flags

Then how would have you written it like

>discord
Absolutely disgusting

Il fix that soon

Whats wrong?

Not him, but you should really use prepared statements. That way you protect yourself from SQL injection.

Also, once you display the data on a page, make sure to filter it from XSS. You can also filter it before entering it into the database but remember that you might be inserting modified data, you'll have to decide if that's acceptable.

Do you still need it?

really? jesus, you are more of a brainlet than i initially thought
$ThreadCreationDate = date("Y/m/d");
*hueg ass thread yeild*
$ThreadCreationTime = date("h:i:a");

>$ThreadSQL = "INSERT INTO threads (ThreadID, ThreadFile, ThreadComment, BoardID, CreationDate, CreationTime) VALUES ('$ID','$Upload_File','$Comment','$BoardID', '$ThreadCreationDate', '$ThreadCreationTime')";

DROPPED

OP must be trolling

Yeah, it's not
Sinatra,
Kemal,
Phoenix
or Amber

Tsk, tsk, tsk.

Are you planning to host the website, so we all can access it?

yes, very soon. but the problem is i dont have a place where i can host it, cus last time poeple uploaded loli porn,its gonna get me banned cus of tos.