[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
Removed
No. 12189 hide watch expand quickreply [Reply]
paint problem.

"Java Plug-in 1.6.0_24
Using JRE version 1.6.0_24-b07 Java HotSpot(TM) Client VM
User home directory = C:\Users\*****
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
q: hide console
r: reload policy configuration
Message too long. Click here to view the full text.
4 posts omitted. Click Reply to view.
>> No. 12323
>>12259
I didn't edit any files and my host allows script.
>> No. 14541
i have this same problem with fresh install i think the problem is that the domain has an accent? anybody has fix?
>> No. 16682
bumping


File
Removed
No. 14153 hide watch expand quickreply [Reply]
How can I fix this? It went down for a few minutes, once I'm able to get back on it I see this.
29 posts and 1 image omitted. Click Reply to view.
>> No. 14870
>>14866
What can be done about it?
>> No. 14871
>>14870
Contact your host
>> No. 14899
>>14863
The first thing I'm going to try is a reinstall, if that fails, I'll contact my host.


File
Removed
No. 14894 hide watch quickreply [Reply]
The mod box is missing from my site
>> No. 14896
>>14893


File
Removed
No. 14887 hide watch quickreply [Reply]
The I have not access to the mod box, or ban commands.
Yes I do login.
please help


File
Removed
No. 14880 hide watch quickreply [Reply]
I have this error and I don't know what to do:
SQL database connection error: Access denied for user 'hoam_*my user number*'@'localhost' (using password: NO)

I've been trying to fix this in config.php and I can't get this to work.

Hosting: ho.am

Can somebody help me?
>> No. 14881
>using password: NO

Why arent you setting KU_DBPASSWORD
>> No. 14882
>>14881
When I'm typing password to KU_DBPASSWORD:
>SQL database connection error: Access denied for user 'hoam_*my user number*'@'localhost' (using password: YES)
>> No. 14892
>>14882
So your Mysql username or password is incorrect. We can't help you there


File
Removed
No. 14885 hide watch quickreply [Reply]
global_board_header.tpl
meta http-equiv="expires" content="Sat, 17 Mar 1990 00:00:01 GMT"
is it suppose to be expired like that to keep search engine crawlers crawling it? or should I update this line?
>> No. 14886
It keeps the page from being cached in your browser


File
Removed
No. 14878 hide watch quickreply [Reply]
How am I supposed to customize the appearance of my imageboard, beyond CSS?

For starters, I want to get rid of the iframes.

Is there a repository of Kusaba X themes or something to learn from?
>> No. 14879
DWOO dude, XHTML and the DWOO handbook/guide (found online) is all you need.


File
Removed
No. 14867 hide watch quickreply [Reply]
This is what i get when i try to lookup the IP of a poster:
Warning: Invalid argument supplied for foreach() in
/home/nunopere/public_ html/inc/classes/manage. class.php on line 1774
This is when i try to lookup a reported post by an user:
Warning: Invalid argument supplied for foreach() in
/home/nunopere/public_ html/inc/classes/manage. class.php on line 3096


Help anyone?
>> No. 14868
line 1774 isnt a foreach in 0.9.3's manage.class.php. Did you modify it?


File
Removed
No. 14860 hide watch quickreply [Reply]
If I move a thread, the post previews no longer work and point to posts in the old thread location (which no longer exists). Also, is there a way to set up a redirect if someone tries to go to the old url, and show some indication on the board page that it was moved?
>> No. 14861
the reflink html is part of the message itself and not generated dynamically. You'd need to modify movethread to do this. Same with the second question, you'll need to modify movethread to write to an htaccess file and remove it once the moved thread is deleted
>> No. 14862
lovely. I was afraid I'd have to do something like that.


File
Removed
No. 14827 hide watch quickreply [Reply]
Okay, here's the problem.

Someone in my site bumps for the threads which had been discussed weeks ago. When I delete his posts, the threads shouldn't stay the same.

For exampla, a thread in 3. page was bumped. I delete that post, the thread should go back 3. page, but unfortunately it stays in the first page. How can I fix this?
>> No. 14830
The threads stay the same unfortunately, Kusaba has no method of going back to the old spot. This isn't really a "problem", it's just a lack of a feature which you specifically need. Kusaba is open source so you could create a solution for this if you wanted to, look at what happens when you delete a post in Kusaba, check out the SQL command, the PHP function, etc...
>> No. 14832
I'm not really good at coding. If someone helps me, I would really appreciate it.
>> No. 14854
bump


File
Removed
No. 14844 hide watch expand quickreply [Reply]
Yep, changed server, Kusaba X fucks up again, no, I haven't edited the files, everything is from a back up of the old server.

What do?
3 posts omitted. Click Reply to view.
>> No. 14848
>>14847
Yes.
>> No. 14849
Nothing about it is appearing in my error log either.

Link: http://2011chan.co.cc
>> No. 14850
I'm so fucking stupid, I didn't have MBStrings installed on the new server.


File
Removed
No. 14825 hide watch expand quickreply [Reply]
I'd like to have an error page for this error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 16000 bytes)

Is it possible?

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 16000 bytes) in /home/chan/public_html/inc/func/posts.php on line 84
1 post omitted. Click Reply to view.
>> No. 14833
when PHP runs out of memory, what makes you think it can be able to allocate more memory to display an error page?
>> No. 14837
>>14833

