ARK: Survival Evolved

ARK: Survival Evolved

ArkShop UI v0.96 [DISCONTINUED]
reireirei  [udvikler] 2. juni 2019 kl. 7:12
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
Sidst redigeret af reireirei; 6. juni 2019 kl. 16:47
< >
Viser 1-13 af 13 kommentarer
123 2. juni 2019 kl. 11:00 
Can you provide a partial preview?Or video?
Wuggly 3. juni 2019 kl. 11:49 
Mod ID?
Drackus 3. juni 2019 kl. 12:22 
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. juni 2019 kl. 21:57 
Oprindeligt skrevet af 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


Oprindeligt skrevet af 123:
Can you provide a partial preview?Or video?
https://www.youtube.com/watch?v=yomEA6ClKP4&t=13s
LetmaNutzhang 29. juli 2019 kl. 11:08 
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 kl. 14:40 
Discord Link is dead
ElFouFou86 21. sep. 2019 kl. 10:42 
Discord link doesn't work, can't get anything... is this still supported?
EvilLex 9. dec. 2019 kl. 19:32 
Mod its still available :O ?
Unorthodox 22. feb. 2020 kl. 7:46 
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 kl. 13:52 
i cant download this api , i cant register in the forum
Link 5. maj 2020 kl. 5:44 
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. maj 2020 kl. 13:11 
Oprindeligt skrevet af 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 kl. 11:03 
dffdfaf
< >
Viser 1-13 af 13 kommentarer
Per side: 1530 50