Search results

  1. P

    Please Help Me!

    ipconfig /flushdns edit the hosts file in windows for the ip address will also allow you to see it earlier but no one else will until DNS updates
  2. P

    Please Help Me!

    read point number 2....
  3. P

    Disable magic_quotes

    James @ php.net was always a nut depreciating everythng LOL but as technology evolves, so must the software...
  4. P

    Please Help Me!

    you just made the account and also the domain??? 1.) Have you set the domain namservers to x10's nameservers?? 2.) Your domain has resolved to X10's nameservers (normally takes 24 to 72 hours to resolve around the world). when I go to the site, it tells me
  5. P

    Mail Function:

    if it does have strange charachters in the email, it will probably insert slashes, you could try using $email = stripslashes($email); before the form to see if that helps.
  6. P

    Mail Function:

    ohh on that case... pretty simple.. <?php $to = "name@example.com"; $subject = 'Hi'; $subject2 = "Thanks for your comment"; $msg = "From : ".$name."\r\ne-Mail : ".$email."\r\nMessage : ".$message; $msg_reply = "Hello ".$email."\n\n Thanks for posting your comment to my board \n...
  7. P

    Mail Function:

    do you want to send mail from the script like an auto rsponder or you trying to inject the user into the from address of the email? <?php $to = "name@example.com"; $subject = 'Hi'; $msg = "From : $name \r\ne-Mail : $email \r\n" . "Message : $message"; $headers = "From...
  8. P

    Front page is just jumbled characters..."Zend"?

    you have a yahoo account and Buzz and ask asl too don't you??? try reading the bottom part of my post, I will make it bigger so is easier to read. on top of that, I have also had entire server issues as well... can I offer advice on how to solve it.. yes as a server admin I could run rings...
  9. P

    Front page is just jumbled characters..."Zend"?

    and where would the right place be??? Support?? they give you a templated response that it will be up in a few days (3 weeks zend was down last time, been a week and a half for the site so far and counting this time) This is a free users forum where users express thier problems...
  10. P

    Front page is just jumbled characters..."Zend"?

    get used to it.. in all the time I been here I have a 53.17% uptime of my site... as you can imagine, starting to get pretty annoyed... yesterday missed a very important commercial email because mail system was down half the day.. if I could actualy get the commercial side of my domain up long...
  11. P

    recieving email?

    Everything Corey works on seems to stop working, not become working... free host with 53.17% uptime....
  12. P

    JavaScript Form Validation

    for debugging just use the alert function in javascript to pop up the data on false, thats what I did with it. there are much simpler ways of doing it in javascript for validating a street address. can explode everything with the split then just run the array into a loop. Look for digits in...
  13. P

    JavaScript Form Validation

    well after a bit of fiddling I came up with a few issues <script type="text/javascript"> <!-- var indent = "\t\t\t\t\t\t\t"; var stateList = new Array("","AK","AL","AR","AS","AZ","CA","CO","CT","DC","DE","FL","GA","GU","HI"...
  14. P

    Site is all screwy just code and stuff. was working fine. please help please.

    welcome to my world, this is not the first time it has happened to me, or the last I bet... zend seems a rather difficult thing for the admins here to use.. it requires being able to edit the php.ini... rather difficult task here it seems... pico -w /etc/php.ini vico -w /etc/php.ini vi...
  15. P

    Dreamweaver remote Mysql

    most public hosting servers do not allow remote connections to mysql... localhost will work generally, assuming your scripts are on the same server as the mysql..
  16. P

    register_globals

    register globals is not needed accept for lazy programing anyway... if you really want the job, show them the proper way to code, they will appreciate it more..
  17. P

    Why can't I get x10 e-mail to work?

    hi Nick, The email setting is correct with the "+" sign, relaying denied error is due to the advanced settings, you need to go into your email account and set the check box for my SMTP server requires authentification, and also set the box for , same as my incoming mail check box...
  18. P

    PHP Updated, zend encoded scripts Broken

    Hi Martin, I am well aware of the behind the scenes action of server managment, I managed several hundred for clients a few years ago and was quite well known at webhostingtalk, rackshack/ev1 for my patches, scripts, how-to's etc... of Note SIM, probably used here, and my ensim...
  19. P

    Is it possible to change servers?

    Anywhere would be nice Tried that.. no reply in 2 weeks on 1 ticket, and 4 days on the other :dunno: I know about troubles on the servers, stoli and chopin now.... my zend encoded scripts no longer parse....
  20. P

    PHP Updated, zend encoded scripts Broken

    hellooo hellooo hellooo hellooo hellooo hellooo hellooo hellooo hellooo hellooo hellooo Echo Echo Echo Echo Echo Echo Echooooooooooooooooooooo!!!!!!!!!!!!!!!!!!!!!!!!! Is anybody there there there there there thereeeeeeeeeeeeeeeeeeeeeeee support tickets not answered, and live support either...
Top