Search results

  1. xav0989

    c++ programs error

    This forum is in fact for help with any type of languages
  2. xav0989

    banner picture won't show up in homepage

    Your problem is in fact extremely simple. the file http://renguray.elementfx.com/drupal/sites/all/themes/inf08/images/mainheader2.png (your banner) doesn't exist. My guess is that the other files don't exist as well. I found the actual URL to the files, but I'm gonna let you find them, since...
  3. xav0989

    Lots of Errors

    Don't use the support forums to post spam, use it to get help on errors or problems you have.
  4. xav0989

    Java to exe?

    the no .exe was one of the problems I had with coding in JAVA, I might learn it for real now.
  5. xav0989

    URL Question

    if you don't want the "page=" part to show up: http://mysite.com/index.php?home There is a slightly different procedure. <?php if (isset($_GET['home'])) { //load page named "home" } elseif (isset($_GET['something'])) { //load page named "something" } else { //here load a default...
  6. xav0989

    Javascript Scollbar Movement

    For the zoom out feature, try to extend this.The zoom percentage takes the old scrolltop value (100, the value before the last zoom) and the current scroll top value. It divides the two of them to create the percentage, which is used to return to the scroll top value before the last zoom...
  7. xav0989

    Backup Proposal, Please Leave Feedback

    Well not yet, actually, but it will be if the results of this poll stay the same.
  8. xav0989

    Opening a new game :)

    I believe register globals is disabled, as it poses a huge security risk. You should contact the makers of the software you are using and tell them that they should remove the need for register_globals.
  9. xav0989

    Backup Proposal, Please Leave Feedback

    I don't change any of my website code in my live environment before testing it out in my live environment. Since my dev copy is versionned, I don't have any problem for the monthly-only file backups. However, the idea of MySQL daily backup is quite interesting as sometimes I edit the database...
  10. xav0989

    my website is down

    Yes, the PC browser cache and DNS settings. Try connecting with someone who isn't using the same ISP, to check if your ISP is not blocking x10Hosting, as your website is loading fine for me.
  11. xav0989

    Suspension Problem

    delete it through the file manager or FTP
  12. xav0989

    The connection has timed out

    seems the backup issue on starka has been solved!
  13. xav0989

    Cannot use phpbb forums

    Your best option is currently to look into each folder and moving or deleting the directory.
  14. xav0989

    Domain name change- Free hosting account

    When you change subdomain/domain settings, it can take up to 48 hours for the change to propagate throughout the internet.
  15. xav0989

    MySQL Problem

    Just for you information, there are two service alert posts that are interesting: http://forums.x10hosting.com/service-alerts/102610-mysql-update.html http://forums.x10hosting.com/service-alerts/102544-phpmyadmin.html
  16. xav0989

    can't find my website online after i created it

    Use sitemaps, have clear organization, and keep in touch with the google websmater reports to make sure that your website is doing fine.
  17. xav0989

    passing variable's value from php to others

    Thanks for the link! Can I close threads? formalhaut, make sure that each page starts with: <?php session_start();
  18. xav0989

    passing variable's value from php to others

    I didn't know about the [noparse] tag, but it seems that the tag is working so well that even the noparse is not parse! :laugh: :biggrin: On the other side, the full page code will be more helpful in determining errors.
  19. xav0989

    The connection has timed out

    That's why I advise people to make their own backups as well! anyways, you have luck as I'm sure some people got no backups.
Top