[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 1239 unique user posts. View catalog


File 13360281312.png - (248.18KB , 569x317 , because.png )
37730 No. 37730 hide watch quickreply [Reply]
How to create recent post in the frontpage? anyone?


File 133568115696.png - (13.64KB , 450x450 , 1320668502993.png )
37689 No. 37689 hide watch expand quickreply [Reply]
how to add [img] bbcode in textboard?
>what inc/class must be modify
and how to block TOR IP's incoming to the server
10 posts and 2 images omitted. Click Reply to view.
>> No. 37721
>>37703
bump for same problem too
>> No. 37722
>>37703
bump for same problem too
>> No. 37725
>>37722
>>37721
>>37708
its a problem on kusaba.js, you can fix it in /lib/javascript/kusaba.js


File 133586009351.gif - (970.31KB , 300x225 , 1296096806248.gif )
37718 No. 37718 hide watch quickreply [Reply]
hi you guys, so i have sucessfully installed kusaba but i have a slight problem when you click the "Reply" link it forgets to put a slash after my url and then just puts the "r" i have for my section right on to the end of my url making it garrett/garrettchanr rather than garrett/garrettchan/r/

if you are confused at what im talking about click reply yourself and see http://sonomamarincomputing.com/garrett/garrettchan/r/

i would love to get an image board going, thanks!
>> No. 37719
File 133586073384.jpg - (37.35KB , 348x464 , 1296273109816.jpg )
37719
op here nevermind figured it out!


File 133576119231.png - (9.24KB , 75x75 , ctl.png )
37705 No. 37705 hide watch quickreply [Reply]
I allowed users to select a theme but now I want to remove that, how do I disable theme select?

Pic unrelated
>> No. 37709
remove the option from img_header.tpl
>> No. 37712
>>37709
isnt it easier than this?

just dont list the styles in your config.php
>> No. 37713
Okay I figured it out thanks.


File 133579054450.jpg - (22.71KB , 420x406 , 135446467.jpg )
37710 No. 37710 hide watch quickreply [Reply]
How stable Kusaba X SVN is?
>> No. 37711
it doesn't work.


File 133469768024.jpg - (22.21KB , 460x306 , 520495178_95dee0a1b2.jpg )
37515 No. 37515 hide watch expand quickreply [Reply]
Is it possible to have multiple files upload?
If not, it will be possible on future versions?
That's a problem when you want upload 30 or 40 files :(
Thanks! :)
10 posts and 3 images omitted. Click Reply to view.
>> No. 37564
I'm also interested in that >>37557
>> No. 37693
any news on this?
which code should we change to implement multiple upload instead of only 1 image per post?
Im interested only in reply posts, in OP posts is not necessary.
thnx
>> No. 37694
I for one will be laughing once this comes out and all the people running imageboards on the cheap won't be able to have such single transmission processes run on their server.


File 133536889814.jpg - (197.63KB , 1366x1236 , subject.jpg )
37635 No. 37635 hide watch quickreply [Reply]
Subject is pretty redundant(IMO), So to increase its use can someone help make a subject page that shows 10 subjects
(or whatever number) listed for each board.
So if someone inputs in the subject field it gets listed on the subject page.

A bit like the picture...

I will post here as /sug/ gets destroyed and everything gets lost.
>> No. 37636
wait, so basically you want to use subjects like tags?
>> No. 37690
>>37636

Not really, just a list on a separate page of recent subjects added. The reply would link to the thread on whatever board it was created. If a thread was created without a subject being added, it would be left out of the list.

Maybe template based
http://pastebin.com/3AZiE8Qt

( I tried and failed :/ )


File 13356174857.jpg - (209.46KB , 1600x1200 , 1330126019689.jpg )
37683 No. 37683 hide watch quickreply [Reply]
What is the file that keeps records of posts on individual boards? Or what would I need to do to clear them back to post 1 again?

