prjOwnage [V1, C#, MySQL]

Page 1 of 13 12345678911 ... LastLast
Results 1 to 15 of 190
  1. #1
    League of Legends <3 toperwin is offline
    MemberRank
    Jan 2009 Join Date
    313Posts

    prjOwnage [V1, C#, MySQL]

    Let's bring tha V1 back! :D
    This server is made in C# and MySQL and connected with a .NET connector,

    Features:
    just browse the toppic,

    Screenshots:
    Spoiler:

    just browse the toppic,


    Some case snippets (for PEJump2):
    Spoiler:

    just browse the toppic,


    Download:
    http://www.mediafire.com/?kaabdwojaazg1c0
    http://www.multiupload.com/XQ9HEIZCIE

    Tnx to:
    -> DjQuack for giving me a amazing socket base.
    -> KennuX for making that amazing socket base.
    Last edited by toperwin; 05-03-11 at 04:29 PM.


  2. #2
    i didnt do this. Donkjam is offline
    MemberRank
    Jul 2007 Join Date
    4,494Posts

    Re: prjOwnage [V1, C#, MySQL]

    Thread Approved, Good luck

  3. #3
    Thanks for the memories! Mithex is offline
    MemberRank
    May 2010 Join Date
    HeavenLocation
    2,014Posts

    Re: prjOwnage [V1, C#, MySQL]

    This looks great! Can't wait to see the CMS.

  4. #4
    Account Upgraded | Title Enabled! .ICE. is offline
    MemberRank
    Dec 2010 Join Date
    Jurassic ParkLocation
    572Posts

    Re: prjOwnage [V1, C#, MySQL]

    Looks Great

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

    Re: prjOwnage [V1, C#, MySQL]

    Hmm, Goodluck, i'll hope you finish it, Mind posting some snippets? :P

  6. #6
    League of Legends <3 toperwin is offline
    MemberRank
    Jan 2009 Join Date
    313Posts

    Re: prjOwnage [V1, C#, MySQL]

    Updated Features:
    -> Login - 100%
    -> Register - 100%
    -> Caching UserData - 60%
    -> Navigator - 40%

    Updated Screenshots:
    Spoiler:

    Login:
    Spoiler:





    Register:
    Spoiler:





    Server:
    Spoiler:





    NEW! some case snippet (for PEJump2,)
    Spoiler:

    PHP Code:
                                case "VERSIONCHECK":
                                    {
                                        
    Send_Data("ENCRYPTION_OFF");
                                        
    Send_Data("SECRET_KEY" + (char)13 "1337");
                                    }
                                    break; 
    PHP Code:
                                case "FINDUSER":
                                    {
                                        
    bool CheckData OdbcReader.CheckData("SELECT * FROM users WHERE name = '" header[1] + "'");
                                        if (
    CheckData == true)
                                        {
                                            
    Send_Data("SYSTEMBROADCAST" + (char)13 "Username is already taken!");
                                        }
                                    }
                                    break; 
    PHP Code:
                                case "REGISTER":
                                    {
                                        
    string[] PacketData PaketData_string.Split((char)13);
                                        
    string RegUserName Regex.Split(PacketData[0], "=")[1];
                                        
    string RegUserPass Regex.Split(PacketData[1], "=")[1];
                                        
    string RegUserMail Regex.Split(PacketData[2], "=")[1];
                                        
    string RegUserFigure PacketData[3].PadRight(PacketData[3].Length 7);
                                        
    string RegUserDate Regex.Split(PacketData[5], "=")[1];
                                        
    string RegUserPhone Regex.Split(PacketData[6], "=")[1];
                                        
    string RegUserMission Regex.Split(PacketData[7], "=")[1];
                                        
    string RegUserAgree Regex.Split(PacketData[8], "=")[1];
                                        
    string RegUserSex Regex.Split(PacketData[9], "=")[1];
                                        
    string RegUserCity Regex.Split(PacketData[10], "=")[1];

                                        
    OdbcReader.GetData("INSERT INTO users (`id`, `name`, `password`, `credits`, `email`, `figure`, `birthday`, `phonenumber`, `customData`, `had_read_agreement`, `sex`, `country`, `has_special_rights`, `badge_type`) VALUES (NULL, '" RegUserName "', '" RegUserPass "', '0', '" RegUserMail "', '" RegUserFigure "', '" RegUserDate "', '" RegUserPhone "', '" RegUserMission "', '" RegUserAgree "', '" RegUserSex "', '" RegUserCity "', '0', '0');");
                                    }
                                    break; 

  7. #7
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,479Posts

    Re: prjOwnage [V1, C#, MySQL]

    Hey, Remeber I sent you a base that a user from Otaku coded. :)
    Last edited by Quackster; 28-01-11 at 10:02 AM.

  8. #8
    Banned c0mma is offline
    BannedRank
    Jan 2011 Join Date
    ^RaGEZONE^Location
    696Posts

    Re: prjOwnage [V1, C#, MySQL]

    Looks good, when you release it ill be sure to take a look (:

  9. #9
    Account Upgraded | Title Enabled! AWA is offline
    MemberRank
    Feb 2008 Join Date
    1,320Posts

    Re: prjOwnage [V1, C#, MySQL]

    Could you post your scoket class?

  10. #10
    No, Just no. Matthew is offline
    MemberRank
    Jul 2008 Join Date
    United KingdomLocation
    1,408Posts

    Re: prjOwnage [V1, C#, MySQL]

    V1 has it's charm. That's about it. It's fun for 5 minutes to see 'how it was' then you soon realise that it kinda sucks and is boring. Good luck with this though. It would've been nice to see a V5/7 server though..

  11. #11
    League of Legends <3 toperwin is offline
    MemberRank
    Jan 2009 Join Date
    313Posts

    Re: prjOwnage [V1, C#, MySQL]

    Quote Originally Posted by Matthew View Post
    V1 has it's charm. That's about it. It's fun for 5 minutes to see 'how it was' then you soon realise that it kinda sucks and is boring. Good luck with this though. It would've been nice to see a V5/7 server though..
    I know ;p
    It's just for fun and to fillup my time.
    I just whas thinking, what server version is less developmented and looks totally difrend?!
    V1 and Mobiles Disco,
    And i choose for V1 ;)
    Last edited by toperwin; 28-01-11 at 04:01 PM.

  12. #12
    Proficient Member DjInTrouble is offline
    MemberRank
    Dec 2010 Join Date
    The NetherlandsLocation
    180Posts

    Re: prjOwnage [V1, C#, MySQL]

    Again a development? good luck.

  13. #13
    League of Legends <3 toperwin is offline
    MemberRank
    Jan 2009 Join Date
    313Posts

    Re: prjOwnage [V1, C#, MySQL]

    Quote Originally Posted by DjInTrouble View Post
    Again a development? good luck.
    Again?! last real development whas some months ago >,<

  14. #14
    ส็็็็็็็ Bloodraven is offline
    MemberRank
    Sep 2009 Join Date
    AntarcticaLocation
    2,414Posts

    Re: prjOwnage [V1, C#, MySQL]

    Nice, Looking foward to seeing this.

  15. #15
    swagggggg Livar is offline
    MemberRank
    Oct 2008 Join Date
    United KingdomLocation
    2,272Posts

    Re: prjOwnage [V1, C#, MySQL]

    awesome...



Page 1 of 13 12345678911 ... LastLast

Advertisement