Search results

  1. descalzo

    Change of server

    Could you try to tracert to either your site or lotus.x10hosting.com and post the IP address that it tries to reach?
  2. descalzo

    Basic MySQL Question

    phpMyAdmin will allow you to add/modify/drop tables to a database. You can also us SQL to query, etc the databases there. And add rows manually. If you have data from a mysql "dump", you can import it there. It is located on the cPanel. It shows that they are running 5.0.87 on the server
  3. descalzo

    I would appreciate it if you do not suspend my account

    Account does not show suspended and ringleader.x10hosting.com loads. P.S. It is once every 31 days and it is logging in here, the Forums.
  4. descalzo

    Site Gone?

    Please, 1. cPanel username 2. You site's URL 3. The server you were on.
  5. descalzo

    Python and FTP@anonymous

    1. test.py : #!/usr/bin/env python print("Content-type: text/html") print("") print("<html>") print("<body>") print( "Hi there") print("</body>") print("</html>") Set permissions to 0755 Add to .htaccess file: AddHandler cgi-script .py 3. cron jobs can be set...
  6. descalzo

    Why am i being ignored

    This problem has been going on since at least March 9. He has been very patient. His threads keep getting closed or escalated. Nothing has been done. There is an account out there on chopin, cPanel username james . Apparently it is not linked to a Forum account. It is his account. How...
  7. descalzo

    Unable to connect to database

    Please try: 1. cPanel --> MySQL Databases Current Databases aaa_jo151 0.00 MB aaa_jo151 X Delete Database Click on the user Check ALL PRIVILEGES on the next screen Even if all the other boxes are checked, check "ALL" Click "Save Changes" Repeat for all db users 2. If that does not work...
  8. descalzo

    Ajax (MySQL) return value to form text area

    Depends how you handle 404 (file not found) or 500 (Server Error) type responses. If you are expecting simple text or javascript and try to parse an error page, you get garbage. If you just display the response, it can be ugly, but help in debugging. In the final product, yes you should test...
  9. descalzo

    phpmyadmin can't create new database

    Why not use the other tool to create the database and then phpMyAdmin to import the tables? If your MYSQL dump you are using includes "create database", make a copy of the dump and edit out the "create database" lines and then try using that.
  10. descalzo

    Unable to access host or cPanel

    Can you try flushing your DNS and clearing your cache? Another thought is to tracert stoli.x10hosting.com and note the IP address your computer uses.
  11. descalzo

    stoli not loading

    http://stoli.x10hosting.com/~highkey/ will get to your site for now. The problem seems to be that x10 nameservers are pointing to the wrong server. It points this account to 74.63.233.27 Whoever handles this, please adjust the nameservers so they point to stoli, not some server back in...
  12. descalzo

    Unable to access host or cPanel

    1. Can you finally see your site? 2. Are you at school, work, etc , ie somewhere that might have a firewall or something else blocking some ports?
  13. descalzo

    Unable to access host or cPanel

    It seems that sometimes using https is a problem, so try http://stoli.x10hosting.com:2082/login/
  14. descalzo

    Unable to access host or cPanel

    Your site shows up as Index of / with a subdirectory forum with a phpBB titled 'Exploitit Xbox 360 Modding' . If you are still having problems with cPanel, please say what link/address you are using to try to get there.
  15. descalzo

    File upload limit

    On some servers the PHP file upload limit shows to be 2M and others it shows 32M. I would assume that once the servers are standardized in their php.ini files, it will be set to 32M. These settings are server wide and cannot be individualized for each account. If you wish to argue for a...
  16. descalzo

    Lost Hosting Account

    to somenuguy: your site http://scis1.pcriot.com/ loads and shows a login page.
  17. descalzo

    cannot select mysql database

    Please try: 1. cPanel --> MySQL Databases Current Databases aaa_jo151 0.00 MB aaa_jo151 X Delete Database Click on the user Check ALL PRIVILEGES on the next screen Even if all the other boxes are checked, check "ALL" Click "Save Changes" Repeat for all db users 2. If that does not work...
  18. descalzo

    Site and cPanel inaccessible

    From what I can see you were one of the "lotusold" accounts. There was a software problem and your site was not transferred. There might or might not be backups of your files and any databases, but apparently it is quite hard to find anything in the backups and the staff are still busy with...
  19. descalzo

    Can't Login to cPanel. Still...

    1. You are supposed to have only one free hosting account. 2. Which account are you having trouble with? Post with the Forum account linked to that hosting account. cPanel username and domain name would help. 3. Please define "unable to log in". cPanel login page not load? Loads but does...
  20. descalzo

    Not Able to access my site

    I will escalate this to a Support Ticket. This will close the thread. To whoever is handling this ticket note: DNS server handling your query: ns1.x10hosting.com DNS server's address: 99.198.122.2#53 Name: bqsolutions.co.cc Address: 74.63.233.27 The x10 nameservers contain incorrect...
Top