Oh wow the nostalgia! This really makes me want to dig into play around with Habbo stuff at some point. I can just never motivate myself to get a suitable environment set up to work on it with. Maybe...
Type: Posts; User: Cecer
Oh wow the nostalgia! This really makes me want to dig into play around with Habbo stuff at some point. I can just never motivate myself to get a suitable environment set up to work on it with. Maybe...
Sadly I have nothing I can offer in terms of advice. I acquired those files back when there was only really releases for incomplete V1. This was long before I did any real programming or had any real...
IHI actually has quite a lot. It was just a pain keep motivation to do all the plugins while the community crumbled.
Honestly, it's all quite modular. I think the whole concept of IHI is...
This sounds like an interesting learning project. Props to you for trying something new! I honestly don't think you'd ever want to use Lua for anything too big but it is a nice language to play...
If you are genuinely interested in working on it then by all means we should discuss it. I think it just needs to be approached from a different angle. For example: Define what the socket system...
Be my guest. I'm not likely to ever use them and I'm all for sharing ideas. I'd like to hear how you get on :):
A couple of times I've tried to be part of these things but it always just died out. I stopped doing IHI due to motivation and I haven't enjoyed programming in the same way since the burnout. The...
It really depends on what your ultimate goal is. If it is to learn then you may never actually have a finished project. Part of becoming better is being willing to redo what you already did to make...
I totally forgot I still had those archives! Rest assured that as long my unlimited hosting remains free I will not be taking them down. That is unless I make some stupid mistake or Sulake for some...
A free hotel... that's something I haven't seen in a very long time :)
Using a framework means you can avoid writing much of the common code you would otherwise write. "Code on the shoulders of giants" if you will.
Once you know how to use most frameworks it will shave...
I really like it when something new comes around. I'll be checking in to see how things go.
Because I don't check Ragezone every 5 minutes. We CAN use TeamViewer but it's almost impossible to exchange details and agree on a time over here.
Wow... I'm not sure what to say...
HOW did you fail at copying a thread? Get a life...
If you add me on Skype (cecer.public) I will take a look for you. Please mention this thread to remind me :):
Wait? He put my name in that? GOD DAMN IT! HOW DARE HE!
I already fixed this for you before you made this thread. For the last time, you must be running the old EXE! There is no way that exception could still be being thrown!
If you really want to learn then I'll be happy to provide any help I can.
Skype: cecer.public (please provide a message so I know who it is and what you are after :rolleyes:)
Wonderful, thank you :D:
Would you mind adding me on Skype or something for easier communication? (cecer.public)
I never really got into Flash development so I don't really know the ins and outs of everything.
I kind of lost most of my interest in the retro community but I still have IHI/Bluedot just...
Wow this thread is a little derailed and a mess of conflicting answers.
Here is a sum up of what I feel is relevant and helpful information.
I have simplified things a little but that shouldn't...
I recommend using Bcrypt over SHA-2 as it is future proof and is much easier to work with in my opinion.
Here are some useful and informative links:
How do you use bcrypt for hashing passwords in...
Those pages are not yet implemented. I added a place holder page for them to avoid confusion.
Edit: I also added a CNAME from swf.habbo.uk.com to habbo.uk.com to handle old links (without...
Things like Git/SVN are good at storing specific changes. They are not well suited for storing your work environment.
A mixture of Dropbox for working in and Git for revision control is a great...
Not overly practical yet but it appears to have potential if done well :cool:
They are called APNGs but are not widely supported (I know FireFox supports them). I used one in my last post on the IHI thread. http://ihi.cecer1.com/l/thread
Some routers will hand port forwarding for internal connections, some don't.
Keep in mind that there are some cases where ISPs will block most incoming connections like this. It is rare from what I've heard but it does appear to be the case in some situations.
XAMPP is not recommended for public usage.
You don't need to open most of those ports.
I am willing to help. Rather than try and exchange details over here please visit the help channel on the...
I'm assuming that is your router login page. It appears your router does not apply port forwarding rules to internal connections. This MIGHT just be an issue for you. Does it work for other people...
Oh nice. Bluedot currently handles CTRL+C and CTRL+Break using pure managed code but I only disabled the X button. The close detection will make a nice addition (I'll keep the Managed CTRL+C/Break...
It is not a virus. The reason a lot of scanners pick it up as one is due to how it works.
From what I read it has to inject itself into the program in order to log the packets. This is what the...
Just to clarify: That is correct. SQL has a less known TABLE.FIELD syntax.
Don't scare me like that again!
Eh.. no.
Threads in .NET use threads at the operating system level. These separate threads will be shared across the CPU cores by the OS.
PHP has no real OS level threading support and therefore...
Gotta love closed source, hard coded emulators؟
I just noticed that I didn't link you to all the required files.
You'll want this too: https://github.com/Cecer1/Bluedot/blob/master/src/Useful/Collections/WeakDictionary.cs
Edit: I just noticed...
This might be useful to you.
https://github.com/Cecer1/Bluedot/blob/master/src/Useful/Caching/WeakCache.cs
You are free to use any and all of my Bluedot code. Credits are not required (as I am...
Something wrong with the two people who offered already?
The solution isn't to clear their cache somehow (it's really important for slow connections). You want to tell their browser not to cache the files that change regularly in the first place. The best...
I don't think I have you on MSN or Skype. If you can add me on: Cecer1@cecer1.com (MSN) or cecer.public (Skype) (technically they are both the same account) and I'll send the source and explain it...
It's hard to explain how I did it in a forum post but I'll be happy to show you my source.
Normally you would use $_SERVER['REMOTE_ADDR'] to get the IP of a visitor. However, as CloudFlare sits in the middle you will get their IP instead. Luckily CloudFlare forwards on the original IP...
Yay! More creative console design! How did you go about scroll handling for the individual sections?
Yeah, that is more or less the best way now. A bit of educated guessing combined with trial and error will help you identify the hard coded (and therefore unidentified) values.
Most of those are...
It's impossible to hide it from things like netstat. If you can make a connection to the server than you can see it there. It is absolutely impossible to avoid!
This may not be the most useful project but I feel this is the sort of attitude to a project more people need to have. If you're going to work on a project then you probably fit into one of the...
After giving it a test with the provided example file I found it simply generated broken code...
You'll NEVER stop people getting your IP and port! You need to connect to that IP and port so that can (very easily) be tracked. Also, the lack of shading on the mode sofa makes it look cheap and...
Without going into detail (it would take far to long and not be suitable for a forum post without seeing your source) this is how it is done.
To prevent users from jumping rooms you can keep track...