Search results

  1. D

    Server Gaming

    My first try - http://servergamingtop100.com/ Any suggestions and tips are welcome :)
  2. D

    Contact Form - Beta

    $url = strtolower($value); $url = preg_replace('/[^a-zA-Z0-9,\-\.@\s\/:#]/', '', $url); $url = '<a href="'. $url .'" target="_blank">Click Me!</a>'; $value = $url; This works and be carefull because i notice those mails with URLs are ignored by gmail and send to spam, which cause user of...
  3. D

    Contact Form - Beta

    Sorry, but again didn't help. No e-mail recieved, any other regex to try?
  4. D

    Contact Form - Beta

    Hi, Sorry for disturbing you again, but when i add last field from previous post where, adding my custom field and then when fill the form and submit it - again no e-mail message received. But if i remove only the following "\/" from regex it sends the e-mail but the url have missing the...
  5. D

    Contact Form - Beta

    sent any text but if you enter url, show that the message was sent but I don't receive in the mail So there is no way to send url with this contact form ? Thank you.
  6. D

    Contact Form - Beta

    Hello! I'm trying to add a field for site url: <div> <label for="senders_web">{$lng->ad_web}</label> <input type="text" name="senders_web" id="senders_web" size="50" /> </div> but there are some filters which formatted the text or just don't sending the message
Top