Search results

  1. M

    Cannot connect to MySQL

    oh I see. It works now. It turns out that I have to set all privileges to the username. Thank you very much. I do appreciate your help. Phichet
  2. M

    Cannot connect to MySQL

    Yes I used muimse_username and also muimse_database name.
  3. M

    Cannot connect to MySQL

    The way I did is that I created a PHP page that connect to the database by using mysql_connect like the following $user = "username"; $passwd = "password"; $host = "localhost"; mysql_connect($host,$user,$passwd) Then, put the page onto the www or public folder. The error said: Access denied...
  4. M

    Cannot connect to MySQL

    Hi, I created a website that use MySQL connection. When I finished creating the website, I upload it to my webspace and tested it. Everything went well. However, several month later, I found that I cannot access to MySQL. It said that mysql_connect() [function.mysql-connect]: Access...
  5. M

    How to set automatic unsuspended?

    I saw the question "Automatic Unsuspension Set?" when I logged into my account. I just wonder how can we set it, since sometimes it is hard for me to log in to the account every two weeks? Thanks
  6. M

    Could not use SESSION in PHP to store arrary?

    Hi, My code used to run perfectly. Last time I checked was three days ago. However, today I went to check it again. I found that my PHP session variable, that used to be able to keep an array variable across the pages, now it does not able to. I just wonder whether it is because the PHP was...
  7. M

    Why my account manager shows my used disk-space as 0?

    Hi, Today, I checked my website. It seems everything looks fine. However, when I check on my account manager, it shows that I did not use any disk-space. I tried to login through my CPanel, it doesn't work. It does not recognize my account. Then, I went to read other threads on the forum. I...
  8. M

    I cannot login to my Cpannel and Account Manager

    Hi, I cannot login to my CPannel and Account Manager. I typed in my password and username I usually use to login to CPannel. It does not recognize either my username or password. Then, when I try to login to my Account Manager, it said as the following: An Error Has Occurred Although...
  9. M

    My account is suspend!

    Hi, Today, I tried to access my web page. I found that it is suspend, since I haven't been accessed it for a while. How can I reactivate my account? and Is there any ways to set it to automatically un-suspend when it gets suspend? Thank you very much
  10. M

    Internal Server Error

    Hi, I tried to access my website, but I got the below message about "internal server error". I am not sure whether it is my fault or the server's? Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the...
  11. M

    Do I have to link my account to the forum?

    Hi, My account was suspended and I already got unsuspended. I just wonder whether I have to link my account to the forum in order to avoid the suspension? Do I have to frequently post messages on the forum in order to avoid suspension? How to link the account to the forum in order to be able...
  12. M

    I cannot upload my files

    Hi, I cannot upload my files. I tried both FTP and File Manager, but neither of them work for me. When I used FTP, I got disconnected almost immediately after I tried to upload a file. So, I went to use File Manager. The uploading bar showed "Start Uploading" but that is it. The uploading bar...
  13. M

    Problem with upload

    Hi, I just applied for free web space. I tried to upload my php files via FTP. It does not work. My files was not uploaded. The uploading progress bar just stop at 0%, and then I got disconnected! I tried this couple times, but it still does work. So, I changed to upload by File Manager...
Top