Recent content by dani22

  1. D

    Ridiculous!

    backup is the first thing you will learn in programming, if you don't know how, go back to school...
  2. D

    Cannot use FTP

    I think the server is down all the time. Yesterday was an exception for a few hours. Today I can't access the server with Filezilla.
  3. D

    can't login to absolut, can't login to fris

    My website is working now, and also cpanel. I had some problems to login to cpanel, then I changed password, after that it worked just fine. Now I have a problem to login to ftp server:confused:. Maybe it has to do with the changes. I'm on the absolut server. Please respond what server you're on...
  4. D

    FTP service is not running on cvs.x10.mx (69.175.6.94)

    me and a few other guys also have this problem. I can view my pages, I can login to cpanel but can't access my files on ftp server. I've tried a few things but it still doesn't work.
  5. D

    FTP Access Denied

    I also got this message, haven't seen it before. The server can't be down, my website is working, strange.
  6. D

    Changes to mysql server?

    I can't connect to mysql with this login script: $con = mysql_connect("localhost", "md7dani2_myuser", "xxxxxxx"); Have there been any changes for the mysql server, is "localhost" still the right one to use or is the server down? thanx!
  7. D

    Problems with free hosting

    I have got a few problems with my free hosting after inactivity over a month. Now I can't log into my cpanel, don't know why. I tried to view my pages yesterday in IE and it worked just fine. Today I can't view them and I've done nothing, strange. I can access my account with filezilla so it...
  8. D

    Which version of Php?

    Which version of php is used for x10hosting (free hosting), Php5 or an earlier version? Are earlier versions of php compatible with php5? thanks /dani
  9. D

    can't create tables anymore

    Jepp, it was wrong name 'check' , thought I've used it before with success, but impossible. Thanks!
  10. D

    Suspended - Can't get to Account Panel

    same for me, can't access cpanel...
  11. D

    can't create tables anymore

    haven't done that. How do I write the query in phpMyadmin? I've Tried different querys: CREATE TABLE subscr(ID varchar(30),check varchar(5)); ,but no success. "#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to...
  12. D

    can't create tables anymore

    "Running a query from a script?" jepp, that's how, like I've done thousand times before. Code: // Connects to your Database $con = mysql_connect("localhost", "xxxxxx", "xxxxxxx"); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("md7dani2_haveroom", $con)...
  13. D

    can't create tables anymore

    I tried to create a table like I use to do but it's not working anymore. I don't get any fail messages but the table is not created. Has it something to do with the recently made Mysql updates? I don't understand...
  14. D

    Site not opening

    Same for me 09:18 am But is the server located in US?? Then we have a time diff of - 6h or more if you are living in Europe. "its up and working now" Thnx!!
  15. D

    Problem with Access to database

    Get this message when I try to Insert data into a Mysql database. I get this Message in browser: Error in table: Access denied for user 'md7dani2_myuser'@'lotus.x10hosting.com' to database '1' This is the code Im using: INSERT INTO Spec (city) VALUES ('$city_menu') I've checked...
Top