Dustin Rohel Posted July 26, 2023 Posted July 26, 2023 Is there a way to credit all users RM Days and/or items at same time? Quote
KyleMassacre Posted July 26, 2023 Posted July 26, 2023 Are you looking for an actual mod or just the SQLs for it? Quote
Dustin Rohel Posted July 26, 2023 Author Posted July 26, 2023 possibly a mod, im not sure. whatever is easiest i guess Quote
KyleMassacre Posted July 26, 2023 Posted July 26, 2023 I am interested in seeing what you would come up with. Let’s start with that and we’ll go from there Quote
corruptcity || skalman Posted July 26, 2023 Posted July 26, 2023 Kyle is trying to nudge you into giving it ago yourself first. And you will gain much more by trying it yourself first, then when you fail or get stuck etc and you recieve help. than just Kyle or whoever just doing it for you. 1 Quote
Uridium Posted July 26, 2023 Posted July 26, 2023 52 minutes ago, corruptcity || skalman said: Kyle is trying to nudge you into giving it ago yourself first. And you will gain much more by trying it yourself first, then when you fail or get stuck etc and you recieve help. than just Kyle or whoever just doing it for you. excellently said its how I started trial and error cause a problem try fix it Quote
Dustin Rohel Posted July 26, 2023 Author Posted July 26, 2023 i have no idea on how to start making it, i'm still learning. i have not made any modules myself yet. Quote
corruptcity || skalman Posted July 26, 2023 Posted July 26, 2023 start small then get more ambitious as you get more knowledgeable, comfortable with it then take it from there. Also try to pick one engine that you like the most and stick with it. you'll learn far more and quickly if you stopped picking a different engine each week. finaly chatGPT is a good tool to help you fix your problems or issues aswell Quote
Dustin Rohel Posted July 26, 2023 Author Posted July 26, 2023 sounds good, i've tried making modules for mccodes with help from a chatbot ai with no success, I am sticking with the 2 engines i'm using now. I'll check out chatGPT soon, thanks i learn better by being shown what to do, i have a learning disability so this stuff is sorta hard to learn (Takes awhile) Quote
KyleMassacre Posted July 27, 2023 Posted July 27, 2023 3 hours ago, Dustin Rohel said: sounds good, i've tried making modules for mccodes with help from a chatbot ai with no success, I am sticking with the 2 engines i'm using now. I'll check out chatGPT soon, thanks i learn better by being shown what to do, i have a learning disability so this stuff is sorta hard to learn (Takes awhile) You will be your limiting factor. I just want it to be known that I am not trying to be a prick, I just want you to take a stab and learn. The best way to make something like this is to look at some other modules and pick apart things you might need. Where I would start if I was in your shoes is to think about some sort of form, then you need to handle that form submission. If you’re looking for RM days, you probably want an input field for amount of days, then upon submission you would want to query all users then update their current RM days + the amount you entered. 2 Quote
Dustin Rohel Posted July 27, 2023 Author Posted July 27, 2023 i learn best by being told or shown, what you just said give me an idea on how to start, but some code i dont understand what it does, i think i'll pay for a course to learn code better. Once again, than ks everyone I am going to give it a go after doctors tomorrow. 🙂 1 Quote
newttster Posted July 27, 2023 Posted July 27, 2023 10 hours ago, KyleMassacre said: If you’re looking for RM days, you probably want an input field for amount of days, then upon submission you would want to query all users then update their current RM days + the amount you entered. I'm not being nit picky ... I just want to make this clearer, because this was something I kept screwing up when I first started learning how to use the McCodes files. You want to make sure that when you are adding in the new amount that you state it in your code as SET RM days = RM days + amount. If you do it just as SET RM days + amount your total would end up being just the + amount. Quote
KyleMassacre Posted July 27, 2023 Posted July 27, 2023 7 hours ago, Dustin Rohel said: i learn best by being told or shown, what you just said give me an idea on how to start, but some code i dont understand what it does, i think i'll pay for a course to learn code better. Once again, than ks everyone I am going to give it a go after doctors tomorrow. 🙂 Why pay? There are tons of YouTube tutorials on PHP. All you will need to learn is the bare minimum basics of PHP. Obviously you probably wont find a tutorial on this exact topic but there are several beginner videos that show what you will need to do. 28 minutes ago, newttster said: I'm not being nit picky ... I just want to make this clearer, because this was something I kept screwing up when I first started learning how to use the McCodes files. You want to make sure that when you are adding in the new amount that you state it in your code as SET RM days = RM days + amount. If you do it just as SET RM days + amount your total would end up being just the + amount. Yes you are correct. Your database won’t do math unless you either tell it to do math or tell it to put in a value that already had the math done 1 Quote
Magictallguy Posted July 27, 2023 Posted July 27, 2023 Free coding courses in various language available here: CodeCademy, FreeCodeCamp, The Odin Project Free courses available on Udacity: Tech Requirements, Intro to HTML and CSS, JavaScript Basics, Intro to jQuery Intro to AJAX, Object-Oriented JavaScript, Intro to Relational Databases (such as MySQL), Web Development, Full Stack Foundations, Responsive Web Design Fundamentals, Mobile Web Development, HTML5 Game Development, Intro to Computer Science, Programming Foundations with Python, Programming Languages, HTML5 Canvas, Responsive Images. If you need to pay for it, you're probably doing it wrong 😉 4 Quote
Dustin Rohel Posted July 27, 2023 Author Posted July 27, 2023 Thanks guys! i'll check out youtube and some of those links to start learning better. Much appreciated for the tips everyone! 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.