Quote Originally Posted by wtfcrane View Post
I have a vps , what will the username be in
username/public_html/modules/ be ?
I don't know if its right but you can always try.

  1. Create a new file with .php extension and name it to path.php
  2. Open path.php with any text editor and insert this
    PHP Code: 
    <?php echo getcwd(); ?>
  3. Upload this path.php to your modules folder.
  4. Point to http://domain.com/wcddl/modules/path.php
  5. It'll give you the exact path to your modules directory.


Enjoy.

(correct me if I'm wrong)