logo © 1996 Phil Waclawski
Felitaur Site
Offerings
About Me
Crafts
Services
ftp files
Help Files
What's New?
Home Page
Other Links
Anatomy &
Physiology
Arthropods
Biology
Computers
Ferrets
Fun Links
Internet
Linux
S.C.A.
Win 95/NT
   
Webscripting setup for Lampbusters.com
Note: For the present time, you'll have a few things to juggle, but it's doable.
  1. Start up jedit (or whatever editor you use), create a new drive and save it to the E: drive (or F: if you have a U3 sandisk here at school) or wherever you want to at home.
  2. Open up Filezilla(tutorial link) and make sure you select the public_html directory on lampbusters.com and save you file to there
  3. Open up your web browser (My personal preference is Firefox for it's tabbed browsing and other features. The url will be http://lampbusters.com/~yourusername/filename.php. Obviously, please replace with YOUR username and your filename.
  4. One other step will be to open up putty and connect to lampbusters.com and check your errors from the server.(See below)

So, you will have to to open up four things each time you are going to work on your php files. Not great, but not horrible.
Once you have those four things set up, as your work, the steps will be

  1. Program in Jedit, and save (to your E: drive etc.)
  2. Double click the file in filezilla to transfer it over lampbusters.com
  3. Test it by hitting reload/refresh in your browser which is pointed to http://lampbusters.com/~yourusername/yourfilname.php


  1. Use an SSH (Secure Shell Client) to connect to lampbusters.com
    • Use Putty, a SSH client (similar to the old insecure telnet)
      1. Click on the "start" button
      2. Go to "Programs"
      3. Go to "Putty"
      4. Go to "Putty" and click on it
      5. In the window that opens...
      6. For host type lampbusters.com
    • OR: Go to my internet page and scroll down under "Web page resources" and find the link to download putty. When you go to the putty (TM) site, click on downloads, and choose the top one (putty.exe) and download it. All you have to do is save a shortcut on your desktop to it, or you can run it off a floppy by
      • Double click on "my Computer"
      • Double click on the "Removable drive E:" icon (or whatever letter it is at home
      • Double Click on the "putty icon"
      • Follow the above directions
  2. EVERYTHING FROM HERE ON DOWN IS THE SAME FOR ALL METHODS
  3. login: Type your username here (Note: This is the SAME username that you created when you made your netscape email account. If you haven't made your netscape email account, go to http://www.mc.maricopa.edu and click on the "Create New Account" link on the left hand side menu
  4. password: Type your password here (note, NOTHING shows on screen when you type, also, you only get 1 minute to log on to the machine before it disconnects)
  5. A command prompt shows up, "[username@hammy ~]$"
  6. For DEBUGGING type the following command:
    tail -f /var/log/httpd/error_log | grep username
    Note: A "menu" script now triggers when you log into lampbusters.com, and you can just choose "1" for "view errors" instead.
    (obviously replace with YOUR username. This will show you many of your erorrs, especially when PHP gives you a blank page)
  7. TO SEE YOUR WORK: Your web addres is http://lampbusters.com/~username/ (where username is YOUR username)and if your filename isn't index.html, you need to type that after the last / (such as program1.php)
  8. Remember, to use pictures, you must use FTP (file transfer protocol) to move them into the right directory.