For example, if I decided to empty out a board completely, no posts, if I posted again, the next post would be something like post #1078, instead of #1. So how would I go about doing that instead of just deleting the board and starting it all over again? Tweaking all the settings and stuff is a pain in the ass, so there must be an easier way.
>> No. 37685
>>37683
manage, "sql query" and paste this:
(warning, you need to edit this with your prefix, if you set no prefix, then remove "prefix_"

DELETE FROM `prefix_posts` WHERE `IS_DELETED` = 1


this may take some time, just let it run, it is flushing out files that are marked for deletion, if you get any kind of error relating to how long it has ran (i.e "php excute time blahblah", or "this website has stopped responding") just repeat untill it no longer times out

and bobs you uncle, should now work :)
>> No. 37687
>>37685
I want to make love to you.
>> No. 37688
>>37687
i know you do, but i cant let you, everyone wants to make love to me, and if i let everyone make love to me, grumpy will give me aids

yes, im talking to you grumpy :)


File 133561891756.png - (27.78KB , 1571x217 , 6chan_host22_com-config_php.png )
37684 No. 37684 hide watch quickreply [Reply]
not sure how to fix this
>> No. 37686
upload everything, try again, you did not upload everything


File 13335735808.png - (4.14KB , 294x208 , and.png )
35224 No. 35224 hide watch expand quickreply [Reply]
i HAVE 2 PROBLEMS, THE FIRST, i AM USING 'POST SCREENING' AND i WOULD LIKE oops caps sorry, the & to be a hyperlink so i can D & B in the approve deny manager.

The 2nd I want to restore a board I deleted, I know if I do this I will have to restore the sql database for that board and only that board. How do I do that? (I know i will just upload the files on that board but I don't want to restore the whole site to it's previous backup just one board and leave whats there now intact).
14 posts omitted. Click Reply to view.
>> No. 37644
>>37572
this is not coding on your part, but coding on kusabas part,

this happens due to the way the frames are set out, working it any other way would render the viewing of boards while in manage panel not working, and allow for links to be abused within the manage panel

i recommend not tampering with this, so im not going to provide a fix for this, but if you do want to look into it, it has to do with the way http links are parsed to make them safe

i.e <a href=\"http://google.com\">http://google.com</a>

the escaped quotes are to protect you, and that is all information i am going to give
>> No. 37654
>>37644

Yeah... now that i think about it, being able to click on links while logged into the manage panel would be a potential security issue.
>> No. 37682
>>37644
hmmm ok


File 13355448887.jpg - (207.25KB , 1280x720 , 1335511648540.jpg )
37680 No. 37680 hide watch quickreply [Reply]
Cannot post in oeaki and normal imageboard if captcha is on. how do i fix this thing? but in xampp is working, in other webhosting is not.

>inb4 move to another server


File 133511927033.png - (20.82KB , 1173x216 , internal_server_error.png )
37613 No. 37613 hide watch expand quickreply [Reply]
I get internal server error on my page (only front page and manage) and my error log says:

[21-Apr-2012 19:23:30 UTC] PHP Warning: [eAccelerator] Can not create shared memory area in Unknown on line 0
[21-Apr-2012 19:23:30 UTC] PHP Fatal error: Unable to start eAccelerator module in Unknown on line 0
[21-Apr-2012 19:23:30 UTC] PHP Fatal error: Out of memory (allocated 3932160) (tried to allocate 122880 bytes) in /home/finboard/public_html/inc/classes/manage.class.php on line 1529
[21-Apr-2012 19:23:31 UTC] PHP Warning: [eAccelerator] Can not create shared memory area in Unknown on line 0
[21-Apr-2012 19:23:31 UTC] PHP Fatal error: Unable to start eAccelerator module in Unknown on line 0


I've tried to delete .htaccess but it doesn't work. Wheres the problem and how can I fix it?

