Search results

  1. Anna

    Phpbb error

    This is being looked at server side, and should right now work with a temporary solution while we make necessary adjustments, though the admin I was discussing it with went afk, so not sure he has yet.
  2. Anna

    PHPBB3, mySQL Database, Lost Connection

    For the moment it should be working (we temporary disabled one thing), and I think I found the how to sort it permanently, but the admin in charge kind of went afk, so not sure he looked at that.
  3. Anna

    Issue with logging in on my MyBB forum.

    there would likely be a table called config, setting or similar, in which you should be able to find a row containing domain information. I'm not a user of myBB, so can't tell you the exact name of neither table nor the actual setting (row). The code you had would simply change any occurrances...
  4. Anna

    Why doesn't my PHP code work?

    You can not include a php script the same way you include a javascript, they work completely different. Javascript is executed on the client side, ie in the browser window of the viewer. PHP is executed server side and transformed to a html page for the client to view, on the fly. To get php...
  5. Anna

    Issue with logging in on my MyBB forum.

    That would be done in phpMyAdmin, it is a sql statement. Open up phpMyAdmin, in the left hand menu click on the database which contains the mybb data. On the next page, click the tab that says SQL, second from the left, in the right hand pane. Paste that into the text area and hit "run". To...
  6. Anna

    PHPBB3, mySQL Database, Lost Connection

    I have replicated it and we have tracked down the cause, bit interesting that it only seem to happen on one server though. Working on the permanent solution.
  7. Anna

    Why doesn't my PHP code work?

    Image urls should always start with your main domain, or use a path relative to the document they are included in. Also you should note that if you want to be able to view the file in the browser, you need to place it inside the directory public_html, same goes for the images. Given the...
  8. Anna

    Bug

    There's no hosting account linked with your current forum account. Requesting a password change while logged into account panel with this forum account will NOT affect any hosting account. What is your hosting username?
  9. Anna

    Subversion (SVN) Hosting

    Premium hosting does have its own ticket system through the clients area, which most often is faster to get replies about premium services. VPS is a virtual private server (you'd need some linux knowledge for a VPS, they come unmanaged), you can read more and check the pricing at...
  10. Anna

    PHPBB3, mySQL Database, Lost Connection

    Odd... I just installed phpbb onto my test account, which is on a different server from yours though, and I see no issues there. Is it directly on admin index, or when you try to do something in particular you encounter the error? I'll setup a test account on the same server as you are and...
  11. Anna

    Subversion (SVN) Hosting

    I'd assume you'd need a vps for that, our free hosting is not designed for that.
  12. Anna

    Why doesn't my PHP code work?

    can you give an example of an url that does not work properly?
  13. Anna

    Account Suspended

    Checking the logs show that the file that tripped the suspension is: SCRIPT_URI=http://inceptivelabs.com/view_members.php At the time of suspension that script used around 80% of one CPU (varying from a few marks just under a few just over 80%).
  14. Anna

    subdomain hosting

    Yes, you can do that. Do you have our name servers set, or are you using the ones from your domain registrar? If you have our name servers set, you'll need to go into cPanel and find the "Simple DNS Zone Editor", through which you can set an A record for a subdomain to point to the other host...
  15. Anna

    Delete my Account

    We do not delete forum accounts. Please confirm the hosting account to be deleted by filling out this form: cPanel username: ( ) Inserting an X inside the parentheses signifies that I have made all necessary backups of my free hosting account and will not hold x10Hosting responsible for any...
  16. Anna

    new host account - not accessible via http

    Guessing that is work in progress, far as I can tell there's no direct link to that page inside the panel.
  17. Anna

    new host account - not accessible via http

    try clearing browser cache and flushing your dns cache, the site shows up for me. Any changes to DNS, such as adding a new domain, can take anywhere from a couple hours to, in worst case, 72 hours to propagate through Internet. Until propagation is done, the domain will not work properly, and...
  18. Anna

    Issue with logging in on my MyBB forum.

    The domain now shows the same content. That last part, getting all links changed, is something you need to do. Likely by changing a setting in mybb, or if you have custom code in the templates, change every occurrence there.
  19. Anna

    cgi Err(Try 2 Start Over)

    try clearing your browser cache, I get an index of/ listing for your main domain.
  20. Anna

    Issue with logging in on my MyBB forum.

    The domain doesn't appear to be added to your account in cPanel at this time. Do you want it to show the same content as your main domain; undeadoralive.x10.mx ?
Top