Ghehe yeah of-course, I downloaded the cracked one already, but when I try to connect I just get this;
![]()
Ghehe yeah of-course, I downloaded the cracked one already, but when I try to connect I just get this;
![]()
Hmm I gues the one I thought that was cracked correctly isn't cracked. Where can I find an tutorial for cracking the SWF needed for Neutrino? //Sorry for asking such things
There's some cracked SWFs released with the various CMSs..
NeutrinoCMS
LidoCMS
Hmm ok, but thats only for localhost right?
how to solve this error?
http://i44.tinypic.com/344v39e.png
Well, I ask here becouse I don't want to open a new thread with this opened. I think I'm going to work a little bit more with this on summer, so I ask you ragezoners what do u think about that and what bugs have you already founded on this? Also I know that it's not stable at all, but I think we can do some fixes :)
Anyway, thanks for answering...
SSO would be better.
Either way, you could get help from more developers on RZ, KM, etc.
Use Netty's inbuilt socket handling (if you weren't already) and if you receive a message that is larger than say 1024 bytes, use dynamicBuffer() so then the buffer handling messages can change size accordingly :D
Also, use BoneCP coupled with Hibernate for smoother MySQL crap
There's some Map generators.
Makes life easy, not always guaranteed to do the job but it has for me.
There's no needing to use that socket handling function...
It's easy to write your own implementation (less code; more functions): I wrote for example an handler class which reads the client's message length, allocates the right space, and then checks if the message is complete (using async sockets it may be possible it is not).
In most of the cases it won't be complete, so I have two choices:
1) Wait 'till next receive attempt
2) Force the server to have another receive attempt
I used less than 100 lines of code to work on this shit, and trust me, it's very performant: you have no idea when you try to read a string, or an int from the message, and you get some exceptions 'cause there is not enough data to read... xD
Database download works not.