[Home] [Catalog] [Search] [Inbox] [Write PM] [Admin]
[Return]

Posting mode: Reply

(for deletion, 8 chars max)
  • Allowed file types are: gif, jpg, jpeg, png, bmp, swf, webm, mp4
  • Maximum file size allowed is 50000 KB.
  • Images greater than 200 * 200 pixels will be thumbnailed.



Bunkasai 2025 reminder - happening on 2025/11/02 (Sun)!
Check the details at: [Thread]


File: mokoe.jpg
(74 KB, 1279x1019)[ImgOps]
74 KB
Hello,

we are trying to set up and translate the hakoniwa islands 2 game into Portuguese and run it for our users. Your version seems to be upgraded in numerous ways, and we were wondering if you let us borrow some of these scripts.
If you have a log function or ban function that would help loads because we are mostly worried about spam, I've been trying to get it done with AI for several days but it's retarded and doesn't work.

thanks
-mokoich
>>
Our current version derives from the JavaScript + Skins version found here: http://no-one.s53.xrea.com/download.html (click [その他] then download JAVAスクリプト版「箱庭諸島」-ver1.11- 箱庭スキン対応版)

We have indeed made a few moderation and anti-trolling improvements as well as many other tweaks here and there, but they're currently not public. They probably won't be public any time soon due to us being busy with other projects + having concerns about certain bad actors using it against Heyuri. Gomennasai :sweat2:
>>
Kaguya, here. If you provide lewd picz we might reconsider :unsure:
>>
File: paedobuer.png
(21 KB, 400x400)[ImgOps]
21 KB
>>69391
as you wish, fufu.

>>69390
If you have a (perl written)log alone, we could probably do moderation it with htaccess.
>>
all im saying is its pretty funny that the owner of cgi is gatekeeping his scripts even after kaguya announced a policy of openness, even open sourcing kokonotsuba! besides, im confident the work done on them was done by GPT anyway. Let this portuguese fellow have them.
>>
>its pretty funny that the owner of cgi is gatekeeping his scripts
I was very happy to share them, and did so - including the initial non-JS/skins version of Hakoniwa 2 we were playing: https://up.heyuri.net/src/2930.7z . That is, until we had sum fag constantly attacking the CGI site (especially Hakoniwa), who also began shilling their own Hakoniwa instance (using our translation with no credit given) everywhere as if it was the only one that existed, and as if they were the ones who'd found & translated it :dark:

We've been a lot more cautious since then (and I personally lost a lot of interest in working on things related to the CGI site for a long time after all the attacks and bullshit we had to deal with), but I still fully intend to share our various translated & modified script eventually - this was a goal I'd had in mind even b4 teh CGI site was launched. I already have several scripts uploaded on private github repos, with the idea being that other Heyuri devs (who have much more programming knowledge than I do) could review them for any obvious exploits/mistakes/etc. and then I could make them public. However, other things became higher priority along the way (such as Teh Overhaul for kokonotsuba), and so little-to-no progress was made :sweat2:

>besides, im confident the work done on them was done by GPT anyway
It was only used as much as any project today uses it - probably a lot less in fact

- I did the translation and various tweaks/mods using my own knowledge, assistance from online dictionaries & machine translation tools, and surviving Japanese Hakoniwa modding sites (such as a mod that only allows actual players to comment on other islands)
- COW developed some initial moderation features (such as preventing single IP addresses from flooding the game with new islands)
- hachikuji developed numerous anti-spam measures, more advanced mod tools, and a fleshed-out mod UI
>>
>>69395
https://up.heyuri.net/src/2930.7z is what were using
what im trying to use as a log is this:
my $ip = $ENV{'HTTP_CLIENT_IP'} 
       || $ENV{'HTTP_X_FORWARDED_FOR'} 
       || $ENV{'REMOTE_ADDR'} 
       || 'UNKNOWN';
    my $timestamp = localtime();
    open(my $log_fh, '>>', 'log.txt') or warn "Nao da pra abrir o log: $!";
    flock($log_fh, 2);  # exclusive lock
    print $log_fh "[$timestamp | Turn: $HislandTurn] LOGIN on (ID: $HcurrentID) from IP: $ip\n";
    close($log_fh);
    }

i want it to look the one you had here: https://dafai7al4bivx5.archive.ph/WF5LH/321a762c63bfb88642b877f1d463c1cb2008b0c3.jpg
i dont know if im placing it wrong or what but it doesnt work right. most annoying part is it logs the info everytime you click 'to development' instead of every actual login.

what does/did yours look like, and where did you place it in the file(I think that matters?), also WHICH file, hako-main or hako-top? hopefully we can ban people manually from htaccess from there.
we were already going to, but we will credit you. Im pretty sure most of our users use heyuri anyway though.


thanks
>>
It works, thank you a lot, it was a headache for a couple of days just on that.
>>
If you mean the deleted posts I made earlier, I removed them because I discovered some security flaws with it - I will write up a better version later :sweat2:
>>
aiiii AIIIIIII QUE DELICIA CARA

(its the only brasilian meme i know)
>>
Woah, I'm being impersonated :dizzy:
But I could try adding it, provided it's fixed with the improvements and tweaks.
- the real myuu


Delete post: []