VB6 Server Base [R50+] [SQL]

Page 1 of 2 12 LastLast
Results 1 to 25 of 42
  1. #1
    Sorcerer Supreme DJRemix123 is offline
    Member +Rank
    May 2007 Join Date
    land down underLocation
    419Posts

    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 ;)


  2. #2
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    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

  3. #3
    Sorcerer Supreme DJRemix123 is offline
    Member +Rank
    May 2007 Join Date
    land down underLocation
    419Posts

    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.

  4. #4
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: VB6 Server Base [R50+] [SQL]

    Quote Originally Posted by DJRemix123 View Post
    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.

  5. #5
    Sorcerer Supreme DJRemix123 is offline
    Member +Rank
    May 2007 Join Date
    land down underLocation
    419Posts

    Re: VB6 Server Base [R50+] [SQL]

    Quote Originally Posted by PEjump2 View Post
    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.

  6. #6
    Banned winterpartys is offline
    BannedRank
    Jan 2009 Join Date
    Australia, OLD.Location
    695Posts

    Re: VB6 Server Base [R50+] [SQL]

    Quote Originally Posted by PEjump2 View Post
    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 ;)

    Last edited by winterpartys; 29-11-10 at 06:39 AM. Reason: Quoted wrong person.

  7. #7
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: VB6 Server Base [R50+] [SQL]

    Uhm MySQL Connector? :P

  8. #8
    Sorcerer Supreme DJRemix123 is offline
    Member +Rank
    May 2007 Join Date
    land down underLocation
    419Posts

    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 View Post
    Uhm MySQL Connector? :P
    The MySQL Connector is OBDC 3.51

  9. #9
    Banned winterpartys is offline
    BannedRank
    Jan 2009 Join Date
    Australia, OLD.Location
    695Posts

    Re: VB6 Server Base [R50+] [SQL]

    Quote Originally Posted by PEjump2 View Post
    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 (:

  10. #10
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: VB6 Server Base [R50+] [SQL]

    Nah i already found it in the source, but thanks for the help :P

  11. #11
    Banned winterpartys is offline
    BannedRank
    Jan 2009 Join Date
    Australia, OLD.Location
    695Posts

    Re: VB6 Server Base [R50+] [SQL]

    Quote Originally Posted by DJRemix123 View Post
    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
    Sorry try this one:
    Ya Face:

    I had the SSO different and the whole client had spaces in between it :P

  12. #12
    Sorcerer Supreme DJRemix123 is offline
    Member +Rank
    May 2007 Join Date
    land down underLocation
    419Posts

    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.

  13. #13
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: VB6 Server Base [R50+] [SQL]

    Uhh, does it even create the sockets? Cuz it isn't showing an warning on my firewall?

  14. #14
    Sorcerer Supreme DJRemix123 is offline
    Member +Rank
    May 2007 Join Date
    land down underLocation
    419Posts

    Re: VB6 Server Base [R50+] [SQL]

    It has a socket. If you understood VB6 you would see that.

  15. #15
    Banned winterpartys is offline
    BannedRank
    Jan 2009 Join Date
    Australia, OLD.Location
    695Posts

    Re: VB6 Server Base [R50+] [SQL]

    Quote Originally Posted by PEjump2 View Post
    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 
    Last edited by winterpartys; 29-11-10 at 07:18 AM.

  16. #16
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: VB6 Server Base [R50+] [SQL]

    vb6 is just confusing for me :/

  17. #17
    Sorcerer Supreme DJRemix123 is offline
    Member +Rank
    May 2007 Join Date
    land down underLocation
    419Posts

    Re: VB6 Server Base [R50+] [SQL]

    It's basic :S I assumed you were great at Java as you were advertising it!

  18. #18
    Member srdanilo2014 is offline
    MemberRank
    Jan 2010 Join Date
    25Posts

    Re: VB6 Server Base [R50+] [SQL]

    Cms?.
    Post for down

  19. #19
    Web Developer Markshall is offline
    Grand MasterRank
    Oct 2009 Join Date
    EnglandLocation
    628Posts

    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
    Last edited by Markshall; 29-11-10 at 09:52 AM.

  20. #20
    i didnt do this. Donkjam is offline
    Grand MasterRank
    Jul 2007 Join Date
    4,493Posts

    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

  21. #21
    Clean Title For Xen vLife is offline
    Super ModRank
    Apr 2009 Join Date
    The BahamasLocation
    3,814Posts

    Re: VB6 Server Base [R50+] [SQL]

    Quote Originally Posted by Donkjam View Post
    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?

  22. #22
    Grand Master TheOleg is offline
    Grand MasterRank
    Apr 2008 Join Date
    EstoniaLocation
    570Posts

    Re: VB6 Server Base [R50+] [SQL]

    Looks like not works.
    Any proofpics?

  23. #23
    i didnt do this. Donkjam is offline
    Grand MasterRank
    Jul 2007 Join Date
    4,493Posts

    Re: VB6 Server Base [R50+] [SQL]

    someone correct me if im wrong....But this is just HoloVB6 source??

  24. #24
    Sorcerer Supreme DJRemix123 is offline
    Member +Rank
    May 2007 Join Date
    land down underLocation
    419Posts

    Re: VB6 Server Base [R50+] [SQL]

    Quote Originally Posted by Donkjam View Post
    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 View Post
    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.

  25. #25
    Clean Title For Xen vLife is offline
    Super ModRank
    Apr 2009 Join Date
    The BahamasLocation
    3,814Posts

    Re: VB6 Server Base [R50+] [SQL]

    I would want to work on this, good to be used as a base to be honest.



Page 1 of 2 12 LastLast

Advertisement