Furry stuff, oekaki stuff, and other stuff.
You are not logged in.
I've installed Wacintaki Poteto 1.3.6 (tenjou.net/pudding) and it seems to be working fine, with the exception of ShiPainter. Whenever I attempt to draw using ShiPainter, it says that the apple is not found. I've made sure that all permissions are set properly and that the .jar files were uploaded in binary mode.
I've also double-checked the source of shiBBS.php on the off-chance that somehow it was mistyped or corrupted, but it looks fine. It points at spainter_all.jar, which is also the name of the file. It points at the proper directory for resources, and the address for the board is also set up properly.
I've also verified that PaintBBS works, which doesn't mean terribly much since it's a different file and applet. Any ideas on why ShiPainter doesn't work?
Offline
Thank you kindly. I've approved your registration.
Though now it looks like PaintBBS isn't working...
Edit: Interestingly enough, if you go to http://pudding.tenjou.net, neither work, but if you go to http://www.tenjou.net/pudding, PaintBBS works. The address is set in the config as being http://www.tenjou.net/pudding.
Edit: Fixed that problem with PaintBBS, it seems, by hardcoding the actual path. Doesn't seem to help in the case of shipainter's problem, though.
Last edited by srothroc (01-24-2007 23:03:29)
Offline
Try adding this before the "code" parameter:
codebase="http://www.tenjou.net/pudding/"
If it works, it should work for both "www.tenjou.net/pudding" and "pudding.tenjou.net", because that just specifies from where the applet code is loaded.
Offline
Arrrgh. I remember there was an obscure problem with one of the ShiPainter distros on some servers, so you have to either add some kind of code or use the other version of ShiPainter. But, I can't remember how to do it, and the wwwSuteki.nu forum no longer exists.
Try this: download this version of ShiPainter, and upload it. Make sure the "res" folder is fully accessable to be sure (CHMOD to 664). Then, change the top of the applet code to this:
<applet id="shibbs" codebase="http://www.tenjou.net/pudding/" code="c.ShiPainter.class" archive="spainter.jar,res/normal.zip" width="<?=$xhack?>" height="<?=$yhack?>" mayscript> <param name="image_width" value="<?=$xcord?>" /> <param name="image_height" value="<?=$ycord?>" /> <param name="dir_resource" value="./res/"> <param name="tt.zip" value="./res/tt.zip"> <param name="res.zip" value="./res/res_normal.zip">
I don't know if it'll work, but it's worth a try.
Offline