[ all ] [ a / b / c / f / h / jp / l / o / q / s / sw / lounge ] [ cgi ] [ up ] [ wiki ]
[Home] [Catalog] [Search] [RSS feed] [Inbox] [Write PM] [Admin]
[Return]
Posting mode: Reply
[]
(for deletion, 8 chars max)
  • Allowed file types are: GIF, JPG, JPEG, PNG, BMP, SWF, WEBM, MP4
  • Maximum file size allowed is 50000 KB.
  • Images greater than 200 * 200 pixels will be thumbnailed.

  • Switch Form Position | BBCode Reference
  • Read the rules before you post.
  • Protect your username, use a tripcode!
  • 日本のへゆり
    boku

  • 2025/05/04 - Heyuri Calendar has been launched. Find out about upcoming Heyuri events!
  • 2025/04/01 - NEW GAME: Slime Breeder! Commit slimecest with your ancestors to create teh ultimate slime!
  • 2024/09/12 - NEW GAME: Battle Royale R! Make characters and see if they can win the Heyuri Cup!
  • 2024/09/10 - Tegaki function has been added
  • [Show All]


File: pillow.jpg
(269 KB, 700x595) [ImgOps]
269 KB
i want to present an imageboard for some free style class project, but am a n00b. i never set up the database right and i cant find any specific instructions.
the best place to ask is an imageboard, how do i set up the database/tables/columns(?) for fikaba to work right. and yes, i will let all of you destroy the imageboard the same time my peers use it. which is a week from now

Marked for deletion (Old)
>>
can't give you a step-by-step walk through since i haven't used it but:
-enable the mysqli extention in ur php.ini
-install mariadb
-create a database user in mariadb
-create a database in mariadb
-configure fikaba's configuration file (set tables names, etc)
-run imgboard.php (which creates the tables)
>>
File: fikaba for OP <3.png
(119 KB, 1280x1024) [ImgOps]
119 KB
I made this for you OP, because I love you. <3

(And because I will never ignore an opportunity to poke around imageboard scripts happy)
>>
A SAINT
>>
>>134091
>>134105
thank you loads, and i appreciate the help and help image. shii
when i try to post i get this error: Unknown column 'ip' in 'field list'
any idea what to do for it dizzy?
>>
File: error.png
(3 KB, 720x480) [ImgOps]
3 KB
this is what it looks like
>>
>>134124
looks like you have set BANTABLE in config.php to an existing table with a different schema? drop that table then visit imgboard.php, and the table should be created with the correct schema for you automatically.
>>
thanks! i will let you know if there is anymore problems. this thread will expire before i present it so i will mak a thread then
>>
>>134124
https://github.com/mxrnx/fikaba/blob/master/docs/migrate.md this probably fixes it if it happens again.

use YOURDATABASE;
alter table YOURPOSTTABLE add ip text;
alter table YOURPOSTTABLE add id text;
alter table YOURPOSTTABLE add fname text;


Delete Post: []
Password:
First[0] Last