I just bought a hosting account with inmotionhosting.com and they offer a free shared ssl certificate. However, the address I have to point the browser to cannot be https://mysite.com. It must be...
As the title says, I'm looking to see if I can figure out some sort of secure login without having to shell out cash for SSL certification. I did a cryptography class a while back for my...
The if statement that surrounds the content on each page first checks to see if the cookies are set, then send the values stored in them to the auth function.
I can't be sure. I didn't time it. But like I said in the original post, firefox still lists the cookies as being set. When I looked at it, Firefox claimed they had about 15 minutes left.
Each time a page loads it calls the auth function to authenticate. The auth function is where the cookies are set. So, yes, with each page the cookies are reset again. I only notice the problem...
Has this ever happened to you? I have a fairly simple (and rather non-secure) system I'm using to emulate password protection that I'm using for a project that is really a proof of concept.
...
criterion9. I've tried to sign the applet and found quite a few sites with instructions on how to do so. Everything I try doesn't seem to make any difference though. Could you explain how to sign...
I've been doing much research on how to access files on a client's file system from a java applet and all the results I've found don't seem to get me anywhere. My applet runs correctly when I...
Ok. I've given up hope on an all-in-one statement that's going to do what I want it to. But I think I've come up with a marginally better solution here.
First, I haven't tested this thoroughly so it might still not be right, but I have implemented something with a mix of mysql statements and php to get it done.
I had a quick question about a MySQL query I need to implement. What I want to do is to select everything in a table for the most recent date for each pid.
The error output really helped me out. Apparently, not only does the foreign key need to be an index in the child table but in the parent table as well. The error...
Well, this is all running off of a local server running on my pc. I'll try and see what I can do about the screenshot. It's very starnge that it is that small, because the file I uploaded was a...
File permissions? Really? The database is created and the first 3 tables are created as well. It just stops at that table (features), which it does not create and from the screenshot you can see...
I'm using phpmyadmin to import a script I've written. I'm pretty new to scripting properly in mySQL. I'm used to simple select/update/insert statements. I think the problem may...
Though I don't really want to say I've solved the problem, I've got around it. I've adjusted the code so that it now uses session cookies. So login looks like:
I was wondering if anyone could help me with my problem. I'm using cookies to implement password protection. But for some reason the cookies, though they are saved by the browser, aren't...
I've never included those last 2 parameters when accessing databases, but should you have the last one in quotes? Especially since it says that you've given it a string and was expecting another...
why not just encapsulate the declaration of the variables in en.php inside a function and add a return statement. Then after including en.php in the index you can run the function which will allow...