Please help me! :(
27 posts and 3 images omitted. Click Reply to view.
>> No. 37676
just so people know its me, also added trip
>> No. 37677
>>37676
after checking out his site from ftp, it is a problem with the hosts configuration of php, i have advised him to demand they resolve it or issue a refund
>> No. 37679
>>37677
Thanks! I told them to fix the configuration of php and said that the problem shouldn't be in memory use.

Lets just wait for the reply from them...


File 133547145865.jpg - (37.40KB , 600x600 , CELL.jpg )
37665 No. 37665 hide watch expand quickreply [Reply]
When I try to delete posts, it gives me a message:
delposts not implemented.

What I doing wrong?
3 posts omitted. Click Reply to view.
>> No. 37672
>>37671
Could you please tell me where function is located and which page is?
>> No. 37673
>>37671
And your email, plz...
>> No. 37675
jmyeom@googlemail.com


File
Removed
No. 14444 hide watch expand quickreply [Reply]
How do I make a link always open in a new tab?

I know, I must use "target _blank". But how do I make all links like that?
5 posts omitted. Click Reply to view.
>> No. 18529
>>14450
how can I find those targets?
>> No. 22210
where to change this?
>> No. 37630
>>14444
inc/classes/parse.class.php

$txt = preg_replace('#(http://|https://|ftp://)([^(\s<)]*)#', '<a href="\\1\\2">\\1\\2</a>', $txt);

$txt = preg_replace('#(http://|https://|ftp://)([^(\s<|\[)]*)#', '<a target=\"_blank\ href="\\1\\2">\\1\\2</a>', $txt);


File 133135405189.jpg - (21.96KB , 360x480 , argh.jpg )
34837 No. 34837 hide watch expand quickreply [Reply]
So, I want to change the quote animation, where should I look for?
4 posts omitted. Click Reply to view.
>> No. 34846
>>34844
Kinda, I just want the quote to be animated, like here.

And, like here >>34838 , I want to put a "load more posts" button at the bottom of the page.
>> No. 34859
Bump
>> No. 37629
bamp


File 13350321381.png - (83.03KB , 800x258 , swwbr.png )
37602 No. 37602 hide watch quickreply [Reply]
How do I fix this? (something went wrong (blank response) while hovering over a quote)
>> No. 37625
not 100% sure (have fixed this in the past, but when i was first working with kusaba, i dont have very good memory)

if i remember it had something to do with paths, but i will see if i can reproduce the error
>> No. 37627
>>37625
Ok. Thanks for the reply.


File 133382656768.gif - (686.00KB , 278x300 , 1319741193022.gif )
37379 No. 37379 hide watch expand quickreply [Reply]
How do I make quotes animated and smooth like here?
3 posts omitted. Click Reply to view.
>> No. 37425
bomp
>> No. 37607
bump
>> No. 37624
ill look into it


File 133503698463.jpg - (52.87KB , 600x735 , 1333025126385216.jpg )
37603 No. 37603 hide watch expand quickreply [Reply]
Where are the cache setups in Kusaba X script?
My page gives internal server error and I'm trying to fix it by changing it
3 posts omitted. Click Reply to view.
>> No. 37610
And the error only comes at front page
>> No. 37611
meh, cache is in (i think, off the top of my head) /dwoo/compiled... or maybe dwoo/templates_c/
>> No. 37612
>>37611
Thanks, so.. what I need to change to make it run faster?


File
Removed
No. 18398 hide watch quickreply [Reply]
When i put the mouse over a quote on chrome, sometimes i don't get the pop-up to show up.

It's not always, sometimes it works, sometimes it doesn't.

On other browsers ( Firefox, IE, and so on ) works all the time.

Anyone can help ?
>> No. 18400
More details, please.
>> No. 37608
bump


File 13348980896.jpg - (40.57KB , 500x752 , Y3FZh.jpg )
37577 No. 37577 hide watch expand quickreply [Reply]
Hi. I made a lot of mistakes adjusting things around in the past few days, coming to the point of no return: I erased /root and I'm now going to restart from scratch.
What I'd like to know is if it's possible to restore boards as they where before using the backup I did of them. With "backup" I mean the folders with the .html's of all the pages.
4 posts and 1 image omitted. Click Reply to view.
>> No. 37585
>>37584
next time, go to save your sql, everything else can be rebuilt :P
>> No. 37586
>>37584
and unless you want to sit and copy and paste all the info into the sql the long way :)
>> No. 37600
When you back up the files you also back up the sql db in myphpadmin (Click export).


