The PHProxy 0.4 Can't working for the PHP 5.
Status: Inactive
Brought to you by:
eugee
I used PHProxy 0.4 for the PHP5 host, but that show
me a message of "Fatal error: Non-static method
PHProxy::decode_url() cannot be called statically in
D:\PHP_test\poxy\PHProxy.class.php on line 276".
That's can working for the PHP4.
It's that could not working for the PHP5 host?
Logged In: NO
When trying to register to a forum, after entering some
info adn clicking sumit I get this message
In order to accept POST request originating from this
domain, the admin must add this domain to the whitelist.
ANyway to resolve that?
Thanks
Logged In: NO
in PHProxy.class.php line 177
<b>Original line:</b>
$this->response_code = next(explode(' ', $this-
>response_headers));
<b>Change to:<b>
$response_headers=explode(' ', $this-
>response_headers);
$this->response_code = next($response_headers);
I tested in php 5.0.5 and it work fine.
Have fun,
dragonslair
panuwat@kku.ac.th
Logged In: NO
sorry, it should sumit in another topic