You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
(9) |
Sep
(9) |
Oct
(9) |
Nov
(53) |
Dec
(36) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(39) |
Feb
(23) |
Mar
(29) |
Apr
(10) |
May
(12) |
Jun
(9) |
Jul
(7) |
Aug
(5) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(7) |
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
(14) |
Jul
|
Aug
(7) |
Sep
(8) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: David S. <dav...@ho...> - 2001-12-11 04:34:39
|
Disable and ReEnable the block , that should force a update - Also check out the RSS blocks I run , they are pretty active with updates multi times per day .... See them at http://www.pchelper.com Also here is the real good's on RSS feeds , check out this URL ! http://soapclient.com/rss/rss.html Take care Cyb...@pc... http://www.pchelper.com (Your Technology Portal On The Net!) >From: Anders Knudsen <an...@en...> >To: pos...@li... >Subject: [Post-nuke-users] RSS howto >Date: Mon, 10 Dec 2001 15:45:31 -0700 > >Can someone give me a quick idea of how RSS works? >I've added several blocks for displaying RSS headlines (some of the canned >ones.) and the blocks always appear as empty. Am I missing something? An >sql table maybe? > >Also, are there any good (read active) forums or message boards out there >with good current postnuke discussion? I've been using the ones at >postnuke.com, but am wondering if there are other more active ones out >there. > >TIA. >-Anders. > > >_______________________________________________ >Post-nuke-users mailing list >Pos...@li... >https://lists.sourceforge.net/lists/listinfo/post-nuke-users _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
From: Anders K. <an...@en...> - 2001-12-10 22:47:10
|
Can someone give me a quick idea of how RSS works? I've added several blocks for displaying RSS headlines (some of the canned ones.) and the blocks always appear as empty. Am I missing something? An sql table maybe? Also, are there any good (read active) forums or message boards out there with good current postnuke discussion? I've been using the ones at postnuke.com, but am wondering if there are other more active ones out there. TIA. -Anders. |
From: J. C. <ad...@di...> - 2001-12-08 12:35:56
|
Very nice! You could send that to me and I'll forward it to the data group. We are working on getting rid of the reserved names in the DB as we redesign and clean the DB. ----- Original Message ----- From: Enslaver . <ens...@ho...> To: <pos...@li...> Sent: Thursday, December 06, 2001 1:11 PM Subject: [Post-nuke-users] Postgresql Migration > I sucessfully got postnuke working with postgresql. It was pretty easy, You > just have to re-write the rogue.sql. Some of the field types must be > changed. For instance int cannot be a specified length and must be int4 > (usally). double must be change into float8, and datetime is now timestamp, > It will still import datetime but will give you an error if your using the > old time format (YYYY-MM-DD), You must use the new format (MM-DD-YYYY). Also > in nuke_blocks the field "position" is a reserved postgres field. I changed > that to position1 and updated pntables. > > Also the PHP code must be changed, In postgres you cannot use $column in > SET's, I've changed around the main files but havent gotten around to the > modules yet. You might want to concider this in your future coding. > > -Enslaver > ens...@ho... > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > _______________________________________________ > Post-nuke-users mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/post-nuke-users > > |
From: J. C. <ad...@di...> - 2001-12-08 12:34:42
|
MensajeHave you tried the Language module? It's intention is to help = you find missing translations. ----- Original Message -----=20 From: Romero Escobar, Eddy Mauricio=20 To: pos...@li...=20 Sent: Thursday, December 06, 2001 2:07 PM Subject: [Post-nuke-users] Rogue: Template for language I'd like to make an spanish translation for the rogue release, is = there a place where I can get a template to change ? In the meantime, = i'll start from cero ... =20 E. Mauricio Romero E. |
From: Jason C. H. <jh...@te...> - 2001-12-07 19:20:09
|
I've found them to be located in html/languages/eng/global.php I had a problem with the "Post Anonymously" showing up even though I'd turned that option off. Doing a grep -r "Post Anonymously" led me to the global.php where it came out to be POSTANON. Quick search through comments.php found the 3 lines I needed comment out in order to fix that little problem. So, I'd say look there, or do like I did and do a recursive grep for it. -Jason On Friday 07 December 2001 02:03 pm, you wrote: > Hello all! > > My PN site, which has been HostNuke'ed (www.hostnuke.com) is doing > great, but on some pages I see things like "_POSTEDON" instead of a > more meaningful label. Where are such constants defined? > > Thanks! > Mike Pence > xjwnews.com > > _____________________________________________________________ > Sign up for FREE Wage Slave email at http://www.wageslave.com > > _______________________________________________ > Post-nuke-users mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/post-nuke-users |
From: Michael P. <mik...@wa...> - 2001-12-07 19:03:20
|
Hello all! My PN site, which has been HostNuke'ed (www.hostnuke.com) is doing great, but on some pages I see things like "_POSTEDON" instead of a more meaningful label. Where are such constants defined? Thanks! Mike Pence xjwnews.com _____________________________________________________________ Sign up for FREE Wage Slave email at http://www.wageslave.com |
From: Romero E. E. M. <emr...@sa...> - 2001-12-06 22:10:52
|
I'd like to make an spanish translation for the rogue release, is there a place where I can get a template to change ? In the meantime, i'll start from cero ... E. Mauricio Romero E. |
From: Enslaver . <ens...@ho...> - 2001-12-06 21:11:38
|
I sucessfully got postnuke working with postgresql. It was pretty easy, You just have to re-write the rogue.sql. Some of the field types must be changed. For instance int cannot be a specified length and must be int4 (usally). double must be change into float8, and datetime is now timestamp, It will still import datetime but will give you an error if your using the old time format (YYYY-MM-DD), You must use the new format (MM-DD-YYYY). Also in nuke_blocks the field "position" is a reserved postgres field. I changed that to position1 and updated pntables. Also the PHP code must be changed, In postgres you cannot use $column in SET's, I've changed around the main files but havent gotten around to the modules yet. You might want to concider this in your future coding. -Enslaver ens...@ho... _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
From: J. C. <ad...@di...> - 2001-12-03 13:36:19
|
Yup, just specify the correct table prefix in the install file. ----- Original Message ----- From: Mike Bradley <mbr...@re...> To: <pos...@li...> Sent: Sunday, December 02, 2001 9:34 PM Subject: [Post-nuke-users] .64/.7 Database sharing > I have two PN sites with different table prefixes but sharing the same > database. Is it possible to update one site to .7 while leaving the other > at .64 and have them both work properly? > > > _______________________________________________ > Post-nuke-users mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/post-nuke-users > > |
From: Mike B. <mbr...@re...> - 2001-12-03 05:31:10
|
I have two PN sites with different table prefixes but sharing the same database. Is it possible to update one site to .7 while leaving the other at .64 and have them both work properly? |
From: John C. <ad...@di...> - 2001-12-01 01:20:50
|
Topics are sorta general topics of interest, where as categories are = more specific. IE, you could have a topic say "Computers" and the categories of "Linux" = "Windows" etc. The system kinda sucks right now, and is scheduled for a complete = overhaul in the .8 series. jc ----- Original Message -----=20 From: Christopher Kolar=20 To: pos...@li...=20 Sent: Monday, November 26, 2001 2:15 PM Subject: [Post-nuke-users] conceptualizing themes/sections Hello everyone. I'm having a difficult time conceptualizing the = differences between topics and subjects. we are in the planning stages = of setting up a portal site for twelve state organizations. = (http://elearning.illinois.net) the current web site simply provides = links to each of the organizations. we want to use a postnuke site so = that visitors can see what is going on around the state, before jumping = to their final destination. I am hoping that someone has set up a site = like this before. Say that we want some way of designating information = about new laws. would be best to have a section on laws, or a topic = called laws that would be applied to articles that go into a particular = section. I'm not sure in practice how much navigation is done by = clicking on sections or topics in the main menus of the site, so if = anyone has ever put a multi organization portal into production I would = appreciate knowing how people actually use it. It is our hope that each = of the participating organizations would be putting up an item or two = each week. I suspect that visitors may want to both articles about a = particular program, or articles about a particular topic. Any advice or observations from the real world would be appreciated. = Thanks in advance. Chris /////\\\\\/////\\\\\ Christopher G. Kolar Coordinator of Information Technology Integration Illinois Mathematics and Science Academy ck...@im... -- www.imsa.edu/~ckolar [PGP Public Key ID: 0xC6492C72]=20 |
From: J. C. <ad...@di...> - 2001-11-30 13:30:33
|
Sean didn't write the permissions system and is taking some time off:) If you could forward the fix to me, it would be appreciated:) ----- Original Message ----- From: skribe <sk...@am...> To: <pos...@li...> Sent: Thursday, November 29, 2001 7:47 PM Subject: Re: [Post-nuke-users] Rogue: Permissions problem On Thu, 29 Nov 2001 13:27, skribe wrote: Replying to myself. How embarrassing. > Users in this group can do everything required of them except post to a > category. Only articles is available from the pulldown menu. This was caused by a missing variable in one of the functions. I've forwarded a fix to Alarion. skribe -- Public key information available at: http://www.amber.com.au/~skribe/publickey.html Key fingerprint = A855 9CA3 953B 5195 C518 12F2 0E05 DCCD 5A88 E8A4 Tallulah Bankhead barged down the Nile last night as Cleopatra and sank. -- John Mason Brown, drama critic _______________________________________________ Post-nuke-users mailing list Pos...@li... https://lists.sourceforge.net/lists/listinfo/post-nuke-users |
From: skribe <sk...@am...> - 2001-11-30 03:48:12
|
On Thu, 29 Nov 2001 13:27, skribe wrote: Replying to myself. How embarrassing. > Users in this group can do everything required of them except post to a > category. Only articles is available from the pulldown menu. This was caused by a missing variable in one of the functions. I've forwa= rded=20 a fix to Alarion. skribe --=20 Public key information available at: http://www.amber.com.au/~skribe/publickey.html Key fingerprint =3D A855 9CA3 953B 5195 C518 12F2 0E05 DCCD 5A88 E8A4=20 Tallulah Bankhead barged down the Nile last night as Cleopatra and sank. =09=09-- John Mason Brown, drama critic |
From: skribe <sk...@am...> - 2001-11-29 05:28:14
|
Hi: I'm not sure if this is a problem with how I've set up permsissions or if= it=20 is a problem with the code. I've set up a sub-Admin group that I wish to be able to admin stories. Permissions looks like this: Group=09=09Component =09Instance=09=09Level Helpers=09=09Stories::=09=09.*=09=09Admin It's ordered second. Straight under the standard admin permissions. Users in this group can do everything required of them except post to a=20 category. Only articles is available from the pulldown menu. On a related note, how would I set up permissions to allow the group to o= nly=20 be able to admin a category (for instance let's call it News). I tried th= is=20 but it didn't seem to work: Group=09=09Component =09Instance=09=09Level Helpers=09=09Stories::=09=09:News:=09=09Admin Cheers, skribe --=20 Public key information available at: http://www.amber.com.au/~skribe/publickey.html Key fingerprint =3D A855 9CA3 953B 5195 C518 12F2 0E05 DCCD 5A88 E8A4=20 The clash of ideas is the sound of freedom. |
From: Romero E. E. M. <emr...@sa...> - 2001-11-28 15:12:21
|
There should be, but in the meantime I'd try ... In the user.php look for the registration option and make the avatar field hidden, put something like noavatar.gif. In the avatars directory, create noavatar.gif with a 1pix transparent image, that trick should do the work ... E. Mauricio Romero Escobar -----Mensaje original----- De: McCoy, Alan [mailto:am...@go...] Enviado el: Miércoles, 28 de Noviembre de 2001 08:43 a.m. Para: pos...@li... Asunto: [Post-nuke-users] Getting Rid of Avatars Is there a somewhat easy process for disabling the avatars in PN? The site I'm working on doesn't require them and I haven't seen any settings that turn this on/off. If I have to dig through code to disable it, please let me know where the changes need to be made. Thanks much in advance! Alan _______________________________________________ Post-nuke-users mailing list Pos...@li... https://lists.sourceforge.net/lists/listinfo/post-nuke-users |
From: McCoy, A. <am...@go...> - 2001-11-28 14:39:41
|
Is there a somewhat easy process for disabling the avatars in PN? The site I'm working on doesn't require them and I haven't seen any settings that turn this on/off. If I have to dig through code to disable it, please let me know where the changes need to be made. Thanks much in advance! Alan |
From: jim b. <jb...@jb...> - 2001-11-28 05:38:52
|
Hi Tomas! On Tue, 27 Nov 2001, Tomas Nekvasil wrote: > Hi all, > > I am trying to upgrade to 0.7 but I get this error while running instalat= ion > script: > > PostNuke Installation > Warning: P=F8=EDstup pro u=9Eivatele 'led...@al...' (s hes= lem ANO) > in /home/www/d/d2.cz/l/ledec/pnadodb/adodb-mysql.inc.php on line 103 User name is your 'database login' user name, not an email address. Can you connect with other software? See what configs you used for that. > You should know that there is a bug in my hosting so I can set config.php > only to 766 (maybe also566) but not 666. > So I edited install.php and so that it would let me continue after checki= ng > chmod and set it to: line 1176: if ($chmod =3D=3D '766'){ > I hope this is not the problem because webmaster of my hosting do not kno= w > how to repair it. Don't worry about that at all. My installs can't write to config.php either. -After- you finish install.php but -before- you login to the site edit config.php manually. 766 is fine. Have a :) day! jb --=20 jim barchuk jb...@jb... |
From: Tomas N. <nek...@ce...> - 2001-11-27 19:18:43
|
Hi all, I am trying to upgrade to 0.7 but I get this error while running instalat= ion script: PostNuke Installation Warning: P=F8=EDstup pro u=9Eivatele 'led...@al...' (s hes= lem ANO) in /home/www/d/d2.cz/l/ledec/pnadodb/adodb-mysql.inc.php on line 103 Warning: MySQL Connection Failed: P=F8=EDstup pro u=9Eivatele 'led...@al...' (s heslem ANO) in /home/www/d/d2.cz/l/ledec/pnadodb/adodb-mysql.inc.php on line 103 Fatal error: Call to undefined function: pn_dbmsgerror() in /home/www/d/d2.cz/l/ledec/install.php on line 101 sorry that it is in czech. I will try to translate it: PostNuke Installation Warning: Acces for user 'led...@al...' (with password YES) in /home/www/d/d2.cz/l/ledec/pnadodb/adodb-mysql.inc.php on line 103 Warning: MySQL Connection Failed: Acces for user 'led...@al...' (with password YES) in /home/www/d/d2.cz/l/ledec/pnadodb/adodb-mysql.inc.php on line 103 Fatal error: Call to undefined function: pn_dbmsgerror() in /home/www/d/d2.cz/l/ledec/install.php on line 101 You should know that there is a bug in my hosting so I can set config.php only to 766 (maybe also566) but not 666. So I edited install.php and so that it would let me continue after checki= ng chmod and set it to: line 1176: if ($chmod =3D=3D '766'){ I hope this is not the problem because webmaster of my hosting do not kno= w how to repair it. Can you give me some advice? Thanks a lot. Bets regards Tomas |
From: J. C. <ad...@di...> - 2001-11-27 13:35:52
|
Make it as a module, and then select it as your "Start Page" in your preferences. ----- Original Message ----- From: Simon Fishley <si...@e-...> To: <pos...@li...> Sent: Tuesday, November 27, 2001 12:29 AM Subject: [Post-nuke-users] default pages > Hi Guys > > Wondering if you might be able to help on this one. We have put up a > complete site and it is running like a dream. BUT we do not want to disply > the News module (index.php) first, we have created another page called > home.php and we would like to load that one first and then give users the > chance to choose the news links from the menu. Any idea how I tell the > server to load a page called home.php instead of index.php?? > > Thanks in advance > Simon > > > > _______________________________________________ > Post-nuke-users mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/post-nuke-users > > |
From: Simon F. <si...@e-...> - 2001-11-27 08:31:23
|
Hi Guys Wondering if you might be able to help on this one. We have put up a complete site and it is running like a dream. BUT we do not want to disply the News module (index.php) first, we have created another page called home.php and we would like to load that one first and then give users the chance to choose the news links from the menu. Any idea how I tell the server to load a page called home.php instead of index.php?? Thanks in advance Simon |
From: Romero E. E. M. <emr...@sa...> - 2001-11-27 01:01:07
|
Please, can anybody help me. E. Mauricio Romero Escobar -----Mensaje original----- De: Romero Escobar, Eddy Mauricio Enviado el: Miércoles, 21 de Noviembre de 2001 11:44 a.m. Para: pos...@li... Asunto: Problem sending mails Hi everybody, I'm a new with pn and already like it a lot. Need a little big help ! I'm getting an error in whenever pn has to send mails. I configure php.ini like this: [mail function] ; For Win32 only. SMTP = 128.2.7.249 ; For Win32 only. sendmail_from = emr...@sa... My smtp server is functional using telnet or an email client, this is lan environment. I'm using foxserv (Apache 1.3.22, Php 4.06, MySQL / Win32 ) The error I get in the Mail users module is: Warning: Unknown error in d:\foxserv\www\modules\NS-MailUsers\admin\modules\nukemail.php on line 197 Warning: Cannot add header information - headers already sent by (output started at d:\foxserv\www\modules\NS-MailUsers\admin\modules\nukemail.php:197) in d:\foxserv\www \modules\NS-MailUsers\admin\modules\nukemail.php on line 199 I also get errors when someone registers in users.php, the users gets created but the mail with the password never arrives. Is thera any other configuration besides php.ini where I have to put may smtp server. Thanks for any help. E. Mauricio Romero E. |
From: Christopher K. <ck...@im...> - 2001-11-26 19:15:36
|
Hello everyone. I'm having a difficult time conceptualizing the differences between topics and subjects. we are in the planning stages of setting up a portal site for twelve state organizations. (http://elearning.illinois.net) the current web site simply provides links to each of the organizations. we want to use a postnuke site so that visitors can see what is going on around the state, before jumping to their final destination. I am hoping that someone has set up a site like this before. Say that we want some way of designating information about new laws. would be best to have a section on laws, or a topic called laws that would be applied to articles that go into a particular section. I'm not sure in practice how much navigation is done by clicking on sections or topics in the main menus of the site, so if anyone has ever put a multi organization portal into production I would appreciate knowing how people actually use it. It is our hope that each of the participating organizations would be putting up an item or two each week. I suspect that visitors may want to both articles about a particular program, or articles about a particular topic. Any advice or observations from the real world would be appreciated. Thanks in advance. Chris /////\\\\\/////\\\\\ Christopher G. Kolar Coordinator of Information Technology Integration Illinois Mathematics and Science Academy ck...@im... -- www.imsa.edu/~ckolar [PGP Public Key ID: 0xC6492C72] |
From: Romero E. E. M. <emr...@sa...> - 2001-11-26 15:28:44
|
The connect error may be solved editing config.php, check for this lines // ---------------------------------------------------------------------- // Database & System Config // // dbhost: MySQL Database Hostname // dbuname: MySQL Username // dbpass: MySQL Password // dbname: MySQL Database Name // system: 0 for Unix/Linux, 1 for Windows // ---------------------------------------------------------------------- // $pnconfig[dbhost] = 'localhost'; $pnconfig[dbuname] = 'superuser'; $pnconfig[dbpass] = 'hacked'; $pnconfig[dbname] = 'nuke'; $pnconfig[system] = 0; $pnconfig[prefix] = nuke; E. Mauricio Romero Escobar -----Mensaje original----- De: John Cox [mailto:ad...@di...] Enviado el: Sábado, 24 de Noviembre de 2001 07:40 p.m. Para: gb...@bl...; pos...@li... Asunto: Re: [Post-nuke-users] Newbie installation problems ----- Original Message ----- From: "Greg Brooks" <gb...@bl...> To: <pos...@li...> Sent: Friday, November 23, 2001 2:55 PM Subject: [Post-nuke-users] Newbie installation problems > Hello, all... I'm having trouble installing (or rather, with the > post-install set-up) of Postnuke on a W2k box. > > The setup: Apache/PHP/Perl/MySQL installed per the NuSphere installer > (NOT Apache 2.0) > > The problems: > > 1.) Script doesn't want to create the database in MySQL, although if I > create an empty DB manually, the install script creates all the > necessary table. Some SQL setups do not allow this. > > 2.) Don't know what to put in for "DB host" during the installer > script. Have you tried "localhost"? > > 3.) Following install, any attempt to get to admin.php or index.php > results in "unable to connect to select database." The path I'm using > is http://localhost/mutant_64/html/admin.php (goofy path, I know, but > I haven't changed the apache config file to associate the directory > with a specific domain ... this was meant as more of a test-bed > situation.) That's because you cannot connect to the DB. > > Any help much appreciated ... honestly, I thought I knew my way around > MySQL, but this has me stumped. > > Regards, > Greg Brooks _______________________________________________ Post-nuke-users mailing list Pos...@li... https://lists.sourceforge.net/lists/listinfo/post-nuke-users |
From: Luciano A. F. <laf...@bi...> - 2001-11-25 18:17:09
|
But ZA can be configured to allow soft to act as server or whatever... Saludos! Luciano A. Ferrer, karmacoma de http://mearte.com.ar oenatnopxe oitis -a+d/cultura/internet- ¿Alguna consulta? Con gusto la responderé a la brevedad ----- ... la duración de un minuto depende de que lado de la puerta del baño te encuentres... ----- Mensaje original ----- De: "jotajota" <jot...@jo...> Para: <gb...@bl...>; <Pos...@li...> Enviado: Domingo, 25 de Noviembre de 2001 08:23 Asunto: Re[2]: [Post-nuke-users] Just about ready to give up -- help > I tend to suspect of zonealarm... have you disabled it? 'home' > firewalls tend to block any kind of server work in the pc, as they see > them as trojans in disguise. Maybe not the case :( > > jotajota > > > > I'm using PHPDev on 98 for development, but I have no experience with it and > > 2k. Perhaps FoxServer might work a little better? > > > > ----- Original Message ----- > > From: "Greg Brooks" <gb...@bl...> > > To: <Pos...@li...> > > Sent: Saturday, November 24, 2001 10:49 PM > > Subject: [Post-nuke-users] Just about ready to give up -- help > > > >> Thanks to those who tried to help with my earlier Postnuke set-up > >> questions. I'm afraid things are still going badly. > >> > >> Current set up: Win2k box with the windows postnuke kit downloaded and > >> running in C:\phpdev. > > > _______________________________________________ > Post-nuke-users mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/post-nuke-users > |
From: jotajota <jot...@jo...> - 2001-11-25 11:19:21
|
I tend to suspect of zonealarm... have you disabled it? 'home' firewalls tend to block any kind of server work in the pc, as they see them as trojans in disguise. Maybe not the case :( jotajota > I'm using PHPDev on 98 for development, but I have no experience with it and > 2k. Perhaps FoxServer might work a little better? > ----- Original Message ----- > From: "Greg Brooks" <gb...@bl...> > To: <Pos...@li...> > Sent: Saturday, November 24, 2001 10:49 PM > Subject: [Post-nuke-users] Just about ready to give up -- help >> Thanks to those who tried to help with my earlier Postnuke set-up >> questions. I'm afraid things are still going badly. >> >> Current set up: Win2k box with the windows postnuke kit downloaded and >> running in C:\phpdev. |