Search results

  1. majestyc

    Resolved Stopping Email Forwarding

    Hello, when we had the cpannel before I set up mail forwarding but now I would like to stop it. But with Direct Access there is not a feature to change these settings. Where can I find this and fix this issue?
  2. majestyc

    Disk Quota Exceeded? For What?

    How is my disk quota exceeded when I haven't done anything on my websites at all and I know that only a few people even go to my websites? May I get this increased or is there anything that I need to do differently? Currently, I am not even able to change anything in the files due to this as...
  3. majestyc

    Site Limited?

    What the hell is this? I've never had any issues with my sites running at all and have never seen this issue before. Please explain to me further what this even means. I don't run continuous scripts or anything for any part of my site and sessions are always closed when the user leaves the...
  4. majestyc

    Can't Connect To Database Through PHP

    I know I have the coding correct, I have even tried deleting and re-creating the user and connecting it to the database with all privileges. I've changed the password and even re-wrote the connection script. Nothing is allowing me to connect to the database through PHP. But with the control...
  5. majestyc

    Site Reviews - Trash N Treasures

    Hi everyone, I'm looking to get some site reviews for my website Trash N Treasures. I would like to hear anything you have to say as long as it is constructive criticism. I don't do well with "Your site sucks" or "Looks good"....every website can always be improved and needs work. If you...
  6. majestyc

    Clearing Cachewall Outside Of Cpannel?

    Is there a way to clear the Cachewall using PHP for the server at all? I am trying to reduce the amount of times I'm needing to sign into the Cpannel if able. I know that I still have to login to the Cpannel in order to keep my account active but its just easier if I am able to update new...
  7. majestyc

    PHP Thumbnail Generator Not Working

    Hello, I had worked on a code to download an image to the server, resize it and then display the new image. I have it working on my local server but once I try to use it here on x10host, it just continues running or just shows blank. I was wondering if there is a part of my code that is not...
  8. majestyc

    PHP Error: Function Name Must Be String

    <?php function user_exists($username) { $username = sanitize($username); $query = $mysql_query ("SELECT COUNT('user_id') FROM 'majestyc_users' WHERE 'username' = '$username'"); return (mysql_result($query, 0) == 1) ? true : false; }; ?> I can't figure out why this is wrong.....can I...
Top