Recent content by adam.k

  1. A

    Cant access my site

    Check out this page for information/help/instructions http://x10hosting.com/wiki/Defaultwebpage.cgi
  2. A

    Access denied for user 'marsx10m_papa10'@'chopin.x10hosting.com'

    Can you give a better description of the problem you're having? As far as I can tell it looks like your mySQL credentials are wrong so try changing those to see if something works. I could be very wrong though so if you can provide more information and possibly some example code that would help
  3. A

    not able to back up my sql databases

    Just go into phpMyAdmin, select the database you want, click on 'Export', pick your options and click 'Go'. Should do the trick nicely for you
  4. A

    My Website is Showing Default Website Page

    Did you flush/clear your DNS and browser caches?
  5. A

    Always redirected to Default webpage

    http://x10hosting.com/wiki/Defaultwebpage.cgi
  6. A

    need help on pointing my domain to free x10hosting?

    http://x10hosting.com/wiki/Defaultwebpage.cgi
  7. A

    MySQL® server is offline.

    Which server are you on? If you are on Starka or Boru, the admins are aware of the problems and are working on it.
  8. A

    My Ads

    What's your website?
  9. A

    Hello, Is Boru Still Under Maintenance ?

    I'm sure the admins are aware of the problems Boru's having. Hopefully it'll get fixed soon.
  10. A

    Newbie seeking design advice

    I would advise using some sort of database. It will probably require a bit more work on your behalf but if it's well designed and written it should scale well and be easier to maintain in the long run.
  11. A

    Using PHP to create custom zip files for site visitors

    Yes, it does have to be 'GET' not 'get'. PHP is a case-sensitive language.
  12. A

    File get contents php - - need help

    Also, $_post['urltoedit'] should be $_POST['urltoedit']; PHP is case-sensitive about these sorts of things
  13. A

    File get contents php - - need help

    Are you trying to create a script that can edit non-existent files? If so, that might be why your file_get_contents() is failing. If you're trying to edit an existing file, try typing an absolute path. Maybe that will work.
  14. A

    How to set a predetermined value into an HTML select element via PHP

    That should work. I've used code like that before.
Top