Hi,
I’m reporting @nuturazvan for attempting to scam me out of 70€.
Last week, he contacted me on Discord saying he was looking for a control panel. I initially offered NimeraCP, but after I told him the price, he said he couldn’t afford it.
I then told him I could develop a custom control panel within his budget. After discussing the details, we agreed on the following:
Control / Donate Panel includes:
Donate page
Account registration page
Login page
Password reset page
Stripe integration
Agreed price: 70€
Deal date: December 3, 2025
I finished developing the panel on December 6, 2025, but I have not delivered it yet. The code is complete and currently sitting in a private GitHub repository, waiting for payment.
As of December 14, 2025, I still haven’t received any payment. I’ve asked him multiple times when I can expect it, and he keeps making excuses, saying a friend owes him money and that he’s waiting to get paid first.
If you don’t have the money, you shouldn’t be ordering work. I take responsibility for starting the work without upfront payment, but that doesn’t excuse repeatedly delaying payment.
Posting this as a warning to others.
Question
TroubleChick
url = new URL(Config.WEB_LINK); is = url.openStream(); // throws an IOException br = new BufferedReader(new InputStreamReader(is)); int count = 0; while ((line = br.readLine()) != null) { if (count == 0) { comanda = line; } count++; } System.out.println("DEBUG: Webcheck:" + comanda);The file is a simple .txt file containing "Still doesen't work how it should."
First output: DEBUG: Webcheck:announce Still doesen't work how it s
Second output: DEBUG: Webcheck:announce Still doesen't work how it should.
I've made a thread to check every 60 seconds and the first time doesen't read the whole line, but the second time it read it.
Any idea why?
18 answers to this question
Recommended Posts