Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

programming ib

Name: Anonymous 2020-01-25 3:07

i'm programming my own imageboard i need help making the database
ip | message | date | name | trip | modstatus

what should i type in the namefields https://files.catbox.moe/qn2uge.png

feel free to contribute https://github.com/maki64/makiba

Name: Anonymous 2020-01-25 5:44

Oh, it's you. What brought you here? Edited on 25/01/2020 05:45.

Name: Anonymous 2020-01-25 7:23

>>2
i dunno :P

Name: Anonymous 2020-01-25 10:09

Only keep the id, message, and date. Anything else is useless.

Name: Anonymous 2020-01-25 10:52

First step is using a proper sql client. Postico or Sql Management Studio or something like that.

Then why have an own field for the trip? Just save it in the name. Why make it complicated, just keep it 1:1 like the form a user uses to submit a new post/thread.

Also your architecture is the php everything in view/html one. Doesn't matter but if the project keeps growing you may need to change that or it'll get hard. Also be more careful with user input so you don't get pwned.

Have fun.

Name: Anonymous 2020-01-25 15:42

>>5
Why would xe need an SQL client when xey aren't even using SQL? Looks like Shi ichan style files.

Name: Anonymous 2020-01-25 19:52

i learned a little bit about database
and made a connection to mysql
http://64chan.heliohost.org/makiba-master/ made index.php but somewhat reason posting doesnt work i press submit it still wont show up

<HTML>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
test board</title>
<link rel="stylesheet" type"text/css" href="Yotsuba-b.css">

<php
date_default_timezone_set('Europe/Copenhagen');
incude 'dbh.inc.php';
incude 'comments.inc.php';

<?php
echo
"<form method='POST' action='".setComments($conn)."'>
<input type='hidden' name'date' value='".date('Y-m-d H:i:s')."'>
<textarea name='message'></textarea><br>
<button type='submit' name='commentSubmit'>Comment</button>
</form>";
?>
</body>
</HTML>

Name: Anonymous 2020-01-25 20:22

Name: Anonymous 2020-01-25 20:40

Name: Anonymous 2020-01-26 20:51

You're doing the world a disservice if you make another imageboard engine.

Name: sage 2020-01-26 22:24

check em <----

Don't change these.
Name: Email:
Entire Thread Thread List