run php scripts
harry_potter28 wrote: i know rfi but i m not talking about it u said root it how to do that ?
I am not the greatest at rooting but http://insecure.org/stf/smashstack.html should help also google heap/buffer/stack overflows. Also there are a couple of threads here that may help you learn about rooting.
Alright, I'll just reword this to be as least rude as possible:
harry_potter28 wrote: i think its not rooting
i had written a php function n want to run in that web page can i save the page on my disk add the function to the source code of the page n post that page back
will doing that run the php script written by me
No, you can't do that. The only way you can get your own PHP to run on a server is if you manually place it there yourself (having actual access to the box) OR using RFI and you can also use the eval() function as it treats it's input as raw PHP. That's it. Those are the only ways to get your own PHP to run on a server.