BrickEmulator [C#] Pooling Sockets + From Scratch

Page 26 of 38 FirstFirst ... 16181920212223242526272829303132333436 ... LastLast
Results 376 to 390 of 558
  1. #376
    Alpha Member Caustik is offline
    MemberRank
    May 2011 Join Date
    LondonLocation
    1,837Posts

    Re: BrickEmulator [C#] Pooling Sockets + From Scratch

    Looks good, good luck. I may use it, if I can get my win7 installed >.<

  2. #377
    Account Upgraded | Title Enabled! simoneihg is offline
    MemberRank
    Dec 2010 Join Date
    PalermoLocation
    243Posts

    Re: BrickEmulator [C#] Pooling Sockets + From Scratch

    I will use it on a VPS when it will be release :)

  3. #378
    Account Upgraded | Title Enabled! wichard is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    649Posts

    Re: BrickEmulator [C#] Pooling Sockets + From Scratch

    Play command:


  4. #379
    Account Upgraded | Title Enabled! wichard is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    649Posts

    Re: BrickEmulator [C#] Pooling Sockets + From Scratch

    We're making much progress Emulating side and CMS side.

    What's new?


    Wordfilder (From database words)



    Transactions Table (Site will be made)



    Site Socket (Traffic with Server - > CMS)

    Code:
                Interactions[0] = new Interaction(UpdateMotto);
                Interactions[1] = new Interaction(UpdateEnableFriends);
                Interactions[2] = new Interaction(UpdateEnableWordFilter);
                Interactions[3] = new Interaction(UpdateEnableShowOnline);
                Interactions[4] = new Interaction(UpdateEnableFollow);
                Interactions[5] = new Interaction(SignoutUser);
                Interactions[6] = new Interaction(AddUserTag);
                Interactions[7] = new Interaction(RemoveUserTag);

  5. #380
    Eye Eye Capt'n Spheral is offline
    MemberRank
    May 2010 Join Date
    TumptonshireLocation
    2,488Posts

    Re: BrickEmulator [C#] Pooling Sockets + From Scratch

    Quote Originally Posted by wichard View Post
    We're making much progress Emulating side and CMS side.

    What's new?


    Wordfilder (From database words)



    Transactions Table (Site will be made)



    Site Socket (Traffic with Server - > CMS)

    Code:
                Interactions[0] = new Interaction(UpdateMotto);
                Interactions[1] = new Interaction(UpdateEnableFriends);
                Interactions[2] = new Interaction(UpdateEnableWordFilter);
                Interactions[3] = new Interaction(UpdateEnableShowOnline);
                Interactions[4] = new Interaction(UpdateEnableFollow);
                Interactions[5] = new Interaction(SignoutUser);
                Interactions[6] = new Interaction(AddUserTag);
                Interactions[7] = new Interaction(RemoveUserTag);
    -applauds- Well done, and keep up the amazing work

  6. #381
    Account Upgraded | Title Enabled! George2000 is offline
    MemberRank
    Jul 2011 Join Date
    The NetherlandsLocation
    1,150Posts

    Re: BrickEmulator [C#] Pooling Sockets + From Scratch

    Quote Originally Posted by wichard View Post
    We're making much progress Emulating side and CMS side.

    What's new?


    Wordfilder (From database words)



    Transactions Table (Site will be made)



    Site Socket (Traffic with Server - > CMS)

    Code:
                Interactions[0] = new Interaction(UpdateMotto);
                Interactions[1] = new Interaction(UpdateEnableFriends);
                Interactions[2] = new Interaction(UpdateEnableWordFilter);
                Interactions[3] = new Interaction(UpdateEnableShowOnline);
                Interactions[4] = new Interaction(UpdateEnableFollow);
                Interactions[5] = new Interaction(SignoutUser);
                Interactions[6] = new Interaction(AddUserTag);
                Interactions[7] = new Interaction(RemoveUserTag);
    I cannoot waiitt!!
    Seems al nice, but u shure that 'MUS' system is gonna work?

  7. #382
    Account Upgraded | Title Enabled! wichard is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    649Posts

    Re: BrickEmulator [C#] Pooling Sockets + From Scratch

    Quote Originally Posted by George2000 View Post
    I cannoot waiitt!!
    Seems al nice, but u shure that 'MUS' system is gonna work?
    We tested everything. These interactions are all working.

  8. #383
    Novice Loders is offline
    MemberRank
    Aug 2011 Join Date
    3Posts

    Re: BrickEmulator [C#] Pooling Sockets + From Scratch

    This project looks fantastic wichard, I wish you the best of luck with it. I'm sure this will be fantastic when it is finished and released.

  9. #384
    Enthusiast Cypeh is offline
    MemberRank
    Aug 2011 Join Date
    London, UKLocation
    28Posts

    Re: BrickEmulator [C#] Pooling Sockets + From Scratch

    Instead of using MySQL for a Wordfilter, why not just get the words that need filtering from a file?

  10. #385
    En Français? Bjork is offline
    MemberRank
    Apr 2007 Join Date
    854Posts

    Re: BrickEmulator [C#] Pooling Sockets + From Scratch

    Quote Originally Posted by wichard View Post
    We're making much progress Emulating side and CMS side.

    What's new?


    Wordfilder (From database words)



    Transactions Table (Site will be made)



    Site Socket (Traffic with Server - > CMS)

    Code:
                Interactions[0] = new Interaction(UpdateMotto);
                Interactions[1] = new Interaction(UpdateEnableFriends);
                Interactions[2] = new Interaction(UpdateEnableWordFilter);
                Interactions[3] = new Interaction(UpdateEnableShowOnline);
                Interactions[4] = new Interaction(UpdateEnableFollow);
                Interactions[5] = new Interaction(SignoutUser);
                Interactions[6] = new Interaction(AddUserTag);
                Interactions[7] = new Interaction(RemoveUserTag);
    Nice work! But if the word apple is banned, and if i write pineapple, the word will be complete or he will be pine***** ?

  11. #386
    Account Upgraded | Title Enabled! wichard is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    649Posts

    Re: BrickEmulator [C#] Pooling Sockets + From Scratch

    Quote Originally Posted by Cypeh View Post
    Instead of using MySQL for a Wordfilter, why not just get the words that need filtering from a file?
    No, it dont matter. Only 1 query. Files will be missed.

    These words could be added @ Housekeeping.

  12. #387
    Enthusiast Cypeh is offline
    MemberRank
    Aug 2011 Join Date
    London, UKLocation
    28Posts

    Re: BrickEmulator [C#] Pooling Sockets + From Scratch

    Quote Originally Posted by wichard View Post
    No, it dont matter. Only 1 query. Files will be missed.

    These words could be added @ Housekeeping.
    Oh, so your only using MySQL so that the Housekeeping has access to the wordfilter. I get it now...

  13. #388
    Account Upgraded | Title Enabled! wichard is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    649Posts

    Re: BrickEmulator [C#] Pooling Sockets + From Scratch

    Thanx ;D

    ---------- Post added at 08:19 AM ---------- Previous post was at 08:08 AM ----------

    Quote Originally Posted by Bjork View Post
    Nice work! But if the word apple is banned, and if i write pineapple, the word will be complete or he will be pine***** ?
    pine*****

    ---------- Post added at 08:25 AM ---------- Previous post was at 08:19 AM ----------

    I g2g busy with my quests ;D
    Last edited by wichard; 30-08-11 at 11:33 AM.

  14. #389
    Account Upgraded | Title Enabled! mmaxwell is offline
    MemberRank
    Sep 2009 Join Date
    403Posts

    Re: BrickEmulator [C#] Pooling Sockets + From Scratch

    sill cannot wait for this bye bye phoeix hello brick

  15. #390
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,773Posts

    Re: BrickEmulator [C#] Pooling Sockets + From Scratch

    Finished friend categories.




Advertisement