Search results

  1. M

    Disk Space Usage full?

    I have my 500 mb as disk space usage, checked with "disk usage" looks like 499 are on public_html but in true I don't have even 20mb used there. How can I solve this? EDIT: Looks like the error log had 490 MB. In so many files I really missed it.
  2. M

    Please delete

    Issue solved, please delete this thread.
  3. M

    How to perform backups

    Apparently there's no backup options in Cpanel from free accounts. My question is: is there a easy/tricky way to perform a complete backup that I'm not aware? Because the alternative is to compress all files and manually dump the DB.
  4. M

    Using remote files to avoid file hosting, allowed?

    In my web app, I have links to download files (android apps) - completely free apps (not ilegal, not warez of any kind) As I understand that X10 Hosting does not allow any type of filehosting, I will be storing those files/apps on a private server, and just keep the PHP script files (the...
  5. M

    Connecting to MySQL remotely

    Well, this is not truly a programming question, but it's not either a question for the support area so here it goes :) I have problems accessing my MySQL database remotely, I already set the necessary permissions on "remote mysql database", used the % and also the ip address of my network I'm...
  6. M

    Forum username/password recovery

    I tried many times since yesterday recover my forum access data from the email associated with this account, but I never received the email. I'm using Gmail and the email it's not on SPAM. Can you please help? EDIT: Curiously tracking down the ticket took me to the forum and I found my...
  7. M

    GridView: System.FormatException: Input string was not in the correct format

    GridView: <asp:GridView ID="GridView1" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None"> <RowStyle BackColor="#F7F6F3" ForeColor="#333333" /> <PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" /> <SelectedRowStyle...
  8. M

    ASP.NET - Input string was not in the correct format

    ASP.NET - Problem with Grid View and SQL data source Ignore the title - Problem with Grid View and SQL data source I've already managed to connect and access data from my database using MySQL. But now, in another page, I have a Grid View with sql data source. I used VS 2008 to create it...
  9. M

    ASP.NET - Problem connecting to database

    I'm using MySql.Data.MySqlClient; so I can do a connection like this: MySqlConnection Conn = new MySqlConnection("server=server;Database=machado_db;userid=machado;password=pass;"); I work with VS 2008 and MySQL Connector but only found and uploaded mysql.data.dll. There's anything else I...
  10. M

    Problem with ASP.NET 2.0 - Error 500

    I've done an web application, and I've almost removed all of the code (both .aspx and .aspx.cs) but Im still getting the error: I really dont know what to do. I've followed the steps of the tutorial (first .aspx and .aspx.cs and then new web.config file) but cant solve the problem. I really...
  11. M

    Getting Runtime Error

    I am upload my ASP.NET 3.5 files to my Free account but I'm getting RunTime error [CODE <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be...
Top