Jump to content

Oddly

Ascending Contributor
  • Posts

    484
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Oddly

  1. I found this on youtube and thought I would share it with you guys, thought it was interesting
  2. I am deleting you from my Heart Drive </3

    1. Mighty Professional

      Mighty Professional

      Please open your mercy file

  3. Oddly

    WebPage

    Not I. there's a board for hiring. Im sure someone on this forums knows about REST APIs who might wanna make an extra buck. You can also learn about making php web forms here: https://www.w3schools.com/php/php_intro.asp - introduction to php https://www.w3schools.com/php/php_forms.asp - php forms Dont start trying to make a registration page for your intersect game, start by learning how web forms work, and what the mechanics are behind making a web request, the different types of web requests, and what a web request even is. Google is your friend, you have to do your research. When you've put forth an effort to research your problem for yourself, and you have questions about code, then people may be more obliged to help you. "How do I start a PHP server?" "How do I make a POST request in php?" "What is PHP?" "What is a POST request" "What is a web request", just a few google suggestions to get you started.
  4. Oddly

    WebPage

    REST APIs are CRUD services (Create, Read, Update, Delete) you use the API by making web requests. If you don't know how to make a REST request from a web application there are plenty of resources around the web to do so, how you make that request is entirely dependent on the technologies you're using in you're webapp. That will require your own research. On actually using the API, here is the documentation on the user registration end-point https://docs.freemmorpgmaker.com/api/v1/endpoints/users.html#register-user you have to figure out with your web technologies, and your application, how you're going to send a json request which looks similar to this: { "username": "jcsnider", "password": "5E884898DA28047151D0E56F8DC6292773603D0D6AABBDD62A11EF721D1542D8", "email": "[email protected]" } to the path <ROOT_API_DOMAIN (which is probably the ip of your server) >/api/v1/users/register I don't know what technologies your using for your website, but as an example, this is how to make a POST web requests in NodeJS using the AXIOS library: https://nodejs.dev/make-an-http-post-request-using-nodejs Here is an example of accomplishing the same thing in PHP: https://stackoverflow.com/questions/5647461/how-do-i-send-a-post-request-with-php You're going to need to read up on CRUD and REST services if you want to use the API. Edit: The sort of questions about the API you'll want to ask here are questions on implementation, like maybe you're confused on exactly what 1 parameter of a request does, or you're confused on what an endpoint does to your data. Those kind of questions people here can answer, but actually giving a guide on using REST is something that isn't limited to the use of this software, you're actually asking for someone to give you a guide on using a general web technology, not something limited to intersect itself. And the contents of that guide would have to depend entirely on the technologies of the user using the API
  5. *starbound lol earthbound is the game with Ness. I actually just got vanilla beans and cacao tree in. In about 3 years I can make my own chocolate.
  6. heck yeah, im groing some cacao and vanilla rn, found out that jazz can grow native here in florida.
  7. Just because my garden be looking fire this year, I wanna see some greens bois. If this ain't the sexiest cucumber you've ever seen, you ain't never seen a sexy cucumber.
  8. Got a switch? Lemme see them friend codes. I'm playing animal crossing rn Mine: SW-0318-9849-3778 ~Oddly
  9. Congrats on the release. Never thought i'd see this day.
  10. How are you guys wiping your asses? I've been using my cat.

    1. Seruwin

      Seruwin

      Someone's face

    2. Mighty Professional

      Mighty Professional

      Hello? Animal control? Yea this post right here. 

  11. If you're reading this, you now have caronavirus.

    1. Phenomenal
    2. Beefy Kasplant

      Beefy Kasplant

      I heard carona is like corona, but worse

    3. Oddly

      Oddly

      I heard it was like carona but without the lime.

  12. ITT; We abandon our morals and touch with humanity. Cursed images only.
  13. This is an uWu safe zone.

    Feel free to uWu here.

    1. Show previous comments  4 more
    2. Phenomenal

      Phenomenal

      That's exactly why I posted it.

    3. AisenArvalis

      AisenArvalis

      So it's uWu safe not UwU safe?

    4. Oddly

      Oddly

      Not anymore Phen ruined my personal securities and mental safe guards with that comment.

  14. Should add one of those stroke brush filters over it in Photoshop
  15. I took this picture of my cat and it looks like a renaissance painting. You're welcome.
  16. So far, so holy.
  17. In this thread, we share great images, with absolutely no context. Go.
  18. Someone had a similar issue the other day starting a server with mono. For more help you should, post your mono version, .net version, and ubuntu distro version. I also recommend looking at this thread, as this issue was solved the other day by someone simply updating their version of mono.
  19. @Phenomenal asked me to share with him some of my fluid simulation resources, I only recently rediscovered some of the sources I was using, so I just thought I'd share them here in case anyone else wanted them too. They're not "programming tutorials" persae as much as they are an explanation of algorithms: This goes pretty into detail http://users.encs.concordia.ca/~grogono/Graphics/fluid-5.pdf Hight level over view of how Fluidity works: https://www.karlsims.com/fluid-flow.html Navier Stokes equation (used for calculating the velocity and position of particles in a fluid simulation): https://en.wikipedia.org/wiki/Navier–Stokes_equations This is probably the best tutorial I found online for this too, shows how modifying the Navier-stokes equation changes the simulation: http://jamie-wong.com/2016/08/05/webgl-fluid-simulation/ I also can't remember if this was( or how it was) related but it was with my other resources.. I for the life of me can't remember why I saved this: https://en.wikipedia.org/wiki/Polar_coordinate_system
  20. Not super familiar with intersect, but I suggest posting your mono version, mysql version, and the command you're attempting to start the server with as well as your configuration (masking your password). If your MySQL server is not local to intersect's server (meaning they're running on the same machine) you need to make sure your MySQL user has privileges for remote access, and that MySQL is configured to allow connections remotely. From personal experience, MySQL privileges and remote configurations seems to be a popular issue with people who are new to linux and mysql.
  21. It has been 8 days since anyone has posted a status update. What are y'all? Dead?

  22. @jcsnider does Who stole the cookie from the cookie jar?
×
×
  • Create New...