Sourceguardian?

Any problem with PHP can be disscused here
Post Reply
derangedtaco
Posts: 78
Joined: Sun Feb 26, 2006 4:21 pm

Sourceguardian?

Post by derangedtaco »

At this page of my website, I get an error.

http://www.derangedtaco.com/forum/index ... membermap2

Code: Select all

PHP script /home/zerorave/public_html/derangedtaco-com/forum/sources/membermap2/p_functions_4.php is protected by SourceGuardian and requires file ixed.4.3.11.lin or ixed.4.3.lin.
Please read SourceGuardian protected scripts manual.
This is before I have moved all of my old files to my new hosting account here. I'm just wondering what the problem is. And, when I do make the transfer, will it automatically fix itself?


Visit derangedtaco.com, a developing online community.
SHAdmin
Posts: 2095
Joined: Sat Dec 18, 2004 11:28 am
Contact:

Post by SHAdmin »

You are recievin that error because the script that you are using seems to be encoded with the sourcegardian encoder, and currently smokyhosts server doesnt support it. Currently we have decoders for zend encoded files and ioncube encoded files. If you find either of those two version files of your script, then please upload those files and use them. If not available, please contact me via PM for more options.
derangedtaco
Posts: 78
Joined: Sun Feb 26, 2006 4:21 pm

Post by derangedtaco »

I'm still sort of confused.

So you're saying that I should find a different version of the mod that uses zend or ioncube, instead of sourceguardian?

BTW, you know what I'm going to ask... Would the installation of sourceguardian on your server be a big deal?
Visit derangedtaco.com, a developing online community.
SHAdmin
Posts: 2095
Joined: Sat Dec 18, 2004 11:28 am
Contact:

Post by SHAdmin »

Yes, i mean that if you can get a version of that mod which is encoded with ioncube or zend optimizer instead of sourceguardian.

To be frank, it is not a big deal, but first i have to survey a little to find out that it shouldn't clash with any currently installed decoders i.e. ioncube and zend optimizer. Once it is confirmed, i will get it installed. However this may take a while. I shall keep you informed as soon as it is available on the server.
derangedtaco
Posts: 78
Joined: Sun Feb 26, 2006 4:21 pm

Post by derangedtaco »

yeah,tell me when you get it done 8)
Visit derangedtaco.com, a developing online community.
kaos_frack
Posts: 504
Joined: Sat May 07, 2005 8:03 am
Contact:

Post by kaos_frack »

SHadmin wrote:You are recievin that error because the script that you are using seems to be encoded with the sourcegardian encoder, and currently smokyhosts server doesnt support it. Currently we have decoders for zend encoded files and ioncube encoded files. If you find either of those two version files of your script, then please upload those files and use them. If not available, please contact me via PM for more options.
does smokyhosts support cURL?
has it installed in it with php?
SHAdmin
Posts: 2095
Joined: Sat Dec 18, 2004 11:28 am
Contact:

Post by SHAdmin »

Yes, smokyhosts supports curl and is installed with PHP.
Post Reply