-
Notifications
You must be signed in to change notification settings - Fork 1
Help with config using Windows Paths #3
Comments
Have you tried using \\ instead of \ ? |
Yes. Both seem to not like it. I wonder if IIS doesn’t like it being on a different drive. I can create a virtual directory for it and try it so I don’t have to switch drives. I will let you know.
By the way, are you still working on this?
Thanks!
From: Zachary Knight
Sent: Wednesday, August 23, 2017 1:07 PM
To: knightzac19/PHP-ArkData
Cc: Doublee; Author
Subject: Re: [knightzac19/PHP-ArkData] Help with config using Windows Paths(#3)
Have you tried using \ instead of ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Strange, considering you're using IIS, it's probably a permission issue at this point. And no, I stopped working on this awhile ago because I converted it over to node.js which processed everything much faster and asynchronously. https://github.com/knightzac19/NodeJS-ArkService |
Oh, do you recommend using that instead? I found some plugins for IIS for Node…. I’m just looking for something the Players can view for Player Info, Tribe Info, and maybe have some Admin utilities.
I just setup the 7Days Web Map which is pretty cool (has a few other features). You can check it out: http://7days.doubleegaming.com
Let me know what you think is best and I will go that route. Thanks for your time.
Also, I’m a beta testing for ASM 😊 Bletch is a great guy.
From: Zachary Knight
Sent: Wednesday, August 23, 2017 1:35 PM
To: knightzac19/PHP-ArkData
Cc: Doublee; Author
Subject: Re: [knightzac19/PHP-ArkData] Help with config using Windows Paths(#3)
Strange, considering you're using IIS, it's probably a permission issue at this point.
And no, I stopped working on this awhile ago because I converted it over to node.js which processed everything much faster and asynchronously. https://github.com/knightzac19/NodeJS-ArkService
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I'd definitely go for the node version instead (I've put many more man hours into that one), you can still use PHP on the frontend in IIS or a AJAX javascript frontend to go with it. There's really nothing you'd be able to do with IIS and Node.js directly, it's meant to be a standalone service that a web service connects to. The map thing is pretty cool, one day someone will crack the code to player locations in the ark map save file and I'll probably release an update to get the coords for players from it. I've spent quite a few hours digging threw the binary of a map file without finding any reference to player locations. As far as ASM goes, since Ark is finally going to be released to the masses, I might pick back up development on at least the Node.js project. There was just to many changes happening to the base of the server version for me to keep up with. I do have a side Angular project that I made that was supposed to be similar to ASM, but again, so many changes with Ark happened and I just didn't have the time, we'll see how the next few months goes. |
Thx man. Ill keep checking in and if yiu need help i can help test it.
Ill let you know my thoughts on this Node. Maybe ill have some ideas if yiu
dont mind :) I love help ASM and seeing it come to life.
Any better why to reach you?
…On Aug 23, 2017 3:05 PM, "Zachary Knight" ***@***.***> wrote:
I'd definitely go for the node version instead (I've put many more man
hours into that one), you can still use PHP on the frontend in IIS or a
AJAX javascript frontend to go with it. There's really nothing you'd be
able to do with IIS and Node.js directly, it's meant to be a standalone
service that a web service connects to.
The map thing is pretty cool, one day someone will crack the code to
player locations in the ark map save file and I'll probably release an
update to get the coords for players from it. I've spent quite a few hours
digging threw the binary of a map file without finding any reference to
player locations.
As far as ASM goes, since Ark is finally going to be released to the
masses, I might pick back up development on at least the Node.js project.
There was just to many changes happening to the base of the server version
for me to keep up with. I do have a side Angular project that I made that
was supposed to be similar to ASM, but again, so many changes with Ark
happened and I just didn't have the time, we'll see how the next few months
goes.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AY_5yZegl3eHV24KG-wlvSlXOXXBvXUyks5sbHfkgaJpZM4PATZR>
.
|
Zac,
Would you be kind enough to contact me at my email: [email protected] and possibly remote into my server and see if you can get your Node working? I’m wasting a lot of my time since I lack the knowledge of these “plugins” and it’s prob something you can do in a few minutes. I’m also not stuck on using IIS if Apache or something else is going to be more compatible or easier. I’m just using IIS as it’s something I’ve had before. I’m used Apache before too so it’s not a huge learning curve.
Thanks,
Eddie
From: Zachary Knight
Sent: Wednesday, August 23, 2017 3:05 PM
To: knightzac19/PHP-ArkData
Cc: Doublee; Author
Subject: Re: [knightzac19/PHP-ArkData] Help with config using Windows Paths(#3)
I'd definitely go for the node version instead (I've put many more man hours into that one), you can still use PHP on the frontend in IIS or a AJAX javascript frontend to go with it. There's really nothing you'd be able to do with IIS and Node.js directly, it's meant to be a standalone service that a web service connects to.
The map thing is pretty cool, one day someone will crack the code to player locations in the ark map save file and I'll probably release an update to get the coords for players from it. I've spent quite a few hours digging threw the binary of a map file without finding any reference to player locations.
As far as ASM goes, since Ark is finally going to be released to the masses, I might pick back up development on at least the Node.js project. There was just to many changes happening to the base of the server version for me to keep up with. I do have a side Angular project that I made that was supposed to be similar to ASM, but again, so many changes with Ark happened and I just didn't have the time, we'll see how the next few months goes.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Can you help me with this, I can't seem to get my Windows path working in PHP....
require_once("SourceQuery/bootstrap.php");
require_once("arkdata.php");
$arkdata = new Arkdata(array("installLocation"=>"D:\Servers\ARK\Servers\EEISLAND\ShooterGame\Saved\SavedArks"));
$arkdata->LoadSteam("xxxxxxxxxxxxxxxxxxxxxxxxx");
$arkdata->LoadOnlinePlayers();
$arkdataresults = $arkdata->getArkData();
I'm using IIS 10 w/ PHP 5.6 and it's working with other stuff....I'm just getting:
Invalid directory detected, no profiles or tribes found!
So I am assuming it's a stupid Windows issue with the path :(
Thanks,
Doublee
The text was updated successfully, but these errors were encountered: