Search results

  1. kadai

    Lost MySQL Database

    Yes, it is fine :3 Thank you a lot!
  2. kadai

    Lost MySQL Database

    Hello there, lets see if you can help me. Since some days ago I has been awaiting the restoration of the databases, none the less i have not seen it on my account. I have read that to get them restored, you need to "recreate" them, alongside with the users, so, I did that for a SMF database I...
  3. kadai

    Database MySQL perdida

    Desde hace ya varios dias vengo esperando que las bases de datos se "restauren", sin embargo eso no ha pasado. He leido que para restaurar una base de datos hay que recrear tanto los usuarios como la base de datos (usando los datos previos de una instalación de SMF via fantastico). Ya lo...
  4. kadai

    Bought the domain, now what?

    You can find that on your registrar's panel (on the same place where you brought it, you'll find a way to "manage" your domains) On the management, you need to search for "Update/Change DNS" o "Name Servers" and then proceed to edit them. Depending the registrar, the process will vary, but...
  5. kadai

    Help from scratch...website done in frontpage, how do i upload it to my x10hosting si

    Re: Help from scratch...website done in frontpage, how do i upload it to my x10hostin The best way to upload your files is using a FTP client :3 Just grab one (Filezilla, for example) configure it with the details of your account: FTP Address: ftp.yourserver.com (or...
  6. kadai

    Php upload error

    You welcome :3 One way to debug efficiently your scripts is to print variables in an arbitrary way to see if they are having an expected value when entering a processing stage (In your case, moving and handling the uploaded file) Now, giving it even a second close look, I detected this...
  7. kadai

    Unable to delete files in www & public_html folder through cPanel

    Well, sometimes some installations from the Fantastico can't be fully uninstalled due permissions. For example, I have got at least two cases where a Drupal uninstallation failed to got deleted using Fantastico. My solution: Log-in on CPanel and then use the "File Manager" Once there, head to...
  8. kadai

    My site: Speed good except the forum

    I have a similar issue. For example, pure php files load fine, but anything that uses MySQL have an erratic load rate. This means that it can last from 0.006 seconds to load, to even +80 secs, depending random times and load. I had even, got a suspension due "Heavy Loading", despite that my...
  9. kadai

    Php Include file within a While loop

    Well, since the file loaded ($path) does not change, my guess is that PHP interpretates that there is no need to load the given file because it was already loaded. Since the include_once is a function that includes once, and only once a file... it will be skipped each new time it is loaded with...
  10. kadai

    Website

    It does opened for me, not problem at all. It may, in any case, be a problem related to the network on where you are, or maybe your ISP is having issues with the traffic.
  11. kadai

    Unable to access CPanel

    You are not alone on that... having that issue for... erm... 3 hours by now? ... The service is just intermittent... maybe it is related to the new "hosting" plan that is being executed.
  12. kadai

    forums hacked

    The better way to be safe, is to take preventive measures X3 For example, always use the most up-to-date available software. Use ways to prevent the bots to register (aka: CAPTCHA and require mail verification, or if you are completely paranoiac, you can manually authorize each new user and ban...
  13. kadai

    I'd like to upgrade to unmetered

    What are the different specs from the un-metered/unlimited space accounts? (apart from them) I have read that they have some different specs, but no detail was mentioned... even if some community advocates are making the changes.
  14. kadai

    Php upload error

    Very interesting that it does not work. First of all, I wonder why you use "$HTTP_POST_FILES" instead of "$_FILES", I recommend the second because that is the way it should be used by now (PHP5 and latter) and my scripts works correctly with that variable. A way to debug it is to (having a...
  15. kadai

    website running really slow

    I think it is related to the changes the admins are doing to the hosting packages. If you log-in to your x10 panel, you'll read a notice there about it.
  16. kadai

    Server issue? PHP mode issue? Other? Need a resolution. Thanks.

    Wait wait... are you sure if you are reading the proper dir? Please remember that there is a difference between "/" and "/home/<username>/public_html"... after having reading again your warning more carefully, I noticed that maybe you was trying to read the "root" base dir, what is not...
  17. kadai

    Server issue? PHP mode issue? Other? Need a resolution. Thanks.

    Well, apparently is a issue with the function itself, maybe try use a different one? As so far, I use the script described here: http://www.dynamicdrive.com/forums/showthread.php?p=50943 to generate my sitemaps, and it works perfectly (of course, with some modifications to fit my own needs)...
  18. kadai

    Access problems to my site.

    I'm able to access the site too. Maybe it might be a problem located at your side or the network. Try in any case, see if you can see the site through a proxy like: http://www.internetproxy.net/ ... and if your page loads there, but not accessing it directly,then maybe your ISP is doing...
  19. kadai

    My web site is not loading at all.

    In vista it might took like a gazzilon of years XD But even, any server handling a lot of accounts take a lot of processor time (it has not only delete the username and password in each server, but delete files, databases and any configuration file, and I'm sure they are a lot.) Hopefully...
  20. kadai

    My web site is not loading at all.

    Hehe, apparently your wishes had make true :3 The server appears to be OK right now :3
Top