
Audiopro
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
Activity overview
Latest activity by Audiopro-
Audiopro commented,
Wow - thanks very much for the in depth response, I will study it and implement your suggestions.
-
Audiopro created a post,
Security Advisor
The following items are highlighted in security advisor should they all be implemented or should some of them be ignored? Apache vhosts are not segmented or chroot()ed. No symlink protection detec...
-
Audiopro created a post,
Javascript Injection
I have an unmanaged VPS and limited experience of server administration. I have had it for over 12 months and in that time I have learnt a lot but of course there is so much more I don't know. I as...
-
Audiopro commented,
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...
-
Audiopro commented,
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...
-
Audiopro commented,
Do the pages render in an actual browser ok?
-
Audiopro commented,
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....
-
Audiopro commented,
Not sure if all servers are the same but accounts on my server are accessed with the code below. http://IP/~Account Username/
-
Audiopro commented,
Thanks, I will look into logrotate as it sounds like a better solution.
-
Audiopro commented,
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.