Author Topic: Accessing NWN Server Info Via Forums  (Read 1001 times)

Legacy_Dagesh

  • Jr. Member
  • **
  • Posts: 55
  • Karma: +0/-0
Accessing NWN Server Info Via Forums
« on: May 25, 2014, 01:57:07 am »


               

Greetings.  I use NWNX and I was wondering if there was a way using NWNX to send info from the NWN server to a forum post or something similar.  PHP is via proboards and I don't recall NWNX off hand.


 


My MySQL is next to non-existent although my C++ (or Aurora Toolset Scripting) capabilities are not too shabby.  Not as good as FunkySwerve by any stretch but I can do things.



               
               

               
            

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
Accessing NWN Server Info Via Forums
« Reply #1 on: May 30, 2014, 10:42:06 am »


               

Short answer - Yes


I use nwnx + nwnx_dotnet on windows.


 


I built functionality that allows it to read values from my forum database, as well as perform get requests on php pages to get information etc.


Simple web services.


 


I also have set it up to interact with facebook.


Eg: When someone levels up to 40+ on my server (level cap is 50 at the moment) - they get a mention on our facebook page.


https://www.facebook...ommunity?ref=hl


 


 


I thought I had the dll and src on nwvault, but it seems to be gone.


 


https://dl.dropbox.c...DotNetPlugin.7z


Here is a similar version made by Vanes^


 


Its discussed here.


http://nwnx.org/phpB...er=asc&start=30


               
               

               
            

Legacy_Dagesh

  • Jr. Member
  • **
  • Posts: 55
  • Karma: +0/-0
Accessing NWN Server Info Via Forums
« Reply #2 on: May 30, 2014, 08:31:46 pm »


               

Thank you Baaleos!


 


Now, what do I need to learn in order to make these things run smoothly?  I have no problem doing the legwork but I don't have a starting point for reference.