Search results

  1. descalzo

    Can connect to one database but not the other

    This means that the result you got back from mySQL is not a 'result', ie you got an error in your SELECT statement. If you post the code from m.php (up to line 16), maybe we can find the problem or suggest code to add to narrow the possibilities.
  2. descalzo

    Can connect to one database but not the other

    Exactly what is the error message you get? Are you sure that you assigned the user to the second database and gave it all permissions?
  3. descalzo

    Status of Account

    What is your domain? Do you know the server?
  4. descalzo

    my site is now "not found" - what happened?

    1. URL for your site? When was the last time you visited it? 2. By 'log in' , do you mean Account Panel or cPanel when you receive the 'not found' error? 3. Currently does not show a hosting account linked with this Forum username. Might you have had a second account?
  5. descalzo

    This is bad and worst..

    If you are trying to enable register_globals, you cannot. That sounds like the root of the problem, which you could verify if you looked in the Error Log.
  6. descalzo

    Subdomain not finiding index file

    Try this: # RewriteRule ^([^/\.]+)/?$ $1.php ie comment out that last rule and see if that fixes it.
  7. descalzo

    php errors

    If there is some server reason for the error, it might help everybody if we could see your code to see what might have changed in the server.
  8. descalzo

    [Sorted] Suspended

    changebag : your cPanel name is changeba x32admin: your cPanel name is x32. Next time, start your own thread with your problem. Adding your request to someonelse's is a good way to get your issue lost. Will try to get you help.
  9. descalzo

    School In Rhode Island Fires All Staff

    -- from a Washington Post article But let's blame the teachers. Not the students. Or their parents. Too bad they can't fire them.
  10. descalzo

    [Sorted] Cannot login in cpanel

    You cannot access your cPanel when you are suspended. That is part of the suspension. It does not mean that your account has been deleted (unless it has been suspended for more than 10 days). As mentioned above, this will be taken care of by an Admin.
  11. descalzo

    Subdomain not finiding index file

    Please post the entire contents of .htaccess from both public_html and the subdomain folder.
  12. descalzo

    Can't log on to my account management and cpanel pages

    Account panel is in the process of change and does not work. Have you tried to log into cPanel using: http://raffleseducators.x10hosting.com:2082/
  13. descalzo

    I cannot log into x10 account panel

    If you are still having a problem, start a new thread in Free Hosting and give specific details, ie, cannot reach server at all, rejects password. Server name might help.
  14. descalzo

    Cannot login to my site throught www.x10hosting.com anymore

    If you just want to get to the cPanel and then FileManager, use yourdomainname:2082
  15. descalzo

    PHP database questions

    If you post your config file (*********** out passwords) and the full error message you get , it will be easier to help. Sometimes people create db users, but do not give them full permissions. You can always delete the user and then recreate him (to make sure of password) and then reattach to...
  16. descalzo

    help with apache and mysql issue

    On Chopin the currently running versions are: Apache 2.2.14 Unix MySQL 5.0.89-community If you are running your local server on anything close to these, there should be no problems. Your problems will arise out of differences in configuration.
  17. descalzo

    How to run Python on X10Hosting

    1. Do not hijack old threads. Start a new one yourself. 2. The way I do it is: #!/usr/bin/env python print("Content-type: text/html") print("") print("<html>") print("<body>") print( "Hi there") print("</body>") print("</html>")
  18. descalzo

    Help in costumising error page

    Design your pages. Create a folder in public_html named error Put pages in there. In public_html open the file .htaccess Add the lines: ErrorDocument 403 /error/403.html ErrorDocument 500 /error/500.html ErrorDocument 404 /error/404.html with the name of the file you made...
  19. descalzo

    cPanel name and pass

    I show you as unsuspended and your site comes up. I am sure that that PHProxy front page does not mean that you are hosting a proxy on x10, since proxies are against x10's TOS and could lead to you losing your account and files.
  20. descalzo

    $_SESSION Problem state not changing

    You cannot have a blank line or even a single space before the <? php session_start(); ?>
Top