Search results

  1. descalzo

    Cannot Password Protect Directories

    Try going to the .htaccess file in public_html and removing any line that says Front Page.
  2. descalzo

    New add on domain

    To the .htaccess file in the root directory for therudens.com , add the lines: RewriteEngine on RewriteBase / RewriteCond %{REQUEST_URI} ^/$ RewriteRule .* /wp
  3. descalzo

    URL File Access with PHP

    It should be temporary. Not ETA yet on when the functions will be enabled. You could try to use the cURL library which is working last time I checked. Edit/Add: Been told that it has been enabled.
  4. descalzo

    URL File Access

    It is currently disabled due to some abuse issues. I have not gotten a reply as to if/when it will be enabled. If it is your own script, I would suggest checking out the cURL PHP functions which are working. Edit/Add: Have been told that it has been enabled.
  5. descalzo

    PHP fopen()

    Ahora esta deshabilitado la funcion fopen() para archivos externos No sé cuándo va a estar habilitado Puede usar cURL ? [ traducción de Google ]
  6. descalzo

    account suspension

    A proxy script is a script that would allow you to visit a site ABCDEFG.com by going through your x10hosting account. It is used to bypass firewalls at school or work that might not want you to visit that site or to hide your home IP. They can use up a lot of resources and so are specifically...
  7. descalzo

    new problem ...

    Your addon domain I see the 500 error: Any .php file should have permissions set to 0644. If they are set to 0777 or 0666 you will get that error. In .htaccess, if it uses mod_rewrite, you should have the line RewriteBase / above any RewriteRule I also see your main domain has MySQL...
  8. descalzo

    Internal Server Error (500 AND 404)

    Chopin seems to be having "issues". Other accounts are having the same problem .
  9. descalzo

    Hosting password

    Logon to the Account Management System using your Forum username/password Once there you can 1. Menu item HOSTING will take you to a page with a button to Logon to cPanel 2. Menu item HOSTING-->update password will take you to a page where you can set your cPanel and Forum passwords at the...
  10. descalzo

    Display blank page in parked domain.

    is what I see when I go there. The link to the blog does throw a 500 error. If it is constant, make sure any .php file has permission set to 0644 and any .htaccess file that uses mod_rewrite has RewriteBase / above any RewriteRule Try clearing your browser cache/history and perhaps...
  11. descalzo

    Problems installing a php forum

    Currently some of the servers are having "issues". When you get intermittent 500 errors, it is almost always server issues. Permission issues and .htaccess problems will usually cause 500 on all requests, especially for .php files. Could you try again a bit later and let us know if you are...
  12. descalzo

    STOLI - allow_url_fopen changed

    Apparently the configuration settings for some external file retrieval PHP functions have been changed. At the moment, the cURL library is a working alternative for many scripts. Perhaps you could look into that. I have asked Staff for a clarification on the situation and will pass it on when...
  13. descalzo

    MyBB Forum | Please disable mod_security

    I do believe that there are people who have successfully installed and run MyBB on the current x10hosting configuration. If there is a specific error message that you get under a specific set of circumstances, perhaps we can help you.
  14. descalzo

    Problems erasing files

    Note the permissions on public_html (or the directory you installed Word Press) Change them to 0777 Try to remove the files/directories Change the permissions on public_html back to their originals.
  15. descalzo

    boru cPanel Login

    To sign onto cPanel you should be using your cPanel username, which is different from your Forum username. The password might be different too. The Account Management System will show you your cPanel username. To sign in there, use your Forum username and password. Free Hosting active...
  16. descalzo

    MyBB Forum | Please disable mod_security

    Such settings are server-wide and cannot be adjusted on a per-account basis. Sorry.
  17. descalzo

    URL file-access

    Apparently some configuration settings have been changed. I have asked Staff about a clarification. In the mean time, you could try using the cURL library which seems to be functioning.
  18. descalzo

    I can't seem to unsuspended myself.

    I will escalate this up to the Staff so they can fix it. This will close the thread but you can follow the Support Ticket by clicking on the yellow bar at the top of the thread OR by logging on to the Account Management System.
  19. descalzo

    some php disabled....

    I have put in a request to Staff for a clarification on the issue. If possible, could you use the cURL library instead? (if it is your own script)
  20. descalzo

    Clicking on my domain seems not to work.

    So you want just the domain name realwarfare dot net ?
Top