Jump to content

music4missions

Members
  • Posts

    5
  • Joined

  • Last visited

music4missions's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. You guys are by far the best hosting company in the world. Just one thing Id like to ask, are you guys ever going to hostwindows i the same amazing way you post the linux ones ? Just a thought. Ive been getting a few clients that wants that .net rubbish Congrats all the way and I hope those servers come soon, I have 3 clients going to you guys in the next week
  2. It is perfectly possible to run *.wml pages along side *.html pages on the same server. You just have to reconfigure your server with the appropriate Mime Types. You can get access to your APACHE server configuration files via the control panel. Under site management you will have mime types. Just add the following 5 mime types to the user mime types: text/vnd.wap.wml - Wml Application/vnd.wap.wmlc - Wmlc text/vnd.wap.wmlscript - Wmls Application/vnd.wap.wmlscriptc - Wmlsc image/vnd.wap.wbmp - wbmp This means that any file with *wml and above extensions will be recognisable as such by a WAP phone connecting to your server. I havent fully tested this service yet but let me know how you go.
  3. Thanks for all the welcomes. OK, I ran PHP Info and found mcrypt is there as an installed extension (Thanks again for great hosting) I understand that I need to set a whole bunch of items for this type of encrytion($key, $cipher_alg, etc) so Ill let you know how I go. I may even add a tutorial of how to do this to your forums so you can check Ive done it right an others can use it. Thanks
  4. How would you recommend this be done ?? I have only used MD5 before that makes the information un readable to me though which is useless. Any Ideas on PGP ??
  5. I want to be able to store my clients shopping experience via a cookie and MySQL. When the user goes to the secure area I want to log there cookie and details into a MySQL database for processing. Is it possible to do this in a secure way ?? I know exactly how I want to script it but how do I connect to my localhost database when in a https sessions ?? Is it the same as connecting from my domain ??
×
×
  • Create New...