Archive for the 'Programming & Design' Category



How can I direct my website users to a private and secure page based on login info on my website?

Friday 5 August 2011 @ 12:02 pm
send secure
al_pepin asked:


I am a product designer and I work with multiple clients. I would like to be able to send them directly to their own private page on my website based on their secure login info, keeping my entire client list confidential.




I am trying to send some Dreamweaver site files but not sure how to do it?

Thursday 3 February 2011 @ 5:54 pm
send secure
ButterflyKisses asked:


I need to send the complete folder of site files to someone and i want to know the best way to do this. Can i send them via email? Is this secure? Someone mentioned a disk, but i really need a quick way to send the whole dreamweaver site over to her.
thanks




Does using https increase server load substantially?

Saturday 18 December 2010 @ 12:00 pm
send securely
J Hankey asked:

I want to modify my website so that many pages other than the payment form are sent securely (https instead of http). My site is PHP/SQL intensive; every page runs dozens of database queries. I’m using only 9% of my memory (800M of 9G) and CPU is running load averages of about 33%.
(note: I realize it will increase the server load; the question is by how much–are we talking a half-second per page, or should I expect CPU usage to double? Ballpark..




HELP – How can I securely send passwords to buyers?

Sunday 21 November 2010 @ 10:43 am
send securely
matteo_hughes asked:

I’m using this payment processor that only allows me to “redirect” the buyer after they purchase to an unsecure thankyou page of my site. On that page I need to somehow deliver the login ID and password they need to login. But I don’t want to just post it on that unsecure thankyou page where anyone can access it. How can I work with this “thankyou” page in order to still deliver the customers login ID and password in a secure way?




Question about http+ssl (https) when submitting forms?

Saturday 19 December 2009 @ 12:44 pm
send securely
Shane asked:

I have read up on submitting forms, ie. username and password, with ssl. One thing kind of confuses me, I’ve read that in order for the info to be securely sent, only the form action needs to be https, not the page where the form resides.

This doesn’t make sense to me, this is what I understand. An unencrypted form page submits to an encrypted login page. The data must be sent to the server for php to process the data, so wouldn’t that mean that the data is unencrypted?

I’m sure there is a proper explanation, I would just like to understand how it works. Thank you in advance.




developing a web page and application server?

Saturday 1 August 2009 @ 10:44 pm
send securely
cloud9ineteen asked:

I need the same application on a Web server to handle both handling web page get or post requests ( securely) as well as talk to a remote application using a listening TCP or UDP socket.

For example, a web page action may prompt fetch of data from the socket connection. Another web page action may trigger sending a packet on the socket connection. The program will need to authenticate the remote application connecting on the socket and handle updates to a database based on that and web page activity as well.

What is the best way to go about this? I am limited to Windows but will have a dedicated server for this activity. This will be development not demo so reliability and redundancy not too important now.
Thanks.

I see you can do both, but can I just have a constantly running looping application in PHP handling both rather than through .php files initiating the application only on browsing activity?

My feet aren’t wet yet as you can see. I just want to confirm before I get in.




Website Login & Register?

Sunday 3 May 2009 @ 5:14 am
send securely
levittii asked:

I require a simple login system using preferably PHP and MySql*. A system which can automatically run by its self, registering such user via a form on my website…. checking the data is valid…. adding the user to a MySql Database…. Sending an email to the user using the email input…. allowing the user to securely login to their own unique account…. A system which can allow me to edit the data etc the user see on their account easily as creating a simple website page…. I also would like you the creator to upload the files etc to reduce problems etc. No design is needed just the simple inputs and needed elements etc




How do I send a secure email with php?

Sunday 21 December 2008 @ 8:00 pm
secure send
Dustin C asked:

I have a form protected with SSL in an https directory so I know the client to server communication is secure, but then the server uses php to send the information to an email address – how do I make sure that part is secure?
I know there are ways of doing this S/MIME, PGP – looking for suggestions from someone who has set this up in the past.




How can I secure data sent from Flash to PHP?

Friday 14 November 2008 @ 11:19 am
secure send
marblekittykat asked:

I need to secure data being sent from my Flash games to my PHP file.

Previously I was simply using a secret authorisation code, which was sent from the Flash file, and then checked against the code specified in the PHP file. However, using flasm to disassemble the swf I see it is very easy to ascertain this code – or indeed any secret checks that come from within the Flash file.

How can I then make this data secure?