Status: offline

kemal

Forum User
Regular Poster
Registered: 04/05/05
Posts: 103
silly
my register globals is off and nut running soutbox or chatter block!
is there a way?

(i added
extract( $_POST );
extract( $_GET );
to lib-common.php but working again)

what can i do?

_KEMAL_

ironmax

Anonymous
Are you saying it does work or does not work with the following code below?

Text Formatted Code
*/

$_COM_VERBOSE = false;

/**
* The next two lines below are for the Register_Globals bypass to work
* on most plugins that reguire the globals to be on.
*/

extract( $_POST );
extract( $_GET );

/**
* Configuration Include: You should ONLY have to modify this line.
* Leave the rest of this file intact!
*

 

Status: offline

kemal

Forum User
Regular Poster
Registered: 04/05/05
Posts: 103
working for forum but not working for chatter block or southbox
_KEMAL_

ironmax

Anonymous
The only things I could suggest would be to turn globals back on and wait for the author(s) of the plugins to make their updates more complient with register_globals=off, ask them for a possible work around until they come out with the update, or code it yourself.

You need to let us know what your errors are that you get from logs or screen output. We have nothing to work with to help give a solution at this time as you provided nothing.

The code above in my last post said it all pretty much. It may or may not help in all plugin apps. Its a means to bypass.

Status: offline

kemal

Forum User
Regular Poster
Registered: 04/05/05
Posts: 103
i understand = problem is not register_globals
chatter block plugin giving this error

Warning: Invalid argument supplied for foreach() in /home/.crusader/kcellat/moderntalking.biz/mt/chatterblock/cb_main.php on line 308

i dont know what is the problem??
_KEMAL_