5,430 Posted Topics
Re: This is so close to what is known as the Caesar Cipher that well, let's find 140+ samples to start with. Read https://rosettacode.org/wiki/Caesar_cipher Given this is so well done and you only added one slight change, this should be enough for now. | |
Re: That line 258 may need something like https://newbedev.com/how-to-convert-mysql-timestamp-to-date-time-in-php As I don't know what your MySQL data looks like all I can do is guess that you'll have to keep $row->exstdate . ' ' . $row->exstime but put that into the example at link. Maybe? `$new_datetime = DateTime::createFromFormat ( "Y-m-d H:i:s", … | |
Re: Didn't anyone tell you to never store passwords in the clear like that? More at https://www.google.com/search?&q=never+store+passwords+in+a+database Also, with so many login, password examples on the web, why did you decide to create yet another one? | |
Re: This looks like homework as few of my work projects demanded the UML diagram. Let's discuss what's stopping you from doing this homework. | |
Re: I don't have your database to test against so for now drop some debug echo or prints on those lines 11, 13 and after 15 to show where in your code it stopped. example: 11 print "Now at line 11" 13 print "Now at line 13." Spiffy up for formatting … | |
Re: While you did not share the contents of run.bat my guess is the current directory does not have dw.exe. Maybe the simplest fix is to add the CD command to your run.bat to change to the folder with dw.exe. | |
Re: The list of "What could cause this?" can be long. You mention cloud, API upload so my first thoughts which are guesses since I see no code or much details are: 1. The DNS lookup could fail since what they used and what you use can differ. 2. Your ISP … | |
Re: This would be a very bad thing. Authors that don't release their works into the public domain would be deprived of income and more. -> **No one needs this.** | |
Re: Are you sure you can't use Microsoft's supplied text to speech system? Noted at https://en.wikipedia.org/wiki/Microsoft_Speech_API | |
Re: No Apple Company folk here. Just a note, BEWARE the FAKE SUPPORT SCAMS going on. These folk are out for not only your money but are known to take over your Apple and other accounts. | |
Re: I can't guess the host OS, configuration and more but for us we would just FTP the files out to a new location, email them or something else. I can't guess what the server is here so it's unlikely I'll know how it's done for this server. Since you need … | |
Re: Since you mention cooperate, I take it this is an agreed upon data share so no programmer would be required. If this is to get data without the operator's consent then this thread dies right here. -> If you need a programmer to use said data, there are plenty of … | |
Re: I ran W2000 SP4 for close to a decade so I'll share that as new hardware came out with USB keyboards I had to test it with USB Keyboard Legacy (can be any name like that) on and off. -> Your PC details are nil so I can't guess if … | |
Re: That's good it can do 7 or fewer addresses which proved the code is close to working. Now you need to talk to your email provider about how they throttle email sending. Remember this is NOT BROKEN but by design to halt spammers. Also, you neglected to reveal all the … | |
Re: I see you used the UNION so that would be my first thought. Now you have that, maybe you only need to add a LIMIT. Tutorial Links follow: https://www.tutorialspoint.com/sql/sql-unions-clause.htm https://www.tutorialspoint.com/sql/sql-top-clause.htm | |
Re: 1. In Windows, which keyboard layout are you using? 2. What is the make and model of the keyboard? All skill levels arrive here so here's a tutorial about changing the region and keyboard layout for Windows 10: See "Change your region in Windows" @ https://support.microsoft.com/en-us/account-billing/change-your-country-or-region-in-microsoft-store-5895e006-34f4-10f7-16b1-999e40adb048 | |
Re: I don't see why this should work at all given the error output. You need to resolve the errors given such as "CodeTaskFactory." YOU get to fix that and the other errors. Sometimes folk think this is a simple fix, sometimes it is but right there in the error is … | |
Re: Just a thought. Why is ob_start(); in what looks like line 1? I'm reading https://www.php.net/manual/en/function.header.php | |
Re: Given the name of the object in line 48, wouldn't we use the following example line to pause? # pausing the video player.set_pause(1) Sadly I can't find a good set of docs on this. | |
Re: I see so many possible points of failure that I'll just write "found code" is usually not the code you are looking for. It may give you a possible view of the steps you'll need when you write your code but such an import is rarely done more than one … | |
Re: If this was mine I'd log or echo $expiry on line 20 to make sure this variable is what it seems. | |
Re: We ended support 2 years ago on such an app. Even so the issue I see in your post is you "copied" the app.exe. That never worked. Use the app's setup.exe installer to get all the components to install. This may or may not fix it but copying the app.exe … | |
Re: Let's check out line 10. It looks like you not doing a comparison but an assignment. The old single vs. comparison operator issue? Read https://www.php.net/manual/en/language.operators.comparison.php | |
Re: Welcome. Weren't No Credit Check Loans considered a bad idea recently? I guess they're back (insert Johnny Meme here.) | |
Re: Please expand your question. Take a few minutes so others know what your questions are. | |
Re: Here's the rig I use. Compiles are well under a minute. -> Acer Predator with i7, 16GB RAM. SSD drives and some GTX 1060 GPU. Your machine most likely could be vastly improved by replacing the HDD with a SSD. | |
Re: I think if you can track where the account was created from, that's a good report. Why? I'm reading https://en.wikipedia.org/wiki/Internet_Research_Agency | |
Re: The thing is that I did check https://www.google.com/search?&q=Right+Click+Eject+Missing and see this has thousands of prior discussions. We need to always try to fix such ourselves before we start a new discussion. Some get upset about that. | |
Re: Small world. Long ago I used a barcode font. So for the report I only had to change fonts, then output my data and then change the font back. I don't see your code so I'll want for more detail and maybe the code in question from you. | |
Re: That's the paradox of choice. https://en.wikipedia.org/wiki/The_Paradox_of_Choice Since he's a younger person I'd stick to the 15 inch models. About 1300USD gets you a nice enough gamer. Don't think about 4K gaming. Let's go 1080p and maybe over 60Hz display. https://www.amazon.com/i7-8750H-Processor-GeForce-Gigabit-Windows/dp/B07F6K21HJ Not that big on games? Drop to the 1050 Ti … | |
Re: > The conversion between radians and degrees is: degrees = radians * 180 / pi . You should be able to do this when the need arises. | |
Re: I see no code to examine BUT your claim you reused the code most likely means that each tab is not unique and may in fact be why they all change or show the same date/data. Any chance we can see that code? | |
Re: The more I look into this, it appears it matters if you are in the EU and if you have 10,000 or more followers. And just like that I understood why people buy followers. | |
Firefox seems to work fine so what should I be looking for when Chrome and Opera show The End with a circle loading graphic that never ends? Did I find The End of the latest posts? (Nah, it's something but I don't know what to check.) | |
Re: I'm reading https://bbs.archlinux.org/viewtopic.php?id=236715 which appears to be the solution. Remember that I'm not able to duplicate your issue because I chose to fix broken things. For specific Arch Linux issues my choice would be to ask in Arch Linux forums but hopefully this prior discussion will fix it for you. … | |
Re: Welcome. Thanks for sharing your work load as I was just discussing with someone else that the phone systems were part of many company's IT assignments. I fear the days of when it was it's own little phone company are over. | |
Re: That site is not slow so I worry that you are just spamming. | |
Re: Given little detail on said PC the cheapest fix is to: 1. Buy the usual 20ish dollar USB WiFi and Bluetooth dongle and plug that in. In many PCs that's it and don't have to find drivers. This is a good fix since a trip to the repair counter here … | |
Re: Can you clarify your question? What is this Status Bar? -> https://en.wikipedia.org/wiki/Taskbar | |
Re: Please tell more what this "dpskdops" is. You may have badly mispelled "desktops" but the mispelling is too far off for me to think you meant desktop. Even if you meant desktop, the make, model, what version OS and maybe deeper details are required. Windows is well known for "driver … | |
Re: You must explain what you are doing here. https://www.google.com/search?&q=browser+minimization didn't tell me and I can't guess exactly what you want to do here. If I take your last discussion as part of the goal this starts to sound like the rather awful advertisement schemes with hidden browser windows, popups or … | |
Re: This is marked solved. Can you share the fix? | |
Re: In the past, we would save what we had to a text file or some whale.c file (name should be what we can remember. Then in the old Turbo C++ I recall we could open the whale.c file and use Turbo C++'s own editor to copy and paste into another … | |
Re: I'm more of Tom Peter's fan. https://tompeters.com/writing/manifestos/ has a new entry for 2020. Edit: Adding what Tom Peter is saying about speed and Excellence: > The bottom line re 'Speed Trap' is that I think in this age of 'speed, speed, more speed,' it is in fact the case that … | |
Re: I read your post multiple times and it's unclear what you are asking for. Also, what do you mean by "easily appear"? I see the combo box which is "A combo box is a commonly used graphical user interface widget (or control). Traditionally, it is a combination of a drop-down … | |
Re: 3 posts and 2 are spam. I'll infract one to avoid a ban but please be more careful in the future. Also, complete your member profile soon. | |
Re: This system is not one I've encountered. I had hope some other member would pile in with ideas but no one showed up. If this was my task I'd look for prior examples as well as place debug output where I suspect the code is failing. | |
Re: Welcome. Take a moment to fill in your profile. Are you with In22 labs? | |
Re: For many years I've seen trouble in development like this. Often the person who wants the app or script didn't provide what we used to call a SDD. https://en.wikipedia.org/wiki/Software_design_description details it in full. Yes, often the client wants to bypass such documents but without them we don't know what they … |
The End.