Search results

  1. focus

    Donation Meter?

    Does anyone know where i can get a meter that reflects how many people have donated ?
  2. focus

    from header?

    I got it working abit better but i can only get it working to display the email its from when the email is sent. I would like it to display the name and then when the user presses reply it replies to their email. (I hope that made sense) My code at the moment: $headers .= "MIME-Version...
  3. focus

    from header?

    No reason jus tryin to figure it out following different tutorials but i cant seem to :((
  4. focus

    from header?

    the print "<code>$headers</code>"; bit did not work but when that is removed it displays Your mail was sent successfully.$_POST['email'] is focus@hotmail.com
  5. focus

    from header?

    I'm having trouble with the from header in the below mail script. Can anyone help? function is_valid_email($from_email) { return preg_match('#^[a-z0-9.!\#$%&\'*+-/=?^_`{|}~]+@([0-9.]+|([^\s\'"<>]+\.+[a-z]{2,6}))$#si', $from_email); } $headers = "From: " . $_POST["name"]; $headers .=...
  6. focus

    Website stopped working after migration?

    Can you also please fix doncasterparkkindergarten.com for me. Also my brother is having the same issues. He tried to delete the folder ateenslife.com and re-add it so he didn't need to trouble you but it did not work. He got the below error when trying to re-add the domain again. " Error...
  7. focus

    Website stopped working after migration?

    It appears that I do not have anything listed under 'Addon Domain' after the migration. When i try to create it again it says it already exists. For example: The folder name and domain of: alex-apartments.com My brother is also having the same issue with his account.
  8. focus

    Website stopped working after migration?

    How can i fix this as it appears that it has effected all of my .com's Example: http://www.ateenslife.com
  9. focus

    Always open file with... - Windows 7

    I accidentally selected the wrong file to 'always open with with' in windows 7 and it changed EVERYTHING to open with the program i selected. I then went to change it back to another program and then again it changed EVERYTHING to open with the selected program. Can someone explain why it...
  10. focus

    Wireless Connects but no Internet?

    I have tried all of the above. Any other idea's or do you think the wireless is stuffed somehow? ---------- Post added at 06:12 AM ---------- Previous post was at 05:12 AM ---------- Thanks everyone i managed to get it working. I just installed another wireless driver (not from acer website)...
  11. focus

    Wireless Connects but no Internet?

    IP Address: 192.168.0.34 Subnet Mask: 255.255.255.0 Default gateway: 192.168.0.1 ^ I've set those manually. If i set obtain IP automatically the laptop doesnt connect at all.
  12. focus

    Wireless Connects but no Internet?

    I've got a Acer Travel/Mate 370 and im trying to make it connect to the network/internet via wireless. It says it is connected to the Wireless with a good signal but I dont have internet or can i see the other computers on the network. I also tried via a cable and it worked fine. I can...
  13. focus

    SQL Injection?

    So just to confirm... Your saying that product info (multiple pages) should all be linking to the same order (i understand how to do this) or 1 order form and 1 product info page should be created and they get the information from somewhere? Also if it is that I have 1 order form that the...
  14. focus

    SQL Injection?

    Am i able to link the pages as below? HTML_Form (Java Validated) -- > captcha.php --> Form gets sent to Mail --> Success_Message_For_User.php At the moment i have form.html and formsend.php What i'm trying to do is to keep the html form pages which include javascript and add a captcha before...
  15. focus

    SQL Injection?

    Apologies for the misleading title. Misson if i was to use a captcha i would need to change the ordering pages to .php and since theres alot of pages it would seem that the website would be half .html and half .php. Would it best to change the whole website to use .php extention or...
  16. focus

    SQL Injection?

    Out of curiosity is there anyway to find out the IP of the bot which did it? ALso is there any reason someone would do something like that to a random site? or they just haven't got anything better to do? lol =S im failing to understand the motive :((
  17. focus

    SQL Injection?

    wow nice post! Thanks alot mission!
  18. focus

    SQL Injection?

    Can you please confirm that the below is how i implment that code? For example: $to_email= mysql_real_escape_string($_POST['to_email']); $subject = mysql_real_escape_string($_POST['subject']); $productid = mysql_real_escape_string($_POST['productid']); and then under it i'll have $to_email =...
  19. focus

    SQL Injection?

    I think someone has used SQL to send lots of emails using the PHP pages i have. i just received 100 emails at the exact same time. Can someone please advise how i can stop this from happening? I have deleted the whole website from the server for the time being so they cannot keep doing it. My...
  20. focus

    Simple onfocus command

    Would the below also work for changing the name of from where its sent from? $headers = "From:$from_email\r\n"; Also just out of curiosity, whats the worse that can happen if an email has an injection?
Top