70470 Posts in 6879 Topics - by 687 Members - Latest Member: Laricwashere

Author Topic: IIS Permissions  (Read 4247 times)

Offline .:F3ar0n:.

  • Staff
  • Godlike Gamer
  • *
  • Posts: 2093
  • Karma: 0
  • https://www.youtube.com/watch?v=uIOqrfeC1Q4#t=20
  • Steam ID: H4xz0rsaurusRX
  • XBox Gamer Tag: F3ar0n8
Re: IIS Permissions
« Reply #15 on: July 07, 2008, 02:02:36 PM »
IIS, over-complicates something that in reality is fairly simple.

I agree..I believe scrapping IIS altogether and going Apache will be a lot simpler. I'm not planning on using ASP anyways, just php and sql so


Offline The Shoctor

  • Administrator
  • Godlike Gamer
  • *
  • Posts: 5803
  • Karma: 17
  • Steam ID: shadohawk@shadoworks.net
  • XBox Gamer Tag: TheShoctor
  • XFire: shadoworks
Re: IIS Permissions
« Reply #16 on: July 07, 2008, 02:49:12 PM »
I just dealt with a sucky IIS issue today, granted it was ASP, but I think I can help you if you haven't switched.
Do you get a 401.x (1,3, or 5)? Saying a script is unauthorized?

Support LAN Play!
ლ(ಠ益ಠლ) "I have more than 20 friends EA!" --FITES.NET
(╯°□°)╯︵ ┻━┻
"Close enough." --UGC League

Offline .:F3ar0n:.

  • Staff
  • Godlike Gamer
  • *
  • Posts: 2093
  • Karma: 0
  • https://www.youtube.com/watch?v=uIOqrfeC1Q4#t=20
  • Steam ID: H4xz0rsaurusRX
  • XBox Gamer Tag: F3ar0n8
Re: IIS Permissions
« Reply #17 on: July 07, 2008, 03:50:42 PM »
I just dealt with a sucky IIS issue today, granted it was ASP, but I think I can help you if you haven't switched.
Do you get a 401.x (1,3, or 5)? Saying a script is unauthorized?

Yep..thats exactly what I'm getting (401.3 authorization required..even though I have anonymous login checked) I know it's a permission issue with iusr_comp but I granted read acess to all www root dir and subdir along with access to my php (C:\php)

No worries though because after 2 days of messing with it...I just spent 2 hours and got apache, php and mysql running. Currently am in the process of throwing phpnuke up and i'll be set. Just was really annoying to deal with microsoft permissions. Apache has its downfalls but it's quick simple and does what I want.

Thanks anywho though
« Last Edit: July 07, 2008, 03:55:22 PM by F3ar0n »

Offline The Shoctor

  • Administrator
  • Godlike Gamer
  • *
  • Posts: 5803
  • Karma: 17
  • Steam ID: shadohawk@shadoworks.net
  • XBox Gamer Tag: TheShoctor
  • XFire: shadoworks
Re: IIS Permissions
« Reply #18 on: July 07, 2008, 03:59:17 PM »
Yeah, the simple solution... Go to the security tab of your wwwroot... Go to your security tab. Add iusr_**** whatever... Go to advanced and check the replace on child objects box. And then things will work.. I found that crap wasn't getting handed down.. At least on the server I was working on.

Support LAN Play!
ლ(ಠ益ಠლ) "I have more than 20 friends EA!" --FITES.NET
(╯°□°)╯︵ ┻━┻
"Close enough." --UGC League

Offline .:F3ar0n:.

  • Staff
  • Godlike Gamer
  • *
  • Posts: 2093
  • Karma: 0
  • https://www.youtube.com/watch?v=uIOqrfeC1Q4#t=20
  • Steam ID: H4xz0rsaurusRX
  • XBox Gamer Tag: F3ar0n8
Re: IIS Permissions
« Reply #19 on: July 08, 2008, 10:55:46 AM »
Well I got PHP and Mysql to install but  now am having massive issues with getting PHP-Nuke to install correctly. I actually got the original phpnuke to install fine but I'm trying to load Nuke Evo.

http://www.nuke-evolution.com/

When I go through the install I get a boatload of errors like this...

