-
VB6 Server Base [R50+] [SQL]
Hey there,
Sometime ago I was attempting to work with the flash client in VB6 though didn't get to far due to life commitments and real life things however I managed to start of what is a base. It connects to SQL, can read, write from SQL etc.
I've used some parts of the database from ION I think as it's what I had lying around and needed ideas on table names etc.
I am not providing help with this as it's a base. If you don't trust don't download. In the document there is the text you need to import into your MySQL Server, the VB6 source and the settings file you must update of your SQL login information. Either you like or don't. I don't care! it's your own opinion. If you enjoy and want to make this into an open source development I wouldn't mind helping.
*gone*
LINK : vb6base.rar
P.S. If you want to post any screen shots go ahead ;)
-
Re: VB6 Server Base [R50+] [SQL]
Uhh, Why code an Flash server in vb6?
Ok, its cool if its flatfile, but it will never beat C# / Java.
And eh is SSO already coded? :P
-
Re: VB6 Server Base [R50+] [SQL]
Why not? So what if it isn't JAVA or C#.. It can still be coded efficiently so that it can run the part.
-
Re: VB6 Server Base [R50+] [SQL]
Quote:
Originally Posted by
DJRemix123
Why not? So what if it isn't JAVA or C#.. It can still be coded efficiently so that it can run the part.
Yeah Privilege said the same on msn, But you all forget a few things..
VB6 is made by Microsoft to create "Desktop Applications" just like C#, Not for emulating Habbo.
The only "stable" language to code an Habbo server in is Java.
-
Re: VB6 Server Base [R50+] [SQL]
Quote:
Originally Posted by
PEjump2
Yeah Privilege said the same on msn, But you all forget a few things..
VB6 is made by Microsoft to create "Desktop Applications" just like C#, Not for emulating Habbo.
The only "stable" language to code an Habbo server in is Java.
Let me guess, because Sulake also uses Java?
There are many coding languages out available to use. C++, Assembly, RealBASIC, Delphi.. There is tons of programming languages that can be used though no 1 explorers out of the retro bubble. None of the haboons would use C# as half of their habbo retros if Nillus hadn't of done it. NOTE - Nillus wasn't the first to use C# either if you don't know.
-
Re: VB6 Server Base [R50+] [SQL]
Quote:
Originally Posted by
PEjump2
Yeah Privilege said the same on msn, But you all forget a few things..
VB6 is made by Microsoft to create "Desktop Applications" just like C#, Not for emulating Habbo.
The only "stable" language to code an Habbo server in is Java.
Doesn't matter what language is used, all that matters is how well its coded. Example would be: HoloVB6 is a great source.. but it still can be improved.
This here... is very well coded. Well done Zac (:
---
SSO isn't coded (would be quick and easy if you saw how ION does it)
Sample snippet:
Code:
Case "F_" 'SSO Login (this is all of the sso mentioned)
If Client(Index).Name = "UniquePacket" Then
Send Index, "@B" + "fuse_buy_credits.default.fuse_room_queue_default.fuse_trade.fuse_login." & Chr(1)
Send Index, "@C" & Chr(1)
End If
Also note that: It stays on Hotel View, code the sso for it to work ;)
http://img543.imageshack.us/img543/7066/somecake.png
-
Re: VB6 Server Base [R50+] [SQL]
-
Re: VB6 Server Base [R50+] [SQL]
Thanks to winterpartys, here is a client if you need it. You may need to edit the connection host and port though should be fine.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Tra
---------- Post added at 03:43 PM ---------- Previous post was at 03:42 PM ----------
Quote:
Originally Posted by
PEjump2
Uhm MySQL Connector? :P
The MySQL Connector is OBDC 3.51
-
Re: VB6 Server Base [R50+] [SQL]
Quote:
Originally Posted by
PEjump2
Uhm MySQL Connector? :P
I doubt you will be able to code it, since we had that fight over who was the best coder LOL and a week later I get a PM from you asking how to code sessions in PHP hahahaha
Anyway here you go, http://thugie.tekhawk.com/downloads/...1,20-win32.rar
Always good to try (:
-
Re: VB6 Server Base [R50+] [SQL]
Nah i already found it in the source, but thanks for the help :P
-
Re: VB6 Server Base [R50+] [SQL]
Quote:
Originally Posted by
DJRemix123
Sorry try this one:
Ya Face:
I had the SSO different and the whole client had spaces in between it :P
-
Re: VB6 Server Base [R50+] [SQL]
PEjump2 If you manage to code anything it's entirely up to you if you want to help and release in this thread or not.
-
Re: VB6 Server Base [R50+] [SQL]
Uhh, does it even create the sockets? Cuz it isn't showing an warning on my firewall?
-
Re: VB6 Server Base [R50+] [SQL]
It has a socket. If you understood VB6 you would see that.
-
Re: VB6 Server Base [R50+] [SQL]
Quote:
Originally Posted by
PEjump2
Uhh, does it even create the sockets? Cuz it isn't showing an warning on my firewall?
derp/derpy/durp
PHP Code:
sckGame(0).LocalPort = clsMySQL.runRead("SELECT sval FROM system_config WHERE skey = 'game_port'")
sckGame(0).Listen
-
Re: VB6 Server Base [R50+] [SQL]
vb6 is just confusing for me :/
-
Re: VB6 Server Base [R50+] [SQL]
It's basic :S I assumed you were great at Java as you were advertising it!
-
Re: VB6 Server Base [R50+] [SQL]
-
Re: VB6 Server Base [R50+] [SQL]
Gonna take a look at this. Thanks...
Edit:
I'm gonna be honest, this doesn't look too bad, might develop on it and build a little CMS. Thanks
-
Re: VB6 Server Base [R50+] [SQL]
Sounds nice, and from Djalex whonis a good coder ^^, might include some stuff from my vb6 flash server ^^ when I go on comp
Posted via Mobile Device
-
Re: VB6 Server Base [R50+] [SQL]
Quote:
Originally Posted by
Donkjam
Sounds nice, and from Djalex whonis a good coder ^^, might include some stuff from my vb6 flash server ^^ when I go on comp
Posted via Mobile Device
You will never leave your beloved VB6 wont you?
-
Re: VB6 Server Base [R50+] [SQL]
Looks like not works.
Any proofpics?
-
Re: VB6 Server Base [R50+] [SQL]
someone correct me if im wrong....But this is just HoloVB6 source??
-
Re: VB6 Server Base [R50+] [SQL]
Quote:
Originally Posted by
Donkjam
someone correct me if im wrong....But this is just HoloVB6 source??
No, it's not. I used the MySQL class if anything that's about it.. Though I am sure you'll be able to pick up that MySQL class or something like it around the internet.
---------- Post added at 05:44 AM ---------- Previous post was at 05:42 AM ----------
Quote:
Originally Posted by
Rav4eG
Looks like not works.
Any proofpics?
It's a base. You'll have no idea what to do with this! You'll probably be better if you just left this thread.
-
Re: VB6 Server Base [R50+] [SQL]
I would want to work on this, good to be used as a base to be honest.