Recent content by te.creative

  1. T

    setting up form to send results to email

    create your process.php file and put this in (just replace with the values that you use on your form): <?php $submit = $HTTP_POST_VARS['submit']; $name = $HTTP_POST_VARS['name']; $company = $HTTP_POST_VARS['company']; $address = $HTTP_POST_VARS['address']; $phone =...
  2. T

    exim service failed

    i'm not using php or the mail() function on my site. the email accounts i created (you know, the regular ones you create from cpanel) are not able to send and receive emails, even through webmail. i'm wondering if it would be better to delete my whole account and just create a brand new one?
  3. T

    ANy idea when starka will be up and running again?

    i used to be on starka, but now i'm on stoli. my site is working, but my email is not. i've been unable to send and receive emails since 11jun. i checked my server status, and it says "failed" on exim.
  4. T

    exim service failed

    got it, thanks. i have reopened my old ticket, but there's still no reply. guess i'll just have to wait. hope the issue gets resolved soon.
  5. T

    exim service failed

    i have been on x10hosting since february and everything was working fine. sometime late april, however, i was suddenly unable to send emails. and now i am unable to receive emails (since june 11). i decided to delete my email accounts and then re-created them, but the problem still persists...
  6. T

    Everything but email working

    i've been unable to send email for some time now (since last month, i think), and unable to receive emails since june11. i've decided to delete the email accounts, and re-activate them tomorrow. hope that works.
  7. T

    My hosting have been down for 2 days

    i'm on starka and its also down. i can't access my site or my cpanel. when i tried to access http://starka.x10hosting.com:2082 and logged in with my usual cpanel username and password, i was able to get in and check my webmail.
  8. T

    How to add a outside domain?

    you need to go to your domain registrar (the site where you bought your domain name) and change your dns entries to this: NS1: ns1.x10hosting.com NS2: ns2.x10hosting.com it takes a few hours for the changes to take effect, like 8-12 hours, so don't worry if it still looks the same right after...
  9. T

    POP3 Configuration help

    how long have you had this problem? i am also unable to send mail, but only since friday afternoon. i was able to send and receive just fine before that. now, i can only receive, but not send, from my mail client.
  10. T

    mysql help plz

    i also got this error message before, it turned out that i created the mysql user but i was not able to add the user to the database. after creating a database and adding a new user, you should add it to the database. see if that works.
  11. T

    unable to send email

    hi, i have been unable to send email from my mail client since last saturday (it was working fine last friday). i always get an error that says my server is offline, but i can receive emails and i can send using my webmail. my domain name is http://www.creativeprints.com.ph/. please help? thanks...
Top