Comment Installer Sphider

 Posted admin
Comment Installer Sphider Rating: 3,5/5 2865 reviews

We have and do work hard to develop Sphider Pro. We will always make updates to Sphider Pro by taking on board our users comments. The help fund this project we ask you to make a small contribution for a licence of £25 via PayPal to keep this project alive. We only ask for this once and you will have access to all our future updates of Sphider Pro. We ask that you try our demo version and ask any questions before you contribution as we cannot return contributions once you have downloaded our product.
We will email your login details to the email address You enter below, This will be sent once payment has been completed, You may need to check your spam box aswel.

Once your contribution has been made you will be able to download your digital copy of Sphider Pro (digital Goods) and install the PHP scripts to your web server.

You are only licenced for one domain name per contribution. Please enter your domain name below that you wish Sphider Pro to be Licenced for.

We understand that you may wish or need to develop on one domain name and then switch to your primary domain name. We are happy to move the licence to the domain name when you are ready. Please just replay to your welcome email or submit a support request for this to be done.

Please add support@sphiderpro.eu to your contacts so you don't miss our email.


I am trying to configure our server for a client's website that we host. Their site is PHP, which I'm not terribly familiar with, so I don't know if it works in some weird way. (All our sites are in ASP.)

They manage their own site generally, via FTP. They are trying to add sphiderplus to the site, which is where these issues started.

After logging in to sphiderplus, you receive numerous copies of this error (for a number of files and folders under the sphiderplus root):

I'm not sure what I need to do to give PHP the proper permissions for sphiderplus to run properly. Here are the steps I've taken so far after googling around, which did not work...

  • created a separate application pool for the PHP site
  • created a separate local user for the above app pool
  • gave that local user Full Control rights on the sphiderplus root directory (with propagation)
  • gave IUSRFull Control rights on the sphiderplus root directory (with propagation)
  • gave IIS_IUSRSFull Control rights on the sphiderplus root directory (with propagation)
  • gave NETWORK SERVICEFull Control rights on the sphiderplus root directory (with propagation)

... and then just for fun, when it still wouldn't work, to test,

  • gave EveryoneFull Control rights on the sphiderplus root directory (with propagation)

I don't know what else to try. Is there maybe some sort of ini or config file that I need to change some lines in or something? I really would've thought, if nothing else, then giving Everyone full control on the whole sphiderplus directory would've worked. I'm not really sure what else to do.

We are running

  • PHP 7.0.5 installed from Microsoft's Web Platform Installer
  • FastCGI installed from Micosoft's Web Platform Installer
  • IIS 7.5.7600.16385
  • Windows Server 2008 R2 SP1 (v 6.1 b 7601).
eidyloneidylon

1 Answer

For what it is worth, I got around this by changing how it was checking the writability of the files/folders.

The sphiderplus code was checking like this...

I changed that code to this...

Seems to work fine.

eidyloneidylon

Not the answer you're looking for? Browse other questions tagged phppermissionsiis-7.5file-permissions or ask your own question.