Search results

  1. T

    Terminated Premium Hosting

    When i type in the cpanel username in the box and click next, it brings me to the login page. after logging in it brings me back to the main client page.
  2. T

    Terminated Premium Hosting

    When i click "Hosting" in the header bar, the only option on the page is to sign up fo a hosting account which brings me to the main page of x10hosting. So i must create a new account with a different email address?
  3. T

    Terminated Premium Hosting

    Hi i recently terminated the premium hosting service and my entire database was deleted from the premium server. How do i create a free web hosting account under my x10Hosting client account? I tried using email address and the server said the email address is already in use. Thanks
  4. T

    Forum Name Change Requests

    New Name: teee
  5. T

    Need help with a building a secure form

    Re: mail function php Your variables are subjected to headers injection.
  6. T

    Need help with a building a secure form

    Hi, earlier on i created a similar thread with the issue of php mail() getting filtered and going to the junk folder. I didnt manage to get an answer from the thread but after weeks of trying, these few things did the trick. 1. I created an MX entry for my domain. Just go to your cPanel and...
  7. T

    Search AutoSuggest Disable enter key when submit

    hi misson i have pmed you the link to the test page. thanks for helping.
  8. T

    Activation Email sent to Junk Folder

    Yes i tried the phpbb and the email didnt get caught in the junk. i've looked at the source code and added the relevant headers but it still ends up in the junk mail. may i know what exactly did you add to your headers? heres mine. $headers = 'From: <admin@mysite.com>' . "\r\n"; $headers .=...
  9. T

    Search AutoSuggest Disable enter key when submit

    Thank you very very much Misson! Thanks for taking time to rewrite the code. Thank you very much. ---------- Post added at 06:59 PM ---------- Previous post was at 02:27 PM ---------- hey Misson, the keypress function worked. however when i tried to fit the keyup functions you rewrote, the...
  10. T

    Activation Email sent to Junk Folder

    So there isnt really a solution to this?
  11. T

    Search AutoSuggest Disable enter key when submit

    I found this search auto suggest script on the net. The script works fine but everytime i hit enter on the selected suggestion, the form submits itself. i want to disable the submit when i hit enter so i tried adding this part to Case 13. but it doesnt work. am i missing out on something...
  12. T

    Activation Email sent to Junk Folder

    Thanks for the reply. i have added the headers and everything. but it still gets filtered as junk.
  13. T

    Activation Email sent to Junk Folder

    Thanks for the reply. yeah i have a valid email account admin@my-site.com on the server. But the email still gets caught in the junk folder for hotmail.
  14. T

    Activation Email sent to Junk Folder

    Heres a sample of the php code i used. $to = $email; $subject = " Activation Email for My-Site"; $letter = "Thank you for registering. Please complete your registration by clicking the activation link below. \r\r www.my-site.com/activationlink.php \r\r If you...
  15. T

    Activation Email sent to Junk Folder

    Thank you for your quick reply. Yes i have an email account admin@my-site.com but the email just keeps getting caught in the junk folder. is there any other way around this?
  16. T

    Activation Email sent to Junk Folder

    Hi, my website requires users to activate their account through an activation link found in the email sent to them after they register. The email always get caught up in the junk folder for hotmail, yahoo and gmail. Is there any tips or tricks i can do to prevent this? Thank you very much.
  17. T

    Exporting a Csv File with zeros as the first integer

    ok thank you very much for your suggestion. i will try them out. thanks. =)
  18. T

    Exporting a Csv File with zeros as the first integer

    i've tried it. but once you save the csv file and open it again, the zero disappears.
  19. T

    Exporting a Csv File with zeros as the first integer

    there isnt any option for me to import as text using a csv file. and i think the problem already lies within the csv excel file because everytime i edit and save the csv excel file and then open the file again, the 0 disappears.
  20. T

    Exporting a Csv File with zeros as the first integer

    for postal code. but does it really matter what i store them for?
Top