Search results

  1. MaestroFX1

    no site

    Wrong location. Move to VPS Section. And regarding cpanel filemanager says data error after i log in ----------- Your website is showing/serving pages from the NEW starka server. But, as of now*, you are connecting to the OLD starka server for cPanel. It will be resolved...
  2. MaestroFX1

    error when starting fantastico

    Could you please post your domain name ?
  3. MaestroFX1

    delete account

    Read http://x10hosting.com/wiki/Delete_a_Free_Hosting_Account
  4. MaestroFX1

    Security Certificate Invalid

    http://(Hosting Server Name).x10hosting.com:2082/ - NON SECURE LOGIN https://(Hosting Server Name).x10hosting.com:2083/ - SECURE LOGIN and add exception. x10 are still SECURE !
  5. MaestroFX1

    My ASP website doesn't works.

    ASP support is currently disable on x10 free hosting servers. To upload,use cPanel >> File Manger >> Upload Function or FTP Read more: http://x10hosting.com/wiki/FTP
  6. MaestroFX1

    index.php don't loading

    What is your domain address ? Wait for atleast 48 hours, before your domain is globally accessible. Also, try clearing your browser's cache. Did you recently knowingly or unknowingly edited your .htaccess file?
  7. MaestroFX1

    IMAP Email Configuration

    xstarka.x10hosting.com hasn't been opened for general public yet. Though Your website is serving pages from the NEW starka server. But, as of now*, you are connecting to the OLD starka server for cPanel. It will be resolved automatically upon full completion of migration (including...
  8. MaestroFX1

    Name Servers

    ns1.x10hosting.com ns2.x10hosting.com
  9. MaestroFX1

    Problem with my server

    newharvestbolivia.org is currently being server from x10 servers. and the domain newharvest.co.cc is still available.
  10. MaestroFX1

    Problem with my server

    my domain is still not targeted at the server status still shows me the. co.cc but point the. org, will be a matter of time Could you please elaborate a bit ?
  11. MaestroFX1

    Problem with my server

    It should be working now. One more thing, correct the following error in your main(index) page: ------ Warning: gethostbyaddr() [function.gethostbyaddr]: Address is not a valid IPv4 or IPv6 address in /home/nharvest/public_html/mainfile.php on line 610 ------ Comment it out - //
  12. MaestroFX1

    Error from hooks wrapper: Domain action was not successfully completed [1]

    For Hosting Account Main Domain Modification, Go to your domain registrar's Account Management Panel (http://www.dynadot.com) and change the dns nameservers from current (ns*.dynadot.com) to ns1.x10hosting.com ns2.x10hosting.com
  13. MaestroFX1

    C-Panel error

    You too buddy !
  14. MaestroFX1

    The MySQL Connection could not be established.

    servername = localhost username = cpanelusrname_databaseusrname databasename = cpanelusrname_database password = password for cpanelusrname_databaseusrname not cpanelusrname databasename and username should be linked with required privileges set. Check your database user password (not...
  15. MaestroFX1

    C-Panel error

    Your website is showing/serving pages from the NEW starka server. But, as of now*, you are connecting to the OLD starka server for cPanel. It will be resolved automatically upon full completion of migration (including trial-testing). As of 14:30PM 7/APRIL/2011 GMT/UTC: cPanel on new...
  16. MaestroFX1

    Error in File Manager in cPanel

    Could you please post your domain name ?
  17. MaestroFX1

    Connecting database

    Try adding 10.33.248.% 192.168.1.%
  18. MaestroFX1

    Ftp

    ?? Use : cPanel >> Files >> FTP Accounts to create FTP user accounts.(Maximum A/C allowed : 3)
  19. MaestroFX1

    Connecting database

    Check your database user password (not cpanel user password). Grant cpanelusrname_databaseusername all the reuired privileges to the cpanelusrname_databasename. Use : cPanel >>MySQL Databases >> Current Databases Click the cpanelusrname_databaseusername to open MySQL Account...
  20. MaestroFX1

    Connecting database

    <?php mysql_connect("localhost", "cpanelusrname_databaseusername", "databaseusername_password") or die(mysql_error()); echo "Auth Pass<br />"; mysql_select_db("cpanelusrname_databasename") or die(mysql_error()); echo "DB Con Pass"; ?> Save it - example.php Try this here on x10. Post...
Top