Recent content by shawntc

  1. S

    Retrieving Files of Suspended Account?

    What all do you need? The url was shawntc.x10host.com, with shawncontant.com set up as a domain name. The really weird thing is according to the Wayback Machine, the website was still up as late as June 2019 and I can basically guarantee I was still posting after that. So I'd assume I had some...
  2. S

    Retrieving Files of Suspended Account?

    My account was suspended due to inactivity, and because of the backend upgrades I've been unable to re-create my account for about two months. I've switched to a different host so I could have my website back up and running, but as a result of all this I've lost the content for my blog. I was...
  3. S

    "Prove You're Human" Captcha

    I am now getting a 403 Forbidden error, regardless if I use shawncontant.com or shawntc.x10host.com. It's certainly a step up from not being able to access the site at all!
  4. S

    "Prove You're Human" Captcha

    I have been unable to access my website today, shawntc.x10host.com or shawncontant.com. When trying, I get the following page: And no matter how many times I pass the Captcha, I get sent back to this. I've tried with my laptop and my Android smartphone. It seems specifically tied to the...
  5. S

    BOINC on Free Hosting?

    For a school project, I'm dabbling with BOINC for a project. Would BOINC be an unfair use of my free hosting account? My main worry is that it could transmit files and folders that are over a gigabyte in size, and that might brush up against the limits for a free account.
  6. S

    Site issues, along with everyone else...

    The most information we users can generally get is found at http://status.x10hosting.com/.
  7. S

    Can't Create New Database but I'm Not at Maximum!

    That... should probably get fixed.
  8. S

    Can't Create New Database but I'm Not at Maximum!

    I currently have two databases (and according to PHPMyAdmin, a third one called information_schema). When I look at my cPanel, it says I have two databases, and that I can have up to four. When I use MySQL Database Wizard to create a new database, it invariably fails. I'm told there was an...
  9. S

    Mind Boggling PDO Query Failure

    The forum resounds with the noise of a thousand facepalms. Thanks, it works now. :)
  10. S

    Mind Boggling PDO Query Failure

    I have set up a basic "guestbook" script. It uses a table named guestbook and currently has two rows in it. Using the mysql_* commands I can successfully access the table and display the information as desired. However, I'm trying to look into PDO and currently am attempting to convert the code...
  11. S

    is boru.x10hosting down, or is it blocked by my college??

    I submitted a ticket concerning this earlier. Boru has been acting wacky lately. Could it still be the maintenance?
  12. S

    Boru - SQL Down since April 6th - Boru Maintenance Complete?

    Anything I do that uses SQL doesn't work. PhpMyAdmin now requires a username and password to log in. I don't even know what they want. I've tried the most logical stuff for it (my email address, "shawntc", as well as my database login name). According to status.x10hosting.com, Boru's fine but...
  13. S

    Files and Cpanel..

    Weird, Boru is having the same issue at the moment.
  14. S

    JavaScript Animated Tabs

    I'm experimenting with a new design for my site. I'm using jQuery UI and have a simple tab setup in place. <div id="tabs"> <ul> <li><a href="#tabs-1">Foo</a></li> <li><a href="#tabs-2">Bar</a></li> <li><a href="#tabs-3">Baz</a></li> <li><a href="#tabs-4">Blah</a></li>...
  15. S

    Bigint Not Updating to Current Timestamp

    Yep, the echo and var_dump effects are things I observed.
Top