Jump to content

Programming


PereGrin

Recommended Posts

I was just wondering what programming language your calculators are written in. I would like to see a summoning calculator like the special calc for runecrafting. I can program in c++ and some c# but idk if your calcs are written in something else. Just wondering, I might start making my own

pere_grin.png
Link to comment
Share on other sites

The calculators use a PHP script to set a cookie on your browser with your username if you choose to enter one, then a PHP script to parse the light highscores for the user's XP, then use JavaScript on the client side for the calculations. (Of course there's going to be some HTML, it's what the browser uses to display the calculator.)

vaporeon-sig.png
Link to comment
Share on other sites

The calculators use a PHP script to set a cookie on your browser with your username if you choose to enter one, then a PHP script to parse the light highscores for the user's XP, then use JavaScript on the client side for the calculations. (Of course there's going to be some HTML, it's what the browser uses to display the calculator.)

 

+1. We don't make use of anything else in our calculators, really.

 

Hope this answers your question. PM me should you have further questions. :)

 

~Cowman

1.png
generic_signature.png

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.