[Burichan]  [Futaba]  [Kusabax]  -  [WT]  [Home] [Manage]
IF YOU DO NOT READ THE COMMENTS IN CONFIG.PHP YOU VOID YOUR RIGHT TO SUPPORT

Name
Email
Subject   (new thread)
Message
File
Password  (for post and file deletion)
  • Supported file types are: GIF, JPG, PNG
  • Maximum file size allowed is 1000 KB.
  • Images greater than 200x200 pixels will be thumbnailed.
  • Currently 484 unique user posts. View catalog


File 136724492310.gif - (307.42KB , 500x222 , Spinning whore.gif )
59678 No. 59678 hide watch expand quickreply [Reply]
How can i create a hidden /staff/ board?
6 posts omitted. Click Reply to view.
>> No. 59702
>>59700
not really.

The fork will have edits made by me, and any mods i use that belong to someone else, will be asked and credited,

Mods that do the same purpose as mods i have made, may not be credited, only if i use code from there mods will they be credited

i.e, yes there are mods that allow for a staff area, BUT my fork is coded differently, and is not compatable, so i will have to hand write the code, thus not technically other peoples code,
(unless, i know of the mod, i know it has been made, i know who made it, but it is not fit for purpose on my fork, then i will supply a credit to the person as "inspired by"

hope this makes sense
>> No. 59705
Is there a way to make posts or images not show in your Recent Posts/Images section from a hidden staff board?
>> No. 59706
add a check for the secret boards wherever you're checking a board directory and just don't include them.


File 135233302371.gif - (414.75KB , 500x500 , 1350480764241.gif )
58395 No. 58395 hide watch expand quickreply [Reply]
sup /sup/, I have a question I've been working on for a while, but I am no php or js coder, so no avail.
Any clue how/what I would have to modify to include reply linkbacks in posts, sort of 4chanX or ylilauta type thing?
33 posts and 10 images omitted. Click Reply to view.
>> No. 59149
>>59002
That works but it only shows one reply, even if there are many. If I remove it, they all show.

How2fix?
>> No. 59704
How to change the position of the backlinks?

Thanks.
>> No. 59726
>>59021
>>59039
add
var tondeid = document.getElementById('thread' + onde + br); if (tondeid != undefined) { var tonderefl = tondeid.querySelectorAll('span.replybacklinks')[0]; if (tonderefl.innerHTML.indexOf(quem) == -1){ var te = document.createElement('a'); te.innerHTML='&nbsp;<u>>>' + quem + '</u>'; te.setAttribute('href','/' + br + '/res/' + tr + '.html#' + quem); te.setAttribute('class','ref|' + br + '|' + tr + '|' + quem); te.setAttribute('onclick','return highlight(\'' + quem + '\', true);'); tonderefl.appendChild(te); return linkslen++; } }

Above
} return 0; } updateBackLinks();

>>59704
Really now...
Just move the replybacklinks span.
If your using the version of the script that uses reflink instead of replybacklinks, don't, unless you have to.


File 136657059182.png - (262.51KB , 500x423 , tumblr_mkhfalh4QS1qck9sro1_500.png )
59624 No. 59624 hide watch expand quickreply [Reply]
Hey /sup/. How can I go about making a "Recent Posts" section on the Front Page? Preferrably on the right-hand side after where the news entries would go.
2 posts omitted. Click Reply to view.
>> No. 59672
http://tsukihi.me/downloads/arcNET_0.5_RC1.rar

it's in there somewhere. You have to edit news.php, add in the files for recent posts, edit CSS, and fuck with the news template if I remember right
>> No. 59681
>>59672
Thanks a bunch!

I got the shit to work and customized after fucking with it. Looks pretty neat!

One thing though, it doesn't display pictures along with people's posts. Would you happen to know how to add that in?

news.php, news.tpl, and stringformatting.php were the only files I had to edit.
>> No. 59699
Or even just a seperate "Recent Images" section would be nice, too.


File 136720180868.png - (7.54KB , 381x34 , post time.png )
59674 No. 59674 hide watch expand quickreply [Reply]
Here do I change the post time in threads?
Found nothing on config.php
2 posts omitted. Click Reply to view.
>> No. 59687
>>59679
Onde? :3
>> No. 59688
php.ini e config.php.
>> No. 59689
>>59687
No mesmo lugar que você fraudou o contador de usuários.