File 133443526099.jpg - (26.12KB , 381x515 , 133241146357.jpg )
37474 No. 37474 hide watch expand quickreply [Reply]
I'm working on new navigation layout and stuck with some problem. I'm trying to put page selector (nWsR) in img_header instead of img_footer. But it seems img_header can't access $thispage and $numpages variables. $thispage is always zero. Just take a look to understand what I'm talking about: http://publicbetachan001.net63.net/b/ You can click the right arrow button after "0" and go to the page 1, but the number in header won't change. Though page navigation in footer still works fine.
I guess I should edit board-post.class.php because that variables and "dwoo" are mentioned there but I have no idea what exactly should I change.
12 posts omitted. Click Reply to view.
>> No. 37545
>>37489
>>37513
Disregard this. Everything works now.
>> No. 37598
>>37481
It's not perfect yet. Script doesn't know if there is a next page or not, it also links to "0.html" which doesn't exist (maybe in some configuration it exists but not for me).
>>37483
I tried copying and pasting some code which in my opinion stands for dwoo data assignation but all I got was compilation errors.
>> No. 37599
>>37598
0.html is the first page of the board.

it's what's loaded when /b/ is loaded. It's the index of the board.


File 133473034934.jpg - (14.02KB , 489x291 , regex.jpg )
37519 No. 37519 hide watch expand quickreply [Reply]
sup /sup/ can someone give me the regex code for replacing all words with something?

Pic sorta related, but not really.
11 posts and 2 images omitted. Click Reply to view.
>> No. 37589
No homo jmyeom but I love you. <3
>> No. 37596
>37588

Thanks.

how do I make the words come out like this?
PUDDI! PUDDI! PUDDI! PUDDI! PUDDI! PUDDI! PUDDI! PUDDI! PUDDI! PUDDI!

They come out like this.
PUDDI!PUDDI! PUDDI!PUDDI! PUDDI!PUDDI! PUDDI!PUDDI! PUDDI!PUDDI!


they are joined.
>> No. 37597
>>37596
o yes, derp, you cant see it in the picture,

