Jump to content

Mokothemonkey

Members
  • Posts

    211
  • Joined

  • Last visited

Everything posted by Mokothemonkey

  1. I am looking for PPC programs, but: - I am under 18 - Don't want to give away Credit info, SSN, Tax ID, etc. This cancels out adsense, adbrite, and a few others. I can't find anything on google so I thought the community here might know
  2. <?php if ( $_REQUEST[name] && $_REQUEST[review] ) { $name = $_REQUEST['name']; $rating = $_REQUEST['rating']; $review = $_REQUEST['review']; $headers = "From: $name <$email>\n"; $headers .= "Content-Type: text/plain; charset=iso-8859-1\n"; mail( "admin@replayband.heliohost.org", "Replay Band Review", $message, $headers ); header( "Location: http://replayband.heliohost.org/feedback.php" ); exit; } ?> Now it sends, but there is no message.
  3. They aren't working, but it's exactly the same code as the ones that ARE working. Check it out here
  4. If you set cpanel as your homepage then you can prevent it from deleting you... don't do that if you have a shared computer, though. Also remember to back stuff up onto your harddrive for just an occasion like this.
  5. Resist the cult. We are the majority for a reason. Resist the FUD. Whoring the majority of non-competent computer users does not make a majority. I have no idea who's on who's side, but either way I'm still getting a mac
  6. You need to conact shaw.ca and ask them if they are blocking heliohost and ask them how to correct it. Ok - Thanks for all the help! Everything should be working fine now.
  7. Did you check your spam folder? I copied your source code yesterday while it was an html page and tried it on my site and used my email address instead so I know it works ok. Replace the php part on your email form with this and see if that helps. Don't forget to change the email address to yours. <?php if ( $_REQUEST[email] && $_REQUEST[message] ) { $name = $_REQUEST['name']; $email = $_REQUEST['email']; $message = $_REQUEST['message']; $headers = "From: $name <$email>\n"; $headers .= "Content-Type: text/plain; charset=iso-8859-1\n"; mail( "your_email@yahoo.com", "Replay Band Inquiry", $message, $headers ); header( "Location: http://replayband.heliohost.org/Contact.php" ); exit; } ?> Hmm.. Works with my yahoo! account, but not my shaw. Now I just need it to work with my_email@shaw.ca
  8. Yeah, it looks fine now - but it won't actually send to my email address EDIT: I got this error log yesterday: [05-Sep-2009 08:26:53] PHP Warning: mail() [<a href='function.mail'>function.mail</a>]: Could not execute mail delivery program '/usr/sbin/sendmail -t -i' in /home/replay/public_html/Contact.php on line 6 [05-Sep-2009 08:26:53] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/replay/public_html/Contact.php:6) in /home/replay/public_html/Contact.php on line 7
  9. Your contact form is working for me and I even sent you a message. Really? I never got it. I double checked and the email in the code is correct.
  10. You need to rename your page with a .php extension instead of an html extension. Contact.php Now I get a: "500 Internal Server Error"
  11. Thanks a bunch. Will try it out Hmm... I added everything, but when I click "send" it doesn't appear in my inbox. Here is my contact form
  12. This is my php code: <?php $email = $_REQUEST['email'] ; $message = $_REQUEST['message'] ; mail( "myname@example.com", "Feedback Form Results", $message, "From: $email" ); header( "Location: http://www.example.com/thankyou.html" ); ?> My html: form method="post" action="sendmail.php"> <p><label for="name">Name</label> <input type="text" id="name" /></p> <p><label for="email">Email</label> <input type="text" id="e-mail" /></p> <p><label for="message">Message</label> <textarea id="message" cols="30" rows="10"></textarea></p> <p><input type="submit" value="submit" style="margin-left: 150px" /> </p></form> When I click submit, it goes to the /thankyou.html, but I do not receive the mail in my myname@example.com inbox? Does it take a while to send or is my code wrong? Thanks!
  13. I second that! I third it. Wow you people are smart Oxygen can be raised in tempurature, but I don't think you can actualy 'burn' it. Don't take my word for it though Stop bringing back old topics. This thread is 5 months old. but it's so quiet here... nothing else has new posts I don't mean to necromance or whatever it's called. I still haven't adjusted to the fact of how small these forums are. I realy need to stop posting so much...or just move on back to yoyogames forums...
  14. I second that! I third it. Wow you people are smart Oxygen can be raised in tempurature, but I don't think you can actualy 'burn' it. Don't take my word for it though EDIT: here is a good resource for oxygens flammability: click here
  15. I too, do not know what I don't know.

    But if you meet someone who does know what they do not know, tell me I would like to meet them.

  16. It specificly says in the signup form: One account per user So, if that's actualy what you meant, then i don't think so.
  17. Cool. I will look into IEspell ASAP. Thanks everyone
  18. Does heliohost/cPanel have anywhere that shows the amount of hits and other statistics of your webpages? I couldn't find one, but I am horrible at noticing things. Thanks
  19. What is it? Can you give us a link? Does it work with IE or Safari? Again, consult the Oracle. I don't think google could find the EXACT one Bill was talking about. He said it worked well, and most of the programs found on the internet are junk or have trojans. Just being safe But yes I will try google... P.S. You're Linux Penguin must be my stalker...It knows my IP!!!
  20. What is it? Can you give us a link? Does it work with IE or Safari?
  21. -index file is "index.html" -url is "replayband.heliohost.org" Refresh Worked! Wow how simple some things are...
  22. That would be smart to do then. I will change the <!DOC> as soon as possible On another note: this is my 50th post!
  23. I loaded all my stuff into public_html, and when in Safari everything shows up, but in IE7 it still shows the default page titled "Index of /" What can I do?
×
×
  • Create New...