As I said, and Chris explained as well,
How you would add a new module or controller or index depends on what the PHP code is doing with the variables passed to it. The part with module=...&controller=...&action=...
Is just passing variables to index.php to use and access the code.
You need to mimic that layout somehow to add more code to it. Its also possible it uses some type of master list of modules and its controllers and actions to get the proper paths to whatever it retrieves based on those variables.
Just get and its exactly the same just another folder but same file, do I have to list it somewhere has available?
We absolutely cannot tell you how to that. We have no idea how its working, or what its doing to determine how to load modules controllers and actions based on the variables.
You have access to the core PHP code, you can tell us what its doing in index.php with the module, controller an action variables.
Just for arguments sake, and assuming a straight forward layout for this. is there a file called "browse.phtml" inside the reputation folder that is inside the members folder?
----------------------------------
Phil AKA Vacunita
----------------------------------
OS-ception: Running Linux on a Virtual Machine in Windows which itself is running in a Virtual Machine on Mac OSx.
Web & Tech