Audiopro
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
Comments
Recent activity by Audiopro-
Wow - thanks very much for the in depth response, I will study it and implement your suggestions.
-
I am assuming the PHP file is running on the server totally independent of cPanel, is this correct? What does the .PHP script do? - Loads an image, and saves a copy of it onto the server? Are you u...
-
In your example, the variable $_FILES['image">['tmp_name"> is not being assigned to the name of an image. If the same code has worked previously then I would suggest that your PHP script is not loo...
-
The code move_uploaded_file($_FILES['image">['tmp_name">, $filepath . $imagename1) is trying to move a file with the name of '/tmp/phpSCFtf3' to whatever '$filepath . $imagename1' is declared as....
-
Not sure if all servers are the same but accounts on my server are accessed with the code below. http://IP/~Account Username/
-
Do the pages render in an actual browser ok?
-
Thanks, I will look into logrotate as it sounds like a better solution.
-
I have been looking for a way to empty the var/log/messages file or better still, just leave the last 200/300 lines. I can find plenty of examples of 'rm' but I don't want to delete the file.
-
Thanks for that - I will look into what cPHulk does as it appears to be my friend. Checking syntax of the code tags
-
The directory size is reporting only about 4Kb but the contents are far greater. I have since been told that this is normal behaviour as calculating all of the directory sizes would put extra strai...