PHP files shouldn't be hosted anyways.

PHP files shouldn't be hosted anyways.
i like it
well done
habbo uk: zabaglione
Or just store them outside of the public_html directory and use a rewrite to get to them.
Safe mode is turned on, on his server anyway.
Thanks a lot, fellas.
I'll be finishing all these new Precautions by tomorrow.
Should have random file names finished by today.
It takes like two seconds...
Well then, I guess I'll be doing it in two seconds...
PHP Code:$random = time() - rand(5, 900) + time();
I don't think that's going to work for DE.
I have to get extension and all that.
Working on it anyway.
EDIT: Using $prefix = substr ( md5(uniqid(rand(),1)), 3, 10);
works now.
Last edited by hamheyelliot; 30-08-2008 at 01:01 PM.
Then just append it..
PHP Code:$filename = $random . $filename . $extension;
Want to hide these adverts? Register an account for free!