Jump to content

Inkyskin_UK

Active Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by Inkyskin_UK

  1. I was running 2 17 inches untill a few days ago, and am now myself running a 20inch widescreen dell - and Im well happy. There is tonnes of real estate at 1680x1050, and dont miss the twin screen ability. At work I have dual 19's, and dont feel like theres any difference when I come home. The only thing I cant do now is have 2 apps maximised, or have something open on another screen during gaming (But I didnt do that much anyways).
  2. That is most definately going to be my new word of the week!
  3. That would be worth making just to hear the sound!
  4. I agree about the sadness. Can you imagine that as a training ground for armed forces or as a massive paintball field though, it would be awsome!
  5. If your server supports PHP, you could try this... Make your page as you have, but change the action to this: <FORM METHOD="POST" ACTION="send_mail.php"> Then create and upload this page, called send_mail.php: $name = strip_tags($name); $sendto = "you@youremail"; $subject = "Website contact form"; $message = "$name"; $from = "From: you@youremail"; mail($sendto, $subject, $message, $from); $next_page = "index.html"; header("Location: $next_page"); That will send an email from your own email, to your own email with the $name variable, which was grabbed from your form. Then it will redirect back to your index page, or whatever you want.
  6. A while back I wrote a small app that keylogs and takes screenshots every 30 or so seconds in C#, and then mails them once they have reached a certain size if there is net access. It doesnt need installing, just added to the startup registry once copied to the target PC. That can be done with a tiny app very easily too, if auto run from something. You rekon that might be possible with this hack?
×
×
  • Create New...