Jump to content

[SOLVED] need help with source gardian


supergrame

Recommended Posts

the web host i usse does not have it installed but thats ok cos i want to install it on my pc so i can see how it all works first now this is the error i get

 

Warning: dl() [function.dl]: Not supported in multithreaded Web servers - use extension=ixed.5.2.win in your php.ini in C:\Xampp\htdocs\bob\index.php on line 2

PHP script C:\Xampp\htdocs\bob\index.php is protected by SourceGuardian and requires the SourceGuardian loader ixed.5.2.win. The SourceGuardian loader has not been installed, or is not installed correctly. Please visit the SourceGuardian php encoder site to download required loader.

 

i have dl the right file and put it in the right directory i think but it still doesent want a bar of it i was hoping some one has had this problem before so i could get some advise.

Link to comment
https://forums.phpfreaks.com/topic/136863-solved-need-help-with-source-gardian/
Share on other sites

Did you even read the error message?  Honestly.  You can't dynamically load libraries on multithreaded servers.  Anyway, dl() is EXTREMELY slow.

 

The error is telling you to add

extension=ixed.5.2.win

To your php.ini file.  Do that then restart your server.

yes i have added extension=ixed.5.2.win  to php.ini

 

i have downloaded all the sorce gardian files

and im not usre if it suports dynamic loading but my localhost/ should right?

 

just wana add i have put the ixed.5.2.win in the /php/ext/ folder and also have put it in the dir of my script in a dir called ixed.

 

so im pretty sure i read the install instructions right but im still getting that error i must be missing something

  • 2 years later...

HI evey one ,

I want to run a script with the xampp .

 

I have the same problem and I've added this code to the php.ini and also downloaded the Windows VC6 from http://www.sourceguardian.com/ixeds/  and extract it to the \xampp\php\ext  . It needs a file that was in this file ( ixed.5.2.win) but my problem still exists and I don't know how can I solve it .

 

Can you please help me to solve it ?

 

thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.