PDA

View Full Version : [iSleuth] v1.1 > how to install


cmt5642@yahoo.com
03-31-2008, 10:30 PM
i was wondering if anyone could give a tutorial on how to install/use this program because the install instructions are a little vague. seems like a interesting program to test out by i cant even get by the installation. any help is appreciated



-

razor
03-31-2008, 10:37 PM
all the install instructions are given for a mac... and as i can see that you own one, then you should probably be able to do this...

http://homepage.mac.com/bbmac1/.Public/INSTALL.html

Former Bender
03-31-2008, 10:37 PM
I wonder if you know what is a search engine ?

http://web.mac.com/bbmac1/iSleuthforiPhone/Directions.html

cmt5642@yahoo.com
04-01-2008, 07:16 AM
yea those are both links to the same directions...and it gets a bit confusing so i was looking for another version that go into a little more detail. but if someone could explain the part where it says..

"•Remove the pound sign '#' start character in each of the following lines of file /etc/httpd/httpd.conf
LoadModule php4_module libexec/httpd/libphp4.so
AddModule mod_php4.c
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps"

then i think i can figure out the rest.

thanks for any help

razor
04-01-2008, 10:58 AM
you own a mac right?

these lines are telling you to edit a file called httpd.conf which is found under /etc/httpd/

this is the settings file of the apache web server.

it is asking you to remove the # preceding the lines

LoadModule php4_module libexec/httpd/libphp4.so
AddModule mod_php4.c
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps