Search results

  1. descalzo

    Where do i put my files?

    Permissions set to 0644 should be fine.
  2. descalzo

    Where do i put my files?

    1. Name the file config.ini.php ... now try calling it from the web and Apache should run it, generating a blank page. 2. Even if you do 1) , a. create a directory in /home/cPanelUserName ... call it 'includes' b. move config.ini.php there c. use require_once(...
  3. descalzo

    Where do i put my files?

    I know that. Now, what is this secretfile.secret he is talking about? I don't see it in the code he posted. Is it an included file? Is it a file that he wants to call from the web and be executed like a .php file?
  4. descalzo

    www.domain.com Issues (One works, other doesn't)

    Right now you have a redirect/feedback loop between the two. I would get rid of any redirects and would probably remove them as add-ons, if the system didn't have a tendency to retain them in the system. Then I would park the domain. But, as I said, the system seems to cause problems when...
  5. descalzo

    DNS Resolution Fails

    If you are going to list the other nameservers, you really should make sure that they have address info. I queried one of your "other" DNS servers and: .. here is the nslookup result for ashonomics.com from server NS1.INDIAHOSTING.ORG, querytype=ANY : DNS server handling your query...
  6. descalzo

    Where do i put my files?

    What secretfile.secret ? If it is supposed to be a php script, it has to have .php as an extension.
  7. descalzo

    Problems with perl

    1. Located in /cgi-bin ? 2. Permissions set to 0755 ? 3. Uploaded in ASCII , not Binary? 4. If written on Notepad++ or some other text editor, saved as UTF-8 without BOM?
  8. descalzo

    DNS Resolution Fails

    The address sends me to your site at x10, but it displays the default x10 404 error page, ie DNS is working but you either redirect or rewrite to a non-existent page.
  9. descalzo

    Database Error: Unable to connect to the database:Could not connect to MySQL

    No typos? Username and database name in the format frouto_xxxxxx ? Sure you added the user to the database and checked "ALL PRIVILEGES" when the popup appeared?
  10. descalzo

    [PHP + MYSQL] remove rows from database

    echo $row[0]; mysql_query("DELETE FROM attacktype_table WHERE encid=$encid"); First code block... Did echo print anything? And where did you assign a value to $encid and you should 'quote' it if it is a string. Also mysql_affected_rows should be used on INSERTs, UPDATESs, DELETEs ...not...
  11. descalzo

    my phpBB forum has a SQL error

    Users for scripts are of the format kevin5_somename
  12. descalzo

    joomla need display error off

    Good. Now his site will throw 500 errors. [Fri May 07 18:11:32 2010] [alert] [client 130.65.109.107] /home/xxxxxx/public_html/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration
  13. descalzo

    Cannot log on

    Link One is on Chopin while Link Two is on Lotus...your server. Seems like your IP might be blocked by x10's firewall. Just before your problems began, did you try to SFTP or gain ssh access or port scan x10? Even innocently, these things can set off the firewall.
  14. descalzo

    Cannot log on

    What happens when you try these two links (the content is not material): Link One Link Two
  15. descalzo

    x10Hosting Unlimited Space n Bandwith

    Welcome to the future.
  16. descalzo

    FTP login error "EAI_NONAME - Neither nodename nor servname provided, or not known"

    Re: FTP login error "EAI_NONAME - Neither nodename nor servname provided, or not know What error does Filezilla give you?
  17. descalzo

    SSH to my hosted account?

    ssh is not enabled on the Free Hosting accounts and they do not make individual exceptions.
  18. descalzo

    Banking Offshore

    Is this just an advertisement for the site you linked to? If it is, it is spam. Oh, welcome to the Forums. Just sign up to post this?
  19. descalzo

    Site DOWN on CHOPIN ...Please help!

    The problem is not MySQL on Chopin. My friend's Joomla site on Chopin is loading fine.
Top