The Society for the Study of Modern Image Board Culture

Board look: Blue Moon Futaba Headline Pseud0ch Toothpaste VIPPER

IMG Board Scripts (455)

1 Name: Anonymous 2004-10-28 16:59 ID:Heaven [Del]

Futaba
http://www.2chan.net/script/

Futallaby (up to 040103)
http://www.1chan.net/futallaby/

Wakaba
http://wakaba.c3.cx/

moeren
http://moepic.dip.jp/gazo/script/index.php

siokara
(seems to be still in heavy development.
couldn't find a link to an available

Post too long. Click to view the whole post or the thread page.

446 Name: Anonymous : 2009-12-29 02:12 ID:ghBxOYtX [Del]

>>445

Just to warn you: a client-side script script to keep out spammers is pretty useless.

447 Name: Anonymous : 2009-12-29 07:10 ID:XSPejhAF [Del]

>>446

It will work against automated, non-javascript aware, non-targeted spam, no?

448 Name: Anonymous : 2009-12-31 16:02 ID:Heaven [Del]

>>447
not really.

449 Name: Anonymous : 2010-01-08 16:10 ID:BwTNQqAS [Del]

>>447
A bot that isn't aware of javascript will ignore your javascript-based anti-spam script. You retard.

450 Name: Anonymous : 2010-01-14 15:58 ID:Oj3qEZl5 [Del]

451 Name: Anonymous : 2010-01-19 22:50 ID:QP858Utu [Del]

I've been using PyIB, and someone has hacked and deleted the entire home folder (except .htaccess and pyib.txt). Twice. The script folder is still there though.

Is this kind of exploit possible? I'm relatively new to Python and I don't have any clues of what kind of attack it was. Anyone with experience with PyIB?

452 Name: Anonymous : 2010-01-20 01:56 ID:QP858Utu [Del]

I forgot to say that we blocked foreign IPs, but the SSH console was still open to foreign IPs. One day we opened the site to foreign IPs and it got hacked some hours later, which makes me think they exploited PyIB in some way.

The database was fine. They just deleted the files.

453 Name: Anonymous : 2010-02-04 18:43 ID:yL3qqgq+ [Del]

454 Name: Anonymous : 2010-02-08 13:44 ID:LM1MobBD [Del]

post more please!

455 Name: noko : 2010-02-08 16:20 ID:RgU20Lce [Del]

Hi!!!! LOL

Name: Link:
Leave these fields empty (spam trap):
More options...

"Create your own imageboad"? (43)

1 Name: Anonymous : 2008-04-27 15:54 ID:QuC5HDwr [Del]

For those of us who are put out by anonIB's current closure, is there any alternative to anonIB out there? In other words, is there a free (or, alternatively, very cheap) method of getting your own imageboard?

34 Name: Anonymous : 2009-03-23 16:20 ID:baTqVh+y [Del]

Its easy to make your own imageboard, Just get a free host and pick a script.

35 Name: Lord Pentium!PG1mP76kIY : 2009-03-24 14:28 ID:87/kzVBR [Del]

>>34
Not quite that easy, bro. You have to pick the right free host, one that supports the necessary scripting language (for example, if you want to run Wakaba or Kareha, nxserve.net is pretty good, but I've known other host sites that can't run Perl, also Wakaba needs SQL databases, so you'll want hosting with MySQL support for that...). And then you have to pick the right script for what you want to do (Kusaba and derivatives are generally not good for imageboards that attempt to fill a particular niche, while Wakaba isn't as good for massive sites with many boards, though who really needs that other than big sites I don't know). And then there's getting users for it, especially if it's a niche imageboard... There's a whole bunch of considerations that need to be thought out before making a board, if only I had known to think that stuff out before I went in, maybe 71chan wouldn't be stuck in that stage where the only poster is the spambot from tkwr.free.fr, and maybe I wouldn't have spent a month bumbling around with no real purpose and no niche chosen.

36 Name: Anonymous : 2009-03-24 21:39 ID:Heaven [Del]

> And then there's getting users for it, especially if it's a niche imageboard...

That is a question you should already have answered well in advance of deciding to start a board. "If you build it, they will come" does not apply.

37 Name: Lord Pentium!PG1mP76kIY : 2009-03-26 18:26 ID:Mlw9rUQ3 [Del]

>>36
Yeah, I said they need to be thought out BEFORE making a board, something I learned the hard way. Of course, now that mine's up, it would be dishonorable to just give up on it, so I have to keep it going, even if I have to turn into what I hate most (4chan-style Anonymous or complete spamfag) to do so.

38 Name: Anonymous : 2009-03-26 18:40 ID:Heaven [Del]

> it would be dishonorable to just give up on it, so I have to keep it going,

no, it wouldnt, and no, you don't.

39 Name: lolusuck : 2009-03-30 00:57 ID:LOaYrjhf [Del]

>>37

There's no real dishonor on the internet anyway, so do what you like.

At least you have a free choice of whose advice to take. Follow your star, everyone else does.

40 Name: Anonymous : 2009-09-12 22:30 ID:nQQpKbAt [Del]

41 Name: Anonymous : 2009-09-13 06:55 ID:Heaven [Del]

>>40
Now with 25% MORE EXPLOITABLE BAD CODE!

42 Name: Reve : 2010-02-01 16:40 ID:iyLxowH7 [Del]

I'm planning to start my own private board for my country, but I have no experience with codes whatsoever, and that image board 4 free site is dead, and to be honest it does not appeal to me. Since I have no knowledge on any programming/coding, where can I hire someone to set up a board for me? I would be most grateful.

43 Name: Anonymous : 2010-02-08 11:03 ID:DAWVUAVB [Del]

>>42

What is your country?

Name: Link:
Leave these fields empty (spam trap):
More options...

Tripcode decoder (608)

1 Name: Albright!LC/IWhc3yc 2004-11-15 08:25 ID:UYlEBzaw [Del]

I've been tinkering with Python all day today... it's pretty slick. Just for practice, I tried to cobble together a tripcode decoder that would let you have "real" words in your tripcode as !WAHa and Sling and others do, and it actually came out better than I thought it would be. I'm aware there's already a program that does this, but if memory serves me, it's Windows-only and in Japanese besides. My script is kind of dumb in the way it goes about things -- it basically just tears through random strings until it finds one that fits -- but I've tested it repeatedly and it seems to work. If you'd like to check it out, nab it here:
http://www.anre.org/crap/detripper.bz2

Of course, you may need to modify the hashbang line depending on where Python is on your machine, and don't forget those execute bits, people... Use "-h" for help.

First person to ask how to get this to run on Windows gets pointed and laughed at.

599 Post deleted by moderator.

600 Post deleted by moderator.

601 Name: Anonymous : 2009-12-30 12:59 ID:8zIJ13fY [Del]

how2runonwindows?

602 Name: Anonymous : 2010-01-08 16:07 ID:IV/U9Dd7 [Del]

>>601
HAHAHAHAHAHAHAHAHAHAHAHAHhahahahahahahahahahahaHAHAHAHAHAHAHAHAHA!!!!!!!!!!!!!!¡!!!!!!!!!!!!!!!!!!1!!!!!!!!

603 Name: Anonymous : 2010-02-01 05:05 ID:P22jvxMC [Del]

>>541

Why exactly do you have that as a non-capturing group?

604 Name: Anonymous : 2010-02-03 10:01 ID:Heaven [Del]

>>603
Why, do you want to capture it?

605 Name: Anonymous : 2010-02-04 09:38 ID:mME9+6kJ [Del]

can someone tl;dr this thread for me?
I just want to make a secure tripcode with words in it, I've been attempting to use >>http://trip-table.com/
but it doesn't seem to be working.

Suggestions?

606 Name: Anonymous : 2010-02-06 02:00 ID:P22jvxMC [Del]

>>604

Just makes no difference in a die condition and adds to verbosity. KISS, lel.

607 Name: Anonymous : 2010-02-06 08:03 ID:Heaven [Del]

>>601
You need to install Cygwin first.

608 Name: HUHUH : 2010-02-07 02:43 ID:kCbOvcIy [Del]

gby

Name: Link:
Leave these fields empty (spam trap):
More options...

noko (54)

1 Name: Anonymous : 2007-04-08 15:28 ID:ro5xIYp5 [Del]

I noticed that among the major English-language imageboards, only 4chan supports nokoing. Why is this? Neither Wakaba nor Trevorchan understand it.

45 Name: Makoto!!QPpGvuVX : 2009-01-11 16:51 ID:Heaven [Del]

>>44

That, and taking a shit on a book in a book store and putting it back on the shelf.

46 Name: LiteralKa!!UIR4DE3n : 2009-01-11 20:01 ID:N3bR+B0M [Del]

47 Name: Anonymous : 2009-01-12 00:55 ID:Heaven [Del]

>They were only major during that chanology shit, the only thing about them that was EVER notable.

I'm frankly surprised ANY chan would admit to being involved in that faggotry. Then I re-read and saw this:

>it was major, not necessarily post-wise, but *chan culture-wise; Until September came around and they all went back to school.

711chan has always been a shitty board run by teenagers. It has never been major, and theres a good reason why.

48 Name: Anonymous : 2009-01-12 01:43 ID:/Cd2TJzF [Del]

>>47

>*chan has always been a shitty board run by teenagers.

49 Name: Anonymous : 2009-01-12 04:17 ID:Heaven [Del]

>>48
I think most of the people involved in the administration of iichan are older than 19. Explains a lot, too.

50 Name: Anonymous : 2009-01-18 10:20 ID:Heaven [Del]

>>49 Not when it all was started, but now we're all actually legal.

51 Name: Anonymous : 2009-01-21 03:55 ID:Heaven [Del]

My only problem is that I only really need that feature when I use sage. Because when you sage even on a slow board, that thread might be all the way down. It's just a matter of convinience, nothing that gets me too upset, but it is a visible problem for me.

I don't know about other boards, but using the back button on 4chan after posting is a nightmare. I use opera, so no matter how many times I spam the back button, it doesn't go past the "Updating page" page. There is only one way to go, forward.

52 Name: Anonymous : 2009-12-13 19:30 ID:ZnBa9WsZ [Del]

Nokoing is something on 4chan that lets you see your post.

53 Post deleted by user.

54 Name: Anonymous : 2010-02-06 22:07 ID:3IFgPxuj [Del]

moar

Name: Link:
Leave these fields empty (spam trap):
More options...

localchan (2)

1 Name: Anonymous : 2010-01-26 10:51 ID:zjeHv45H [Del]

I wrote a new imageboard in 2ch style that is designed for anonymous local discussion.

the address is http://www.localchan.com

I'm still trying to get it off the ground, but basically if there were a lot of posts on the site, then you'd only see posts within a range of your geographic location. I'm looking for ideas to make this site better. Not sure how to reach a more international audience with this. It's cool because people could have discussions in different languages all on the same board without stepping on each other.

2 Name: Anonymous : 2010-02-04 10:00 ID:F06Z7h3k [Del]

Could you provide the source code for this board? I'd like to establish something similay for Germany.

Name: Link:
Leave these fields empty (spam trap):
More options...

The *chans - General Discussion Thread (209)

1 Name: Anonymous 2005-02-09 21:22 ID:Heaven (Replies) [Del]

I figured since the threads about the English *chans on the English *chans' own fora usually create drama, flamewars and trolling since the respective community usually gets defensive about "its own site", this could be a good place to talk about them, even though the board is losely associated with WAKAchan.

Don't let that bother you, though. This board and the idea for it have been older than WAKAchan. It won't really matter where you are coming from or if you even want to talk about an English *chan (4chan, iichan, 5chan, fchan, 0chan, etc.) at all or rather about a Japanese, Chinese or Taiwanese *chan, imageboard or whatever. Rational arguments above usernames and community cliques!

This thread should just serve the use to make a few remarks about a particular imageboard site / community, how they relate to each other, what differences, opportunities, etc. there could be, both from a technical standpoint as well as from a "sociological" standpoint, if you want to talk about that. And of course, there's more...

Please try to refrain from trolling this thread too much. Also, please don't pay any trolls herein too much attention, i.e. don't feed them. Let's keep this civil, everyone!

200 Name: Anonymous : 2008-11-18 20:25 ID:Uu3l80+R [Del]

>>197

It's probably a proprietary closed source script like 4chan's yotsuba script. It kinda acts like it to when you click someone's post number to quote them, it doesn't automatically bring you back up to the post box like wakaba and kusaba and it's clones do.

Wonder if it has stickies and other stuff like 4chan's script does. Also, what language is it programed in? PHP?

201 Name: Ikitsumatatsu!OK1.IKItSU : 2008-11-19 23:56 ID:Heaven [Del]

>>197

Probably never: http://mise.x25.se/

202 Post deleted by moderator.

203 Name: Anonymous : 2009-09-14 00:58 ID:Lq4id5Ry [Del]

>I would really like to see the concept of an image board divorce itself from Japanophilia/otakuism.

Then we must stop calling them "chan".
Think about it, so many chans. Here's a short list:
Kona-chan, Tomo-chan, Sakura-chan, Chiyo-chan,
Shin-chan, Yuki-chan, Haruhi-chan, Jacky Chan, OMGKawiidesu^_________^-chan
and many, many more.

204 Name: Anonymous : 2009-09-21 10:39 ID:a3ru93lL [Del]

>>203

It's short for channel.

205 Name: Anonymous : 2009-12-22 15:42 ID:0htXIKEm [Del]

5chan.org went up recently. The domain was skillfully claimed by a reddit user, who decided to combine the anonymous image-posting features of 4chan with the voting buttons of reddit.

The result was... confusing. And there weren't many posts on it at all until they created a /34/ board, which immediately got flooded. Three guesses to what it was flooded with.

Innovative? Maybe. But probably won't catch on.

If features made an imageboard, then 99chan would have died long ago with its nonfunctioning "hide thread" and "watch thread" placebo buttons.

206 Name: <h an !QKVC/vnq8g : 2009-12-23 01:10 ID:Ek3hHKDc [Del]

Hello test.

207 Name: Anonymous : 2009-12-24 13:33 ID:Heaven [Del]

>>206
HI :)

208 Name: Anonymous : 2010-01-09 11:20 ID:Ge2NTKb/ [Del]

>>205
RIP 99chan ;_;

209 Name: Anonymous : 2010-01-30 21:36 ID:YTOpSp0I [Del]

>>205

>5chan

It's been done.

Name: Link:
Leave these fields empty (spam trap):
More options...

Best hosting for imageboards? (22)

1 Name: Anonymous : 2008-12-20 01:03 ID:vUZ10Ohg [Del]

Well, I have yet to see this topic crop up. What are the best webhosts for imageboards?

Features to consider:
*Allow adult boards
*Fairly high bandwidth and diskspace (inb4 LOL ONLY 3 POSTERZ ROFFLE)
*Reliable uptime
*Support for wide variety of languages (comes up all the time in regards to Perl)
*Will auto-ban your account for using serissa

So, what host do the anons of /soc/ use?

13 Name: Anonymous : 2008-12-22 10:22 ID:Heaven [Del]

Dreamhost is pretty good as long as you keep your CPU load down and don't expect 100% uptime. For the price, the bandwidth is just fantastic.

14 Name: heh man!fi.Jek4HW6!!CLcXMLmO : 2008-12-31 18:45 ID:Heaven [Del]

>>11
>>12

>*Will auto-ban your account for using wakaba

fix

15 Name: LiteralKa!!UIR4DE3n : 2009-01-02 15:29 ID:Heaven [Del]

>>14
Please ban him.

16 Name: Anonymous : 2009-01-16 00:57 ID:Heaven [Del]

Fucking troll, he's fagging up every board he finds.

17 Name: Anonymous : 2009-02-19 00:25 ID:8r7kVMZQ [Del]

How do you necessary host a website on your computer? WTF?

18 Name: Anonymous : 2009-02-19 06:54 ID:Heaven [Del]

>>17

  • install apache
  • connect computer to internet
  • ?
  • PROFIT!

19 Name: Anonymous : 2009-02-23 18:28 ID:T+TV2gha [Del]

>>4

> unless you're in some crappy country where bandwidth is ridiculously expensive, that is.

I guess this includes USA since most ISP terms of service here won't let you run servers, although actual bandwidth caps aren't too common.
Unless you were suggesting colocation? I haven't seen that cheaper then $50-70/month.

20 Name: Anonymous : 2009-12-17 23:41 ID:miYQE5dS [Del]

but what is the best Host? this thread doesn't make me wiser.

I'm about to start an imageboard too.

Things that are inportent to me:

  • unlimited bandwith (or atleast high)
  • acceptation of addult content
  • hidden whois information (srsly, I don't want spam etc.)
  • Price shouldn't be that high (max 120 dollars a year)

21 Name: Anonymous : 2009-12-18 03:22 ID:Heaven [Del]

> unlimited bandwith

You're already setting yourself up for failure.

22 Name: Anonymous : 2010-01-28 00:21 ID:R38ZDm0y [Del]

>>20
One, it's not wise to register domains through your web host.

Two, if those are your requirements, give up now.

- Adult content will rule out a lot of quality hosts right off.

- 99% of hosts claiming unlimited bandwidth are marketing bullshit. There's no such thing. They will bust your ass as soon as you use more than a few GB.

- In the very odd case you manage to find a host that actually will commit to these requirements it will either cost much more than 120 bux per year or will be horribly-managed shit that goes under in 2 months.

Name: Link:
Leave these fields empty (spam trap):
More options...

4chan brought down by Distributed Denial of Service Attack (386)

1 Name: Anonymous : 2007-10-20 14:41 ID:mDrphH4G [Del]

> 4chan is down because of DDoS attacks, stemming from a bunch of guys that are angry that moot doesn't want to move #4chan to lulznet.

-Kirtaner (of 420chan).

No real reasons to distrust this information, really. Let's hope it didn't hit 'em too hard. I must say, with the traffic that 4chan get, it must have been one fucking tidal wave of a DDOS.

377 Name: Anonymous : 2009-07-18 08:47 ID:zG5zxxz5 [Del]

i miss /hc/

378 Post deleted by moderator.

379 Name: Anonymous : 2010-01-07 20:59 ID:qPB0CKnD [Del]

FUCK WHERE IS 4CHANNNN???!!!

380 Name: 321 : 2010-01-16 18:55 ID:Exvu/GMV [Del]

everyone suck my big black penis

381 Name: Anonymous : 2010-01-25 20:39 ID:F0mWS7ki [Del]

i posted here because 4chan is down

382 Name: Annon : 2010-01-25 21:26 ID:KW3qS+1u [Del]

I miss /u/

383 Name: Annon : 2010-01-25 21:28 ID:KW3qS+1u [Del]

We will it be back up?

M00t where are u?

384 Name: Anonymous : 2010-01-25 21:32 ID:Mctgwixy [Del]

i fucking miss 4chan.

385 Name: Annon : 2010-01-25 21:57 ID:rCO4J1cy [Del]

/b/ =(

386 Name: Anonymous : 2010-01-26 15:58 ID:zPh55lpc [Del]

what the fuck another DDoS?

Name: Link:
Leave these fields empty (spam trap):
More options...

Fake imageboard (14)

1 Name: Anonymous : 2010-01-07 06:48 ID:OrNwU/Ew [Del]

Hi all,

I have a quick question -- some time ago I saw this imageboard-like website. It was a sort of 4chan on drugs -- no message made sense, the images were random, etc.

Now, this was due to the fact that the whole thing was, in fact, randomly-generated. This idea amused me.

As such, does anyone know of this site, and where to find it? (before you kindly redirect me to jfgi.com, I did.)

Thank you

5 Name: Anonymous : 2010-01-14 10:46 ID:Heaven [Del]

>>4

I weren't serious with my first sentence. >_<

I don't use a tripcode... so no idea what you meant by the second line.

6 Name: Anonymous : 2010-01-17 14:12 ID:zaMONcgw [Del]

>>5

The "ID:Heaven" part I couldn't figure out so I assumed it was some clever tripcodery. But then I see it all around this board...maybe it was for mods or something.

What is it?

7 Name: Anonymous : 2010-01-17 14:15 ID:zaMONcgw [Del]

No, it isn't for mods is it. Hmm. Americans?

8 Name: Anonymous : 2010-01-18 17:29 ID:Heaven [Del]

>>7
Hint: lurk, you're looking stupid.
Second hint: use sage.

9 Name: Anonymous : 2010-01-19 14:40 ID:6yMKNn6a [Del]

>>8

That still doesn't answer anything. I've lurked plenty long.

10 Name: Anonymous : 2010-01-19 22:23 ID:XnQB3v0G [Del]

>>9
You must be talking about 420chan.org It has its own dedicate drug talk section of imageboards.

11 Name: Anonymous : 2010-01-20 10:58 ID:Heaven [Del]

>>9
You still haven't saged.

12 Name: Anonymous : 2010-01-23 06:46 ID:yvXVn1/G [Del]

Since 420 was mentioned -- NetJester does something like OP wants, so... Get your hands on NJ?

13 Name: Anonymous : 2010-01-24 22:25 ID:Heaven [Del]

>>6

I don't bump the thread by saging and when you sage it shows "Heaven" in the ID field instead of random characters. :-)

14 Name: Anonymous : 2010-02-09 01:35 ID:Heaven [Del]

Ah, I see now. Sage changes it, I missed it all this time and it was right in front of me. Sorry being a dick, woops. Thanks.

Name: Link:
Leave these fields empty (spam trap):
More options...

Text Board Scripts (62)

1 Name: Anonymous : 2008-10-12 09:16 ID:I9AUiObw [Del]

Hi, I am looking for a barebones and efficient text board script. Preferably with at least some basic functions such as tripcodes.

Also I have some questions about text boards. How much space do they usually take up? How much does this board use to store all the accumulated posts from years ago?

53 Name: qq : 2009-10-31 02:44 ID:o8VWsH3J [Del]

>>52

How come you took down yer BBS software?

http://74.125.77.132/search?q=cache:hXuMktpmPScJ:tablecat.co.cc/+bbs.tablecat&cd=7&hl=en&ct=clnk&client=safari

Do you still have it if so, mind uploading it?

54 Name: qq : 2009-10-31 02:45 ID:Heaven [Del]

55 Name: Anonymous : 2009-11-05 18:29 ID:Heaven [Del]

56 Name: Anonymous : 2009-11-08 12:48 ID:Heaven [Del]

>>55

Cool. Thanks.

57 Name: Anonymous : 2009-12-12 03:24 ID:sZGcay9y [Del]

I feel terrible! I re-uploaded the latest files I had on http://bbs.tablecat.co.cc/ along with previous versions

58 Post deleted by user.

59 Name: Anonymous : 2010-01-15 02:40 ID:6PNjGfo3 [Del]

>>57
The files are not available again.

60 Name: Anonymous : 2010-01-20 10:08 ID:2FV/jEST [Del]

>>59
I just checked right now and that does not appear to be the case. I have not removed them or anything.

It is possible you may have been trying to access the website during one of its many downtimes. I apologize for this, I am using a free web host.

61 Name: Anonymous : 2010-01-23 21:18 ID:Heaven [Del]

>>60
Surely you jEST

62 Name: Anonymous : 2010-01-23 22:21 ID:Heaven [Del]

Name: Link:
Leave these fields empty (spam trap):
More options...

New thread

Title:
Name: Link:
Leave these fields empty (spam trap):
More options...