Search results

  1. descalzo

    PHP ELSE error

    Why do you have two different variables $fileName and $filename ? Where does $newfilename get its value? Does the uploaded file end up on your file system? By "does not print the file onto the database, i adds the user and creates a fileid through" are you saying that "the script creates...
  2. descalzo

    Account still suspended after unsuspending

    @mechiesx - I do not see a Free Hosting Account linked to this Forum Account. What was your cPanel user name or main domain name?
  3. descalzo

    Account still suspended after unsuspending

    I gave the system a kick. Now unsuspended. Clear your browser cache and history before checking your site.
  4. descalzo

    my account needs to be unsuspended

    I gave the system a kick. Try your site now -- clear browser cache and history first.
  5. descalzo

    Un-password Protect

    cPanel --> FileManager --> the directory in question --> .htaccess file Open .htaccess Look for lines something like AuthName "xampp user" AuthType Basic AuthUserFile "C:\xampp\security\xampp.users" require valid-user Put a # in front of each such line (instead of deleting them --- in case...
  6. descalzo

    My account is spend

    I unsuspended you, but your index page is a mess. Clear your browser history and cache before checking on your site.
  7. descalzo

    PHP ELSE error

    So, you apparently did not bother to look at the code I posted. Really look at it.
  8. descalzo

    PHP ELSE error

    1. Copy your code to a new file 2. Remove all the comments 3. INDENT PROPERLY I get ... <?session_start(); $usid=$_SESSION["usersid"]; include "conninfo.php"; $fileName = $_FILES["myfile"]["name"]; $fileTmpLoc = $_FILES["myfile"]["tmp_name"]; $fileType = $_FILES["myfile"]["type"]...
  9. descalzo

    Another GoDaddy + x10Hosting issue.

    1. Remove the premium nameservers 2. Check https://www.whatsmydns.net/#NS/TODOENLATROMPA.COM Apparently nobody else can find the nameserver information for your domain. (as of this time) 3. For some reason, GoDaddy is not broadcasting the information. Maybe try contacting their support and...
  10. descalzo

    Another GoDaddy + x10Hosting issue.

    What error message are you getting? Why are you using ns1.x10premium.com?
  11. descalzo

    PHP ELSE error

    Where is the opening <?php tag? 1. Post the error message 2. Post all your code. The system tells you where it notices an error in parsing. The actual error can be many lines earlier. It also helps to be able to figure out what "Line 23" actually is.
  12. descalzo

    Php Memorry errors

    Does not work because x10 does not allow it. In fact, I doubt if any free host allows it. Trying to change any php_value setting via .htaccess doesn't work. Correct. The Admins will have to reconfigure the global PHP settings on the servers.
  13. descalzo

    at the shoe factory, collecting soles

    at the shoe factory, collecting soles
  14. descalzo

    Website not found error

    That address is linked to Forum Account name "rainclan" (same as the cPanel username). I can see the account. My only guess is that the mobile devices store the DNS entries longer than a PC. The users attempted to go to the site when it was not yet fully configured and now their devices are...
  15. descalzo

    Website not found error

    There is no Free Hosting account linked to this Forum Account (which was created Monday). Main domain name? cPanel username?
  16. descalzo

    PHP Sessions broken after migration

    What was your "fix"? Be specific. As I said, the migration moved files around. The files might have gotten corrupted. All it takes if for there to be one character before an opening <?php to cause your problem.
  17. descalzo

    PHP Sessions broken after migration

    It's not "the server" , it is apparently one corrupted file on your free account. You can sit and complain, or you can actually try to fix it yourself. Go to the cPanel File manager. Open public_html/cameracircle/index.php in the code editor. Copy the first ten lines. Post them here...
  18. descalzo

    Account Suspended

    Apparently the migration revived an earlier suspension for inactivity. I unsuspended you. Remember to clear browser cache and history before checking on your site.
  19. descalzo

    PHP Sessions broken after migration

    Read the error message: Go and look at the file /cameracircle/index.php Line 7. Something should be sending output. Even a blank line. Even one space. You find it. You fix it. (I do not have access to your files). If you are a "web developer" you should be able to do that.
  20. descalzo

    here kitty, kitty

    here kitty, kitty
Top