Search results

  1. descalzo

    Useful tip for Joomla Sites

    Your method for that is horrible too.
  2. descalzo

    Cron Job doesn't run php script (command not found)

    /usr/bin/php -q /home/soulstor/public_html/cronjob.php should work.
  3. descalzo

    Perl CGI Scripts

    No. PHP is the only language available on the Free Hosting servers.
  4. descalzo

    Useful tip for Joomla Sites

    All you need is the line DirectoryIndex index.php index.html in your .htaccess file. You may have been on set ups where the "default" is that just index.html is used, but that is non-standard. Or perhaps the line DirectoryIndex index.html index.php was used and you did not...
  5. descalzo

    Useful tip for Joomla Sites

    Sorry, but you are very wrong.
  6. descalzo

    php - header(...) not work

    I go to your str1.html and the page you presented above is not what is sent. It is a programming problem. header() works on the free accounts where the person knows what to do.
  7. descalzo

    php - header(...) not work

    Got a url to show us? Try posting all your code. Correctly.
  8. descalzo

    javaScript Inteference

    Did you check the Javascript console or other debugging tools? Which script uses jQuery? What does the other script use? Have you checked the documentation/support/forums for both scripts?
  9. descalzo

    php - header(...) not work

    header("lacation:index.html?id=HOME"); Problem #1 while Problem #2 is that .html files here are not parsed as PHP files. The extension must be .php
  10. descalzo

    Can you check my set up please?

    "You can not not agree that there are other dimensions!" Seems that both urls point to the same place. Please clear your browser cache/history and flush your DNS. Sometimes parts of the Web are a bit slower to get the new info.
  11. descalzo

    Parked domain problem

    cPanel ==> File Manager Open .htaccess and remove any code that redirects the co.cc domain to the x10.mx domain You might have to adjust the "Site URL" setting on your SMF too.
  12. descalzo

    phpMyAdmin - Can you use it on X10

    cPanel ==> phpMyAdmin is installed. You do not have to add your own.
  13. descalzo

    How to add my existing domain to x10hosting?

    http://x10hosting.com/wiki/How_to_Use_Your_Own_Domain Did you buy your domain from Godaddy, etc?
  14. descalzo

    Can't upload mysql database through phpmyadmin

    1. when in phpMyAdmin, select the DB, then import 2. Why are you bothering with PHP when you haven't even imported the DB?
  15. descalzo

    Can't upload mysql database through phpmyadmin

    1. cPanel --> MYSQL Databases , create your database. create a user (write the password down) and add the user to the db with ALL PRIVILEGES 2. Export just data/tables from your current DB. use phpMyAdmin. Go to your database (should show all your tables). Click export, etc. 3. Use that file...
  16. descalzo

    Can't upload mysql database through phpmyadmin

    Does the DB already exist? If so, try deleting it first. OR, go back to your phpMyadmin and export the tables/data, not the database.
  17. descalzo

    cron job and codeigniter

    /usr/bin/curl -s -S "http://realoption.x10.mx/hmvcExample/index.php/welcome" >>/home/realopti/public_html/PATH/TO/LOG/FILE 2>&1 Should work. The equivalent works on my account on Chopin. wget does not work. The log file catches any output from the script, also any system errors (ie...
  18. descalzo

    Error. Page cannot be displayed.

    I can see the .com URL and the newerastore URL too
  19. descalzo

    cron job and codeigniter

    That is fine if you are accessing it via the Web. Your command is trying to find and run the file /home/realopti/public_html/hmvcExample/index.php/welcome Do you have directory index.php with a file welcome in it?
  20. descalzo

    cron job and codeigniter

    index.php/welcome Why the /welcome?
Top