Tera API (node.js) and Launcher with pacher for patch 92/100

Page 15 of 31 FirstFirst ... 5789101112131415161718192021222325 ... LastLast
Results 211 to 225 of 451
  1. #211
    TERA Lover :) argeus99 is offline
    MemberRank
    Mar 2019 Join Date
    ColombiaLocation
    529Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by lordomega87 View Post
    @hsdn
    as far the implementation of recaptcha is quite Easy,
    create the google account and declare the fqdn hostname, using recapcha v3, enabling all the 3 options in the google page, using correctly the .env file to enable that feature, setting the 2 keys correctly

    to me that function is still not working :D
    Quite Weird as i triple checked all
    I had the same issue some days ago, changed to v3 and disabled this option in the recaptcha admin panel "Verify Origin" and worked at first try

  2. #212
    Apprentice lordomega87 is offline
    MemberRank
    Jun 2022 Join Date
    11Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    @hsdn
    done. made it from scratch. but the windows server machine name is not FQDN. should i change it to the FQDN name where it responds at through the frontend ha proxy?
    because the LauncherSignupForm web page will not load it as before :D

    -- update ---
    if you need, i can post here the debug messages of the APIs, removing the Priv Keys

  3. #213
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    I have good news for everyone!
    In the near future, the full implementation of TERA Shop with promocode functions and Admin Panel for Tera API (management of the shop, accounts, bans, server list, maintenance, etc) will be published. The TERA Shop is part of the Tera API.
    Spoiler:













    Shop database tables:

    Last edited by hsdn; 22-06-22 at 12:49 AM.

  4. #214
    Member smashking is offline
    MemberRank
    Apr 2021 Join Date
    70Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Wow nice!

    I have built my own tera shop but I am running into some javascript not loading errors when launching via the game. If anyone has a clue where can I look for the answer, please do tell :D

  5. #215
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by smashking View Post
    I have built my own tera shop but I am running into some javascript not loading errors when launching via the game. If anyone has a clue where can I look for the answer, please do tell :D
    TERA Shop uses Internet Explorer engine, you need to use legacy javascript. For the functions of _tera_client_proxy_ class to work, you also need to initialize the game browser engine. Getting a shop Token is done via arb_gw, endpoint /authApi/RequestAuthkey (but this hasn't been done yet in the latest published version of tera api).

  6. #216
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by hsdn View Post
    I have good news for everyone!
    In the near future, the full implementation of TERA Shop with promocode functions and Admin Panel for Tera API (management of the shop, accounts, bans, server list, maintenance, etc) will be published. The TERA Shop is part of the Tera API.
    Spoiler:











    Shop database tables:

    Is there a posibility that you implement the Admin WebApp into the api since the code is already build, i guess the API can handle it since there's http/s connection to API used for launcher, idk just an idea.
    Also very nice the TERA SHOP will be implemented, also the PROMO CODE is a nice thing too, keep the good work comming.
    Please add the admin webapp as part of api if it's possible.

  7. #217
    Account Upgraded | Title Enabled! TieLay is offline
    MemberRank
    Jan 2011 Join Date
    RussiaLocation
    650Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by hsdn View Post
    TERA Shop uses Internet Explorer engine, you need to use legacy javascript. For the functions of _tera_client_proxy_ class to work, you also need to initialize the game browser engine. Getting a shop Token is done via arb_gw, endpoint /authApi/RequestAuthkey (but this hasn't been done yet in the latest published version of tera api).
    me sad but M$ stop using IE from 15 jun 2022

  8. #218
    Proficient Member vileninja is offline
    MemberRank
    May 2007 Join Date
    167Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by TieLay View Post
    me sad but M$ stop using IE from 15 jun 2022
    IE is still apart of windows. It is usually apart of Microsoft edge now. You will never be with IE

  9. #219
    TERA Foundation hsdn is offline
    MemberRank
    Jun 2020 Join Date
    RussiaLocation
    356Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by vileninja View Post
    IE is still apart of windows. It is usually apart of Microsoft edge now. You will never be with IE
    Tera uses the built-in browser library based on IE. Probably stopping support IE in Windows should not cause a problem.

    UPD: Screen of shop promocodes implementation in api:
    Spoiler:
    Last edited by hsdn; 22-06-22 at 01:01 AM.

  10. #220
    Member smashking is offline
    MemberRank
    Apr 2021 Join Date
    70Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Any chance there is a possibility you plan to integrate paypal api into your api?

  11. #221
    Account Upgraded | Title Enabled! TieLay is offline
    MemberRank
    Jan 2011 Join Date
    RussiaLocation
    650Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by smashking View Post
    Any chance there is a possibility you plan to integrate paypal api into your api?
    it's joke, rely... rely?

  12. #222
    wWw.F403.OrG S37uP!Update is offline
    MemberRank
    Oct 2008 Join Date
    F403.ORGLocation
    1,304Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by smashking View Post
    Any chance there is a possibility you plan to integrate paypal api into your api?

  13. #223
    Member smashking is offline
    MemberRank
    Apr 2021 Join Date
    70Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Asked a simple question, if the answer is no, then no, but where does the need of hate commenting comes from :)

  14. #224
    Account Upgraded | Title Enabled! dziobus is offline
    MemberRank
    Apr 2022 Join Date
    412Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Quote Originally Posted by smashking View Post
    Asked a simple question, if the answer is no, then no, but where does the need of hate commenting comes from :)
    Because asking for that specifically directly implies you are looking to make profit off of other peoples work asking for such a thing. Everything done here is for your own use, if you intend to open up a public private server because that is the only reason why you would need a paypal integration, you should not do so without an approval from those who created and setup all the tools and fixes here.

    That is a simple grasp on why the comments.

  15. #225
    Member smashking is offline
    MemberRank
    Apr 2021 Join Date
    70Posts

    Re: Tera API (node.js) and Launcher with pacher for patch 92/100

    Thanks for having patience and manners for this answer :) Well yes you are correct in regards to the direct implication just as you are correct I shouldn't do it without creator's permission, but that doesn't mean that I am simply another freeloader kid who just takes and gives nothing back (not saying that you are saying that:) ) I can continue to "explaining and excusing" myself for the question I asked hsdn but I see no point to wasting time on people who drop random comments like this is a Facebook post from a cringe influencer. People need to grow out of medieval mindset and let the creator talk first, where following it is his and only his decision whether do it, share it, sell it or whatever and lastly answer my question.

    P.S. I hope I didn't come accross as rude, I do appreciate your answer :)



Advertisement