Thank you for your contribution.
I have played a little bit on the SteemTools and it seems that the project is still at its very early stages and most features are not complete and quite error-prone. For example, there are not error shown even I enter incorrect URLs.
- For such tools, I expect to see HTTPS.
- Your PHP code is just a page that mixed Logics and Presentation, try to separate the logics from UI, you might choose a PHP framework.
- For your PHP API, you might want to enable cross domain visit:
header("Access-Control-Allow-Origin: *");
header('Content-Type: application/json');
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Chat with us on Discord.
RE: [New project ] SteemTools.cf v1.1-beta has been released.