I am very new to the imageboard setup stuff so I have no clue how to set it up. And I haven't/don't know how to make a table for a DB. If someone could he that would be great.
Like step by step help.
you need at least a 4 year degree to make an imageboard
>>3
You need at least a 4 inch cock to fuck my anus.
Or just do:
[form.html]
``<html><body><h1>Post here:</h1><form name="theform" action="post.php" method="post"><textarea name="comment" placeholder="Post a comment here" rows="8" cols="64"></textarea> <input type="submit" name="submit" value="Reply" /></form></body></html>
[post.php]
``<?php $conn = mysql_connect('localhost','root',''); $db = mysql_select_db('wakaba_beta',$conn);
$mysql_query("INSERT INTO wakaba_beta.posts (name,comment) VALUES ('Anonymous','".mysql_real_escape_string($_POST['comment'])."');
mysql_close();
header('location:posts.html'); ?>
[posts.html]
``<html><body><h1>Showing all posts:</h1><?php $query = mysql_query('SELECT * FROM wakaba_beta.posts; foreach($row = mysql_fetch_assoc($query) { echo "<p>Name: ".$row['name']."<br />".htmlspecialchars(str_replace(PHP.EOL,"<br />",$row['comment']))."</p>"; ?></body></html>
Assuming you used a GUI editor like MySQL workbench to create a database called wakaba_beta and a table called posts with 2 columns canned name and comment.
But then you have to add name and subject fields, show an error message if the comment is blank/too short/too long/etc, make a moderation page for deleting posts, make a spam filter, upload images (with artificial intelligence to block cp) etc.
tl;dr - it takes 4 years 2 weeks to make an imageboard
read all the scripts at http://tanami.org/overscript/ then come back
>>8
huh, didn't know that existed. Thanks.
ったく日本人にこれといった腕を持つプログラマがいなくて困ってるわ
どんだけ日本人じはスキルがねーんだよw
HTML + CSS + PHP + MySQL + SQL + ??? = PROFIT!!!!
TROLOLOLOLOLOL HAHAHAHA
sudo apt get website
use wakaba. if you are not stupid then you can do it. try your best ganbatte (*´∀`)