There has been a MySQL error. MySQL Error Details:
1101: BLOB/TEXT column 'field_desc' can't have a default value
CREATE TABLE `nuke_bbxdata_fields` ( field_id smallint(5) UNSIGNED NOT NULL, field_name varchar(255) NOT NULL default '', field_desc text NOT NULL default '', field_type varchar(255) NOT NULL default '', field_order smallint(5) UNSIGNED NOT NULL default '0', code_name varchar(255) NOT NULL default '', field_length mediumint(Cool UNSIGNED NOT NULL default '0', field_values text NOT NULL default '', field_regexp text NOT NULL default '', manditory TINYINT( 1 ) NOT NULL DEFAULT '0', default_auth tinyint(1) NOT NULL default '1', display_register tinyint(1) NOT NULL default '1', display_viewprofile tinyint(1) NOT NULL default '0', display_posting tinyint(1) NOT NULL default '0', handle_input tinyint(1) NOT NULL default '0', allow_html tinyint(1) NOT NULL default '0', allow_bbcode tinyint(1) NOT NULL default '0', allow_smilies tinyint(1) NOT NULL default '0', viewtopic TINYINT( 1 ) DEFAULT '0' NOT NULL, signup TINYINT( 1 ) DEFAULT '0' NOT NULL, PRIMARY KEY (field_id), UNIQUE KEY code_name (code_name) );
There has been a MySQL error. MySQL Error Details:
1146: Table 'evonuke.nuke_bbxdata_fields' doesn't exist
INSERT INTO `nuke_bbxdata_fields` (field_id, field_name, field_type, field_order, code_name, display_register) VALUES (1, 'ICQ Number', 'special', '1', 'icq', 2);
There has been a MySQL error. MySQL Error Details:
1146: Table 'evonuke.nuke_bbxdata_fields' doesn't exist
INSERT INTO `nuke_bbxdata_fields` (field_id, field_name, field_type, field_order, code_name, display_register) VALUES (2, 'AIM Address', 'special', '2', 'aim', 2);
There has been a MySQL error. MySQL Error Details:
1146: Table 'evonuke.nuke_bbxdata_fields' doesn't exist
INSERT INTO `nuke_bbxdata_fields` (field_id, field_name, field_type, field_order, code_name, display_register) VALUES (3, 'MSN Messenger', 'special', '3', 'msn', 2);
There has been a MySQL error. MySQL Error Details:
1146: Table 'evonuke.nuke_bbxdata_fields' doesn't exist
INSERT INTO `nuke_bbxdata_fields` (field_id, field_name, field_type, field_order, code_name, display_register) VALUES (4, 'Yahoo Messenger', 'special', '4', 'yim', 2);
There has been a MySQL error. MySQL Error Details:
1146: Table 'evonuke.nuke_bbxdata_fields' doesn't exist
INSERT INTO `nuke_bbxdata_fields` (field_id, field_name, field_type, field_order, code_name, display_register) VALUES (5, 'Website', 'special', '5', 'website', 2);
There has been a MySQL error. MySQL Error Details:
1146: Table 'evonuke.nuke_bbxdata_fields' doesn't exist
INSERT INTO `nuke_bbxdata_fields` (field_id, field_name, field_type, field_order, code_name, display_register) VALUES (6, 'Location', 'special', '6', 'location', 2);

Even after the install is done however I can go to my localhost and it'll load the page. It looks great and I dont see any errors really except when I try to hit up the phpbb forums.


phpBB : Critical Error

Error creating new session

DEBUG MODE

SQL Error : 1364 Field 'session_url_qs' doesn't have a default value

INSERT INTO nuke_bbsessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin) VALUES ('1b4cd8f0134ff34b62d26658deebb3e5', '1', '1215476755', '1215476755', '7f000001', '0', '0', '0')

Line : 429
File : sessions.php


Any ideas on any of this Shado? I posted on there boards hoping someone would take the time to help me out but no one's paid any attention. I think i'll reinstall MySql later on today too see if that does anything

Offline _!Rathe!_

  • Master Sergeant Shooter Sergeant Person
  • Godlike Gamer
  • *
  • Posts: 2296
  • Karma: 0
  • XFire: rathewin2k
Re: IIS Permissions
« Reply #20 on: July 08, 2008, 11:06:59 AM »
I doubt it is a MySQL install problem.  If the other tables loaded correctly it is the PHPbb tables that have errors in the import. 

You could just create the nuke_bbxdata_fields table by hand.  All of the fields and types are listed there.  The errors just below that are the system trying to add records to the table.  If you have multiple errors like this I would look around for another SQL file for the install.  This one might not be made to be used in a MySQL database. 
Never, but never question the engineers judgement.

Offline The Shoctor

  • Administrator
  • Godlike Gamer
  • *
  • Posts: 5803
  • Karma: 17
  • Steam ID: shadohawk@shadoworks.net
  • XBox Gamer Tag: TheShoctor
  • XFire: shadoworks
Re: IIS Permissions
« Reply #21 on: July 08, 2008, 11:57:25 AM »
Yeah. 'evonuke.nuke_bbxdata_fields' doesn't exist. I would double check the sql files that come with nuke.

