Recent content by creastery

  1. C

    Link to hosted files

    You had linked to 'http://nkesley.x10.mx/images/tennisbullet.gif'. Just edit the link and it should work.
  2. C

    Registration Script Optimization

    Seems like you forgot to check if the email is in a right format. function verifyEmail($email) { return ( ! preg_match("/^([a-z0-9\+_\-]+)(\.[a-z0-9\+_\-]+)*@([a-z0-9\-]+\.)+[a-z]{2,6}$/ix", $str)) ? FALSE : TRUE; } Call it when you need to verify it :)
  3. C

    php mail script not sending email

    The script worked for me..but it took a long time before I actually received it. (11min+) One thing to note is that you not only need to check if the message is injected, you also need to verify if the email is valid using this regex expression. function verifyEmail($email) { return ( ...
  4. C

    Creating a Simple CMS [PHP + MySQL ?]

    +-----------+-------------+------+-----+-------------------+-----------------------------+ | Field | Type | Null | Key | Default | Extra | +-----------+-------------+------+-----+-------------------+-----------------------------+ | id | int(11)...
  5. C

    Two drives on one HDD - make use of D, or expand C??

    Resizing C Drive to give it more space is a good option, but do remember to copy the stuff over in C Drive after you define the "My Documents" location! One thing to note is that if you use C Drive more than D Drive after defining "My Documents", I would recommend you to give C Drive 350GB and D...
  6. C

    The Ctrl+V game

    34 64 20 34 34 20 34 35 20 37 37 20 34 64 20 35 34 20 34 35 20 37 37 20 34 64 20 34 34 20 34 35 20 36 37 20 34 64 20 34 34 20 34 35 20 37 38 20 34 64 20 34 34 20 34 35 20 37 38 20 34 64 20 35 34 20 34 35 20 36 37 20 34 64 20 34 34 20 34 35 20 37 38 20 34 64 20 35 34 20 34 31 20 37 38 20 34 64 20...
  7. C

    Thoughts on Chrome OS?

    Congrats on getting a Cr-48 :) Though I like the idea of it only being able to surf the net (Especially the bootup time :D), but of course one is unable to do a lot of things with it. Hope Chrome OS can be further improved in both the interface as well as features.
  8. C

    Best Linux Distribution

    Ubuntu! I personally like it as it is easy to use and has a nice interface.
  9. C

    Which Is Your Favourite Web Browser?

    I liked Mozilla Firefox, but when Google Chrome was released, I realized that it was much easier to do code-editing in Chrome than Firefox (I like Developer Tools more than Firebug:D). For now, I continue to use Chrome for browsing and code-editing and Firefox for downloading :) Safari's...
  10. C

    How do I remove all traces of a program?

    There is a freeware version of it available under the Downloads section. Here is the link to the freeware version :)
  11. C

    Which Operating System do you prefer?

    Running Windows 7 on my MacBook. I like Mac OS X Snow Leopard as much as Windows 7, just that most of the games are only compatible with Windows 7. Ubuntu is cool too :)
  12. C

    Free Domains: Why I now like Dot.TK

    I like dot.tk when I didn't buy a domain. As compared to uni.cc or co.cc, I personally feel that it is the fastest and easiest to configure. Of course, as what techairlines has said, many .tk websites are usually linked to websites with malicious activities going on.
  13. C

    GIF image isn't loading for me most of the time

    As no one replied to my thread in the forums: http://x10hosting.com/forums/free-hosting/144972-gif-doesnt-loading-most-time.html, I am sending a support request instead. However, I think that it may not be an server issue, but instead a location issue. I am from Singapore but my friend from...
  14. C

    GIF doesn't loading most of the time

    Most of the time while using Wordpress, I find GIF images not loading. While accessing the files directly, it says, "The system cannot find the path specified." After refreshing the page and cache, it works. However, after a while, some of the GIF images won't load again. I CHMOD all the...
Top