Guys sincerly reading your installation guide, i don't know what to think...
Why you ask to disable the vbulletin protections???
And why the plugin doesn't work of default in https??????????????????????
These are your instructions to install the plugin:
Disable The Apache Module Mod_Security
Symptom:
You are getting a message when creating or managing your Panjo marketplace that says:
There was a problem getting your forum info.
What is causing this?
There are a few potential causes of the above problem, but in 95% of cases, it is because you are running an apache module called “Mod_security” which is known to cause problems with vBulletin. (For this reason, Internet Brands, the developers of vBulletin, have even created a diagnostic tool to detect the more serious issues caused by this module.)
What is this module for?
The short answer is that it exists as a backup for insecure code on your site. vBulletin is secure by default. An example for potentially insecure code would be custom code written by inexperienced vB developers.
Here is a link with a more thorough answer:
http://www.inmotionhosting.com/suppo...s-it-important
How do I disable this module?
In most cases, the module has been enabled by your vbulletin hosting company and can only be disabled by them. You will need to contact them to get this resolved.
In some cases, you may be able to disable it with cPanel. Here is a link that can walk you through that if that option is available:
http://www.inmotionhosting.com/suppo...bers/406-error
Alternatively, you may be able to disable it by modifying your .htcaccess file. Here is a link that can help you with that.
http://stackoverflow.com/questions/1...-htaccess-file
However, we strongly recommend that you contact your host, since the cPanel and .htcaccess solutions have not worked for sites where the module was enabled by the host.
How will my forum be affected if I disable it?
It protects against a certain type of vulnerability if the developer writing the code on your server (vB devs or plugin coders) don't know how to make it safe. It has the unfortunate side effect generating false positives and blocking some secure scripts. If it's gone it will stop doing both of these things. This generally only matters to you if you're running insecure, custom code.
Other Recommendations
1. Make sure your site-clock is accurate.
Time-zone does not matter, but if we make a request at 5:09pm PST and your site says its currently 5:45pm PST, the request will fail.
2. Make sure the plugin is accessible to logged-out users.
The plugin is located at your forum root. (Example:
http://www.yoursite.com/classifieds.php)
The reason for this is that our servers will be treated like logged-out users and can’t communicate with the plugin if a login is required for that page.
3. Make sure that cURL is enabled.
4. The plugin will not work if https is enabled site-wide.
The Panjo plugin operates in an iframe and needs to have a certificate FTP’d into your site for HTTPS to work on it. Unfortunately, certificates have to be renewed regularly, which makes it unfeasible for us to implement at this time.
I'm a little bit confused...