Jump to content

firmemente

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

firmemente's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i tried it... but still getting blank page for $site should it not be "www.universalmailing.com" ftp://firmemente.universalmailing.com@wwww.universalmailing.com (this is what the client has to type in to get into their folder) i apologize.... the actual id is firmemente.universalmailing.com when a pop up window shows up: id: firmemente.universalmailing.com pass: mentefirme from universalmailing.com/login.html id: firmemente.universalmailing.com pass: mentefirme so then...... <?php $site  =  "www.universalmailing.com" $username  =  "firmemente.universalmailing.com" ; $password  =  "mentefirme" ; echo  '<a href="ftp://' .$username .':' .$password .'@' .$site .'"> Login to ftp </a>' ; ?>
  2. <?php $username = "firmemente.universalmailing.com"; $password = "mentefirme"; echo '<a href="ftp://'.$username.':'.$password.'@www.universalmailing.com"> Login </a>'; ?> this is what i did. if this is how it is .... the page is blank.
  3. is the sample above what i would put on the ftp.php
  4. i have a page.... universalmailing.com/login.html i set up a specific directoty folder named FIRME the id is firmemente pass is mentefirme i want the user when he types in his id and pass that it will open only his folder where he can upload or download files. i am new to php!!!! is there a php code to do this? any help will be greatly appreciated.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.