Search results

  1. JosiahMaybe

    JavaScript Shopping cart problem -localstorage

    That add product to cart function seems to be loading only first with [0] and maybe it should load all and iterate through them. That [0] in add product to cart function seems like one of your problems, unsure about other. Also, when did you make an element with class 'cart-content' or was that...
  2. JosiahMaybe

    JavaScript dropdown box to change another value in another field automatically

    It may be that you have only numeric type allowed or that you are not telling that input or text part to include that symbol in your code. You could post your code or a link to it if you want and maybe just relevant parts if you want. I do not know what other than what I mentioned it could be...
  3. JosiahMaybe

    I got a used computer and USB stick to boot current Ubuntu LTS on it for like my birthday. I am...

    I got a used computer and USB stick to boot current Ubuntu LTS on it for like my birthday. I am now 23. I also found gettrx.com for merchant of record to use. Bye paddle.com. I thought only regular payment processors had zero fee per purchase plans. Like much code to test and decode (mine) now...
  4. JosiahMaybe

    PHP Setting up PHP on my desktop gone wrong

    I notice you are trying to install XAMPP and spelling it XMAPP. Could that be a problem? You seem to be using it with directories and I think it should be xampp not xmapp in at least one that I saw. X E.
  5. JosiahMaybe

    Python Is there a command that runs a line of code again?

    Maybe try like this. kicklogs = [] banlogs = [] enter_user = input("Enter your username please: ") enter_pass = input("Enter your password please: ") print(f"Welcome {enter_user}") selectChoice = input("Press B to look at bans. Press K to look at kicks. Press C to look at command to execute")...
  6. JosiahMaybe

    Fun activity Hello code forum users! what is the best code forum profile picture?

    I like yours and this one. Simong1993 https://codeforum.org/members/simong1993.338/ Did you know codeforum.org now supports motion GIFs as avatars? I maybe was thinking of making mine of Patrick from Spongebob Squarepants smashing a computer after saying "we're not cavemen, we have...
  7. JosiahMaybe

    How do you approach testing and debugging in your web development process?

    I normally just write most of like my code as it seems like it should be and then run it in a web browser, if it works, good, if not, then debug, find errors using console, and fix coded bugs whether they are that kind of error or not. Like my strategies for debugging normally include test what...
  8. JosiahMaybe

    Fun activity Building a OS

    Did you know Android is open source and so are many others? You could just make modifications, not make a whole OS to start. I know Android at least allows installing these custom things on rooted devices. You may try like MultiROM with that. This is NOT an offer to work with you, just thought...
  9. JosiahMaybe

    JavaScript Is there any way to prevent Javascript changing things without site permission?

    So basically like my plans now are PHP start page, ban VPNs proxies and TOR programmatically, check IP address, if correct country output some Javascript to get geolocation, use a form to input back that data to PHP to be checked for country, if both countries match in PHP, output script that...
  10. JosiahMaybe

    JavaScript Is there any way to prevent Javascript changing things without site permission?

    Yes it can be inaccurate but it is better than nothing. I find IP lookup low accuracy but only way to be certain a location search was done. With navigator.geolocation it may be more accurate but unsure if I can be sure it is run. Anyway, looking into PHP IP lookup services and still unsure how...
  11. JosiahMaybe

    JavaScript Is there any way to prevent Javascript changing things without site permission?

    Yes there is that and PHP but that is only IP tracking and navigator.geolocation is more accurate. Thanks for that though. Maybe I should do an IP test and output it to Javascript to be used if it is with correct country. Instead of setInterval, which I found can be shut off, I may do like...
  12. JosiahMaybe

    JavaScript Is there any way to prevent Javascript changing things without site permission?

    So I may have worked out a secure way to sell except that in like my site hackers may be able to bypass like my selling logic. I would do custom country check in Javascript using navigator.geolocation, prefill paddle.com checkout with Javascript. paddle.com checkout starts in Javascript and...
  13. JosiahMaybe

    I found this in day 10, do I get something? X E.

    I found this in day 10, do I get something? X E.
  14. JosiahMaybe

    Answered What happens when selling outside WCT?

    Great, not all have copyright protection according to this article. https://copyrightresource.uw.edu/copyright-law/international-copyright-law/ What are people supposed to do if copyrighted material is outside areas where piracy is prohibited? My business and theirs I know but this affects all...
  15. JosiahMaybe

    Answered What happens when selling outside WCT?

    https://en.wikipedia.org/wiki/Copyright_law_of_Pakistan#cite_note-4 Sorry, I should be more thorough, yes there are laws, but finding for all jurisdictions is a hassle, anyway, I do like my research and probably some form of legal copyright stuff most places. I assume international stuff like...
  16. JosiahMaybe

    Answered What happens when selling outside WCT?

    Are there anti-piracy laws or treaties in all jurisdictions? I understand there are some but how is this enforced if it is everywhere? If it is everywhere, what is to keep say Pakistan from saying like not our laws, use freely in that country if it gets to them? There are criminals out there and...
  17. JosiahMaybe

    Day 9 - Halloween Coding Challenges 2023 - JavaScript, HTML, and CSS

    Are we supposed to use previous numbers found or what? I have a with previous numbers try, should I show that? X E.
  18. JosiahMaybe

    Answered What happens when selling outside WCT?

    It would be with like me owning copyright and selling with that. I know it is piracy but based on which country, how bad is unregulated piracy allowance? navigator.geolocation seems to be better than nothing as at least they must be in a country, something some countries may not allow. I would...
  19. JosiahMaybe

    Answered What happens when selling outside WCT?

    Okay so I found WIPO Copyright Treaty (WCT) protects copyrighted works from specific countries in that set of countries and this applies to code. What happens if copyrighted code is distributed outside WCT? Is there legal stuff or is it like free for all to use in and maybe out of those...
Top Bottom