Jump to content

Lamez

Members
  • Posts

    1,686
  • Joined

  • Last visited

    Never

Posts posted by Lamez

  1. ya I saw the tiger poo to, I hate this browser, how in the world do I get to google?

     

    You don't. That's the idea.. as a child, a parent would not want them to have general access to the net. Instead, they would have access to controlled / filtered content geared strictly towards infants.

     

    Dan, you take things too literally... it was meant as 'humor' ;)

  2. I am using the PHP mail function to send activation emails to the newly registered member. Well it worked with gmail, but yahoo does not seem to receive anything at all. Are there alternative ways of sending emails?

     

    Here is my code:

    <?php
    function sendMail($user){
      $to = findInfo($user, "email");
      $id = findInfo($user, "id");
      $hash = md5($user.$id.$user);
      $link = "http://www.lamezz.com/test/register.php?act=".$hash;
      $subject = 'Activate Account!';
      $message = "Please copy and paste the link into your browser to activate your account at Lamez's Corner! \n".$link."\n -Thank You\n Lamez");
      $headers = "From: no-reply@lamezz.com\r\nReply-To: no-reply@lamezz.com";
      $mail_sent = @mail( $to, $subject, $message, $headers );
      return $mail_sent ? "Mail sent to ".$to : "Mail failed";
    }
    
    ?>
    

  3. lol sorry.

     

    My Front Page (index) will display news entrys and website updates. I was wondering should I have the front page (index) display what the website is about, what it does, what it is for, or should I just stick with my original plan.

  4. lol ours is decently secure, but strict. They told me if I go and jack around with the system, then I will be banned from all the labs. So I have not even messed with it. Until I taught everyone about proxies, then they starting logging the history from everyone.. lol

  5. I went to the domain, and all I got was a blank page, of course on the port you have listed above. My home server has a domain that is pointed to my server from servage's servers but, I cannot load my website using the domain, when I am on my network, I have to use the host name, "megatron". I have no idea why, and it just changed on me all of a sudden, but that might be your problem, try loading the website from a different computer off your network.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.