just edit the word filter, and add a space on the end (thats what the first bracket in the first regex i posted would do, but it did not like it :(

just add a space at the end, as kusaba strips double spaces into single spaces anyway


File 133485266240.gif - (476.96KB , 500x500 , tumblr_l8l0zkEqCZ1qzt4vjo1_500.gif )
37551 No. 37551 hide watch expand quickreply [Reply]
How to disable post preview?
5 posts omitted. Click Reply to view.
>> No. 37562
How come post preview here is so smooth? Is it due to modified kusaba.js or modified .css?
>> No. 37568
bump
>> No. 37593
I think its css related.


File 133379807961.png - (79.46KB , 197x300 , ln_s.png )
37375 No. 37375 hide watch expand quickreply [Reply]
Will say Thank you to the developer of kusabaX! Best Script in the WWW! Thank you to the people who helps me here with install, problem-solutions and so on.

Best Regards

/.312chan - dot.org/
7 posts and 1 image omitted. Click Reply to view.
>> No. 37507
File 133466626336.jpg - (38.47KB , 500x375 , jd.jpg )
37507
>>37497 If anyone knows about this Person, please contact us or your local FBI Department (For US Residents only) When you thinking that you know this Person please contact us with your Information: The Person loics other Chan Pages included this Page. You can find more Informations about him and his Group on leetchan.org. @dutchman
>> No. 37543
>>37506
Lol I hate to rain on your parade, but i'm going to put this simple. The FBI isn't going to do a thing about people DDoSing chans... As much as I enjoy lurking chans they aren't important to the United States government. So the 'I called teh fedz guise' threat doesn't scare anyone.
>> No. 37573
>>37506
>>37506
Lol mate, we haven't "loiced" anyone. We've merely posted on your site.

Feel free to send the feds after us, though.


File 133462070012.jpg - (17.51KB , 382x287 , TIS.jpg )
37499 No. 37499 hide watch expand quickreply [Reply]
In my templates some random code that looks like it is part of the original code keeps appearing at the bottom of some of the templates.

If I delete it and then go back into the template it appears again, but when I check the files on the server they are fine.

What could be causing this?
eg/

error.tpl

At the end,
</body>
</html> href=

appears.
3 posts omitted. Click Reply to view.
>> No. 37518
>>37514
Are you using the template editor in kusaba?

Is this also appearing in the html files?
>> No. 37520
>>37518

Using the template editor in the manage areas, random code appears at the end of the template if I don't delete it when editing then it saves when I make an edit, in the server files there is no code appearing. If I use firefox there is no problem but in Opera it happens. It only happens in some of the template files.

>Is this also appearing in the html files?
No

This only happens on the edit templates.
>> No. 37567
Opera error?


File 133305690823.jpg - (42.53KB , 500x332 , 1308298309110.jpg )
35172 No. 35172 hide watch expand quickreply [Reply]
My error log is filled up with this.

PHP Warning: preg_match() expects parameter 2 to be string, array given in /home/XXXXXXX/public_html/lib/dwoo/plugins/builtin/functions/capitalize.php on line 22



Any ideas.
1 post omitted. Click Reply to view.
>> No. 37498
>>35187

Is there a way to stop it, it keeps filling up the log and it's driving me crazy.
>> No. 37501
>>35187
>this is normal kusaba nothing wrong here
even when you're wrong you're right.
>> No. 37566
ARGHHHHHH!!!


File 13347671651.jpg - (13.45KB , 192x253 , 133468285591.jpg )
37530 No. 37530 hide watch expand quickreply [Reply]
How can I make the top/bottom bar highlight boards with new posts?
1 post omitted. Click Reply to view.
>> No. 37537
Already did it using some PHP, JSON and 15 lines of Javascript.
>> No. 37547
File 13348510578.jpg - (16.54KB , 514x452 , Todsweeny.jpg )
37547
>>37537
Can you please share?
>> No. 37552
>>37537

Could you please share it?


File 133464384868.jpg - (159.04KB , 801x795 , 133427014993.jpg )
37503 No. 37503 hide watch quickreply [Reply]
I keep getting
Warning: exec() has been disabled for security reasons in /home/u198183192/public_html/inc/func/posts.php on line 78

What do?
>> No. 37504
Well I'm not getting that error any more... but all the images 404
>> No. 37544
Umm ask your host to enable the function exec in php.


File 133475919188.gif - (21.46KB , 455x364 , 1325288886205.gif )
37524 No. 37524 hide watch expand quickreply [Reply]
How I can lower the memory use in Kusaba script?
3 posts and 1 image omitted. Click Reply to view.
>> No. 37531
>>37529
I can see the video though, but how can I get rid off that error?

Is it related to some blank spaces in PHP files?

Please help :(
>> No. 37532
>>37529
open /inc/func/posts.php and replace 'split' with 'explode' wherever you find it. The arguments will remain the same just swap out the function names.

embedding should work after that.
>> No. 37533
>>37532
Thanks! :)


File 133470695378.png - (280.05KB , 452x710 , sad.png )
37516 No. 37516 hide watch quickreply [Reply]
Is there a way to build in sage/noko buttons? Like krautchan.

Or put noko in the cookies so you could upload a set etc.
>> No. 37521
sure, /*^/i
>> No. 37525
Yes, just replace the email text input with two radio buttons with the values, sage and noko
>> No. 37526
<tr>
<td class="postblock">
Sage
</td>
<td>
<label for="sage">
<input id="sage" type="checkbox" name="em" value="sage" style="vertical-align: middle;"></label>
</td>
</tr>

Use it!


Delete post []
Password  
Report post
Reason  
[0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22]