Jump to content

PirateBagel

Members
  • Posts

    41
  • Joined

  • Last visited

    Never

Everything posted by PirateBagel

  1. Color schemes! Learn color schemes!
  2. I agree with the guy above. The code of the website isnt the problem here. You could use that exact same code and layout, just replace the pictures/colors. Look around for some colour charts to get a general idea of what colors should be used where, etc... Pink is hard to pull off (it can be done), unless your a pro stay away from all bright colors like that
  3. I have a large form, a few people keep hitting "enter" or something in a text box, thus sending the whole incomplete document. When they click on submit, i want a warning message to come up that says something along the lines of, "Are you sure you'd like to submit this?" with a yes/no option. I know this is a simple code, i've had it before. But I cannot remember what the actual code is, nor can I find it. Thanks for the help.
  4. I've read and followed the instructions carefully, but I don't know if were on the same page here. This isn't from just webmail, I want this to be included in every email (those sent from outlook, thunderbird, etc..) Is this script capable of doing that?
  5. I did download that version, and I did insert the code (into setup_mail.php) you told me and changed it to the location of my image. I set the path in config.php correcty, but its still not working. I've gone through and tried multiple things, and made sure everything was in its correct place. When you say, "Adjust the setup_mail.php properly" what exactly do you mean?
  6. Thank you! I'll be looking into this right now, i'll let you know if it works or not. Im also going to go donate $10 to the site right now, I said I would awhile back but didnt get around to putting money in my paypal until a week ago.
  7. I see that, but I want to do it to every email that is sent from my domain. I don't think phpmailer does that.
  8. If anyone could just point me in the right direction for this I'd be very happy.
  9. I want every e-mail that is sent from my host to include a header image. I couldn't find a more appropriate forum to ask this in, considering that I don't even know how I would go about this. Would this be serverside? Can a PHP script intercept all mails and include the image? Or would something like this have to be client side? If there is a more appropriate forum, please move this thread. Thanks for the help!
  10. I changed nothing on the code and it works now. It also worked on all other servers fine. It definately was my host, Network Solutions. Boo.
  11. The code I posted is the same code, just goes to different emails and the pw is different.
  12. This is what I was looking for.... I had a strange feeling it was my server. Due to the fact that in building and testing I have used the script flawlessly 200+ times. Hrm... What would cause my server to do this? Im using Network Solutions btw.
  13. That is an error, but that was just from me copy/pasting the message back in. Even when the message field is blank I still get Send FAILED.
  14. Here's my problem. (Through the help of a few board members) I've created a full script that places 80 fields of information onto a PDF and mails it to two email addy's. Yesterday I thought I had finished it, everything was working flawlessly. Today however, whenever I click submit it says "Send FAILED" (Which its set to say if something goes wrong) However, I havent changed anything. I've even tried reuploading the start of this code (I KNOW that backup works) but it still comes up Send FAILED. How can this work 200+ times fine, then suddenly stop working completely? I've checked my bandwidth, I have PLENTY left. Theres quite a bit of code total, though the only things I've been working in are proposalback.php and proposalform.php. Here's a link to the zip file with everything in it. If someone figures this out quickly i'll be happy to donate another $10 to the board (still owe $10 - waiting for payday now). Password on proposalform.php is phpfreaks btw EDIT: and yes, I do realize placing everything by cells is the quick and dirty way, but it worked.
  15. I found a good prebuilt code from Steve Dawson http://www.stevedawson.com/article0014.php It does what I'm looking for, thanks though.
  16. I only need to secure one page, and security isnt that big of an issue. All im looking for is a username/password prompt (I only need one logon) I don't want to deal with mySQL databases, adding, tracking, blah blah blah - Just a login. I've been searching and everything I find isnt what I'm looking for, I know this cannot be too much code. Thanks, Adam
  17. Im thinking about paying someone $40-$50 just to do what I need. This would include a server generated pdf form with 80 fields ( I could define them all later ) to be emailed to one set adress and an adress defined by the form. I'm trying to explain this well, but my brain is pretty much fried atm. Ill try to explain it better: Ill be making a site that will have 80 fields of information, whoever can fill this out, and set the receiving adress. (I can do this part myself) I need the information from the 80 fields to be emailed as an attached PDF (this is what I will pay someone for) I will be able to place all the fields and pick all the fonts and whatnot from a premade script. Anyone interested? I cannot offer to pay anymore that $40-50 (I have a woman to woo tomarrow night and most of my cash will be going towards that ) I think this level of coding is a little beyond my level. Though, editing the script to fit my needs will give me a much better understanding. I'm not trying to pass off all the work. I wouldnt care if you used already built scripts (such as fpdf) email me at adam.schlabach@gmail.com or PM me here if you are interested. I think I'll also post this in the freelance section.
  18. This confuses me more, I dont know how to incorperate this into my current script. Plus my mail() function is working great. Is there anyway I can attach a generated PDF from fpdf in my mail() function?
  19. How do I get this to mail as an attachment though. I get how to edit the document now and add things where I need them to be. I cant figure out how to get this to email as an attachment though, any help?
  20. Ill definately look into this, thanks. I fucking love how quick I get a response here
  21. Heres what I need to happen now, I know how to do most of it, except the generated PDF form. - Someone logs into the site, fills out the form. (I already have this coded for the most part, not a problem) - The server puts that information into a PDF file with a background of my chosing and emails it to a specified adress. (Its already set up to send the email) My issue is I dont know how to have the server generate the PHP form. How does it work? How do I position the text over the PDF automatically? I'm already donating $10 to the site, thanks to the help I received from UTAlan, Lytheum, and Waldir. Ill make it a total of $20 after this.
  22. That worked, thank you all very much. Ill be donating as soon as cash is in my paypal
×
×
  • 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.