Xaraya / Postnuke CVS Notices - Message

Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites

View Statistics - Next Notice - Previous Notice

Directory filter : [ all ] / postnuke_official / html / install [ view in CVS ]


Deprecated: Function gmstrftime() is deprecated in /home/mikespub/www/list.php on line 509
Date Directory [filter] File(s) [view] Author [filter]
04 Aug 2002 15:37:36postnuke_official/html/installpn71.php,1.4.2.3,1.4.2.4John Cox
 And for the modules case issue, I do believe this should work.

Update of /home/cvsroot/postnuke_official/html/install
In directory ns7.hostnuke.net:/tmp/cvs-serv15695/html/install

Modified Files:
      Tag: PostNuke_71
	pn71.php 
Log Message:
And for the modules case issue, I do believe this should work.


Index: pn71.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/install/Attic/pn71.php,v
retrieving revision 1.4.2.3
retrieving revision 1.4.2.4
diff -C2 -d -r1.4.2.3 -r1.4.2.4
*** pn71.php	4 Aug 2002 15:29:19 -0000	1.4.2.3
--- pn71.php	4 Aug 2002 15:37:34 -0000	1.4.2.4
***************
*** 69,72 ****
--- 69,117 ----
  
  
+ // Now for the module case issue.
+ 
+ 
+ $dbconn->Execute("DELETE FROM $pntable[modules]");
+ 
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (1,'avantgo',1,'AvantGo','News for your PDA',2,'avantgo','1.3',0,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (2,'downloads',1,'Downloads','Files to download',3,'downloads','1.3',1,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (3,'faq',1,'FAQ','Frequently Asked Questions',4,'faq','1.11',1,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (4,'members_list',1,'Members List','Information on users of this site',5,'members_list','1.0',0,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (5,'messages',1,'Messages','Private messages to users of this site',6,'messages','1.0',0,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (6,'addstory',1,'AddStory','Add a story',8,'ns-addstory','1.0',1,0,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (7,'admin',1,'Admin','Administration',9,'ns-admin','0.1',1,0,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (8,'admin_messages',1,'Admin Messages','Banner messages',10,'ns-admin_messages','1.2',1,0,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (9,'autolinks',1,'Autolinks','Automatically add links to text',11,'autolinks','1.0',1,0,1)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (10,'banners',1,'Banners','Banners',12,'ns-banners','1.0',1,0,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (11,'blocks',2,'Blocks','Side blocks',13,'blocks','2.0',1,0,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (12,'comments',1,'Comments','Comment on articles',14,'ns-comments','1.1',1,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (13,'ephemerids',1,'Ephemerids','Daily events',15,'ns-ephemerids','1.2',1,0,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (14,'groups',1,'Groups','Set up administrative groups',16,'ns-groups','0.1',1,0,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (15,'languages',1,'Languages','Multi-language functions',17,'ns-languages','1.2',1,0,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (16,'mailusers',1,'MailUsers','Mail your users',19,'ns-mailusers','1.3',1,0,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (17,'modules',2,'Modules','Module configuration',1,'modules','2.0',1,0,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (18,'permissions',2,'Permissions','Configure permissions',22,'permissions','0.1',1,0,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (19,'polls',1,'Polls','Polls and surveys',23,'ns-polls','1.1',1,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (20,'quotes',2,'Quotes','Quotes and sayings',24,'quotes','1.3',1,0,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (21,'referers',1,'Referers','Referers',25,'ns-referers','1.2',1,0,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (22,'settings',1,'Settings','Settings',26,'ns-settings','1.2',1,0,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (23,'news',1,'News','News items',7,'news','1.3',0,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (24,'recommend_us',1,'Recommend Us','Recommend us to a friend',30,'recommend_us','1.0',0,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (25,'reviews',1,'Reviews','Reviews',31,'reviews','1.0',1,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (26,'search',1,'Search','Search this site',32,'search','1.0',0,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (27,'sections',1,'Sections','Sections',33,'sections','1.0',1,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (28,'stats',1,'Stats','Site statistics',34,'stats','1.12',0,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (29,'submit_news',1,'Submit News','Contribute a story',35,'submit_news','1.13',1,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (30,'top_list',1,'Top List','Top 10 listings',38,'top_list','1.0',1,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (31,'topics',1,'Topics','Article topics',37,'topics','1.0',1,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (32,'user',1,'Users','User Administration',27,'ns-user','0.1',1,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (33,'web_links',1,'Web Links','Links to other sites',39,'web_links','1.0',1,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (34,'ratings',2,'Ratings','Ratings utility',41,'ratings','1.1',0,0,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (35,'wiki',2,'Wiki','Wiki encoding',28,'wiki','1.0',0,0,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (36,'xmlrpc',2,'xmlrpc','XML-RPC utility module',42,'xmlrpc','1.0',0,0,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ $result = $dbconn->Execute("INSERT INTO ".$prefix."_modules VALUES (37,'legal',1,'Legal Documents','Generic Privacy Statement and Terms of Use',43,'legal','1.0',0,1,3)") || die("<b>"._NOTUPDATED.$prefix."_modules</b>");
+ 
+ // Modules will need to be regenerated, for the modules that are added, but other than that, blee, blee, blee, thats all folks.
+ 
  
  ?>


Directory filter : [ all ] / postnuke_official / html / install [ view in CVS ]

View Statistics - Next Notice - Previous Notice


Visit Developer Site - Browse CVS Repository Syndicate via backend.rss
(max. once per hour please)
Powered by CVSNotice 0.1.3