ARK: Survival Evolved

ARK: Survival Evolved

ArkShop UI v0.96 [DISCONTINUED]
reireirei  [developer] 2 Jun, 2019 @ 7:12am
Installation steps
!!! ATTENTION !!!
This mod is fully free for use, but it required a payable plugin based on ArkApi ( https://arkserverapi.com ), which costs 150$

Follow these steps:
0. Install ArkShopUI, ArkShop plugins
1. You need web server that allow http requests.
I'm using WAMP v3.0.6:
https://drive.google.com/file/d/1y49c22CPFtxz3uqKIDr-4-EaoAqbcBQT/view?usp=sharing
1.1 Download
1.2 Install
1.3 LeftClickMouse to tray icon -> www directory - this your working directory, which allows by
127.0.0.1/
2. You need some php files (Examples in GameUserSettings)
3. Setup your GuS.ini
GameUserSettings
[ArkShopUI]
  • HTTP_Type=http | Connection type | https or http
  • HTTP_GetPlayerPoints=127.0.0.1/GetPlayerPoints.php?steamid= | Link to player points.
    Format:
    STEAMID POINTS
    HTTP Return example:
    1234567890 1234
  • HTTP_GetArkShopConfig=127.0.0.1/config.json | Link to ArkShop config
  • HTTP_GetPlayerPermissions=127.0.0.1/GetPlayerPermissions.php?steamid= | Link to player permissions.
    HTTP Return example:
    {"SteamID":123123,"Permissions":["Default"]}
  • HTTP_GetPlayerKits=127.0.0.1/GetPlayerKits.php?steamid= | Link to player kits.
    HTTP Return example:
    {"SteamID":123123,"Kits":{"vip":{"Amount":123,"Cooldown":12345}}}}
  • HTTP_GetPlayerStats=127.0.0.1/GetPlayerStats.php?steamid= | Link to player stats.
    HTTP Return example:
    {"SteamID":123123,"PlayerStats":{ "playerdeaths":"0", "playerkills":"0", "wilddinokills":"0", "tameddinokills":"0", "dinotamed":"0", "structuresdestroyed":"0", "structuresplaced":"0", "resourceharvested":"0", "playtime":"0" }}
  • HTTP_GetServerSettings=127.0.0.1/serversettings.json Link to server settings (it shows on home page)
    HTTP Return example:
    {"ServerSettings":"Rates x50\nNew Player Protected for 48h."}
  • HTTP_GetServerRules =127.0.0.1/rules.json Link to server rules (it shows on rulespage)
    HTTP Return example:
    { "Rules":{ "[1.0] Community Rules":{ "[1.1] Don't judge admin actions":"We are constantly working for the benefit of the server. Be polite.", "[1.2] Don't insult, advertise":"" }, "[2.0] OTHER SECTION":{ "RULE:"RULE DESCRIPTION." } }
  • HTTP_GetAboutInfo =127.0.0.1/rules.json Link to server rules (it shows on rulespage)
    HTTP Return example:
    { "About":"Some info about server" }
  • Button=F1 (What button player should press to open ui. Available: F1, F2, F3)
  • DiscordUrl=discord.me/ark_dev (Your discord url)
  • WebsiteUrl=altreya.net (Your website url)
  • LogoID=Altreya (Private logo id, if you bought plugin - i will upload your custom logo to mod and give you LogoID)
  • ServerSettings_Header=Server Settings
  • AboutServer_Header=Some Useful Info

Kits in config needs to be formatted with allowed Permissions. Don't leave it NULL
{ "KITNAME":{ "Permissions":"Default" } }
<- this code is works
{ "KITNAME":{ } }
<- this code is not

Plugin, PHP files you can get in our discord: https://discord.me/ark_dev
Last edited by reireirei; 6 Jun, 2019 @ 4:47pm
< >
Showing 1-13 of 13 comments
123 2 Jun, 2019 @ 11:00am 
Can you provide a partial preview?Or video?
Wuggly 3 Jun, 2019 @ 11:49am 
Mod ID?
Drackus 3 Jun, 2019 @ 12:22pm 
So where is the Plugin that costs $150? We are super excited for this UI mod for our ArkShop and trying to crowdsource the funds to cover the plugin, but, without a link....
Lkados 3 Jun, 2019 @ 9:57pm 
Originally posted by Drackus:
So where is the Plugin that costs $150? We are super excited for this UI mod for our ArkShop and trying to crowdsource the funds to cover the plugin, but, without a link....
You have the discord invitation in the description if you want to buy the plugin


Originally posted by 123:
Can you provide a partial preview?Or video?
https://www.youtube.com/watch?v=yomEA6ClKP4&t=13s
LetmaNutzhang 29 Jul, 2019 @ 11:08am 
How do I sell Element in the shop. It keeps saying I dont have enough items, but I have 10,000 element.
Tempritscher 9 Sep, 2019 @ 2:40pm 
Discord Link is dead
ElFouFou86 21 Sep, 2019 @ 10:42am 
Discord link doesn't work, can't get anything... is this still supported?
EvilLex 9 Dec, 2019 @ 7:32pm 
Mod its still available :O ?
Unorthodox 22 Feb, 2020 @ 7:46am 
can you post a tutorial video to get this to work? I have the plugin but i have no clue how to get the mod to work
KaNu 6 Mar, 2020 @ 1:52pm 
i cant download this api , i cant register in the forum
Link 5 May, 2020 @ 5:44am 
tried going to the google drive and I got this error

Sorry, the file you have requested does not exist.

Make sure that you have the correct URL and that the file exists.
Sh0tgun00 22 May, 2020 @ 1:11pm 
Originally posted by AgitoReiKen:
!!! ATTENTION !!!
This mod is fully free for use, but it required a payable plugin based on ArkApi ( https://arkserverapi.com ), which costs 150$

Follow these steps:
0. Install ArkShopUI, ArkShop plugins
1. You need web server that allow http requests.
I'm using WAMP v3.0.6:
https://drive.google.com/file/d/1y49c22CPFtxz3uqKIDr-4-EaoAqbcBQT/view?usp=sharing
1.1 Download
1.2 Install
1.3 LeftClickMouse to tray icon -> www directory - this your working directory, which allows by
127.0.0.1/
2. You need some php files (Examples in GameUserSettings)
3. Setup your GuS.ini
GameUserSettings
[ArkShopUI]
  • HTTP_Type=http | Connection type | https or http
  • HTTP_GetPlayerPoints=127.0.0.1/GetPlayerPoints.php?steamid= | Link to player points.
    Format:
    STEAMID POINTS
    HTTP Return example:
    1234567890 1234
  • HTTP_GetArkShopConfig=127.0.0.1/config.json | Link to ArkShop config
  • HTTP_GetPlayerPermissions=127.0.0.1/GetPlayerPermissions.php?steamid= | Link to player permissions.
    HTTP Return example:
    {"SteamID":123123,"Permissions":["Default"]}
  • HTTP_GetPlayerKits=127.0.0.1/GetPlayerKits.php?steamid= | Link to player kits.
    HTTP Return example:
    {"SteamID":123123,"Kits":{"vip":{"Amount":123,"Cooldown":12345}}}}
  • HTTP_GetPlayerStats=127.0.0.1/GetPlayerStats.php?steamid= | Link to player stats.
    HTTP Return example:
    {"SteamID":123123,"PlayerStats":{ "playerdeaths":"0", "playerkills":"0", "wilddinokills":"0", "tameddinokills":"0", "dinotamed":"0", "structuresdestroyed":"0", "structuresplaced":"0", "resourceharvested":"0", "playtime":"0" }}
  • HTTP_GetServerSettings=127.0.0.1/serversettings.json Link to server settings (it shows on home page)
    HTTP Return example:
    {"ServerSettings":"Rates x50\nNew Player Protected for 48h."}
  • HTTP_GetServerRules =127.0.0.1/rules.json Link to server rules (it shows on rulespage)
    HTTP Return example:
    { "Rules":{ "[1.0] Community Rules":{ "[1.1] Don't judge admin actions":"We are constantly working for the benefit of the server. Be polite.", "[1.2] Don't insult, advertise":"" }, "[2.0] OTHER SECTION":{ "RULE:"RULE DESCRIPTION." } }
  • HTTP_GetAboutInfo =127.0.0.1/rules.json Link to server rules (it shows on rulespage)
    HTTP Return example:
    { "About":"Some info about server" }
  • Button=F1 (What button player should press to open ui. Available: F1, F2, F3)
  • DiscordUrl=discord.me/ark_dev (Your discord url)
  • WebsiteUrl=altreya.net (Your website url)
  • LogoID=Altreya (Private logo id, if you bought plugin - i will upload your custom logo to mod and give you LogoID)
  • ServerSettings_Header=Server Settings
  • AboutServer_Header=Some Useful Info

Kits in config needs to be formatted with allowed Permissions. Don't leave it NULL
{ "KITNAME":{ "Permissions":"Default" } }
<- this code is works
{ "KITNAME":{ } }
<- this code is not

Plugin, PHP files you can get in our discord: https://discord.me/ark_dev
So its costs 150$ for the mod to actually work? Nothing on the website I can find suggests this.
Jimmy Fallon 3 Jan, 2021 @ 11:03am 
dffdfaf
< >
Showing 1-13 of 13 comments
Per page: 1530 50