Recent content by oscetips

  1. O

    forever "server updating/moving"

    Hi ezandew, I'm well aware of the status updates, as it is the first thing i look at when my site is "unavailable".. but my point is, that these issues are indefinitely reccuring... so until I see these issues fixed, x10 will remain a testing ground for my website rather than a primary host :/
  2. O

    forever "server updating/moving"

    hi all, is it me or does it seem that the staff at x10hosting are forever moving/updating/rebooting their servers which leaves users with unreliable websites??? for a long time, i've wanted to move my site fully over to x10, to take advantage of the better hosting features, but I don't feel...
  3. O

    Unable to connect to Control panel and FTP

    likewise, ftp and cpanel just dont seem to load :(
  4. O

    index.php won't load

    hi garrettroyce, yes oscetips.x10hosting.com is my main domain. now oscetips.x10hosting.com displays as "domain available" even though its set as my main domain in control panel!!! i registered osce-tips.co.cc with .co.cc and pointed the nameservers, and it works fine...
  5. O

    index.php won't load

    Hi everyone, After several months, I've been trying to get my site back up and running since the new owners.. I was originally using a .co.cc domain, but have been struggling to get it working. after some reading around, I found that I set .co.cc as the main domain via Account Control Panel...
  6. O

    I can't access my cPanel.. Please help

    i too cannot log into my cPanel for the past ~2 weeks..i keep receiving "Login failed"... I've no idea whats going on with these updates! my site still works, albeit there are now lots of php errors all over the place :(
  7. O

    Help With php include

    errors appear for a reason. includes are path sensitive, so make sure the relative path is correct. also check the file permissions of presentacion.html
  8. O

    GD Image Support

    just to repeat what has been said elsewhere - GD library is now installed!! -- i've tested it and it works. this topic can be locked now.
  9. O

    GD Image Support

    i submitted a ticket previously regarding this issue, this is the response i received:
  10. O

    GD Library for PHP

    I asked about this too...this is the reply x10 gave me:
  11. O

    uploading through perl/php and 500 errors

    so php filesize limit affects uploading through perl? i will apply for intermediate then, thanks :)
  12. O

    uploading through perl/php and 500 errors

    hi everyone, I wanted to create an interface to allow uploading short eductional videos to a directory on my site. the webpages are written in php and the upload script is written in perl/cgi. the scripts work fine, but on random occasions i receive '500 internal server error', usually with...
  13. O

    Multiple choice answers sort of....

    how good is your web design and programming skills? easiest way i'd set it up is have your pet variables (Pet_name, pet_type, pet_id, pet_owner) in a mysql database. create a frontend form, offer the options to the user, and when they've selected an option, they'd click [Submit] button to...
  14. O

    How to get number of uploaded bytes in php

    reading the uploaded bytes is not a big problem in my opinion. but its the ability to be able to access a file to read which is the issue! as i previously said, PHP does not allow access to the data whilst uploading, so you need to use Perl/CGI.. To do this - create your basic html upload...
  15. O

    How to stretch a site on any screen, anyone?

    if its tables you can use <table align="center"> otherwise a nifty way with divs is to use <div style="margin:0px auto;"> ...... the auto tells the div to make sure it has equal space on each side of it ;)
Top