Recent content by jack202872

  1. J

    404 Error on website and error on cpanel

    I have the problem. All my files are gone. I was on Boru, now on Level.
  2. J

    php undefined index: email in /// on line 26 Help pls

    Try str_ireplace instead of regi_replace.
  3. J

    PHP Captcha not working

    That's it ! Thank you. The font was upload, but the extension was in upper case. Thanks again. ---------- Post added at 09:45 PM ---------- Previous post was at 09:43 PM ---------- :smile:
  4. J

    PHP Captcha not working

    Yes i am. Nothing from this side. It's exactly the same. It doesn't work better.
  5. J

    PHP Captcha not working

    There is a white square, where there should be a real image, with a word to be copied to be allowed to post.
  6. J

    PHP Captcha not working

    Hello, I wanted to create a captcha to prevent bots from posting on my site. But the php code i use works locally but not online. Does anybody have any idea why? <?php session_start(); function motListe() { $liste = array(*list of words*); return $liste[array_rand($liste)]; }...
  7. J

    503 errors, PHP files not running but HMTL ok

    Thank you. I can close my ticket.
  8. J

    503 Service Unavaliable

    http://www.al-secretariat.exofire.net
  9. J

    Can't send mail

    I've finaly found a way... Uh… well… A friend gave it to me. All is here : http://email.about.com/od/emailprogrammingtips/qt/PHP_Email_SMTP_Authentication.htm Thanks.
  10. J

    Can't send mail

    It's just a contact form. Something pretty basic: name, company, phone or mail, address, nature of the request.
  11. J

    Can't send mail

    Hello, I can not send mail anymore from my website. I've read that there is a new policy and that we have to use a valid mail from our domain. OK but, when i try, it doesn't work. Any explanation or solution ? ---------- Post added at 09:47 PM ---------- Previous post was at 09:44 PM...
  12. J

    php simple_xml_load_file

    I don't know why, but it works again. I close the thread. thx.
  13. J

    php simple_xml_load_file

    Hello, I used to import an RSS feed into some of my web pages, but it does not work as well as usual. I do it like this: [code] $ rss = simplexml_load_file ('http://blog2011.grand-rodez.com/feed/'); foreach ($ rss-> channel-> item as $ item) { if (strtotime ($ item-> pubDate)> =...
  14. J

    Salut, Si tu as un nom de domaine en .fr, tu dois, pour pouvoir l'utiliser, changer ton nom de...

    Salut, Si tu as un nom de domaine en .fr, tu dois, pour pouvoir l'utiliser, changer ton nom de domaine principal, puis modifier les serveurs de noms chez ton registraire (ns1.x10hosting.com et ns2.x10hosting.com si ma mémoire et bonne). Si tu veux garder ton domaine chez x10 (pcriot...
Top