How do I Find Classes, Functions, Methods from URL

I’m working on an old PHP site for someone and I’m having a hard time locating the MySQL queries from all the pages that are scattered throughout this site’s directory.

Seems to be a few hints by looking at the controller.php file but I run into a dead end there after.

I was told a while back that you can find out a lot by looking at the at the url that a page displays: http://thatphpsitetest.com/treeservice/dev/controller.php?command=ParseRequest&report=GeneralRpt&target=a!1!Jerry!Hammond

Any suggestions or should I just keep looking through all 300 php files for the joins and queries?

Thanks

You need to look in controller.php and see what it does with the get var command and then trace it from there.

Sponsor our Newsletter | Privacy Policy | Terms of Service