Development Articles
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsOtherDevelopment Articles

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #16  
Old June 9th, 2001, 02:33 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Databases

PhpMyAdmin from www.phpwizard.net
very straightforward and easy to use

Reply With Quote
  #17  
Old June 9th, 2001, 03:20 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Slow As Molasses

The only problem I have with PHP-Nuke is the fact that it is very very slow. Poor coding techniques and bad queries contribute to this. If they get that issue settled then it will become unstoppable.

Reply With Quote
  #18  
Old June 10th, 2001, 01:45 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
There's Something Else

I've been following it's development since the 2.X versions. I feel minor changes are needed to be made in order for it to be much more secure. For example, the Admin users are separate from the "regular" users in the database. My main beef with this is because the "regular" users' passwords are encoded with MD5. The Admin passwords are stored as PLAIN TEXT. I do not understand why it is not simply encrypted as well. My other problems, like in your post, relate to speed. Although the PHP is a bit drawn out in parts, that isn't the big problem. It just seems like it is thrashing the database. I've read reports from several sites of annoying database timeouts. The current trend of development has been churning out slower and slower code. Eventually, it will need a complete rewrite, plain and simple. It needs to break away from being just a knockoff of ThatWare (which it was originally based upon). That's my two cents.

Reply With Quote
  #19  
Old June 10th, 2001, 07:27 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Does PHP-Nuke installation require that the database _need_ to be named "nuke"?

Or is PHP-Nuke smart enough so that you can use your own database name during the installation?
<br />
<br />
<br />
Thanks in advance,
<br />
<br />
eugene chan

Reply With Quote
  #20  
Old June 11th, 2001, 01:54 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Databases

You get a program such as PHPMyAdmin!

Reply With Quote
  #21  
Old June 11th, 2001, 11:17 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
PHP Nuke is a Super Starter for Webmasters!

Hi,

Just wanted to add in here, this PHP Nuke is something super starter for Webmasters.

Also I am very thankful of the author to described everything in details.

Thanks

Amin

Reply With Quote
  #22  
Old June 12th, 2001, 04:42 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: other portal systems?

Geeklog is great and pretty easy to deal with, as well.
visit
<a href="http://geeklog.org">Geeklog</a>
for details.
I had this up and running in no time.

Reply With Quote
  #23  
Old June 12th, 2001, 05:04 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Nuke is not so great

It looks great at first, but it is buggy and insecure. A child coud hack it.

Reply With Quote
  #24  
Old June 13th, 2001, 04:29 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
great 'cept 4 the bug's & security

phpnuke on my box (windows, with php4.0.4) has a lot of bugs like: undefined variable, undefined constant, etc.
security has to be tightened.
but it is a great system.

Reply With Quote
  #25  
Old June 13th, 2001, 11:43 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Does PHP-Nuke installation require that the database _need_ to be named

No just change the name of the database in config.php

Reply With Quote
  #26  
Old June 13th, 2001, 11:50 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: other portal systems?

If you can run servlets and JSP on your provider don't forget to try Jetspeed at http://jakata.apache.org.. Right now it isn't as easy to set up as Nuke but *much* more powerfully.

Reply With Quote
  #27  
Old June 13th, 2001, 09:44 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Nuke is not so great

No doubt, it musta been written by a whole kludge of 14 year old kids.

Reply With Quote
  #28  
Old June 13th, 2001, 09:48 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Slow As Molasses

Well, it's an open source project with (in my own mind) no project coordination. I looked at the code, and being a programmer for over 16 years, i can say that it's not the best code i've ever seen. MySQL in the hands of a pro-code cutter, can be as fast as you want it to be even on a slow server, but the logic flow, queries, and code structure are just an absolute cluster F**K which makes the scripts just too unstable to use on a server.

Reply With Quote
  #29  
Old June 14th, 2001, 10:28 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Question?

Try installing allthemes.tar.gz
<br />
<br />
Or change the default theme in config.php to a theme you have in the Themes directory.
<br />
<br />
Make sure the files and directories have the right permissions (666 for files, 777 for directories, and 777 for contents of the cache directory).
<br />
<br />
This may sort it, if its the same issue I had.
<br />
<br />
Intraclast

Reply With Quote
  #30  
Old June 14th, 2001, 06:02 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Databases

Done. What I need to do to not get the error of "Warning: MySQL Connection Failed: Access denied for user: 'root@localhost' (Using password: NO)" or any other errors. I read the documentation of the program, but that is not for beginners of PHP.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDevelopment Articles > Nuking The Competition

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap