Search results

  1. VPmase

    LogMeIn - Hamachi

    For those who don't know, a VPN is a Virtual Private Network. What it does is allow multiple computers that are only connected together via the Internet to create their own network of computers to create a Virtual LAN (Local Area Network). This program is very useful for clan/guild gaming. This...
  2. VPmase

    favorite old gaming system?

    Agreed. They had the best games. Duck Hunt and most Mario games (NES) and Golden Eye, Super Smash Bros and Perfect Dark (N64) were the best.
  3. VPmase

    Funny Picture Thread

    LOL! I as soon as I get on my PC I'll post a better Cookie Monster picture :P
  4. VPmase

    Guess Who Posts Next

    intertec considering he's the only one thats online atm. ><
  5. VPmase

    Some PHP Help

    I don't see a "session_start()" in the first two scripts. Maybe thats why.
  6. VPmase

    change submit button for image

    That would work but he also wants the image to be a rollover image. Just use this: <script> function subForm(){ document.FORMNAME.submit(); } </script> <div align="right"><a href="javascript:subForm();" onmouseout="MM_swapImgRestore()"...
  7. VPmase

    1 isn't working :S

    I don't have it and I'm using FF3 as well.
  8. VPmase

    1 isn't working :S

    Its working fine for me. I get 1 and 11 without anything else.
  9. VPmase

    javascript alert message problem

    Use this for your time.js //<![CDATA[ /*By JavaScript Kit http://javascriptkit.com Credit MUST stay intact for use */ function show2(){ if (!document.all&&!document.getElementById){ return;} thelement=document.getElementById? document.getElementById("tick2"): document.all.tick2; var Digital=new...
  10. VPmase

    Some PHP Help

    I just want to say that this part is useless: if ($logoutGoTo != "") {header("Location: $logoutGoTo"); considering you set the variable and never change it. You should just change it to header("Location: http://MYSITE.com/index.php");
  11. VPmase

    Funny Picture Thread

    I'm sorry but this is just hilarious! And sad ><
  12. VPmase

    dont like being suspended for 2 weeks of inactivity

    It's not hard to stay active on these forums. It's not hard at all. All you have to do is either ask for help, help someone who is asking for it, or just post in the forums that interest you.
  13. VPmase

    javascript alert message problem

    I went through your code and noticed that time.js doesn't exist even though you call it in your page. <script src="index_files/time.js"></script> That line was what makes it not run right.
  14. VPmase

    Avatar: The Last Airbender

    Anyone watch it? I'm current on Book 2 Chapter 19. Its a pretty good English anime/cartoon.
  15. VPmase

    unsuspension

    Please read the rules and the FAQ on this site. There is a link to unsuspend your account right below the search... http://forums.x10hosting.com/newthread.php?do=unsuspend_request
  16. VPmase

    javascript alert message problem

    Move the javascript code below the <body> tag. Like so: <body onload="message();"> <script type="text/javascript"> function message() { alert("currently working on another website and learning javascript"); } </script> ....
  17. VPmase

    secret forward

    Maybe if you add $headers .= 'To: ' . $toEmail . "\r\n";
  18. VPmase

    secret forward

    Something like this should work. <?php // Create local PHP variables from the info the user gave in the Flash form -disabled message field $toName = $_POST['toName']; $toEmail = $_POST['toEmail']; $fromEmail = $_POST['fromEmail']; // Strip slashes on the Local variables -disabled...
  19. VPmase

    Count to 1 Million

    238 Movies I've watched this year. (I have no idea but that sounds close)
  20. VPmase

    email of order form

    I'm not sure PEAR is 100% enabled on free servers. Maybe an admin can correct me.
Top