[New Project] - Open-source guild website using battle.net oauth menu

Shout-Out

User Tag List

Results 1 to 12 of 12
  1. #1
    ev0's Avatar ★ Elder ★ murlocs.com

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1852
    Join Date
    Jul 2012
    Posts
    2,735
    Thanks G/R
    313/379
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    7 Thread(s)

    [New Project] - Open-source guild website using battle.net oauth

    Rebuilding my guild website (PVP Guild on Mal'ganis Horde). Taking suggestions for what it should have. With the new battle.net oauth (allowing users to sign into my website using their battle.net as an application) I'm structuring how guild recruitment happens.


    - Guild member signs into the website using their battle.net account, we have the user select their character via battle.net (check how i did vAmory.org - Hiding your account's identity with verification and safety.)
    - Once inside the website they can sign up for various things using their character as a "profile". RBG's, Raids, random guild events that officers and authorized users create.
    - Users can post their stream (twitch.tv/hitbox.tv)
    - There will be a ladder page, just like battle.net but exclusive to guildies
    - There will be forums (obviously), but coded from scratch with battle.net in mind.


    This who project will be 99.99% open source. I will just hide my plans for security and SSL hashing. Let me know what you guys think. Other developers, contact me with ideas/collaboration

    Link to sample of oauth operation with composer:

    http://sniffingpickles.com/oauth/Armory.zip

    In example.php set your config.

    Code:
    $config = array(    
            'region'    => 'eu',  //  Set region
            'api'       => array(
            'clientId'      => '##',
            'clientSecret'  => '##',
            'redirectUri'   => '##', //must be HTTPS to this file
            'scopes'        => 'wow.profile'
        )
    );
    Last edited by ev0; 02-03-2015 at 12:11 PM.
    Need a guild in the US? Visit murlocs.com

    [New Project] - Open-source guild website using battle.net oauth
  2. #2
    Vengfull's Avatar War is Coming - Warmonger VPS & Hosting Services
    CoreCoins Purchaser
    Reputation
    782
    Join Date
    Jan 2012
    Posts
    664
    Thanks G/R
    166/80
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Count me in for App Pen Testing and anything else you need as per usual but this has my vote!

  3. #3
    ev0's Avatar ★ Elder ★ murlocs.com

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1852
    Join Date
    Jul 2012
    Posts
    2,735
    Thanks G/R
    313/379
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    7 Thread(s)
    Originally Posted by Vengfull View Post
    Count me in for App Pen Testing and anything else you need as per usual but this has my vote!

    I need a server that can hold 55 mil + tables (i'm dead serious), building a 3D database for auction parsing.
    Need a guild in the US? Visit murlocs.com

  4. #4
    Vengfull's Avatar War is Coming - Warmonger VPS & Hosting Services
    CoreCoins Purchaser
    Reputation
    782
    Join Date
    Jan 2012
    Posts
    664
    Thanks G/R
    166/80
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Online - PM me on skype

  5. #5
    CreativeXtent's Avatar Moderator Authenticator enabled
    Reputation
    581
    Join Date
    Jun 2011
    Posts
    1,601
    Thanks G/R
    246/149
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would love to pen test for ya.

    Also, make extensions to integrate with current forums out there as well.
    Xenforo, Vbulletin etc.

  6. #6
    ev0's Avatar ★ Elder ★ murlocs.com

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1852
    Join Date
    Jul 2012
    Posts
    2,735
    Thanks G/R
    313/379
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    7 Thread(s)
    Originally Posted by CreativeXtent View Post
    I would love to pen test for ya.

    Also, make extensions to integrate with current forums out there as well.
    Xenforo, Vbulletin etc.

    I can have a wordpress -> buddpress working by next week. I'll also build a standalone application for ya know, just testing.

    Problem with most sites though; battle.net requires HTTPS to pass it's authentication stuff through; so you would have to use say, cloudflare to set up a HTTPS
    Need a guild in the US? Visit murlocs.com

  7. #7
    CreativeXtent's Avatar Moderator Authenticator enabled
    Reputation
    581
    Join Date
    Jun 2011
    Posts
    1,601
    Thanks G/R
    246/149
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SniffingPickles View Post
    I can have a wordpress -> buddpress working by next week. I'll also build a standalone application for ya know, just testing.

    Problem with most sites though; battle.net requires HTTPS to pass it's authentication stuff through; so you would have to use say, cloudflare to set up a HTTPS
    Nice, I do not use wordpress ever, but i know a lot of people do. I am looking forward to using this and playing with it ^^

    Yeah some people may have issues due to the SSL requirement. Butttt, that is not that hard handled.

  8. #8
    Syrac88's Avatar Active Member
    Reputation
    60
    Join Date
    Jan 2010
    Posts
    77
    Thanks G/R
    6/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    interesting project.

    I can provide a payed webspace with unlimited space, traffic and sql databases. each databese is limited to 350k requests/ 350k user connections per hour. I can provide ssl certificates too.
    if you're interested send me a pm and i will send you all necessary data.

  9. #9
    ev0's Avatar ★ Elder ★ murlocs.com

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1852
    Join Date
    Jul 2012
    Posts
    2,735
    Thanks G/R
    313/379
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    7 Thread(s)
    Originally Posted by Syrac88 View Post
    interesting project.

    I can provide a payed webspace with unlimited space, traffic and sql databases. each databese is limited to 350k requests/ 350k user connections per hour. I can provide ssl certificates too.
    if you're interested send me a pm and i will send you all necessary data.

    I appreciate it; for now i'm set; I'll let you know though in the future.
    Need a guild in the US? Visit murlocs.com

  10. #10
    ev0's Avatar ★ Elder ★ murlocs.com

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1852
    Join Date
    Jul 2012
    Posts
    2,735
    Thanks G/R
    313/379
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    7 Thread(s)
    Originally Posted by CreativeXtent View Post
    Nice, I do not use wordpress ever, but i know a lot of people do. I am looking forward to using this and playing with it ^^

    Yeah some people may have issues due to the SSL requirement. Butttt, that is not that hard handled.
    Originally Posted by Syrac88 View Post
    interesting project.

    I can provide a payed webspace with unlimited space, traffic and sql databases. each databese is limited to 350k requests/ 350k user connections per hour. I can provide ssl certificates too.
    if you're interested send me a pm and i will send you all necessary data.
    Originally Posted by Vengfull View Post
    Online - PM me on skype
    Updated with an oauth sample.
    Need a guild in the US? Visit murlocs.com

  11. #11
    CreativeXtent's Avatar Moderator Authenticator enabled
    Reputation
    581
    Join Date
    Jun 2011
    Posts
    1,601
    Thanks G/R
    246/149
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Got it thanks

  12. #12
    MeisTriumph3342's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm hugely interested in this, would love to be able to take a peek at this as you work on it.

    Edit: words
    Last edited by MeisTriumph3342; 02-08-2015 at 10:24 AM.

Similar Threads

  1. [Hack] TriggerBot source, no healthbar needed, open source don't use closed .exe
    By Userpass in forum Overwatch Exploits|Hacks
    Replies: 25
    Last Post: 09-09-2016, 08:30 AM
  2. Project Silverpine | 1.12.1 Classic | Open source
    By Ghurok in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 09-13-2012, 05:55 AM
  3. open source SwTor emu project
    By the1domo in forum SWTOR Emulator Servers
    Replies: 0
    Last Post: 09-10-2012, 07:09 AM
  4. [Bot] OpenWowBot - Open Source project launch
    By OpenWowBot in forum World of Warcraft Bots and Programs
    Replies: 19
    Last Post: 07-10-2011, 06:43 PM
  5. Free and Open Source PHP groupware project
    By annyphp in forum Programming
    Replies: 3
    Last Post: 01-08-2011, 08:08 AM
All times are GMT -5. The time now is 07:26 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search