Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Applications > Need help with a program

Need help with a program
Thread Tools
BeyondtheMacintosh
Junior Member
Join Date: Dec 2005
Status: Offline
Reply With Quote
Dec 12, 2006, 11:05 PM
 
Hi. I downloaded this program that I REEEAAAAALLLYYY need for school. It's urgent. But, unfortunetely, its an open source program, and the folder of it is just filled with .php files and folders and .pdf's and stuff like that. How do I open this folder as a program??? I seriously need to use this program for school. Can anyone help?
     
Art Vandelay
Professional Poster
Join Date: Sep 2002
Location: New York, NY
Status: Offline
Reply With Quote
Dec 12, 2006, 11:35 PM
 
Kind of hard for anyone to help you if you don't tell us what program it is.
Vandelay Industries
     
BeyondtheMacintosh  (op)
Junior Member
Join Date: Dec 2005
Status: Offline
Reply With Quote
Dec 13, 2006, 12:31 AM
 
oh sorry.

Focus/SIS Student Information System - 1.0
     
mduell
Posting Junkie
Join Date: Oct 2005
Location: Houston, TX
Status: Offline
Reply With Quote
Dec 13, 2006, 12:40 AM
 
Sounds like you need to turn Apache on and access the files via a web browser.
     
BeyondtheMacintosh  (op)
Junior Member
Join Date: Dec 2005
Status: Offline
Reply With Quote
Dec 13, 2006, 01:01 AM
 
How do I get Apache? Could someone post or send me a download URL of it? Thanks
     
CharlesS
Posting Junkie
Join Date: Dec 2000
Status: Offline
Reply With Quote
Dec 13, 2006, 01:09 AM
 
You've already got Apache installed on your Mac if you're running OS X. It's a part of the system.

Just put the folder in your /Library/WebServer/CGI-Executables folder and turn on Personal Web Sharing in System Preferences.

Be advised that this will open you up to remote attacks by hackers unless you're behind a hardware firewall.

Ticking sound coming from a .pkg package? Don't let the .bom go off! Inspect it first with Pacifist. Macworld - five mice!
     
BeyondtheMacintosh  (op)
Junior Member
Join Date: Dec 2005
Status: Offline
Reply With Quote
Dec 13, 2006, 01:59 AM
 
Originally Posted by CharlesS View Post
You've already got Apache installed on your Mac if you're running OS X. It's a part of the system.

Just put the folder in your /Library/WebServer/CGI-Executables folder and turn on Personal Web Sharing in System Preferences.

Be advised that this will open you up to remote attacks by hackers unless you're behind a hardware firewall.

I didn't find a WebSever folder, so I just dragged the folder into the library. How do I open the program now?
     
Art Vandelay
Professional Poster
Join Date: Sep 2002
Location: New York, NY
Status: Offline
Reply With Quote
Dec 13, 2006, 02:00 AM
 
Vandelay Industries
     
CharlesS
Posting Junkie
Join Date: Dec 2000
Status: Offline
Reply With Quote
Dec 13, 2006, 02:13 AM
 
Originally Posted by BeyondtheMacintosh View Post
I didn't find a WebSever folder, so I just dragged the folder into the library. How do I open the program now?
Putting it into the Library folder isn't sufficient. You have to put it in /Library/WebServer/CGI-Executables. It needs to be the Library at the root of your hard disk, not the one in your home folder. The WebServer folder should be there, as should its subfolders, but if they're not, you can make them yourself.

Ticking sound coming from a .pkg package? Don't let the .bom go off! Inspect it first with Pacifist. Macworld - five mice!
     
BeyondtheMacintosh  (op)
Junior Member
Join Date: Dec 2005
Status: Offline
Reply With Quote
Feb 25, 2007, 11:16 PM
 
i finally installed ALL of those things it told me i needed to. And I currently have the "Focus SIS" folder in my /Library/WebServer/CGI-Executables...but the question remains HOW DO I OPEN THE PROGRAM??? IT'S ALL OPEN-SOURCE .PHP .SQL .DOC CRAP WHEN I OPEN IT, IT'S NOT A PROGRAM!!! I NEED TO USE THIS PROGRAM!!!
     
Catfish_Man
Mac Elite
Join Date: Aug 2001
Status: Offline
Reply With Quote
Feb 26, 2007, 01:11 AM
 
1) stop shouting
2) turn on web sharing
3) use a web browser, not the finder

(2 and 3 were already mentioned before)
     
BeyondtheMacintosh  (op)
Junior Member
Join Date: Dec 2005
Status: Offline
Reply With Quote
Feb 26, 2007, 05:14 PM
 
I tried that and all i got was this

<?
if(CONFIG_INC==0)
{
define("CONFIG_INC",1);
// IgnoreFiles should contain any names of files or folders
// which should be ignored by the function inclusion system.
$IgnoreFiles=Array(".DS_Store","CVS");

// Database Setup
$DatabaseType="postgres"; // oracle, postgres

$DatabaseServer="localhost"; // postgres = host, oracle=SID
$DatabaseUsername="postgres";
$DatabasePassword="password";
$DatabaseName="focus";
$DatabasePort="5432";

$DefaultSyear = '2005';

// Server Names and Paths
$FocusPath="/Users/username/Sites/Focus/";
$htmldocPath="/usr/bin/htmldoc";
$StudentPicturesPath = "Users/username/Sites/Pictures/";
$FocusTitle = 'Focus/SIS';
}
?>
     
CharlesS
Posting Junkie
Join Date: Dec 2000
Status: Offline
Reply With Quote
Feb 28, 2007, 12:50 AM
 

Ticking sound coming from a .pkg package? Don't let the .bom go off! Inspect it first with Pacifist. Macworld - five mice!
     
BeyondtheMacintosh  (op)
Junior Member
Join Date: Dec 2005
Status: Offline
Reply With Quote
Mar 2, 2007, 06:57 PM
 
what goes into whatever??? god i need help. can i like send this file to someone and have them open it, than when it works, they tell me how to work it step by step?
     
mduell
Posting Junkie
Join Date: Oct 2005
Location: Houston, TX
Status: Offline
Reply With Quote
Mar 2, 2007, 07:20 PM
 
We gave you directions. You ignored them.

We gave you a link to a guide. You ignored it.

Go pay a classmate to show you how to use your computer, since you abhor reading so much.
     
besson3c
Clinically Insane
Join Date: Mar 2001
Location: yes
Status: Offline
Reply With Quote
Mar 2, 2007, 07:48 PM
 
You will need to enable PHP, and it looks like this program requires a relational database such as Postgresql, Oracle, or MySQL.. You'll also need to update some config files to match your local path names, from the looks of it.

Why do you need to run this software? Do you have access to a server? I don't get it... This is not a client side Desktop application, but software to run on a web server.
     
BeyondtheMacintosh  (op)
Junior Member
Join Date: Dec 2005
Status: Offline
Reply With Quote
Mar 2, 2007, 08:17 PM
 
nevermind...im gonna use Centre/SIS instead, I got that one to working
     
crazyjohnson
Grizzled Veteran
Join Date: May 2000
Location: Any Town, USA
Status: Offline
Reply With Quote
Mar 2, 2007, 09:29 PM
 
If this is for "school" then "school" should be able to help you.
Change your world and you will change your mind.
     
   
 
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Top
Privacy Policy
All times are GMT -4. The time now is 06:08 PM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,