File 13665675817.jpg - (43.12KB , 314x313 , THIS2.jpg )
59623 No. 59623 hide watch quickreply [Reply]
How can I make a chan only for people from my country to post?

I'd like to let only /int/ open to foreigners IPs.
>> No. 59625
Anyone with a proxy can appear to be from any country.

I mean you *could* I suppose make a module to check their IP against some kind of a list but, again, it wouldn't actually be effective.
>> No. 59626
>>59625
Ok, but... how can i make only the IP, or proxies, from my country to post? How can i block everything else?
>> No. 59685
you'll have to edit the .htaccess file

http://www.ip2location.com/free/visitor-blocker

Here you go.

You can paypal me at moot@4chan.org


File 136718048613.jpg - (19.72KB , 249x213 , 131757018515.jpg )
59670 No. 59670 hide watch quickreply [Reply]
How can I change the size of thumbnails?
>> No. 59671
IF YOU DO NOT READ THE COMMENTS IN CONFIG.PHP YOU VOID YOUR RIGHT TO SUPPORT
>> No. 59673
>>59671
Sorry, bro. Really, my fault.
Gonna read it.


File 13668392704.jpg - (70.95KB , 500x353 , 1365449291674.jpg )
59645 No. 59645 hide watch quickreply [Reply]
sup
when i am trying to create a thread, pressing button submit, it goes a blank page /board.php
help please
>> No. 59655
Bump
Please help. Why blank page when i am trying to create a thrad?
>> No. 59669
same problem here


File 136649680972.gif - (250.37KB , 256x192 , Alone.gif )
59619 No. 59619 hide watch quickreply [Reply]
The ban message has some errors. Don't show the expire time and stuff.

>Your ban was placed on , and will expire on

But it's on the database. How can i fix it?
>> No. 59667
bump


File 136376887895.png - (156.00KB , 360x301 , No-Spam.png )
59337 No. 59337 hide watch expand quickreply [Reply]
I have a spam filter thats working but the spamers are using the "SUBJECT" box for they spam links.

IS there away to get up the same filter on the subject box as well???

PLEASE HELP
7 posts omitted. Click Reply to view.
>> No. 59542
it didnt work ;/

any other ideas.. anyone?
>> No. 59652
no solution then??
>> No. 59658
bump for solution


File 136702797320.jpg - (233.99KB , 600x600 , 1344791853494.jpg )
59656 No. 59656 hide watch quickreply [Reply]
Can anyone tell me where is the catalog config file so I can make it look prettier? I can't find it for the life of me.


File 13668452872.png - (6.04KB , 1001x171 , error.png )
59646 No. 59646 hide watch quickreply [Reply]
I am getting a weird problem.

Warning: md5_file() [function.md5-file]: Filename cannot be empty in /home/*******/public_html/inc/classes/posting.class.php on line 153
Error
Failed to write file to disk

I got this error when users are trying to upload files, even though they are below the size limit. (2MB)

Any idea what this is about?

Running Kusaba X-stable.r398.
>> No. 59647
your harddrive is full, contact the host
>> No. 59648
>>59647
Thanks! I got my problem fixed.


File 136673541656.jpg - (290.04KB , 1024x768 , Glados.jpg )
59636 No. 59636 hide watch quickreply [Reply]
http://code.google.com/p/kusaba/wiki/SillyNamesModule