Support LAN Play!
ლ(ಠ益ಠლ) "I have more than 20 friends EA!" --FITES.NET
(╯°□°)╯︵ ┻━┻
"Close enough." --UGC League

Offline .:F3ar0n:.

  • Staff
  • Godlike Gamer
  • *
  • Posts: 2093
  • Karma: 0
  • https://www.youtube.com/watch?v=uIOqrfeC1Q4#t=20
  • Steam ID: H4xz0rsaurusRX
  • XBox Gamer Tag: F3ar0n8
Re: IIS Permissions
« Reply #22 on: July 08, 2008, 02:02:54 PM »
I figured it out...Basically had to go into phpmyadmin and change the values manually. Got the forum up as well after I set default values for bbsessons_qw and bbsessions_pw

Just a pain in the arse I guess...Nuke Evo seems to be glitchy though. Any other nuke mod that you know of thats solid?

Offline The Shoctor

  • Administrator
  • Godlike Gamer
  • *
  • Posts: 5803
  • Karma: 17
  • Steam ID: shadohawk@shadoworks.net
  • XBox Gamer Tag: TheShoctor
  • XFire: shadoworks
Re: IIS Permissions
« Reply #23 on: July 08, 2008, 02:12:53 PM »
My takes on Nuke:

Support LAN Play!
ლ(ಠ益ಠლ) "I have more than 20 friends EA!" --FITES.NET
(╯°□°)╯︵ ┻━┻
"Close enough." --UGC League

Offline .:F3ar0n:.

  • Staff
  • Godlike Gamer
  • *
  • Posts: 2093
  • Karma: 0
  • https://www.youtube.com/watch?v=uIOqrfeC1Q4#t=20
  • Steam ID: H4xz0rsaurusRX
  • XBox Gamer Tag: F3ar0n8
Re: IIS Permissions
« Reply #24 on: July 08, 2008, 02:30:24 PM »
My takes on Nuke:

LOL...in your professional opinion..what would u suggest to is in place of nuke

Offline The Shoctor

  • Administrator
  • Godlike Gamer
  • *
  • Posts: 5803
  • Karma: 17
  • Steam ID: shadohawk@shadoworks.net
  • XBox Gamer Tag: TheShoctor
  • XFire: shadoworks
Re: IIS Permissions
« Reply #25 on: July 08, 2008, 02:55:22 PM »
I don't know what you are trying to do.

Support LAN Play!
ლ(ಠ益ಠლ) "I have more than 20 friends EA!" --FITES.NET
(╯°□°)╯︵ ┻━┻
"Close enough." --UGC League

Offline _!Rathe!_

  • Master Sergeant Shooter Sergeant Person
  • Godlike Gamer
  • *
  • Posts: 2296
  • Karma: 0
  • XFire: rathewin2k
Re: IIS Permissions
« Reply #26 on: July 08, 2008, 03:59:16 PM »
I used PHP-Nuke as an intranet website along with a photo gallery module, calendar module, and a couple of custom modules that I created at my last job.  It worked fine.  Although we didn't have any hackers or bots running around our net.  I know the old FithLAN site kept getting hacked as well which is why it has been reduced to a phpbb. 
Never, but never question the engineers judgement.

Offline sully!

  • Administrator
  • Godlike Gamer
  • *
  • Posts: 4997
  • Karma: 16
  • If the future is now, where's my jetpack?
  • Steam ID: sully213
  • XBox Gamer Tag: FITESully
Re: IIS Permissions
« Reply #27 on: July 08, 2008, 05:21:13 PM »
I used PHP-Nuke as an intranet website along with a photo gallery module, calendar module, and a couple of custom modules that I created at my last job.  It worked fine.  Although we didn't have any hackers or bots running around our net.  I know the old FithLAN site kept getting hacked as well which is why it has been reduced to a phpbb. 

As did FITES on a few occasions. If you're looking for a good CMS (Content Management System), I've heard good things about Drupal, but have not used it personally.
Please just walk away. I don't want to have to stand here and say something so awesome that I'll have to remember it the rest of the day. Thank you!

Offline .:F3ar0n:.

  • Staff
  • Godlike Gamer
  • *
  • Posts: 2093
  • Karma: 0
  • https://www.youtube.com/watch?v=uIOqrfeC1Q4#t=20
  • Steam ID: H4xz0rsaurusRX
  • XBox Gamer Tag: F3ar0n8
Re: IIS Permissions
« Reply #28 on: July 08, 2008, 07:41:33 PM »
Cool...Thanks Sully...I'll check it out tonight. Looks nice though