Search results

  1. descalzo

    importing a database to phpmyadmin

    Exactly what did it say? And did you manually make the database?
  2. descalzo

    Account suspended?

    "barebones"? Like a trial version? How much did you pay for it?
  3. descalzo

    WHat the world thinks of internet explorer

    Since most people use IE, I guess the last laugh belongs to Bill Gates.
  4. descalzo

    importing a database to phpmyadmin

    And what was that error message (since the entire line was supposed to be deleted)?
  5. descalzo

    account unsuspend codes

    You are no longer suspended. The first two suspensions for "excessive resource usage" you unsuspend yourself. A third has to be done by an Admin when they are convinced you are trying to rectify the problem.
  6. descalzo

    importing a database to phpmyadmin

    You have to create the database separately, using one of the cPanel tools, MySQL Databases or MySQL Database Wizard. You might have to edit the import file too, to remove the CREATE DATABASE part.
  7. descalzo

    PHP Contact Form

    In the past, users have reported that PHP mail has stopped going out if the "From" header was from a third party...hotmail, gmail, etc, even though it worked for awhile. By setting the "From" header to an address from your website, the mail started going out again. I do not remember anybody...
  8. descalzo

    allow_url_fopen = On

    The admins would like odysseyinsurance.x10hosting.com pointing at something other than the default x10hosting welcome page (it is also more professional). A. Replace the default index.html in public_html with a new index.html that says "Welcome, click here to see my site" or whatever. OR...
  9. descalzo

    What type of Adverts will be put on my website?

    I show that you currently are on the adfree plan. That is the default free account. Are you planning to upgrade to the ad-enhanced plan?
  10. descalzo

    mysql insert image into database

    Try adjusting this line
  11. descalzo

    [PHP/MySql] Sorting After Select

    Lacks error checking and using mysql_XXX rather than mysqli_XXX or PDO: $select=mysql_query("SELECT * FROM table_name ORDER BY id DESC LIMIT 20"); $results = array() ; while( $one_row= mysql_fetch_array ( $select ) ){ $results[] = $one_row ; } $results = array_reverse( $results ) ...
  12. descalzo

    Can not find the website also can not login to its control panel

    The system does not show a free hosting account linked to the Forum username sushantanana When was the last time you viewed the webpage? If you have not logged into the Forums (the Forum, not cPanel or Account Panel) for awhile, your cPanel/hosting account would have been suspended for...
  13. descalzo

    php include - above root directory

    Make sure that 'user' is your cPanel username Make sure that the directory Database (not database ... capitalization matters) has permissions 755 Make sure db_connect.php is the correct spelling/capitalization. EDIT/ADD The error I see now on your site is: that does not look like...
  14. descalzo

    allow_url_fopen = On

    Then explain why <?php echo ini_get( 'allow_url_fopen' ) ; ?> displays '1' (on Chopin, but I suspect it is the same on all the free servers). Also <?php $handle = fopen( "http://www.cnn.com" , "r" ) ; while( $out = fread ( $handle , 1028 )){ echo $out ; } fclose( $handle ) ?>...
  15. descalzo

    Being suspended every two days

    Have you logged onto the forums in the past month? Not the account panel, the Forum? Not "visited", but logged on?
  16. descalzo

    Being suspended every two days

    Logging into the cPanel to work on your site does not count. Logging into the Account Panel to unsuspend your self does not count. Only logging into the Forums counts (and then you have to stay maybe 5 minutes for the system to recognize your visit.) If you just log into the Account...
  17. descalzo

    Custom Error Pages

    Do you have a subdirectory errors with the files in it? .html, not .htm or .HTML and errors, not Errors
  18. descalzo

    Getting started with Php

    A. PHP is "on" for every hosting account B. When put into atestpage.php and requested from the web, it shows 1 Php is alive and kicking! 2 hello3 for me. C. If you put it in ashtml.html, you just get the numbers D. Perhaps you corrected a mistake in your original when you posted it here.
  19. descalzo

    Subdomain beginning with number no longer possible?

    I just created subdomains '1201' and '6ra' on my account on Chopin.
  20. descalzo

    Inactive members

    Another cause might be the UserGroups System . I wonder how many of the posts are either in the hope of getting Rep'd or trying to get to the 750 post requirement for Community Advocate.
Top