Another "things from 4chan" (64, permasaged)

1 Name: triot : 2005-12-18 14:28 ID:2dapJ/ZR [Del]

im running wakabi, and i would like to ask if its possible to add something like: http://cgi.4chan.org/f/up.html to it, it would be really great for my bbs.

Also is it possible to make a non-image board like: http://dis.4chan.org/dis/

And another(not 4chan), can you make so everyone from ip x.x.x.x gets the nick, lets say: "triot" and it is in grey colour like f0f0f0 (if thats grey), it would be usuefull to see who is mod on that board.

Also if there is a perl script to make a News frontpage.

And last but not least, is there a way to get all manage/admin logins for ALL boards you have, so you dont have to go to each board to moderate them all.

Thank you.

2 Name: anon!21anon4H3U : 2005-12-18 16:23 ID:RYlxo1hI [Del]

  1. If you want to mess around with templates in wakaba.pl, you can do it.
  2. Non-image board is called Karaha, available from the same place as wakaba was.
  3. Again, if yoy know perl, you can do it.
  4. No. That's handcodeed html.
  5. I doubt it.

3 Name: triot : 2005-12-19 10:01 ID:b3p19qBo [Del]

Sorry for posting so late, anyways here is my reply.

  1. Why would i post here if i knew how to do it?
  2. Sorry for not explaining too good but i thought they should be together, hmm explaining sucks but anyways that they should be one script that you only have to do in the config imageboard='0' or 1.
  3. See 1.
  4. Here i meant that it should be included see more on 5.
  5. A better admin system would be so great for board mods, it is really annoying that you have to click on every board and edit it all but it's not that important ofc but it would be great together with 4(news script) news script could work like a comment and it would be nice if you could comment the news (just like the frontpage is like a non-imageboard)

I think the news thing could be done easy like you said "mess with the templates" too bad i don't have a clue what the heck perl is nor do i know how to edit it.

So if anyone could/have anything like the flashupload on 4chan and don't care who's hands it goes in please post it here or email me at [email protected]

Thank You.

4 Name: triot : 2005-12-19 11:58 ID:b3p19qBo [Del]

also i get a error trying to put google adwords on my site, tried putting it in the header and editiing futaba_style.pl

5 Name: dmpk2k!hinhT6kz2E : 2005-12-19 15:01 ID:Heaven [Del]

  1. Can be emulated by REPLIES_PER_THREAD => 0 and some template hacking. If you know HTML, modifying the templates is easy.
  2. Kareha is both a text and image board. Unlike Wakaba, it has both modes.
  3. In my opinion this is lame, but see bottom of post.
  4. Why? Wakaba and Kareha are text and image boards, not whole website solutions. Find software meant for a mainpage, or make your own.
  5. This can be done with some hacking, but I must ask, why do you need this? I admin several boards, but I haven't needed to enter admin mode in months.
> also i get a error trying to put google adwords on my site, tried putting it in the header and editiing futaba_style.pl

Put it in one of the files in the include/ directory.

Now, as to your problem. A quick hack:
Add the following to strings_en.pl:

use constant S_BADNAME => 'Error: You're not authorized to use that nick.';

Add the following to config.pl:

use constant VIP_NAME => 'triot';
use constant VIP_IP => 'x.x.x.x';

In wakaba.pl, post_stuff(), change

$ip=$ENV{REMOTE_ADDR};

to

my $ip=$ENV{REMOTE_ADDR};
make_error(S_BADNAME) if ($nick eq VIP_NAME and $ip ne VIP_IP);

In futaba_style, change all instances of

<var $name>

to

<if $name ne VIP_NAME><var $name></if><if $name eq VIP_NAME><span class="vipname"><var $name></span></if>

In the CSS files, add

.vipname {
color:#F0F0F0;
}

This is untested. I make no guarantees that it'll work the first try.

PS. This is juvenile attention whoring. Don't do it.

6 Name: Anonymous : 2005-12-19 21:38 ID:Heaven [Del]

That code is VIP Quality!

7 Name: anon!21anon4H3U : 2005-12-20 17:10 ID:Heaven [Del]

>>6 That idea is VIP Quality!

8 Name: Anonymous : 2006-04-11 17:51 ID:fl0ENrOR [Del]

better yet, use this thing, and code some commentlolage

http://www.2chan.net/script/up.php.txt

9 Name: Anonymous : 2006-04-13 05:51 ID:OjYzYNQ6 [Del]

>>8
I believe that is what 4chan originally used, albeit edited.

10 Name: Anonymous : 2006-04-14 23:32 ID:Heaven [Del]

>>9

Actually, I'm pretty sure moot wrote his own because he didn't realize that existed.

11 Name: Anonymous : 2006-04-16 23:57 ID:Heaven [Del]

>>10 The way I hear it, a little of both.

12 Post deleted by moderator.

13 Name: Anonymous : 2007-09-09 16:35 ID:uJtN45HN [Del]

I wanna know how to post with Admin after my name in Red...

14 Name: Anonymous : 2007-09-09 23:56 ID:Heaven [Del]

>>13
capcodes aren't in wakaba. wouldn't be too hard to hack it in there. I WANT THAT. WILL HAVE SOON. MIGHT POST IF I AM STONED ENOUGH etc.

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