How can I install this module? I search through the wikis, imageboards and Google and I didn`t found nothing about installing modules.
>> No. 59640
Paste this .php in /inc/modules
Change:
$boards_authorized = array('b', 'test');
with the board name that you want to apply the module.
????
やった!!
Excuse-me for the bad writting.


File 136676804759.jpg - (54.67KB , 600x393 , Russian Roulette.jpg )
59639 No. 59639 hide watch quickreply [Reply]
Why my RR modeule isn't working

Can someone plz help?

It says "BANG!" and everything, but the user is not banned at all.

I got it here
http://code.google.com/p/kusaba/wiki/RussianRouletteModule


File 13666394828.jpg - (6.54KB , 251x209 , 1254119987447.jpg )
59627 No. 59627 hide watch quickreply [Reply]
Thumbnails. How can I make them larger?
>> No. 59628
try reading the config
>> No. 59635
>>59628
Listen to this guy, motherfucker.


File 136336464725.png - (277.29KB , 1320x748 , rating system.png )
59306 No. 59306 hide watch expand quickreply [Reply]
Any idea how to install an up and down rating system similar to this?

Thanks.
12 posts omitted. Click Reply to view.
>> No. 59561
>>59559
bump
>> No. 59571
anyone?
>> No. 59572
Bloody hell stop bumping this already. If someone wants to do it they'll do it.


File 136643624892.jpg - (11.10KB , 259x194 , images (1).jpg )
59616 No. 59616 hide watch quickreply [Reply]
Trying to ban the tor proxy list.
Uploading tor.txt plain text file, 1 IP per line.
Result: "0 of 0 IP addresses banned."
Not working. How to ban a list of proxies? Thanks.
>> No. 59617
Ok, looks like the codification was incorrect.
I solved it setting it to UTF8.
>> No. 59621
Can you post that .txt, pl0x?
>> No. 59622
save yourself some trouble and google "irongeek tor blocker" and make a module or something.


File 136649313861.jpg - (15.27KB , 447x446 , Lol.jpg )
59618 No. 59618 hide watch quickreply [Reply]
Hey /sup/.

How can i add more styles/themes to Kusaba X? I took the CSS and put in the css folder and also i changed the $cf['KU_MENUSTYLES']. I can see the new style on the dropdown list but nothing changes. How can i?

Also, where can i found more styles to download?

I pay with...?
>> No. 59620
>IF YOU DO NOT READ THE COMMENTS IN CONFIG.PHP YOU VOID YOUR RIGHT TO SUPPORT

$cf['KU_MENUSTYLES'] sets the stylesheets for the menu, $cf['KU_STYLES'] sets the stylesheets for the site. Try read config.php more carefully.

You can download the stylesheets of any other kusaba X chan and they should mostly work, though there is no place specifically with "styles to download", the idea is you make your own or deal with futaba.


File 136642356297.gif - (607.17KB , 300x222 , CHEWTHATPEAPROFESSOR.gif )
59613 No. 59613 hide watch quickreply [Reply]
Hey /sup/. How can I change the name "Anonymous" into something else when a user posts anonymously?
>> No. 59614
File 136642436153.png - (2.37KB , 698x37 , dddd.png )
59614
Board options. Difficult, no?
>> No. 59615
Of course I miss something right in front of my face, dammit. Thank you.


File 136353857576.jpg - (44.08KB , 354x568 , beer.jpg )
59324 No. 59324 hide watch expand quickreply [Reply]
maybe somebody have realized it on his board. we need a warning window when user visits Not Safe For Work boards first time. if user chooses "yes", it will redirect him to the board, if "no", he goes to e.g. google or disney.
1 post omitted. Click Reply to view.
>> No. 59327
>>59326
Not to pile more shit on your plate, but are you considering maybe a db-driven custom session handler, or something along those lines? Since a lot of chans are running on shared servers, that might be helpful.
>> No. 59417
>>59326
it would be great.
>> No. 59611
File 136631758228.jpg - (15.61KB , 409x265 , gippopo bump.jpg )
59611


File 136624801185.png - (60.36KB , 729x414 , top lel.png )
59609 No. 59609 hide watch quickreply [Reply]
Hello friends, I have a quick question about a problem that has been plaguing me.
Whenever I try to create a new board, Kusaba X only generates an index.html in the board directory. It doesn't generate any CSS, a board.php, or anything else. Any help?
>pic unrelated
>> No. 59610
for a start, what the fuck is the screen shot showing?
the screen shot is of no help!

kusaba x does not *generate* css, to uses the css in the css directory

if css is not showing, your paths are wrong


File 136596430958.jpg - (8.11KB , 235x205 , AHHHH!.jpg )
59593 No. 59593 hide watch quickreply [Reply]
Hey /sup/. I'm trying to better understand this, what is causing the issue with reCaptcha not able to be used for text board replies?

I'm looking to include reCaptcha for text boards replies, and I was successful in doing this prior to 0.9.3. Though I had to take out the reply box for the text board main page. Using reCaptcha when viewing and replying to a thread itself worked just fine.

After upgrading to 0.9.3, I can't seem to get reCaptcha to work for text board replies when viewing a single thread by itself.
>> No. 59604
Any help trying to get reCaptcha to work on text board replies, when viewing the thread by itself?
>> No. 59608
Disregard this thread, I got things under control.


File 136562306196.jpg - (81.81KB , 778x882 , Dreamy Russian 18.jpg )
59563 No. 59563 hide watch expand quickreply [Reply]
When I write noko on my board, the noko works correctly, but my posts appear like "noko" was an email address. This: "mailto:noko"

Why is this happening? So strange.
7 posts omitted. Click Reply to view.
>> No. 59600
>>59592
>>59599
sorry, in *_board_page.tpl and *_thread.tpl to be clear, twice in each file.
* = board types you use, so if you have image boards and an oeakaki board, go to img_board_page.tpl, change that bit twice, then img_thread.tpl, change twice, then oek_board_page.tpl, so on.
>> No. 59605
I have a similar question to OP so I'll post it in this thread.

How can i force all new posts to NOT show any email?
>> No. 59607
>>59605

Find >>59599

replace with:
<span class="postername"> {if $post.name eq '' && $post.tripcode eq ''} {$board.anonymous} {elseif $post.name eq '' && $post.tripcode neq ''} {else} {$post.name} {/if} </span>



File
Removed
No. 59603 hide watch quickreply [Reply]
How to make a "last 100 posts", similar to last 50?
(in the case, a .html with the last 100 posts, like (thread id)+100.html)


File 13659381117.jpg - (7.65KB , 184x184 , 7e3ac3aba461246840cf7ca09325a66b088cee1b_full.jpg )
59589 No. 59589 hide watch expand quickreply [Reply]
any ideas?

Call to undefined function mb_convert_case()

stating line 27 in the dwoo capitalize.php

and all i get a plan white page
3 posts omitted. Click Reply to view.
>> No. 59596
>>59594
>>59595
function split() is indeed deprecated, but still works.
To get rid of the error you have 2 choices:
disable error reporting so they don't see the error, or use function explode() instead of split(), they work pretty much the same.
>> No. 59598
>>59596

thank you so much :3

loving the help you guys give me
>> No. 59602
>>59594
i fixed this in svn copy,

if you are doing a fresh install, i recommend you get the svn copy from here:
http://kusabax.cultnet.net/svn/dl.php?path=%2Fstable%2F&rev=0&isdir=1


BUT, if you DONT want the svn copy, then i will let you know there is 2 more splits that need replacing....
inc/func/calculations.php
line 4 and line 30
replace with explode


File 136589615537.png - (25.27KB , 2118x133 )
59586 No. 59586 hide watch quickreply [Reply]
I'm not understanding this. I bought a domain name from godaddy and I'm not really sure how to use it with wamp or what to put in the config file (in the pic). Yes, I've read and reread the notes.

Is that how a directory is supposed to look?

>please respond
>> No. 59587
File 136589632399.png - (27.40KB , 2645x127 )
59587
reupload
>> No. 59591
>>59587
>>59586
you already have a thread here:
http://kusabax.cultnet.net/sup/res/59575.html

right, for a start, the comments for the config is wrong?.... did you change the text? if not i dont think you have the right version


File 136559565570.png - (25.45KB , 131x105 , cat4.png )
59560 No. 59560 hide watch quickreply [Reply]
Where is 'clear.gif' used in kusaba X and why?
>> No. 59562
i noticed this a few weeks ago, and decided to do some digging for you...

it is used once, and it has no effect (there is a small graphical change is shown, but by only one pixel)
>> No. 59564
>>59562
Yeah, thanks. Also it's used here:

$tpl_page .= '</fieldset>
<input type="submit" value="'. _gettext('Add ban') . '" /><img src="/css/icons/clear.gif" />

In 'manage.class.php'
>> No. 59565
>>59564
that is the one use for it, if you remove it, it just moves the line next to the add ban button down one pixel,


File 136551468838.jpg - (33.86KB , 604x346 , xWuIFFMsc_I.jpg )
59551 No. 59551 hide watch expand quickreply [Reply]
Sup, guys. Installed Kusaba instead of Wakaba, but now facing a problem - how to enable captcha? Looked for something in Config.php, but have not found anything.
4 posts omitted. Click Reply to view.
>> No. 59556
File 136552135994.jpg - (157.03KB , 1680x1050 , 1359200277460.jpg )
59556
>>59555
>Для начала определись, зачем нужна еще одна никому не нужная борда?
Я собирался делать не очередную мелкоборду без тематики с "немодерируемым" /b, а несколько узкотематическую доску. Просто есть один сегмент 2ch.hk, судьба которого повторила судьбы других, некогда интересных, разделов. Поэтому решил взять в свои руки это и быстрее предоставить доску под нужды Анона. Сейчас же столкнулся с таким количеством граблей, что шишки на голове залечивать ещё, видать, очень долго. Начиная от того, что выбрал совершенно идиотский хостинг с маленьким дисковым пространством, заканчивая тем, что элементарно не могу в программирование, что очень сильно стесняет меня в действиях и заставляет так или иначе искать помощи у других.
>> No. 59557
>>59556
А какой раздел там накрылся то? Если контингент достаточно адекватный, то могу предоставить раздел у нас, если хочешь. Так как поднимать тебе отдельную доску, во первых в убыток, во вторых, судя по тому что ты совершенно не понимаешь в вебе, то её и сломают\положат. Оставь контак какой нибудь, фейкомыло или жаббер, если интересно.
>> No. 59558
>>59557
jackburo@mail.ru - почта. В принципе, адекватность контингента того раздела варьируется, но та часть, на которую я рассчитываю - определенно адекватна. Проблема в том, что пал выбор на создание именно отдельной борды из-за желания не просто предоставить отдельную доску с модерацией по своим критериям, но в ближайшем будущем развитие её как в техническом, так и в контентном плане. Но если сможешь в чем-то подсказать - буду только рад.


File 136551013330.png - (29.96KB , 1275x238 , Capture d’écran 2013-04-09 à 14_23_13.png )
59550 No. 59550 hide watch quickreply [Reply]
Everything runs smoothly, but titles don't get displayed in my textboard. Any idea? Kusaba X 0.9.3


File 136546564770.jpg - (70.53KB , 800x600 , markie4.jpg )
59543 No. 59543 hide watch expand quickreply [Reply]
Kusaba X vs TinyBoard ? ?
1 post omitted. Click Reply to view.
>> No. 59548
>>59543
If you just want a simple easy to setup basic interface then Tinyboard.
>> No. 59570
File 136579146653.jpg - (42.93KB , 900x563 , MacBook_Wheel_by_JayFreelancer[1].jpg )
59570
If you're smart, enjoy a challenge, are looking for expandable functionality, are looking for maximum native functionality, have eight fingers, two thumbs and a brain, are creative, or in most ways are capable of a little code wrangling for a far better output: Kusaba X.

If you're the kind of person who lieks it when windows chimes in to ask "Are you absolutely, totally, and solidly sure you want to make that diddums little change?" then tinyboard may just be for you.
Pic related, basically tinyboard.
>> No. 59574
Kusaba X has its strengths but 'expandable functionality' isn't one of them. Although Edaha seems like it'll be closer. Anyone who's used a real PHP framework that follows PSR-0 and uses url routing would think they're both kind of shit.

Still between the two, having active support counts for a lot unless you want to hack away at it yourself. I think it would probably be a more fair comparison after we've seen Edaha or 9.4


File 136546708391.png - (555.41KB , 540x720 , f1HJ71Y copy.png )
59544 No. 59544 hide watch quickreply [Reply]
Hey everyone, I just made my new site with kusaba x and when I create a board it says No visible boards. Any ideas?
>> No. 59545
>>59544
make a section, make a board, put the board in the section


Delete post []
Password  
Report post
Reason  
[0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]