I have installed phpnuke onto my win2k machine at work. I am using IIS 5 and have php 4.3 installed. I also have the latest version of MySql installed. Unfortunelty since this is at work I can not link the analyze.php here. So I have created a screenshot that you may view to see what is happening. It has let me setup the superuser account, but the problem is that the site looks like a bunch of code mixed in with the phpnuke graphics.
_________________ "I don't know what the key to success is, but the key to failure is trying to please everybody"..Bill Cosby
Zhen-Xjell Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Fri Feb 14, 2003 12:00 pm
Try the php.ini entries in the announcement forum's welcome thread.
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
ArtificialIntel
Joined: Jan 31, 2004
Posts: -88
Posted:
Fri Feb 14, 2003 12:01 pm
Zhen's right. You need to set php.ini up to only display errors, not notices.
ArtificialIntel
FHFGhost Lieutenant
Joined: Jan 26, 2003
Posts: 279
Location: Huntsville, AL
Posted:
Thu Feb 20, 2003 5:45 am
Ok, I have it all working now but it seems that something is still not working just right. Almost as if scripts are not running in situations. Example:
Posting news I have html area addon, which if I want to add a picture I can select the Insert Picture Icon and enter the URL and base location and press enter or cancel. If I press enter nothing happens, it just stays there as if I never hit the button. If I press cancel it of course goes away.
Since my computer is behind a firewall at work I cannot post my analyze.php url so, and sorry in advance I have cut and paste it here. And I have read the news about PHP 4.3.0 needing upgrading but since I am behind several firewall im not worried about that unless it is helpin my problem. I left out the header error message.
Your config.php valuesType Value
dbhost localhost
dbname TeamTOC
dbuname root
prefix nuke
user_prefix nuke
dbtype MySQL
GD Library Information Extension Status
Not-Loaded
MySQL Connection Transcript for Team TOCDestination Result
MySQL Health Check Successful
MySQL Server: localhost Successful
MySQL Datbase: TeamTOC Successful
MySQL Username: root Successful
PHP Specific Values for Team TOCCategory Value
PHP Version 4.3.0
Operating System Data for Team TOCType Value
OS Type Windows NT localhost 5.0 build 2195
MySQL Specific Values for Team TOCCategory Value
Server Version 3.23.55-nt
Client Version 3.23.49
Host Information localhost via TCP/IP
Protocol Information 10
All Available MySQL DatabasesDatabase Name
Formmaker
TeamTOC
mysql
test
PHP-Nuke Values for Team TOCDefault_Theme Version Locale Language
NukeNews 6.0 en_US english
Module Data for Team TOCModule Active Code View Code
Addon_Sample disabled Registered Users
AvantGo disabled All Visitors
classifieds disabled All Visitors
Content disabled All Visitors
Downloads active All Visitors
Encyclopedia disabled All Visitors
FAQ active All Visitors
Feedback disabled All Visitors
Forums disabled All Visitors
htmlarea active All Visitors
Journal disabled All Visitors
Members_List active Registered Users
News active All Visitors
Private_Messages active All Visitors
Recommend_Us disabled All Visitors
Reviews active All Visitors
Search active All Visitors
Sections active All Visitors
Statistics active All Visitors
Stories_Archive active All Visitors
Submit_News active All Visitors
Surveys active All Visitors
Top active All Visitors
Topics active All Visitors
To_Do active All Visitors
WebMail disabled Registered Users
Web_Links active All Visitors
Who-is-Where disabled All Visitors
Your_Account active All Visitors
Block Data for Team TOCBlock Active Code View Code
Admin Login active Administrators
Administration disabled Administrators
Amazon disabled All Visitors
Big Story of Today disabled All Visitors
Categories Menu disabled All Visitors
Counter disabled All Visitors
Information disabled All Visitors
Languages disabled All Visitors
Last 5 Articles active All Visitors
Login disabled Anonymous
Messenger active All Visitors
Modules active All Visitors
Old Articles disabled All Visitors
Random Headlines disabled All Visitors
Search disabled All Visitors
Simple Downloads active All Visitors
Survey active All Visitors
Today active All Visitors
Top10 Downloads disabled All Visitors
Total Hits active All Visitors
User Info active All Visitors
User's Custom Box active Registered Users
Who's Online disabled All Visitors
Who-is-Where active Administrators
Catch-All Administrators for Team TOCPHP-Nuke Rank Level Member Name Member UID
Catch-All Moderators for Team TOCPHP-Nuke Rank Level Member Name Member UID
php.ini Configuration for Team TOCGlobal / Local / Access : php.ini data
The Key for [access]
Constant Value Meaning
PHP_INI_USER 1 Entry can be set in user scripts
PHP_INI_PERDIR 2 Entry can be set in php.ini, .htaccess, or httpd.conf
PHP_INI_SYSTEM 4 Entry can be set in php.ini, or httpd.conf
PHP_INI_ALL 7 Entry can be set anywhere
Array
(
[allow_call_time_pass_reference] => Array
(
[global_value] => 1
[local_value] => 1
[access] => 6
)
MySQL Status for Team TOCUptime: 152097 Threads: 2 Questions: 270777 Slow queries: 0 Opens: 8594 Flush tables: 1 Open tables: 64 Queries per second avg: 1.780
_________________ "I don't know what the key to success is, but the key to failure is trying to please everybody"..Bill Cosby
Zhen-Xjell Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Thu Feb 20, 2003 8:27 am
Enable register_globals.
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
FHFGhost Lieutenant
Joined: Jan 26, 2003
Posts: 279
Location: Huntsville, AL
Posted:
Thu Feb 20, 2003 10:10 am
They were already enabled ie register_globals=on
_________________ "I don't know what the key to success is, but the key to failure is trying to please everybody"..Bill Cosby
Zhen-Xjell Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Thu Feb 20, 2003 12:25 pm
The reason why I posted that was due to your analyzer results. It had a null entry which means "off" by default for register_globals. So I'm not sure why you say "On" when your results say otherwise.
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
ArtificialIntel
Joined: Jan 31, 2004
Posts: -88
Posted:
Thu Feb 20, 2003 12:26 pm
try setting it to 1
ArtificialIntel
FHFGhost Lieutenant
Joined: Jan 26, 2003
Posts: 279
Location: Huntsville, AL
Posted:
Thu Feb 20, 2003 1:07 pm
It previously said "register_globals=off"
_________________ "I don't know what the key to success is, but the key to failure is trying to please everybody"..Bill Cosby
Zhen-Xjell Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Thu Feb 20, 2003 2:13 pm
Then can you re-post analyzer with your register_globals set to "On"?
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum