Search results

  1. Skizzerz

    Coding Help!!! I'm a noob.

    To clarify, allowing users to upload avatar images does not constitute a ToS violation. Where a violation could occur is if they are uploading lewd images to use as avatars (in which case you should be policing your site and deleting them and warning/banning such members), or if you allow...
  2. Skizzerz

    Change PHP version

    You cannot choose a specific version to change to, it would be whatever version of 5.4 is installed on the server.
  3. Skizzerz

    What is the best way to do this: In and Out Systen

    If you are planning on running this on x10's Free Hosting: don't, it won't work. Not only do we not have the necessary PHP extensions installed, but we heavily restrict outbound ports, and AD/LDAP is not on the whitelist. If you are planning on running this elsewhere (own server, or x10VPS...
  4. Skizzerz

    What did i do wrong(move thread if in wrong section)

    [Moved to Free Hosting]
  5. Skizzerz

    free hosting service - Need PHP Mail help

    mail() is enabled and can be used. Note that you must use \r\n when separating email headers, simple \n is not sufficient (you are doing this, but just making it clear). Those two PHP snippets posted above perform the same task (@caftpx10: look up string interpolation in PHP, you can actually...
  6. Skizzerz

    Can I host a white-hat hacking/security section?

    After discussing this with a few people, we've decided that your example page looked fine, although the entire subject area is very grey and there is a very fine line between what is and is not acceptable. As such, we aren't going to outright disallow it, but should you put the site up, you do...
  7. Skizzerz

    Dynamic Drop down Menu Coding Issue

    Your code indentation is horrid. You should feel ashamed of it and fix it. If the menu contains items that are user input (and if not why are you getting them from the db instead of hardcoding?), then your code is vulnerable to HTML injection (and thus by extension XSS), meaning someone can...
  8. Skizzerz

    Feedback and Small Suggestion

    If you don't go to cPanel via the SSO login page (https://x10hosting.com/sso/login), it DOES NOT count towards your "have to login once a month" requirement. Only logins to that URL I just linked count. If you have cPanel directly bookmarked, please change it with that URL I just posted so that...
  9. Skizzerz

    Old PHP version

    Sometime next weekend
  10. Skizzerz

    File Sharing capabilities

    I'm not going to do your homework/project for you, and I would strongly encourage everyone else here to similarly not do that. We have a term for getting someone else to do your schoolwork for you, it's called "cheating" and usually ends badly for you. Google and other search engines is a great...
  11. Skizzerz

    Outgoing E-mail not working.

    We filter all outgoing mail for spam, so it is likely that it is being caught up in that. I can check this, but you do not have your hosting account linked with this forum account. To link accounts, log into the account portal, click on the "Get Support" link on top, click "Visit Forums" next to...
  12. Skizzerz

    SMTP connect error

    We block all outgoing SMTP connections on Free Hosting servers except those to "localhost" (which routes it through our own internal mail server). This is done to prevent abuse, as if enough people send spam through external SMTP servers, it could get the domain or IP blacklisted, which impacts...
  13. Skizzerz

    XO2 email server defunct.

    Make a new thread if you have new issues, do not hijack another user's existing thread.
  14. Skizzerz

    Fatal error: Class 'XSLTProcessor' not found

    I'm going to sweep through the free hosting servers in a few days to make sure they are all using the same php configuration, ensuring that the XSLT extension is available will be part of this.
  15. Skizzerz

    PhP Zip

    I'll look into this in a few days when I make a sweep to ensure all the free servers have the same php configuration. The likely end result is that zip will end up being disabled on xo2 however, as zipping/unzipping files uses a large amount of system resources, and would likely cause websites...
  16. Skizzerz

    SMTP connect error

    Please post your SMTP configuration (you don't need to post the username/password, just the server/port you are trying to connect to, and what email address you are attempting to send emails from)
  17. Skizzerz

    Cron Job Hasn't Been Working Since The Migration

    cron jobs should now be working properly on the xo2 server.
  18. Skizzerz

    XO2 email server defunct.

    I believe I've resolved the issue, can you please let me know if you are able to send and receive emails on xo2 now? If not, can you please let me know specific email addresses/subjects that you are trying to send or receive from (you can send that information in PM to me)?
  19. Skizzerz

    Can't search forums

    Search should be working again EDIT: User search (e.g. going to someone's profile and clicking the "Postings" tab to find all posts by that user) is going to be broken until we upgrade the forum; there is a known bug in this version of XenForo that we are running into with this, which is fixed...
  20. Skizzerz

    PHP ELSE error

    @descalzo: you indented it how it should be, not how it actually is, allow me to try (I also fixed some mismatched open braces, you had some on newlines, others on the same line. I moved them all to newlines. I also removed the ?> tag entirely as it is not required for pure-PHP files)...
Top