Hi
I havent the zend decoder or others decoders (ioncube?) installed on my server and we cannot install it.
Have I any chance to (buy and) run vbseo?
Thank you!
This is a discussion on no zend decoder or others within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; Hi I havent the zend decoder or others decoders (ioncube?) installed on my server and we cannot install it. Have ...
Hi
I havent the zend decoder or others decoders (ioncube?) installed on my server and we cannot install it.
Have I any chance to (buy and) run vbseo?
Thank you!
Hi as-lls,
The ioncube loaders are included with the Ioncube version of vBSEO.
Download the test script at http://www.vbseo.com/downloads/ , upload to your server and call it in your browser.
Ace Shattock / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
My Personal Sites: New Zealand Forum | vBulletin Modifications and Styles | New Zealand Food | New Zealand Android OS Talk | vBulletin Hosting
Thankyou for your reply.
The test I have ionCube installed
I investigated
$_ln (that should be the path to the .so?) is nullPHP Code:if ($_ln) {
@dl($_ln);
if(extension_loaded('ionCube Loader')) {
$ion_good = "yes";
} else {
$ion_error = $ion_error."The Loader was not installed.....";
}
} else {
$ion_good = "yes";
}
if $_ln is nul => $ion_good = yes? o _ O nice test!
we disabled some php functions on the server (dl for 1st)
won't we be able to run vbseo?
Hi and welcome to the forums,
If you have disabled dl for example, that means you have access to changing basic server settings such as php.ini in which case you could simply upload the appropriate ionCube loader and add the following line:
an you should be set.zend_extension = /path_to_ioncubeloader/ioncube_loader_X_X.X.so
I hope this helps!
Juan Muriente / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
yes, but we cannot add any kind of extension
we just had permission to add eaccellerator. it's compatible?
thank you!
Yes, certainly, in which case you'd use Zend (not ionCube)
If you want to run eaccellerator, Zend has an automated installer script.
Juan Muriente / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
we already have eaccelerator on the server
so the zend version i'ts compatible?
thank you!
You will need Zend Optimizer installed as well. Zend is compatible with eaccelerator.