| View previous topic :: View next topic |
| Author |
Message |
macagent
Joined: 21 May 2004 Posts: 30
|
Posted: Thu Jul 01, 2004 12:17 pm Post subject: Phlink Message Center NOW AVAILABLE! |
|
|
That's right folks, I have written a complete Message Center using PHP and Apache. It will work with any Mac OS X machine that has Apache and PHP 4.x running on it.
It started out as a small script written by Doug (? Last name) in this forum. I took it and went crazy with it.
Instead of trying to describe it, I welcome you to download it and use it for FREE.
http://www.macdock.com/phlink/pmc.zip
Also included is a Konfabulator Widget that will compliment the Message Center.
Just put the files where they need to go, then have fun with it.
This thing is set up to use only one Message folder, not mulitple mailboxes(folders). But I suppose you could set up a separate message center for each message folder.
Have fun with it and try to figure stuff out before emailing me questions.
This script is in no way affiliated with Ovolab. If it breaks your computer it is not mine, nor Ovolab's fault.  |
|
| Back to top |
|
 |
Craig
Joined: 11 Jul 2004 Posts: 10 Location: Florida, USA
|
Posted: Sun Jul 11, 2004 8:47 am Post subject: Phlink Message Center NOW AVAILABLE! |
|
|
Macagent,
Newbie question:
I need to know if someone who has little technical knowledge (me) should attempt to set up your current interface solution. I would love to have a message interface to use with Phlink (at least until Alberto makes his available) but I don't know what "Apache" or "PHP" are (other than they are somehow associated with the web). Please let me know if I should "step away from the mouse" and wait until there is a more user friendly version or if I can make this work by following a few easy steps.
Here's what I know:
I am running Mac OS 10.3.4. I put the appropreate files into the "Phlink Items" folder but I have no idea where my "web root" is. I did a search for "Apache" and "PHP" and found that I have files for both on my machine. I assume that because I am running the latest OS then all should be OK. Yes?
If running your app' only requires putting your files into their appropriate folders, then could you give me a brief description of the proper locations?
Thanks for your assistance. Please advise.
Craig |
|
| Back to top |
|
 |
macagent
Joined: 21 May 2004 Posts: 30
|
Posted: Mon Jul 12, 2004 3:12 am Post subject: |
|
|
1. Set up the web files in the Web root. This folder is below...
| Code: | | Library -> WebServer -> Documents |
2. Open you System Preferences and choose Sharing. Make sure that Personal Web Sharing is turned on.
3. Go to Safari and go to this address: http://localhost/
That should present you with the main PMC screen.
Hope this helps. |
|
| Back to top |
|
 |
Sean Conner
Joined: 12 Jun 2004 Posts: 28
|
Posted: Tue Jul 13, 2004 10:10 pm Post subject: |
|
|
Hey macagent,
Great work. I have been using PMC for about a week now and it works flawlessly the best I can tell. Thanks for the hard work. Any desire to include multiple mailboxes? |
|
| Back to top |
|
 |
macagent
Joined: 21 May 2004 Posts: 30
|
|
| Back to top |
|
 |
Craig
Joined: 11 Jul 2004 Posts: 10 Location: Florida, USA
|
Posted: Wed Jul 14, 2004 5:32 am Post subject: |
|
|
Macagent,
Uber-Newbie Alert!!!
It seems that I am more of a newbie that I thought. I'm not sure if I understood from your response where I was to put your files.
you wrote:
>> 1. Set up the web files in the Web root. This folder is below...
>> Library -> WebServer -> Documents
I put your files in the "Documents" folder and when I went to the link "http://localhost/", I got the following message:
>> If you can see this, it means that the installation of the Apache web
>> server software on this system was successful. You may now add
>> content to this directory and replace this page.
>> Seeing this instead of the website you expected?
>> This page is here because the site administrator has changed the
>> configuration of this web server. Please contact the person
>> responsible for maintaining this server with questions. The Apache
>> Software Foundation, which wrote the web server software this site
>> administrator is using, has nothing to do with maintaining this site
>> and cannot help resolve configuration issues.
I tried putting the files loose in the documents folder/I tried putting them in a folder called "web root" and I tried removing all of the files in the Documents folder and only putting your files in there.
I must have missunderstood your folder path or something. Is the "web root" an actual folder called "web root" or is it the "Documents" folder as your path string implies? (at least to me)
Also - I did turn Personal Web Sharing on as well.
------
NOTE: I don't want to clog this forum with newbie questions so, if you would prefer, please send me an e-mail so that I can work this out privately.
Naturally, if you think that I am not alone, feel free to continue our dialough in this forum.
Thanks for you asistance!
e-mail: craig@craigstickler.com
[/b] |
|
| Back to top |
|
 |
macagent
Joined: 21 May 2004 Posts: 30
|
Posted: Wed Jul 14, 2004 5:49 am Post subject: |
|
|
make sure you put the web files here ...
YourHardDrive -> Library -> WebServer -> Documents
Not is your User documents folder |
|
| Back to top |
|
 |
Craig
Joined: 11 Jul 2004 Posts: 10 Location: Florida, USA
|
Posted: Wed Jul 14, 2004 5:54 am Post subject: |
|
|
The exact path is this:
Macintosh HD/Library/WebServer/Documents/your files
Should I remove the Apache files that -were- in the Documents folder and replace them with yours or should I -add- them loose in with the rest of the other files? |
|
| Back to top |
|
 |
macagent
Joined: 21 May 2004 Posts: 30
|
|
| Back to top |
|
 |
Craig
Joined: 11 Jul 2004 Posts: 10 Location: Florida, USA
|
Posted: Wed Jul 14, 2004 6:11 am Post subject: |
|
|
| I saw about 200 lines of code. |
|
| Back to top |
|
 |
macagent
Joined: 21 May 2004 Posts: 30
|
|
| Back to top |
|
 |
Craig
Joined: 11 Jul 2004 Posts: 10 Location: Florida, USA
|
Posted: Wed Jul 14, 2004 6:18 am Post subject: |
|
|
Ahh. - going there now...
Thanks! I'll let you know how it works out. |
|
| Back to top |
|
 |
Craig
Joined: 11 Jul 2004 Posts: 10 Location: Florida, USA
|
Posted: Wed Jul 14, 2004 6:51 am Post subject: |
|
|
OK - I successfully installed PHP and even tested it using their examples.
PHP is working on my machine and I was able to load the diagnostics page (by creating a "test.php" file and placing it in my "sites" folder).
Unfortunately, I am still just getting 200 lines of code when I go to: http://localhost/messages.php
any clues? |
|
| Back to top |
|
 |
Craig
Joined: 11 Jul 2004 Posts: 10 Location: Florida, USA
|
Posted: Wed Jul 14, 2004 9:50 am Post subject: |
|
|
Problem solved! Basically I just needed to stop and then restart Personal Web Sharing and all is well!!
Very nice job on this interface Macagent!!
..and thanks for your assistance!
Craig |
|
| Back to top |
|
 |
Lena Guest
|
Posted: Fri Jul 16, 2004 8:12 am Post subject: |
|
|
Also...being a newbie myself...I realized that I had not "refreshed". So, don't forget to do that too.
I just got my Phlink and am now going through and setting it up. I am really excited about it. This message center looks really, really great! I just need to get to the point where I can start testing!
Thanks guys!
Lena |
|
| Back to top |
|
 |
|