Search results

  1. C

    unexpected 'endif' (T_ENDIF)

    You COULD suppress the error BUT it's not the right way of handling things. Anyway, something you could refer to: http://forum.joomla.org/viewtopic.php?f=431&t=572752
  2. C

    unexpected 'endif' (T_ENDIF)

    <?php endif?> <?else:?> If you ask me, this does look a little sudden. If it were to do with the php.ini file then I would imagine it would be to do with short tags. Personally, I haven't seen that type of format of PHP before (which I've quoted), like 'else' is using a colon instead of a curly...
  3. C

    Add on or redirect domain

    Interesting. Have you tried re-adding the domain, typing the path manually and then pressing the correct path you want to choose below the path text box that appears yellow (public_html/nz/mydomain.com)? Perhaps you'll need to select the option it ends up giving you just before finishing off the...
  4. C

    Add on or redirect domain

    I would go with add-on domain. Note that in the path part where it would auto-complete, you can specify the precise path you would like by pressing on that field.
  5. C

    Getting 500 error on CPANEL

    You're getting this because you've either exceeded the amount of storage space or the inodes. Try removing files and folders that you don't need.
  6. C

    TAG or IP address (transfer domain difficulty)

    You certainly can. Remember, you can also add and verify your custom domain so that you can improve SEO (like you can test how it would end up looking like on Google and how to improve it).
  7. C

    Newly Created Website, Getting 403 Error

    You can trigger the 403's by doing things such as submitting forms containing tags that could be rendered as code that would be rendered/executed by your browser or/and normal URL's (hopefully the URL rule thing isn't around). If that would end up being an issue then you can try requesting for...
  8. C

    Newly Created Website, Getting 403 Error

    1. Yup. 5.4 & 5.5. 2. Json, DOM, mb_string, PDO, gd (can't see 'gd2' but it would probably be it anyway), spl_types (if that counts as SPL). This was according to the PHP selection tool which allows you to turn on and off libraries to use, so I don't know about the rest, though they all should...
  9. C

    Newly Created Website, Getting 403 Error

    Figures. mod_security2 is installed on these servers and as far as I'm aware, there's a rule set to prevent execution of that for reasons.
  10. C

    Newly Created Website, Getting 403 Error

    What are these scripts supposed to do? Do they need to use the database?
  11. C

    TAG or IP address (transfer domain difficulty)

    On Google's Webmaster's tool's, you would have to enter in the "main domain" or rather the one you won't want to be indexed (in this case, mj.x10host.com) and verify that. Once done, navigate and end up with what I have on the screenshot by following where I've went using the left navigation bar...
  12. C

    TAG or IP address (transfer domain difficulty)

    Google usually leaves stuff in index for a bit. You can force Google to remove that by using the Google Webmaster tools.
  13. C

    Accessing from a different country

    I've noticed that at this thread "https://x10hosting.com/community/threads/new-countries.196345/" that it says "signup" and not "signin". Haha.
  14. C

    access mysql databse

    Technically, the database is a database file.
  15. C

    Help Installing LibMySQL.dll to your webhost. Useful for RANK DONATIONS gmod.

    Refer to my post. What are you trying to set up exactly? If it's a script that runs on the web server then it should be able to connect to the database instead of requesting this on a non-Windows web host.
  16. C

    Accessing from a different country

    I guess so. But is logging in from a non-whitelisted country really as worse as registering from a non-whitelisted?
  17. C

    Minecraft Server Website

    The images under the image viewer (small blocks being highlighted) could get compressed and be smaller so that the page loads faster. When scrolling down, I've noticed that the header links aren't centred vertically.
  18. C

    Questions about hosting a forum?

    Personally, I find it safer to code it completely as you would know how it works completely and can easily solve any problems that arise, like for instance security.
Top