phpweblog-devel Mailing List for phpWebLog (Page 61)
Brought to you by:
openface
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(105) |
Jul
(127) |
Aug
(42) |
Sep
(21) |
Oct
(77) |
Nov
(11) |
Dec
(31) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(5) |
Feb
(12) |
Mar
(5) |
Apr
(11) |
May
(87) |
Jun
(110) |
Jul
(58) |
Aug
(33) |
Sep
(17) |
Oct
(7) |
Nov
(7) |
Dec
(1) |
2002 |
Jan
(62) |
Feb
(21) |
Mar
(24) |
Apr
(99) |
May
(12) |
Jun
(20) |
Jul
(8) |
Aug
(8) |
Sep
(19) |
Oct
(2) |
Nov
(15) |
Dec
(11) |
2003 |
Jan
(6) |
Feb
(1) |
Mar
(5) |
Apr
(4) |
May
(2) |
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
(2) |
2004 |
Jan
(2) |
Feb
(18) |
Mar
(4) |
Apr
(24) |
May
(46) |
Jun
(45) |
Jul
(31) |
Aug
(13) |
Sep
(6) |
Oct
(6) |
Nov
(11) |
Dec
(16) |
2005 |
Jan
(2) |
Feb
(6) |
Mar
(22) |
Apr
(9) |
May
(10) |
Jun
(18) |
Jul
(16) |
Aug
(28) |
Sep
(11) |
Oct
(6) |
Nov
(9) |
Dec
(6) |
2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(37) |
Nov
(51) |
Dec
(15) |
2007 |
Jan
(7) |
Feb
(18) |
Mar
(4) |
Apr
(10) |
May
(4) |
Jun
(11) |
Jul
(16) |
Aug
(34) |
Sep
(12) |
Oct
(6) |
Nov
(12) |
Dec
(7) |
2008 |
Jan
(4) |
Feb
(6) |
Mar
(38) |
Apr
(24) |
May
(14) |
Jun
(6) |
Jul
(16) |
Aug
(24) |
Sep
(23) |
Oct
(7) |
Nov
(11) |
Dec
(16) |
2009 |
Jan
(42) |
Feb
(8) |
Mar
(28) |
Apr
(39) |
May
(76) |
Jun
(80) |
Jul
(42) |
Aug
(16) |
Sep
(18) |
Oct
(27) |
Nov
(6) |
Dec
(3) |
2010 |
Jan
|
Feb
(1) |
Mar
(31) |
Apr
(52) |
May
(73) |
Jun
(62) |
Jul
(49) |
Aug
(43) |
Sep
(14) |
Oct
(4) |
Nov
|
Dec
(2) |
2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(31) |
Sep
(4) |
Oct
(1) |
Nov
|
Dec
|
2014 |
Jan
(3) |
Feb
|
Mar
(2) |
Apr
(1) |
May
(1) |
Jun
(7) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jason H. <ja...@gr...> - 2000-06-14 05:55:02
|
For something like this, I would imagine a web-interface it not really appropriate when all you would need to do is edit inc.d/blocks.inc and add a stanza like: <?php F_start("Title of your block"); print "whatever code goes here"; F_end(); ?> Theodore wrote: > > I was thinking that if the blocks were in their own files instead of in the > database then you could use php code in them... or could you eval() them? > |
From: Booth R. <ra...@ea...> - 2000-06-14 03:22:32
|
Some thoughts on layout not related to how you pull the layout from something... Is there any possible way we can have the version have the prog do a left block---->and then a stories block--->and then a right block, without us hacking into common.inc.php3 to do a three columned table . I like the way Linux.com and Benews.com have a 100 percent table with three columns and they have their stories and comments dead center. >I like the idea of being able use different users layout files. This would >be possible with the XML thing right? Someone could send me a layout file >that I could use on my site? > >- >Stephen Lawrence Jr. >lo...@da... > > >----- Original Message ----- >From: "Jason Hines" <ope...@ey...> >To: <php...@li...> >Sent: Tuesday, June 13, 2000 1:09 PM >Subject: [phpWebLog-devel] phpWebLog layouts > > > > I have been rewriting a lot of the Layout Manager and the way the > > layouts work in general. Everything is moving along nicely, except for a > > few issues where I'd like to ask your opinion first before going too far > > with a bad idea. > > Currently, user-defined layouts/themes are stored in the database which > > works well, but here's what I've been working on. > > The theory: Layouts are created/designed in the layout manager, and > > saved to an xml formatted file in backend/layouts to make them > > interchangeable. The first issue with this, is the permissions needed to > > save to a file from a web interface. An easy solution could be giving > > the directory, backend/layouts permissions of 777. > > Basically, this is where I am at now.. I've got a sample (working) > > layout xlm file called freaky.xlay, and it's being imported into > > phpWebLog and the elements and values are parsed. > > http://phpweblog.greenhell.com (dev/testing site) uses this, and the > > layout can be found at > > http://phpweblog.greenhell.com/backend/layouts/freaky.xlay. Before I > > tackle the permissions thing, I wanted to get a general concensus of > > what you thought of this, or the ideas that may come to mind. > > > > Jason > > > > _______________________________________________ > > phpWebLog-devel mailing list > > php...@li... > > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel > > >_______________________________________________ >phpWebLog-devel mailing list >php...@li... >http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel |
From: Stephen L. <lo...@da...> - 2000-06-14 01:09:16
|
I like the idea of being able use different users layout files. This would be possible with the XML thing right? Someone could send me a layout file that I could use on my site? - Stephen Lawrence Jr. lo...@da... ----- Original Message ----- From: "Jason Hines" <ope...@ey...> To: <php...@li...> Sent: Tuesday, June 13, 2000 1:09 PM Subject: [phpWebLog-devel] phpWebLog layouts > I have been rewriting a lot of the Layout Manager and the way the > layouts work in general. Everything is moving along nicely, except for a > few issues where I'd like to ask your opinion first before going too far > with a bad idea. > Currently, user-defined layouts/themes are stored in the database which > works well, but here's what I've been working on. > The theory: Layouts are created/designed in the layout manager, and > saved to an xml formatted file in backend/layouts to make them > interchangeable. The first issue with this, is the permissions needed to > save to a file from a web interface. An easy solution could be giving > the directory, backend/layouts permissions of 777. > Basically, this is where I am at now.. I've got a sample (working) > layout xlm file called freaky.xlay, and it's being imported into > phpWebLog and the elements and values are parsed. > http://phpweblog.greenhell.com (dev/testing site) uses this, and the > layout can be found at > http://phpweblog.greenhell.com/backend/layouts/freaky.xlay. Before I > tackle the permissions thing, I wanted to get a general concensus of > what you thought of this, or the ideas that may come to mind. > > Jason > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel |
From: Stephen L. <lo...@da...> - 2000-06-14 00:37:08
|
I am receiving some bad links in my sites list. Even after I kill them and re-add them, the url is being added to the end of my local usrl, ie. http://www.dairypower.com/mydairy/portal.php3?url=http://www.colostate.edu/D epts/CoopExt/PUBS/LIVESTK/01612.html#top&what=link&id=6 The link should be http://www.colostate.edu/Depts/CoopExt/PUBS/LIVESTK/01612.html#top When I edit this in the admin console, the correct URL is listed. Notice also, the additional url material appended to the end of the correct url? - Stephen Lawrence Jr. lo...@da... |
From: Theodore <the...@my...> - 2000-06-14 00:21:56
|
I was thinking that if the blocks were in their own files instead of in the database then you could use php code in them... or could you eval() them? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Theodore Baschak - Gecko Internet Services http://www.gecko-internet.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
From: Jason H. <ope...@ey...> - 2000-06-13 20:12:09
|
I have been rewriting a lot of the Layout Manager and the way the layouts work in general. Everything is moving along nicely, except for a few issues where I'd like to ask your opinion first before going too far with a bad idea. Currently, user-defined layouts/themes are stored in the database which works well, but here's what I've been working on. The theory: Layouts are created/designed in the layout manager, and saved to an xml formatted file in backend/layouts to make them interchangeable. The first issue with this, is the permissions needed to save to a file from a web interface. An easy solution could be giving the directory, backend/layouts permissions of 777. Basically, this is where I am at now.. I've got a sample (working) layout xlm file called freaky.xlay, and it's being imported into phpWebLog and the elements and values are parsed. http://phpweblog.greenhell.com (dev/testing site) uses this, and the layout can be found at http://phpweblog.greenhell.com/backend/layouts/freaky.xlay. Before I tackle the permissions thing, I wanted to get a general concensus of what you thought of this, or the ideas that may come to mind. Jason |
From: Stephen L. Jr. <lo...@da...> - 2000-06-12 20:18:56
|
Thanks, the reason why I asked for the diffs is because I have quite a bit of custom code on my site, and I hate having to re-create all the mods. Thanks. ----- Original Message ----- From: "Jason Hines" <ope...@ey...> To: <php...@li...> Sent: Monday, June 12, 2000 1:12 PM Subject: Re: [phpWebLog-devel] Diffs > > > > --- phpweblog-0.2.4/admin/config.php3 Thu Jun 8 10:41:06 2000 > +++ phpweblog/admin/config.php3 Sun Jun 11 22:58:40 2000 > @@ -91,7 +99,7 @@ > <td> > <input type=radio name=AllowHTML value="0" <?php echo > $CONF["AllowHTML"]==0 ? "checked" : ""; ?>> No > <input type=radio name=AllowHTML value="1" <?php echo > $CONF["AllowHTML"]==1 ? "checked" : ""; ?>> Code > -<input type=radio name=AllowHTML value="1" <?php echo > $CONF["AllowHTML"]==2 ? "checked" : ""; ?>> Yes</td> > +<input type=radio name=AllowHTML value="2" <?php echo > $CONF["AllowHTML"]==2 ? "checked" : ""; ?>> Yes</td> > </tr> > > > > > Just change the value="1" to value="2" for the Yes line in > admin/config.php3. > > This is fixed in latest unstable as well. > > > Stephen Lawrence wrote: > > > > Any way we can get the diffs for the "HTML" option fix? > > > > - > > Stephen Lawrence Jr. > > lo...@da... > > > > _______________________________________________ > > phpWebLog-devel mailing list > > php...@li... > > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel |
From: Jason H. <ope...@ey...> - 2000-06-12 20:14:34
|
--- phpweblog-0.2.4/admin/config.php3 Thu Jun 8 10:41:06 2000 +++ phpweblog/admin/config.php3 Sun Jun 11 22:58:40 2000 @@ -91,7 +99,7 @@ <td> <input type=radio name=AllowHTML value="0" <?php echo $CONF["AllowHTML"]==0 ? "checked" : ""; ?>> No <input type=radio name=AllowHTML value="1" <?php echo $CONF["AllowHTML"]==1 ? "checked" : ""; ?>> Code -<input type=radio name=AllowHTML value="1" <?php echo $CONF["AllowHTML"]==2 ? "checked" : ""; ?>> Yes</td> +<input type=radio name=AllowHTML value="2" <?php echo $CONF["AllowHTML"]==2 ? "checked" : ""; ?>> Yes</td> </tr> Just change the value="1" to value="2" for the Yes line in admin/config.php3. This is fixed in latest unstable as well. Stephen Lawrence wrote: > > Any way we can get the diffs for the "HTML" option fix? > > - > Stephen Lawrence Jr. > lo...@da... > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel |
From: Stephen L. <lo...@da...> - 2000-06-12 19:17:34
|
Any way we can get the diffs for the "HTML" option fix? - Stephen Lawrence Jr. lo...@da... |
From: founder <pj...@li...> - 2000-06-12 02:59:44
|
This patch will correct F_gettopic to F_getTopic and add a little robustness in case Rid = 0 . Good luck! pa...@li... |
From: Booth R. <ra...@ea...> - 2000-06-09 06:24:34
|
There is an unclosed td tag after the search or find form up at the top in the title. It needs to be closed in common.inc before the row is closed. It's </form> </tr> when it should be </font> </form> </td> </tr> |
From: jason <ope...@ey...> - 2000-06-09 02:20:14
|
This only shows the date of the last posted comment, so if the story has no comments, the Last modified string does not appear. Stephen Lawrence wrote: > > What happened to the "Last Modified" tag on the news stories? |
From: jason <ope...@ey...> - 2000-06-09 01:56:30
|
Ah. That makes sense. I had been thinking of changing the passed variable name from id to either sid or story. I'll change this in the unstable. Jason Booth Rand wrote: > > Alright this was wierd. I guess you could call this "bug where id variable > conflicts with a previous id variable from a cookie, from another program." > > If you already have saved as a cookie in your browser > which is $id and called "id" on your domain, you may have some trouble > viewing phpweblog. Other programs like to cookietize the variable 'id'. > > I had a cookie saved in my netscape browser off my home domain. I > only use netscape in my Linux. > > I got to looking at why I wasn't receiving the stories from the table > functions, and noticed behind the html source which was generated by the php > that the id variable was blank although in the http header it indicated I was > sending it topic 1, or topic 2. So there was something interefering with how the value got assigned to the > id variable. That trouble was, I had a cookie called 'id' with a value already > assigned to it. > > Maybe the id variable needs to be phpid or something to make it distinctive. > > On Wed, 07 Jun 2000, you wrote: > > Nothing comes to mind here.. Is there a URL I can go to see this > > behavior? > > I would also suggest trying the unstable version, as it is much more > > stable than the stable version. (wha?) > > > > Jason > > > > > > Booth Rand wrote: > > > > > > I am running 2.3 phpweblog on a web host. I create the database and > > > ahve run the install > > > instructions. I Import the data tables with the sql statements. I use > > > PhpAdmin, fire that up, go into the config table and change the paths, etc. On the web browser, I can run > > > admin.php3, add links, blocks, change the password, etc, and I can add > > > stories. The stories even show up for edit kill or verify. Problem is when > > > you click on stories.php3 -->or the index which is linked to it, it > > > doesn't print out the stories. It doesn't print out the sample stories > > > which were imported into the table. It's not pulling the stories from the > > > table. The stories data is in there, because I'm sitting here looking at > > > it in phpadmin. Everything else works, you can add comments, edit them, > > > but I can't > > > pull up the stories. > > > > > > I've reinstalled and installed this about, now 15 times. Same thing. My > > > phpversion is3.0.15 and mysql is 3.21.33. Completely stumped on running > > > this from the webhost. I can set this up and run it correctly from my home > > > linux/apache/php system. > > > > > > Any clues or help would be appreciated. > > > > > > -- > > > Sincerely, > > > > > > Booth Rand > > > gohogs.org > > > http://www.gohogs.org > > > bo...@go... > > > > > > _______________________________________________ > > > phpWebLog-devel mailing list > > > php...@li... > > > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel > > > > -- > > "Speaking as a friend, I'll take cash." > > > > _______________________________________________ > > phpWebLog-devel mailing list > > php...@li... > > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel > -- > Sincerely, > > Booth Rand > gohogs.org > http://www.gohogs.org > bo...@go... > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel |
From: Stephen L. <lo...@da...> - 2000-06-09 01:56:28
|
Just curious what the reasoning behind having a "body text" count for each story is. - Stephen Lawrence Jr. lo...@da... |
From: Stephen L. <lo...@da...> - 2000-06-09 01:54:05
|
What happened to the "Last Modified" tag on the news stories? - Stephen Lawrence Jr. lo...@da... |
From: Booth R. <ra...@ea...> - 2000-06-08 23:23:01
|
Alright this was wierd. I guess you could call this "bug where id variable conflicts with a previous id variable from a cookie, from another program." If you already have saved as a cookie in your browser which is $id and called "id" on your domain, you may have some trouble viewing phpweblog. Other programs like to cookietize the variable 'id'. I had a cookie saved in my netscape browser off my home domain. I only use netscape in my Linux. I got to looking at why I wasn't receiving the stories from the table functions, and noticed behind the html source which was generated by the php that the id variable was blank although in the http header it indicated I was sending it topic 1, or topic 2. So there was something interefering with how the value got assigned to the id variable. That trouble was, I had a cookie called 'id' with a value already assigned to it. Maybe the id variable needs to be phpid or something to make it distinctive. On Wed, 07 Jun 2000, you wrote: > Nothing comes to mind here.. Is there a URL I can go to see this > behavior? > I would also suggest trying the unstable version, as it is much more > stable than the stable version. (wha?) > > Jason > > > Booth Rand wrote: > > > > I am running 2.3 phpweblog on a web host. I create the database and > > ahve run the install > > instructions. I Import the data tables with the sql statements. I use > > PhpAdmin, fire that up, go into the config table and change the paths, etc. On the web browser, I can run > > admin.php3, add links, blocks, change the password, etc, and I can add > > stories. The stories even show up for edit kill or verify. Problem is when > > you click on stories.php3 -->or the index which is linked to it, it > > doesn't print out the stories. It doesn't print out the sample stories > > which were imported into the table. It's not pulling the stories from the > > table. The stories data is in there, because I'm sitting here looking at > > it in phpadmin. Everything else works, you can add comments, edit them, > > but I can't > > pull up the stories. > > > > I've reinstalled and installed this about, now 15 times. Same thing. My > > phpversion is3.0.15 and mysql is 3.21.33. Completely stumped on running > > this from the webhost. I can set this up and run it correctly from my home > > linux/apache/php system. > > > > Any clues or help would be appreciated. > > > > -- > > Sincerely, > > > > Booth Rand > > gohogs.org > > http://www.gohogs.org > > bo...@go... > > > > _______________________________________________ > > phpWebLog-devel mailing list > > php...@li... > > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel > > -- > "Speaking as a friend, I'll take cash." > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel -- Sincerely, Booth Rand gohogs.org http://www.gohogs.org bo...@go... |
From: Jason H. <ope...@ey...> - 2000-06-08 15:35:39
|
A new version of phpweblog has been released. You can download it from SourceForge by following this link: http://download.sourceforge.net/phpweblog/phpweblog-0.2.4.tar.gz or from the homepage at: http://phpweblog.org/ |
From: Stephen L. <lo...@da...> - 2000-06-08 13:57:57
|
Thanks! That did fix it. I would say you have had to spend a lot of time fixing things that were caused from using a live site as your tar source. Having a development machine, or even a development folder in your web root, would help you tremendously. Stephen Lawrence Jr. lo...@da... ----- Original Message ----- From: "Jason Hines" <ope...@ey...> To: <php...@li...> Sent: Thursday, June 08, 2000 6:22 AM Subject: Re: [phpWebLog-devel] Password problems still > > I am (again) sorry for the confusion/immaturity of the > packaging/installation issues. I've been using the homepage itself, > phpweblog.org as my current working copy to work on, so when i make a > nightly tar, I have to change the password, and some things first. > There are times that I make mistakes and overlook some things. > > In the past few builds, I had set the default password incorrectly, > again. This was because I was forgettingly using crypt("password") to > get encrypted password to insert into the data.sql manually instead of > doing crypt("password","CRYPT_BLOWFISH"). > > So anyway. Here it is.. The password in the database should be > 'CRdA8QWcCutMQ' to have your password defaulted to 'password'. > > $ mysql -u USERNAME -p DATABASE > mysql> UPDATE T_Config set Passwd='CRdA8QWcCutMQ'; > > > The same mistake was made in the reset_passwd.sh script as well. This > has been fixed as of this writing. Again, I apologize. I feel once I > separate the phpweblog site from the dev site, I can begin on making > installation easier, and without any errors. I know, I know,... haste > makes waste.. I'm learning. =] > > > Jason > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel |
From: Jason H. <ope...@ey...> - 2000-06-08 13:24:36
|
I am (again) sorry for the confusion/immaturity of the packaging/installation issues. I've been using the homepage itself, phpweblog.org as my current working copy to work on, so when i make a nightly tar, I have to change the password, and some things first. There are times that I make mistakes and overlook some things. In the past few builds, I had set the default password incorrectly, again. This was because I was forgettingly using crypt("password") to get encrypted password to insert into the data.sql manually instead of doing crypt("password","CRYPT_BLOWFISH"). So anyway. Here it is.. The password in the database should be 'CRdA8QWcCutMQ' to have your password defaulted to 'password'. $ mysql -u USERNAME -p DATABASE mysql> UPDATE T_Config set Passwd='CRdA8QWcCutMQ'; The same mistake was made in the reset_passwd.sh script as well. This has been fixed as of this writing. Again, I apologize. I feel once I separate the phpweblog site from the dev site, I can begin on making installation easier, and without any errors. I know, I know,... haste makes waste.. I'm learning. =] Jason |
From: Stephen L. <lo...@da...> - 2000-06-08 05:03:31
|
It's on my development box, but the version is .. PHP Version 3.0.13 - Stephen Lawrence Jr. lo...@da... ----- Original Message ----- From: "phil" <ph...@th...> To: "phpweblog" <php...@li...> Sent: Wednesday, June 07, 2000 9:57 PM Subject: Re: [phpWebLog-devel] Password problems still > interesting. it's been determined that php4r1 has issues, what version of > php are you running? make a script like this: > > <? phpinfo(); ?> > > and send a link to jason. > > cheers, > philip > > "vodka over beer" > > On Wed, 7 Jun 2000, Stephen Lawrence wrote: > > > I am still unable to login to the admin console in the latest build. I have > > run the password script also, but still rejecting my password. Any other > > ideas? This is happening with either browser. > > > > - > > Stephen Lawrence Jr. > > lo...@da... > > > > > > > > _______________________________________________ > > phpWebLog-devel mailing list > > php...@li... > > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel > > > > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel |
From: phil <ph...@th...> - 2000-06-08 05:00:38
|
interesting. it's been determined that php4r1 has issues, what version of php are you running? make a script like this: <? phpinfo(); ?> and send a link to jason. cheers, philip "vodka over beer" On Wed, 7 Jun 2000, Stephen Lawrence wrote: > I am still unable to login to the admin console in the latest build. I have > run the password script also, but still rejecting my password. Any other > ideas? This is happening with either browser. > > - > Stephen Lawrence Jr. > lo...@da... > > > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel > |
From: Stephen L. <lo...@da...> - 2000-06-08 04:45:24
|
I am still unable to login to the admin console in the latest build. I have run the password script also, but still rejecting my password. Any other ideas? This is happening with either browser. - Stephen Lawrence Jr. lo...@da... |
From: Jason W. <jwh...@se...> - 2000-06-08 03:10:17
|
If you want milestones (maybe sub-milestones) I can think of a few besides those mentioned (Those are great ones though and yes I know he didn't ask). - Multiple Author/Admin access and access control - RSS::XML fetching --> Place RSS files from other web sites in to blocks - RSS::XML Output --> Output of i18N vaild XML and RSS - Moderation of comments - Along that comment thread, filtering of comments... FIRST POST! :-) - As part of the layout, the ablity to edit the header, footer, etc from the admin interface - Hall of Fame? Where do you live? If your ever in Atlanta, we'll go out for a beer, though I prefer Vodka! - Jason ------------------------------------------------------------------ Invasion of Privacy - Loss of Personal Freedoms - Web Sites Hacked Governments Reacting - Credit Cards Stolen - International Spies Crooked Companies - New Technology - Cat and Dogs Living Together So, What Have You Missed Today? http://www.secuirtygeeks.com ------------------------------------------------------------------ Visit "Fringe of the Web" http://www.webfringe.com/?Archon ----- Original Message ----- From: "Jason Hines" <ope...@ey...> To: <php...@li...> Sent: Wednesday, June 07, 2000 7:59 PM Subject: [phpWebLog-devel] 0.2.4 .. almost. > > Hi -- > > i'm ready to go ahead with 0.2.4 if noone objects. If theres any small > edits youd like to see done before this release, let me know. i hope to > rewrite a good portion of the layout manager, and add threaded comments > in the next version, so this release may be the milestone for a while. > if nothing major pops up in a day, i will clean up the install procedure > a bit and announce 0.2.4 tomorrow night or possibly the day after. > > sorry about the problems that some of you have had with the admin/cookie > thing. i think it's safe to say that the issues are cleared up now. > i've done a few installations in the past few days with no problems. > > after this next release, i guess we're no longer in pre-alpha/planning. > > ok, you guys take care, i'm going to go home and drink a beer or three. > > Jason > > -- > "The power of the unsaid." > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel > |
From: Jason W. <jwh...@se...> - 2000-06-08 01:56:59
|
One bug... You hits counter in T_Stories is tinyint(4), which will only allow it to count to 127. I suggest using INT instead Visit "Fringe of the Web" http://www.webfringe.com/?Archon ----- Original Message ----- From: "Jason Hines" <ope...@ey...> To: <php...@li...> Sent: Wednesday, June 07, 2000 7:59 PM Subject: [phpWebLog-devel] 0.2.4 .. almost. > > Hi -- > > i'm ready to go ahead with 0.2.4 if noone objects. If theres any small > edits youd like to see done before this release, let me know. i hope to > rewrite a good portion of the layout manager, and add threaded comments > in the next version, so this release may be the milestone for a while. > if nothing major pops up in a day, i will clean up the install procedure > a bit and announce 0.2.4 tomorrow night or possibly the day after. > > sorry about the problems that some of you have had with the admin/cookie > thing. i think it's safe to say that the issues are cleared up now. > i've done a few installations in the past few days with no problems. > > after this next release, i guess we're no longer in pre-alpha/planning. > > ok, you guys take care, i'm going to go home and drink a beer or three. > > Jason > > -- > "The power of the unsaid." > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel > |
From: Jason H. <ope...@ey...> - 2000-06-08 00:58:36
|
Nothing comes to mind here.. Is there a URL I can go to see this behavior? I would also suggest trying the unstable version, as it is much more stable than the stable version. (wha?) Jason Booth Rand wrote: > > I am running 2.3 phpweblog on a web host. I create the database and > ahve run the install > instructions. I Import the data tables with the sql statements. I use > PhpAdmin, fire that up, go into the config table and change the paths, etc. On the web browser, I can run > admin.php3, add links, blocks, change the password, etc, and I can add > stories. The stories even show up for edit kill or verify. Problem is when > you click on stories.php3 -->or the index which is linked to it, it > doesn't print out the stories. It doesn't print out the sample stories > which were imported into the table. It's not pulling the stories from the > table. The stories data is in there, because I'm sitting here looking at > it in phpadmin. Everything else works, you can add comments, edit them, > but I can't > pull up the stories. > > I've reinstalled and installed this about, now 15 times. Same thing. My > phpversion is3.0.15 and mysql is 3.21.33. Completely stumped on running > this from the webhost. I can set this up and run it correctly from my home > linux/apache/php system. > > Any clues or help would be appreciated. > > -- > Sincerely, > > Booth Rand > gohogs.org > http://www.gohogs.org > bo...@go... > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel -- "Speaking as a friend, I'll take cash." |