What makes you think it can't?

It displays an error page already... it kills the post that is trying to make it then hits with that error page. Use your fucking head and drop your "hurrr im a smart ass look at me hurrr logical flaw" bullshit you 12 year old subhuman dog.

>that feel when I'm not even OP
>> No. 14840
>>14837
Because a PHP error message is part of the PHP core and already pre-loaded. Out of memory cannot even be overridden by set_error_handler() (see: https://bugs.php.net/bug.php?id=31905 ).

Even if it DOES use memory to display the error message, a single line of text, loading the Dwoo object and loading a dwoo template is a completely different thing that uses a lot more memory.


File
Removed
No. 11058 hide watch expand quickreply [Reply] [Last 50 posts]
How do you set up a image-board so that the boards are in a folder like, board.chan.org?
With the name of a folder at the beginning.

Does this effect any of the site from running properly?

Can it be done where I leave one board out and the others in a folder?
49 posts and 1 image omitted. Click Reply to view.
>> No. 11619
Basically, OP, if you want to do it like that, you'll need to edit a few files manually so things work smoothly. I have mine set up over 1 domain and 4 subdomains. Static, boards, sys, and www. Took me over a week to set things up correctly without any issues.
>> No. 11621
>>11619
Any chance of some instructions on what to edit and how to do it?
>> No. 14838
Can someone help me set this up, without all the errors?
Wanting url to read

boards.mysite.org
What do I need to edit?

Create subdomain.... boards.mysite.org
Redirect....../Boards/ to boards.mysite.org
Edit config....

$cf['KU_BOARDSDIR'] = '/home/911/public_html/boards';
$cf['KU_BOARDSFOLDER'] = '/boards/';
$cf['KU_BOARDSPATH'] = 'http://mysite.net/boards/';

Any help please?
Message too long. Click here to view the full text.


File
Removed
No. 14717 hide watch quickreply [Reply]
Whenever I follow a link to a specific post, rather than the board itself (like chan.net/board/1.html#3 as opposed to just 1.html) the Watched threads box can't be moved. It just acts like I'm trying to select text. How can I fix this?
>> No. 14722
I don't quite understand, explain better.
>> No. 14835
When you have #blah at the end of a URL it goes to the tag that has ref="blah" in it. If I have that in the URL, I can't move the watched threads box, and instead of showing a move icon, it shows the text select icon, and selects text. If I don't have the #, it acts normally.

Also, is there a way to edit posts?
>> No. 14836
Ok...never mind it isn't doing that now. I'd still like to know how to edit posts.


File
Removed
No. 14831 hide watch quickreply [Reply]
Sometime kusaba an error, says that thread is not found, but then she disappears. How to fix?


File
Removed
No. 14821 hide watch quickreply [Reply]
People on my board are getting errors like this when they post. The post still goes to the board, but this comes up anyways.

Another fine bug brought to you by PicPods, man I'm like king of problems here on the Support board

My board is http://www.equestriachan.x10.bz/
>> No. 14822
if you're making archives you need to make the folders for each board yourself (see >>4979 )
>> No. 14823
>>14821
I had archiving turned on on one of my boards but I didn't have an archive board, could that cause it?

I turned off archiving, I forgot I had turned it on


File
Removed
No. 14764 hide watch expand quickreply [Reply]
How can i add an additional upload option on Kusaba X, so users can upload images through the url, instead of the browse button ?
8 posts omitted. Click Reply to view.
>> No. 14783
>>14781
you need to share you board.php,

as, that line on mine is just die();

and almost at the end, your dot need to edit that close to the end, pastbin your board.php and ill have a look
>> No. 14816
>>14765

This code is vulnerable to a Remote File Inclusion.
>> No. 14818
>>14816

The entire purpose of this code is remote file inclusion. But I'm sure if you noticed something specific jmyeom would love to hear all about it.

(so he can be the one to rewrite the thing)


File
Removed
No. 14814 hide watch quickreply [Reply]
hi all love kusaba but i found a issue basically whenever i try to upload a mp3 file over 5mb it just redirects to the front page with no errors...
>> No. 14815
That's not an issue with Kusaba, that's an issue with your server (let me guessed, cheap $12 shared host?), your server is literally shorting out of memory when that happens.

If it's gotten to this point, it's probably time to go dedicated.


File
Removed
No. 14799 hide watch expand quickreply [Reply]
How do I allow CSS file uploads on one of my boards? Specifically /test/?

http://www.equestriachan.x10.bz/
2 posts omitted. Click Reply to view.
>> No. 14802
>>14801
No problem.

See you tomorrow.
>> No. 14808
It's also a good idea to add the CSS MIME type (text/css, if I remember), just putting the file extension is not secure.
>> No. 14810
>>14808

you can easily fake and forge mime-types, so that's not very secure either.

You could set the .htaccess file for each board to disable script execution.


File
Removed
No. 14806 hide watch quickreply [Reply]
help me
>> No. 14809
Your MySQL details are wrong.


File
Removed
No. 14794 hide watch quickreply [Reply]
When I try to install I get stuck here
>> No. 14796
is install file in the same folder as config file?
>> No. 14797
yes
>> No. 14798
http://kusabax.cultnet.net/wiki/frequently_asked_questions


File
Removed
No. 14215 hide watch quickreply [Reply]
Can I make one of my boards not show up in statistics?

I have a mod board and its so slow that it fucks up all of the rest of the stats.
>> No. 14217
Yes you can.
>> No. 14220
>>14217
cool, glad to hear it, how difficult is it?
>> No. 14795
how hard would this be?

can i get a hint of where to look?


File
Removed
No. 14729 hide watch expand quickreply [Reply]
I wanted to have a wordfilter on my board that filters to have rainbow text, but when I put this code (http://pastebin.com/ewVGSKqM) in the wordfilter box, it doesn't work. Instead of saying Snack Pack in rainbow text like it should it just says Sn
16 posts and 3 images omitted. Click Reply to view.
>> No. 14780
>>14779
When it says "under that function" it means under the function, not inside the function
>> No. 14785
>>14780
I thought i did put it under...
>> No. 14787
RAINBOW PROBLEM SOLVED, IT WORKS NOW :D


File
Removed
No. 14638 hide watch expand quickreply [Reply]
Characters in names and subjects don't become for example & they remain & (causing W3 validators to get buttmad).

Any solution? Yes, they convert in comments as you should all know.
2 posts omitted. Click Reply to view.
>> No. 14756
>>14736
if you read it you moron, it tells you right there, it does it automaticly, but just to prove a point, ill do it again
>> No. 14757
theres a & in all fields now...
>> No. 14758
and .... here is the source



this here as a & in it
</span>

<span class="postername"><a href="mailto:this%20here%20as%20a%20&amp;%20in%20it">this here as a &amp; in it</a></span>



so, as you can see, i was right, if does do it automaticly, if it dont, then you messed with something, revert the changes


File
Removed
No. 14700 hide watch expand quickreply [Reply]
If the email field is removed is it still possible for someone to inject a value into it using a bot?
12 posts and 2 images omitted. Click Reply to view.
>> No. 14750
>>14748

People can send anything they want if they know how, regardless of what's actually on the page (or whether a page even exists.) If the password field isn't there it becomes just a matter of adding that name/value pair to an ajax request as if it were, or editing the html locally with a userscript or something to add the field.
>> No. 14751
>>14750

I wonder if anyone can edit the IS_DELETED field.
>> No. 14753
>>14751
you could with a SQL injection, obviously, but kusaba x shouldn't be vulnerable to that.

if it is, i want my money back.


File
Removed
No. 14747 hide watch quickreply [Reply]
How to I automatically delete all threads in the MySQL instead of doing that stupid "wait 7 days to delete, IS_DELETED 1" shit?


File
Removed
No. 11836 hide watch expand quickreply [Reply]
Hello!

I'm looking for script to create countryballs or polandball on my board. Can anyone help me find script?
10 posts and 1 image omitted. Click Reply to view.
>> No. 12094
>>12010
I 2nd that ;P
>> No. 14714
The dude even has various commented segments with 420chan file paths that I commented out myself ages ago.

Make your own shit, loser. Nice going copying just about everything I made.
>> No. 14743
HOLY SHIT, this guy even copied THE FUCKING SPOILERS... dude, OP, 10 fucking 10.

I'm literally laughing right now.


File
Removed
No. 14709 hide watch quickreply [Reply]
How can i change the email field to 2 checkboxes , one with " noko " and the other with "sage" ?
>> No. 14715
bump
>> No. 14719
edit the post box template and replace the email field with radio selectors. For convenience sake I'd go ahead and keep calling it 'email' so when it passes the value it's the same as if they added sage or noko in the email field (less editing you have to do later.)

of course you'll also have to change the code (wherever it is, I can't think today) to make sure it accepts only those values and no longer processes email addresses.
>> No. 14721
>>14709

>of course you'll also have to change the code
I'd need help with that.


File
Removed
No. 12255 hide watch expand quickreply [Reply] [Last 50 posts]
How make the SPOILER like this?
51 posts omitted. Click Reply to view.
>> No. 12315
.
>> No. 14695
lol copying 420chan.
>> No. 14712
>>14696
>flat out stole

Meh they look them same yea, but I didn't steal his code silly.


File
Removed
No. 14692 hide watch quickreply [Reply]
Whenever I tried to delete ban, it gives a 500 err.

How to fix it?
>> No. 14707
Check your error log
>> No. 14708
>>14707
How do I check it?
>> No. 14711
You should have a file called "error_log", open it and read.


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]