You can subscribe to this list here.
2001 |
Jan
|
Feb
(1) |
Mar
(265) |
Apr
(166) |
May
(25) |
Jun
(17) |
Jul
(20) |
Aug
(47) |
Sep
(6) |
Oct
(14) |
Nov
(66) |
Dec
(64) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(109) |
Feb
(64) |
Mar
(34) |
Apr
(23) |
May
(64) |
Jun
(9) |
Jul
(13) |
Aug
(6) |
Sep
(33) |
Oct
(272) |
Nov
(67) |
Dec
(75) |
2003 |
Jan
(264) |
Feb
(244) |
Mar
(171) |
Apr
(119) |
May
(54) |
Jun
(93) |
Jul
(51) |
Aug
(48) |
Sep
(14) |
Oct
(49) |
Nov
(47) |
Dec
(15) |
2004 |
Jan
(13) |
Feb
(27) |
Mar
(18) |
Apr
(44) |
May
(35) |
Jun
(24) |
Jul
(39) |
Aug
(142) |
Sep
(35) |
Oct
(34) |
Nov
(49) |
Dec
(24) |
2005 |
Jan
(60) |
Feb
(71) |
Mar
(19) |
Apr
(27) |
May
(68) |
Jun
(4) |
Jul
(30) |
Aug
(10) |
Sep
(23) |
Oct
(24) |
Nov
(13) |
Dec
(6) |
2006 |
Jan
(4) |
Feb
(46) |
Mar
(64) |
Apr
(18) |
May
(16) |
Jun
(37) |
Jul
(7) |
Aug
(19) |
Sep
(9) |
Oct
(8) |
Nov
(3) |
Dec
(23) |
2007 |
Jan
(25) |
Feb
(21) |
Mar
(32) |
Apr
(36) |
May
(12) |
Jun
(1) |
Jul
(7) |
Aug
(15) |
Sep
(13) |
Oct
(1) |
Nov
|
Dec
|
2008 |
Jan
(3) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
|
Jun
(1) |
Jul
(2) |
Aug
(7) |
Sep
|
Oct
(5) |
Nov
(1) |
Dec
|
2009 |
Jan
(7) |
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Adam M. <ad...@tu...> - 2002-10-01 12:05:07
|
Don, That sounds like an awsome idea! And I think it can be done with phpws 0.9.x. I'm not a huge sports nut so forgive me if I fumble through some of this. I am a uge code nut though, so I'll give you any help in that department that I can. Some things to keep in mind so you can implement this module the way you want: - Look into dynamic table creation. This would allow you to add/remove fantasy leagues or teams. Or if you have a database-savvy person on your team, they may be able to come up with a better solution. This was just the first thing that came to my mind since I recently implemented that in a module I created for ASU. - Transfer variables are your friend. Matt could probably shed more light on this subject than I can but I believe you could have your module show up wherever you wish and show whatever content you wish. This would allow you to show arbitrary data to the anonymous user on the mainpage and user-specific data to a user that has logged in. You could even have several blocks show up upon login that could show anything you like (e.g.: the icons you mentioned, or maybe scores from a game that the user wanted to monitor?) I am working on the core classes some more this week (just changing naming conventions and shuffling a bit to get us up to par with the PEAR style). As I finish each class I'm going to put together some documentation on that classes functions and what they do. This should be a good reference for you and other module developers out there. I'll be sure to post to the list when it becomes available. I hope some of this info is useful to you. If you run into problems or have any questions, post to this list and I'll try to help in any way I can. Good Luck! Adam > hullo. > > I and a select group of others, including mhnoyes of mhnoyes fame, are > developers on the ffl project at sourceforge. I'll spare your frenzied > searching and tell you that it is a php/mysql cms for fantasy football. > Originally the project was me going solo. > > However mhnoyes got me and the developers of the other sourceforge ffl > projects together for a meeting of the proverbial Five Families. Except > there were only 4 of us. And 2 were on the same project. Whatever. > You know what I mean. Basically we agreed that we need to come > together and make a kick-ass fantasy sports website that would support > any sport using a fantasy "core" and sport-specific "modules". > > We were going to write it all from the ground up. Mike (mhnoyes) > proposed just writing it as a big fat module for phpwebsite. I knew > nothing of phpws and shrugged the idea off. However now I've seen the > light and the 0.9 version is it. > > Contrary to what you're thinking, I didn't write to give you my personal > A&E Biography. I'd like to know what your thoughts are on how to go > about implementing a fantasy sports site that would support multiple > leagues. Obviously if it were to only support a single league then > there is no problem. > > What I'd like to see is when the user logs in he/she will be presented > with icons or a menu with a link to each of his existing fantasy teams > on the various leagues installed on that site. Then an option to join > others etc. If user is not logged in just show basic non-league > specific blah. > > I'm going back and forth on whether or not this would work as a phpws > module. Mike brought up the idea of the branch creator, but as I > understand it that would be a separate install, and I would like all the > leagues in the one database so a single login would give access to them > all. > > So I thought I'd go to the source and see what the masters think. > > Don. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University http://phpwebsite.appstate.edu ad...@tu... |
From: Matthew M. <ma...@tu...> - 2002-10-01 12:01:18
|
A gigantic pain but needed nonetheless. I would suggest going core file by file and then announce to everyone which file you have converted. Emailing a list with the functions included in that file will make it easier for us to grep and replace. Matt > > I am going through the core classes and trying to get a standard naming > convention for the functions within. Right now most functions are > sql_something() or read_dir(). I would like to change this to something > like sqlSomething() and readDirectory() to stay near the PEAR coding > style. I will have patch functions in place until everyone can get > changed over to this new style. Since our core functions are accessed > through the $GLOBALS["core"] variable the function names will have to be > unique throughout ALL core classes. Please let me know what you think > folks. > > Adam > > --------------------------------- > Adam Morton > Developer - Web Technology Group > Appalachian State University > http://phpwebsite.appstate.edu > ad...@tu... > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 ICQ: 141057403 |
From: Don S. <do...@se...> - 2002-10-01 01:09:27
|
hullo. I and a select group of others, including mhnoyes of mhnoyes fame, are developers on the ffl project at sourceforge. I'll spare your frenzied searching and tell you that it is a php/mysql cms for fantasy football. Originally the project was me going solo. However mhnoyes got me and the developers of the other sourceforge ffl projects together for a meeting of the proverbial Five Families. Except there were only 4 of us. And 2 were on the same project. Whatever. You know what I mean. Basically we agreed that we need to come together and make a kick-ass fantasy sports website that would support any sport using a fantasy "core" and sport-specific "modules". We were going to write it all from the ground up. Mike (mhnoyes) proposed just writing it as a big fat module for phpwebsite. I knew nothing of phpws and shrugged the idea off. However now I've seen the light and the 0.9 version is it. Contrary to what you're thinking, I didn't write to give you my personal A&E Biography. I'd like to know what your thoughts are on how to go about implementing a fantasy sports site that would support multiple leagues. Obviously if it were to only support a single league then there is no problem. What I'd like to see is when the user logs in he/she will be presented with icons or a menu with a link to each of his existing fantasy teams on the various leagues installed on that site. Then an option to join others etc. If user is not logged in just show basic non-league specific blah. I'm going back and forth on whether or not this would work as a phpws module. Mike brought up the idea of the branch creator, but as I understand it that would be a separate install, and I would like all the leagues in the one database so a single login would give access to them all. So I thought I'd go to the source and see what the masters think. Don. |
From: Adam M. <ad...@tu...> - 2002-09-30 18:52:01
|
I expanded processTemplate() by adding to more parameters. $showBlocks and $hideBlocks. Both need to be indexed arrays with the value being the block name in the template that you wish to "show" or "hide". $showBlocks is currently working and will always show the blocks passed even if they are considered "empty". $hideBlocks will do the opposite but is not yet implemented. I just put the variable in there as a place holder for the future. I've been following the developement of the HTML_Template_IT class and the hideBlock function should be in the next release if all goes well. I will keep everyone posted. Enjoy! Adam --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University http://phpwebsite.appstate.edu ad...@tu... |
From: Steven L. <st...@tu...> - 2002-09-30 17:58:10
|
I have update the templates for the menuman module and the winxp theme also. -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@tu... |
From: Steven L. <st...@tu...> - 2002-09-30 17:57:02
|
Sounds great Adam!! -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@tu... |
From: Adam M. <ad...@tu...> - 2002-09-30 17:54:18
|
I have changed over pagemaster and textpad to the new naming conventions we talked about with template files and documentation. Make sure you update your code. Adam --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University http://phpwebsite.appstate.edu ad...@tu... |
From: Adam M. <ad...@tu...> - 2002-09-30 17:45:57
|
I am going through the core classes and trying to get a standard naming convention for the functions within. Right now most functions are sql_something() or read_dir(). I would like to change this to something like sqlSomething() and readDirectory() to stay near the PEAR coding style. I will have patch functions in place until everyone can get changed over to this new style. Since our core functions are accessed through the $GLOBALS["core"] variable the function names will have to be unique throughout ALL core classes. Please let me know what you think folks. Adam --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University http://phpwebsite.appstate.edu ad...@tu... |
From: Mike N. <mh...@us...> - 2002-09-30 16:40:52
|
phpWS Development Team, In the future please tag your 0.9x releases. I believe it was a mistake to omit a rc0 tag from phpws_core, phpws_mods, and phpws_thems. Tagging releases is beneficial for many reasons (see references below). ref. 4.4 Tags--Symbolic revisions http://www.cvshome.org/docs/manual/cvs_4.html#SEC48 Marking A Moment In Time (Tags) http://cvsbook.red-bean.com/cvsbook.html#Marking_A_Moment_In_Time__Tags_ Getting Snapshots (Dates And Tagging) http://cvsbook.red-bean.com/cvsbook.html#Getting_Snapshots__Dates_And_Tagging_ -- Mike Noyes <mh...@us...> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ |
From: Adam M. <ad...@tu...> - 2002-09-30 15:53:15
|
hey folks, just an fyi. Please go change any file that contains a template to "filename.tpl" as soon as you can. Also any documentation written should be in the docs directory for your module and have the extension ".txt". This will help out our windows users and allow TextPad to check for those two file types for editing. Oh yeah, and the style sheet needs to be a ".css" not ".php" in any themes. Cheers Adam --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University http://phpwebsite.appstate.edu ad...@tu... |
From: Matthew M. <ma...@tu...> - 2002-09-30 12:26:40
|
BTW All template files, including theme .thm files, will have the suffix .tpl This will allow Adam's Textpad module to edit them. Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 ICQ: 141057403 |
From: Matthew M. <ma...@tu...> - 2002-09-30 12:12:38
|
Ok Quick and Dirty. Grab a CVS version of phpws_themes if you do not have a directory called 'mainsite' under your themes directory. Copy 'mainsite' to themes if you do not. For example sake copy /themes/mainsite/boxstyles/default_box.thm to /themes/Default/boxstyles/test_box.thm (note the name change) There is an image directory with that box style so copy /themes/mainsite/boxstyles/mainsite_img/ to the same Default boxstyle directory. Now go under options and open the layout module. Go under setup boxes and choose the users module. Change the Box File for Content Variable: CNT_user_small to test_box.thm. Click Update Template. Now check out your user menu. It should have changed. You can set default boxes for the content variables as well. Take a look under mainsite/boxstyles/defaults/ . There are some files in there. On id the default.php file which defines which boxes to use unless instructed otherwise. The survey.php is an example of what boxes it will pull should that module be installed. There will be a more concise manual soon. Thanks Spiggy, Matt > OK. The themes are ridiculously easy if all boxes are the same. But if > they are not whats the best approach? I am a bit lost here so can > someone give this list really quick and dirty intro to fallout theming? > it does not need to be anything 100% complete .. just something to point > to the right direction. > > spiggy Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 ICQ: 141057403 |
From: Mike N. <mh...@us...> - 2002-09-29 14:59:47
|
Everyone, This is relevant to phpWS 0.9x installations. PHP has a known include_path bug. Details are in the SourceForge support request below. Note: this bug is not SourceForge hosting specific. Project web services: php include_path problem http://sourceforge.net/tracker/?func=detail&atid=200001&aid=611193&group_id=1 -- Mike Noyes <mh...@us...> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ |
From: spiggy <th...@me...> - 2002-09-29 04:47:14
|
OK. The themes are ridiculously easy if all boxes are the same. But if they are not whats the best approach? I am a bit lost here so can someone give this list really quick and dirty intro to fallout theming? it does not need to be anything 100% complete .. just something to point to the right direction. spiggy -- The problem with America is stupidity. I'm not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? -------------------------- Quote from http://bash.org |
From: Adam M. <ad...@tu...> - 2002-09-25 03:08:40
|
Don, I got the pear package upgrade needed to run the new core and uploaded it to phpWebSite. You can get it by following the link we have up for the pear libs and the file is in there (HTML_Template_IT-1.0.0.tgz). Some instructions are in the install.txt file. I'm sorry all this wasn't in place already. Adam > Ah. I had assumed that shiny new php 4.2.3 would have it all. > > So can I get the pear libs from the phpWebSite website and just dump > them over the existing pear libs in /usr/local/lib/php? > > Don. > > On Tue, 24 Sep 2002, Adam Morton wrote: > >> You need to update your PEAR libs. Unfortunately PHP v4.2.3 did not >> contain the most recent version of IT.php. It should be in the next >> release of PHP however. Sorry for the inconvenience. >> >> Adam >> >> > Just exported the cvs this afternoon. >> > >> > I was able to go through the setup fine, but once it was complete >> and I was told to just go to the website "front door", I got this >> error: >> > >> > Fatal error: Cannot instantiate non-existent class: >> html_template_it >> in /usr/local/phpws/phpws_core/core.php on line 1319 >> > >> > I've made sure that my include_path is set to include that >> phpws_core dir and point to the PEAR libs installed with php 4.2.3. >> > >> > You can see my phpinfo here: http://phpws.seiler.us/phpinfo.php >> > >> > The phpws install would normally be viewable at >> http://phpws.seiler.us. >> > >> > btw the site is on my measly DSL conn, so please be gentle. >> > >> > Don. >> > >> > >> > >> > ------------------------------------------------------- >> > This sf.net email is sponsored by:ThinkGeek >> > Welcome to geek heaven. >> > http://thinkgeek.com/sf >> > _______________________________________________ >> > Phpwebsite-developers mailing list >> > Php...@li... >> > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> >> --------------------------------- >> Adam Morton >> Developer - Web Technology Group >> Appalachian State University >> http://phpwebsite.appstate.edu >> ad...@tu... >> >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University http://phpwebsite.appstate.edu ad...@tu... --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University http://phpwebsite.appstate.edu ad...@tu... |
From: Don S. <do...@se...> - 2002-09-24 20:23:33
|
Ah. I had assumed that shiny new php 4.2.3 would have it all. So can I get the pear libs from the phpWebSite website and just dump them over the existing pear libs in /usr/local/lib/php? Don. On Tue, 24 Sep 2002, Adam Morton wrote: > You need to update your PEAR libs. Unfortunately PHP v4.2.3 did not > contain the most recent version of IT.php. It should be in the next > release of PHP however. Sorry for the inconvenience. > > Adam > > > Just exported the cvs this afternoon. > > > > I was able to go through the setup fine, but once it was complete and I > > was told to just go to the website "front door", I got this error: > > > > Fatal error: Cannot instantiate non-existent class: html_template_it in > > /usr/local/phpws/phpws_core/core.php on line 1319 > > > > I've made sure that my include_path is set to include that phpws_core > > dir and point to the PEAR libs installed with php 4.2.3. > > > > You can see my phpinfo here: http://phpws.seiler.us/phpinfo.php > > > > The phpws install would normally be viewable at http://phpws.seiler.us. > > > > btw the site is on my measly DSL conn, so please be gentle. > > > > Don. > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > --------------------------------- > Adam Morton > Developer - Web Technology Group > Appalachian State University > http://phpwebsite.appstate.edu > ad...@tu... > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: Adam M. <ad...@tu...> - 2002-09-24 20:20:11
|
You need to update your PEAR libs. Unfortunately PHP v4.2.3 did not contain the most recent version of IT.php. It should be in the next release of PHP however. Sorry for the inconvenience. Adam > Just exported the cvs this afternoon. > > I was able to go through the setup fine, but once it was complete and I > was told to just go to the website "front door", I got this error: > > Fatal error: Cannot instantiate non-existent class: html_template_it in > /usr/local/phpws/phpws_core/core.php on line 1319 > > I've made sure that my include_path is set to include that phpws_core > dir and point to the PEAR libs installed with php 4.2.3. > > You can see my phpinfo here: http://phpws.seiler.us/phpinfo.php > > The phpws install would normally be viewable at http://phpws.seiler.us. > > btw the site is on my measly DSL conn, so please be gentle. > > Don. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University http://phpwebsite.appstate.edu ad...@tu... |
From: Don S. <do...@se...> - 2002-09-24 19:29:29
|
Just exported the cvs this afternoon. I was able to go through the setup fine, but once it was complete and I was told to just go to the website "front door", I got this error: Fatal error: Cannot instantiate non-existent class: html_template_it in /usr/local/phpws/phpws_core/core.php on line 1319 I've made sure that my include_path is set to include that phpws_core dir and point to the PEAR libs installed with php 4.2.3. You can see my phpinfo here: http://phpws.seiler.us/phpinfo.php The phpws install would normally be viewable at http://phpws.seiler.us. btw the site is on my measly DSL conn, so please be gentle. Don. |
From: Mike N. <mh...@us...> - 2002-09-22 02:52:48
|
On Sat, 2002-09-21 at 14:07, Michael Cannon wrote: > Not to be mean, but this document assumes that a Fallout user will use > SourceForge database resources and can use vi. I suggest changing the vi > reference to 'create and edit the file XZY with the following.' Lastly, you > might think about removing MySQL database reference to SourceForge. Michael, It's SourceForge specific by design. All of the instructions are specifically designed to work with their hosting structure. > Other than that it looks like a good walk through. Thanks. :-) I guess generic installation instructions could be derived from the howto, but I'll leave that task to someone else. -- Mike Noyes <mh...@us...> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ |
From: Michael C. <mi...@ca...> - 2002-09-21 21:07:49
|
Not to be mean, but this document assumes that a Fallout user will use SourceForge database resources and can use vi. I suggest changing the vi reference to 'create and edit the file XZY with the following.' Lastly, you might think about removing MySQL database reference to SourceForge. Other than that it looks like a good walk through. Michael ----- Owner, Cannon BOSE Business Operation * Software Engineering mi...@ca... 1-206-351-0159 www.cannonbose.com ICQ 165496335 |
From: Mike N. <mh...@us...> - 2002-09-20 19:21:13
|
Everyone, This is a final draft. Feedback and comments are welcome. ** Begin Final Draft ** phpWebSite 0.9x install howto for SourceForge hosted projects Things you'll need: Fallout Tarball (2002-09-17) http://phpwebsite.appstate.edu/downloads/fallout/fallout.tar.gz PEAR libs http://phpwebsite.appstate.edu/downloads/pear/pear-4.1.0.tar.gz A working MySQL database supplied and hosted by SourceForge. Guide to MySQL Database Services https://sourceforge.net/docman/display_doc.php?docid=3052&group_id=1 Installation Instructions: Download the required files to your project directory. Untar them, and move the contents to your htdocs directory. Create a tmp directory in your project directory. Modify your .htaccess file in htdocs (see example below). $ ssh -l yourname shell.sf.net $ cd /home/groups/y/yo/yourproject $ wget http://phpwebsite.appstate.edu/downloads/fallout/fallout.tar.gz $ wget http://phpwebsite.appstate.edu/downloads/pear/pear-4.1.0.tar.gz $ tar xvzf fallout.tar.gz $ tar xvzf pear-4.1.0.tar.gz $ mv fallout/* htdocs $ mv pear-4.1.0/* htdocs $ mkdir tmp $ cd htdocs $ vi .htaccess php_value arg_separator.output "&" php_value include_path ".:/home/groups/y/yo/yourproject/htdocs:/usr/local/lib/php" php_value session.save_path "/home/groups/y/yo/yourproject/tmp" Using your web browser, open the following url and follow the instructions provided. http://yourproject.sf.net/setup/setup.php When phpWS informs you that it doesn't have permission to write to your htdocs directory, select save a local copy of config.php. Then, create a config.php file in your project htdocs directory, and copy the contents of the local config.php to the one on SourceForge. $ touch config.php $ chmod 600 config.php $ vi config.php <paste in local config.php contents> $ logout Now you need to open a support request with the SourceForge staff. You need them to change group ownership on: .htaccess, config.php, and the tmp directory. Submit New SF SR https://sourceforge.net/tracker/?func=add&group_id=1&atid=200001 Sample SF SR: Category: Project web services Summary: Project web content file permissions issue Detailed Description: Project: yourprojectname Please perform the following administrative actions. Thanks. # cd /home/groups/y/yo/yourproject # chgrp nfsnobody htdocs/.htaccess # chgrp nfsnobody htdocs/config.php # chgrp nfsnobody tmp ref. "Guide to Project Web Hosting Services" section Security paragraph two https://sourceforge.net/docman/display_doc.php?docid=4297&group_id=1 After you receive notification this task is complete, log into SourceForge. You need to change the permissions on: .htaccess, config.php, images directory, and tmp directory. $ ssh -l yourname shell.sf.net $ cd /home/groups/y/yo/yourproject $ chmod 0770 tmp $ cd htdocs $ chmod 660 .htaccess $ chmod 640 config.php $ find ./images -type d -exec chmod 2777 {} \; $ find ./images -type f -exec chmod 0666 {} \; $ logout Now open the phpWS setup page in your browser, and finish the installation. http://yourproject.sf.net/setup/setup.php Backup your site: $ ssh you...@sh... mysqldump -h mysql.sourceforge.net -u yourproject -p --quick --add-drop-table --add-locks --lock-tables yourproject > yourproject.sql $ rsync -e "ssh -l yourname" -av --partial --delete shell.sf.net:/home/groups/y/yo/yourproject localdirectory Acknowledgments: I thank Adam Morton, Jeremy Agee, and David Burley for their assistance in creating this document. -- Mike Noyes <mh...@us...> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ |
From: Mike N. <mh...@us...> - 2002-09-20 00:06:58
|
On Thu, 2002-09-19 at 13:01, ja...@tu... wrote: > One note about this. If you use the security access stuff you will break > your SF needed info in the htaccess. I will need to add a custom options > to htaccesswrite so this will be prevented. So you will need to set it in > phpwebsite under security later. Jeremy, Thanks for the information. If I understand you correctly, Apache will need write permission on the .htaccess file for the security access stuff to work properly. ** Begin HOWTO draft 2 ** Things you'll need: Fallout Tarball (2002-09-17) http://phpwebsite.appstate.edu/downloads/fallout/fallout.tar.gz PEAR libs http://phpwebsite.appstate.edu/downloads/pear/pear-4.1.0.tar.gz Instructions: Download the required files to your project directory. Untar them, and move the contents to your htdocs directory. Create a tmp directory in your project directory. Modify your .htaccess file in htdocs (see example below). $ ssh -l yourname shell.sf.net $ cd /home/groups/y/yo/yourproject $ wget http://phpwebsite.appstate.edu/downloads/fallout/fallout.tar.gz $ wget http://phpwebsite.appstate.edu/downloads/pear/pear-4.1.0.tar.gz $ tar xvzf fallout.tar.gz $ tar xvzf pear-4.1.0.tar.gz $ mv fallout/* htdocs $ mv pear-4.1.0/* htdocs $ mkdir tmp $ cd htdocs $ vi .htaccess php_value arg_separator.output "&" php_value include_path ".:/home/groups/y/yo/yourproject/htdocs:/usr/local/lib/php" php_value session.save_path "/home/groups/y/yo/yourproject/tmp" Using your web browser, open the following url and follow the instructions provided. http://yourproject.sf.net/setup/setup.php When phpWS informs you that it doesn't have permission to write to your htdocs directory, select save a local copy of config.php. Then, create a config.php file in your project htdocs directory, and copy the contents of the local config.php to the one on SourceForge. $ touch config.php $ chmod 600 config.php $ vi config.php <paste in local config.php contents> Now you need to open a support request with the SourceForge staff. You need them to change group ownership and permissions on: .htaccess, config.php, images directory, and tmp directory. Submit New SF SR https://sourceforge.net/tracker/?func=add&group_id=1&atid=200001 Sample SF SR: Category: Project Administration Summary: Administrative request Detailed Description: Project: yourprojectname Please perform the following administrative actions. Thanks. # cd /home/groups/y/yo/yourproject/htdocs # chgrp nfsnobody .htaccess # chgrp nfsnobody config.php # chgrp -R nfsnobody images # chgrp nfsnobody ../tmp # chmod 660 .htaccess # chmod 640 config.php # chmod 2770 ../tmp # find ./images -type d -exec chmod 2775 {} \; # find ./images -type f -exec chmod 0660 {} \; ref. "Guide to Project Web Hosting Services" section Security paragraph two https://sourceforge.net/docman/display_doc.php?docid=4297&group_id=1 After you receive notification this task is complete, open the phpWS setup page in your browser, and finish the installation. http://yourproject.sf.net/setup/setup.php Acknowledgments: I thank Adam Morton, and Jeremy Agee for their assistance in this documents creation. -- Mike Noyes <mh...@us...> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ |
From: <ja...@tu...> - 2002-09-19 20:07:31
|
One note about this. If you use the security access stuff you will break your SF needed info in the htaccess. I will need to add a custom options to htaccesswrite so this will be prevented. So you will need to set it in phpwebsite under security later. > Everyone, > Here is an early draft of a phpWS 0.9x install howto for SourceForge > hosted projects. Does anyone know which directories Fallout needs write > access to? > > ** Begin HOWTO draft ** > > Things you'll need: > > Fallout Tarball (2002-09-17) > http://phpwebsite.appstate.edu/downloads/fallout/fallout.tar.gz > > PEAR libs > http://phpwebsite.appstate.edu/downloads/pear/ > > Instructions: > > Download the required files to your project directory. Then untar them, > and move the contents to your htdocs directory. Create a tmp directory > in your project directory. Modify your .htaccess file in htdocs (see > example below). Now, modify the following directory/file permissions in > htdocs: <FIXME>. > > $ ssh -l yourname shell.sf.net > $ cd /home/groups/y/yo/yourproject > $ wget http://phpwebsite.appstate.edu/downloads/fallout/fallout.tar.gz $ > wget http://phpwebsite.appstate.edu/downloads/pear/pear-4.1.0.tar.gz $ > tar xvzf fallout.tar.gz > $ tar xvzf pear-4.1.0.tar.gz > $ mv fallout/* htdocs > $ mv pear-4.1.0/* htdocs > $ mkdir tmp > $ cd htdocs > $ vi .htaccess > php_value arg_separator.output "&" > php_value include_path > ".:/home/groups/y/yo/yourproject/htdocs:/usr/local/lib/php" > php_value session.save_path "/home/groups/y/yo/yourproject/tmp" > > Using your web browser, open the following url and follow the > instructions provided. > > http://yourproject.sf.net/setup/setup.php > > -- > Mike Noyes <mh...@us...> > http://sourceforge.net/users/mhnoyes/ > http://leaf-project.org/ > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Mike N. <mh...@us...> - 2002-09-19 16:11:34
|
Everyone, Here is an early draft of a phpWS 0.9x install howto for SourceForge hosted projects. Does anyone know which directories Fallout needs write access to? ** Begin HOWTO draft ** Things you'll need: Fallout Tarball (2002-09-17) http://phpwebsite.appstate.edu/downloads/fallout/fallout.tar.gz PEAR libs http://phpwebsite.appstate.edu/downloads/pear/ Instructions: Download the required files to your project directory. Then untar them, and move the contents to your htdocs directory. Create a tmp directory in your project directory. Modify your .htaccess file in htdocs (see example below). Now, modify the following directory/file permissions in htdocs: <FIXME>. $ ssh -l yourname shell.sf.net $ cd /home/groups/y/yo/yourproject $ wget http://phpwebsite.appstate.edu/downloads/fallout/fallout.tar.gz $ wget http://phpwebsite.appstate.edu/downloads/pear/pear-4.1.0.tar.gz $ tar xvzf fallout.tar.gz $ tar xvzf pear-4.1.0.tar.gz $ mv fallout/* htdocs $ mv pear-4.1.0/* htdocs $ mkdir tmp $ cd htdocs $ vi .htaccess php_value arg_separator.output "&" php_value include_path ".:/home/groups/y/yo/yourproject/htdocs:/usr/local/lib/php" php_value session.save_path "/home/groups/y/yo/yourproject/tmp" Using your web browser, open the following url and follow the instructions provided. http://yourproject.sf.net/setup/setup.php -- Mike Noyes <mh...@us...> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ |
From: Matthew M. <ma...@tu...> - 2002-09-19 13:45:00
|
Good idea. I'll look in it. Matt > Hi guys, > > > Just an idea. It might help if phpws had a debug mode which could be > turned on/off. What it would do would be to list out all the modules > loaeded, POST vars ,actionc carried,time taken , db tables looked up > etc. for the current page. Whadya say ? It might help module > developers. > > Mohan > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 ICQ: 141057403 |