Please help me (please!!!!)

Arben

New Member
Hey guyz,

I am really pissed of with vBulletin. This is my problem:

I was looking for a good shoutbox, so i found the cChatBox 1.4, and i cant seem to remove it :S.


I keep getting this error:

Not Acceptable

An appropriate representation of the requested resource /admincp/plugin.php could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I cant edit it, disable it or uninstall it :S

I cant even do anything with it at the vBulletin options menu cuz i keep getting that error.

PLEASE HELP ME!!!

CONTACT ME ON: [email protected]

My site is: www.cenalia.co.cc

Thank u ppl !!!
 

absinth

New Member
Arben said:
Hey guyz,

I am really pissed of with vBulletin. This is my problem:

I was looking for a good shoutbox, so i found the cChatBox 1.4, and i cant seem to remove it :S.


I keep getting this error:

Not Acceptable

An appropriate representation of the requested resource /admincp/plugin.php could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I cant edit it, disable it or uninstall it :S

I cant even do anything with it at the vBulletin options menu cuz i keep getting that error.

PLEASE HELP ME!!!

CONTACT ME ON: [email protected]

My site is: Cenalia - Powered by vBulletin

Thank u ppl !!!

put this in /admincp and after try to uninstall :)
 

Arben

New Member
No, it didnt work

i still get that error:

Not Acceptable

An appropriate representation of the requested resource /admincp/plugin.php could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
 

absinth

New Member
add this define('DISABLE_HOOKS', true); in config.php Now after <? php.now try to uninstall!After that, only remove define('DISABLE_HOOKS', true);!
 

Arben

New Member
I put it in:


<?php ('DISABLE_HOOKS', true)
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 3.8.2
|| # ---------------------------------------------------------------- # ||
|| # All PHP code in this file is ©2000-2009 Jelsoft Enterprises Ltd. # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/




But now i get this error: Parse error: syntax error, unexpected ',' in /home2/cenalia/public_html/includes/config.php on line 1
 

absinth

New Member
after <?php..........
<?php
define('DISABLE_HOOKS', true);
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 3.8.2
|| # ---------------------------------------------------------------- # ||
|| # All PHP code in this file is ©2000-2009 Jelsoft Enterprises Ltd. # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/
 

Arben

New Member
I put it in:


<?php ('DISABLE_HOOKS', true)
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 3.8.2
|| # ---------------------------------------------------------------- # ||
|| # All PHP code in this file is ©2000-2009 Jelsoft Enterprises Ltd. # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # vBulletin - Instant Community | vBTEAM Underground - Free vBulletin Hacks, Skins and Support # ||
|| #################################################################### ||
\*======================================================================*/




But now i get this error: Parse error: syntax error, unexpected ',' in /home2/cenalia/public_html/includes/config.php on line 1
 

absinth

New Member
after <?php..........
<?php
define('DISABLE_HOOKS', true);
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 3.8.2
|| # ---------------------------------------------------------------- # ||
|| # All PHP code in this file is ©2000-2009 Jelsoft Enterprises Ltd. # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # vBulletin - Instant Community | vBTEAM Underground - Free vBulletin Hacks, Skins and Support # ||
|| #################################################################### ||
\*======================================================================*/
 

Arben

New Member
Dam, i still get this error:


Not Acceptable

An appropriate representation of the requested resource /admincp/plugin.php could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


Hey can u send me ur MSN PLEASE?????
 

Scenekids

New Member
The error is saying file could not be found at '/admincp/plugin.php'
Someone has already given you a file to download and to upload that file to the admincp section.

So you havn't put that file in. Unless your putting the whole .rar file in.

So you'll need to unzip it and then there will be a .php file with it it.. Upload that to the admincp section... IN your FTP.
 

Arben

New Member
Scenekids said:
The error is saying file could not be found at '/admincp/plugin.php'
Someone has already given you a file to download and to upload that file to the admincp section.

So you havn't put that file in. Unless your putting the whole .rar file in.

So you'll need to unzip it and then there will be a .php file with it it.. Upload that to the admincp section... IN your FTP.

LOL, im not that stupid

the plugin.php was already in there so :S
 

bluescorpion

New Member
More likely than not, your host has installed an add-on for apache called mod_security.

Here is the ModSecurity Hype:

"ModSecurityTM is an open source intrusion detection and prevention engine for web applications (or a web application firewall). Operating as an Apache Web server module or standalone, the purpose of ModSecurity is to increase web application security, protecting web applications from known and unknown attacks."

While mod_security can be a very powerful tool to protect and defend against bad guys, when its misconfigured or overly strict rule sets are put in place, it can be a major pita for vBulletin Owners and Operators.

You need to hook up with your Hosting Support Group and ask them how to remove or work around this Apache Hack...
 
Top