[FREE] Web development for projects that involve World of Warcraft (live servers) menu

User Tag List

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

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

    [FREE] Web development for projects that involve World of Warcraft (live servers)

    Title explains it all

    I'm offering free coding services for most web development jobs.

    I have some free time at work over the next few weeks, and I'm looking to help you boosters get the early swing on some customers

    - NO GRAPHICS : I'm a software dev, not a graphic designer
    - NO PRIVATE SERVERS : I don't find private server stuff fun, unless you want to pay for it, I have no interest
    - I know blizzard API very well, I love building JSON parsers for their dev api
    - Coding Languages : HTML/CSS, PHP/MySQL, Ajax/jQuery - for now



    Explain your project below, leave your skype name. I'll contact you soon with a timeframe. Please no astronomical projects, (like CODE ME A FACEBOOK CLONE).

    Speak to ya soon!
    Need a guild in the US? Visit murlocs.com

    [FREE] Web development for projects that involve World of Warcraft (live servers)
  2. #2
    DeKnarf's Avatar Active Member
    Reputation
    26
    Join Date
    Mar 2014
    Posts
    93
    Thanks G/R
    5/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Simple HTML/CSS guild website with "webshop" (4 pages or so)

    • home
      • recently looted (API)
      • recent achievements (API)
      • recruitment (basic stuff)

    • members
      • roster (API)
      • new members (no idea if possible)

    • gbank
      • gbank contents (no idea if possible)
      • list with BoE items, amount in stock and price (for people to buy via paypal for example)
      • buy boosts

    • contact


    Last edited by DeKnarf; 11-18-2014 at 09:40 AM.

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

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1850
    Join Date
    Jul 2012
    Posts
    2,737
    Thanks G/R
    313/377
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    7 Thread(s)
    Originally Posted by DeKnarf View Post
    Simple HTML/CSS guild website with "webshop" (4 pages or so)

    • home
      • recently looted (API)
      • recent achievements (API)
      • recruitment (basic stuff)


    • members
      • roster (API)
      • new members (no idea if possible)

    • gbank
      • gbank contents (no idea if possible)
      • list with BoE items, amount in stock and price (for people to buy via paypal for example)

    • contact



    Great! I'll hop on it today. I think a few of those are protected by unauthed api, I may look into a OAuth hook, but if not it'll work fine.

    As for the webshop, I'll build a simple shopping cart with opencart or something and just drop it in there.


    Cheers.
    Need a guild in the US? Visit murlocs.com

  4. #4
    DeKnarf's Avatar Active Member
    Reputation
    26
    Join Date
    Mar 2014
    Posts
    93
    Thanks G/R
    5/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SniffingPickles View Post
    As for the webshop, I'll build a simple shopping cart with opencart or something and just drop it in there
    Yeah that should work perfectly! Thanks :-)

  5. #5
    Dirrrty's Avatar Active Member

    Reputation
    65
    Join Date
    Jun 2013
    Posts
    121
    Thanks G/R
    5/4
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I really like the stuff you do, I have had a few botting profiles from and they work very well. Anyone going for this should know Sniffingpickles is badass.
    Last edited by Dirrrty; 11-18-2014 at 02:19 PM.

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

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1850
    Join Date
    Jul 2012
    Posts
    2,737
    Thanks G/R
    313/377
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    7 Thread(s)
    Originally Posted by Dirrrty View Post
    I really like the stuff you do, I have had a few voting profiles from and they work very well. Anyone going for this should know Sniffingpickles is badass.
    Thanks! Glad everything's working out for ya!
    Need a guild in the US? Visit murlocs.com

  7. #7
    CreativeXtent's Avatar Moderator Authenticator enabled
    Reputation
    580
    Join Date
    Jun 2011
    Posts
    1,594
    Thanks G/R
    242/148
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I could really use this, if you are not to busy.

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

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1850
    Join Date
    Jul 2012
    Posts
    2,737
    Thanks G/R
    313/377
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    7 Thread(s)
    Originally Posted by DeKnarf View Post
    Simple HTML/CSS guild website with "webshop" (4 pages or so)

    • home
      • recently looted (API)
      • recent achievements (API)
      • recruitment (basic stuff)



    • members
      • roster (API)

    • contact



    UPDATE: These are all completed. Download the raw PHP/HTML files here and configure your top lines

    Members.php (guild news) http://www.mediafire.com/view/ynb88h...1n/members.php
    Index.php (roster) hhttp://www.mediafire.com/view/r8i51hlemmd8q8r/index.php

    I grabbed these scripts and cleaned them up from all over the interwebs. I do not claim to have built it from scratch, it was easier to use what's already available

    If you want to do "recruited recently", we'd have to store some variables in a database and check against current roster.
    Last edited by ev0; 11-18-2014 at 12:19 PM.
    Need a guild in the US? Visit murlocs.com

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

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1850
    Join Date
    Jul 2012
    Posts
    2,737
    Thanks G/R
    313/377
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    7 Thread(s)
    Originally Posted by CreativeXtent View Post
    I could really use this, if you are not to busy.
    Let's do it! let me know whatcha need broski
    Need a guild in the US? Visit murlocs.com

  10. #10
    CreativeXtent's Avatar Moderator Authenticator enabled
    Reputation
    580
    Join Date
    Jun 2011
    Posts
    1,594
    Thanks G/R
    242/148
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SniffingPickles View Post
    Let's do it! let me know whatcha need broski
    haiii
    i really need a php module made for my xenforo forums. the list of things i needs
    1. Able to use battle.net login on my website.
    2. Profile linking with the battle.net login to show their choice of character
    3. Battle.net server checker
    4. Wowhead.com item linking .

  11. #11
    crricha13's Avatar Member
    Reputation
    1
    Join Date
    Oct 2013
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can you design twitch's?

    skype crrphotography

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

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1850
    Join Date
    Jul 2012
    Posts
    2,737
    Thanks G/R
    313/377
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    7 Thread(s)
    Originally Posted by crricha13 View Post
    can you design twitch's?

    skype crrphotography

    Originally Posted by SniffingPickles View Post
    - NO GRAPHICS : I'm a software dev, not a graphic designer
    Please read. Thank you
    Need a guild in the US? Visit murlocs.com

  13. #13
    CreativeXtent's Avatar Moderator Authenticator enabled
    Reputation
    580
    Join Date
    Jun 2011
    Posts
    1,594
    Thanks G/R
    242/148
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you can do those things let me know

    i will give you all the access you need.

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

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1850
    Join Date
    Jul 2012
    Posts
    2,737
    Thanks G/R
    313/377
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    7 Thread(s)
    Originally Posted by CreativeXtent View Post
    if you can do those things let me know

    i will give you all the access you need.
    I sent you a link on skype.
    Need a guild in the US? Visit murlocs.com

  15. #15
    CreativeXtent's Avatar Moderator Authenticator enabled
    Reputation
    580
    Join Date
    Jun 2011
    Posts
    1,594
    Thanks G/R
    242/148
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh checking skype

Similar Threads

  1. Replies: 0
    Last Post: 07-31-2010, 05:31 PM
  2. Looking for Dugi's Ultimate World of Warcraft Guide
    By xylon in forum World of Warcraft General
    Replies: 4
    Last Post: 05-20-2010, 12:47 PM
  3. [Hiring] PHP Web Developer for Collaborative Project
    By Hellgawd in forum General Trading Buy Sell Trade
    Replies: 1
    Last Post: 12-30-2009, 12:46 AM
  4. Thats the world of warcraft that you play
    By virus200 in forum Screenshot & Video Showoff
    Replies: 2
    Last Post: 06-15-2007, 04:03 PM
All times are GMT -5. The time now is 04:56 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search