PHP

  • Code Decryptor for Fallout 76

    I was curious about this after reading an articleabout how to decrypt Fallout76 's codes. I followed the steps and wrote a PHP-script to automate it. Just for fun, since Nukacrypthas hacked it a long time ago and you don't need any of the codes or codeword that reveals itself after the last day of the week. I'm guessing approximateley sunday night depending on where you live in the world??? I'm not sure...but it was fun to do anyway. Read on...

  • Communicating with the REST API

    So our WMS-deliverer has now made a REST API. After testing it I must say that it's a bit easier to handle. Compared to working with SOAP. At least from the client-side. The developer site for this is here: https://developer.ongoingwarehouse.com/REST/v1/index.html#/

  • REST API - create order

    In the Communicating with the REST API-article I got order-info using cURL, HTTP GET - method. Now I'm going to create an order using cURL, JSON-datafile and HTTP PUT - method.

  • Talking SOAP with PHP and Python

    I don't do much programming anymore but sometimes it's nice to see how things work in the environment I work. So....my worksituation is that we use a remote WMS (warehouse management system). And there are a bunch of clients that need to communicate with that system. Most people/clients (if they are not too cheap) would want to make an integration to that system. The server I believe is a windows-server that uses a SOAP-server that clients can connect to. Old interface.... but it works. The programming language(script-) i wanted to test this on, is PHP. This is the scripting language I remember best. I'm not going to go into the details of this because I do not know the details. I just found something that works.