Subject: | Don't work out of the box. |
Summary: | Package rating comment |
Messages: | 2 |
Author: | coverup |
Date: | 2011-07-06 03:45:42 |
Update: | 2013-02-25 15:54:24 |
|
|
|
coverup rated this package as follows:
Utility: | Insufficient |
Consistency: | Sufficient |
Examples: | Good |
|
coverup - 2011-07-06 03:45:42
Don't work out of the box. it is necesary to modify the scripts.
The following mods must be made before use:
change $HTTP_POST_VARS to $_POST
change $PHP_SERVER_VARS to $_SERVER
there is a bug with the IMG tag when try to change SRC.
Work well with simple <IMG SRC="">
but dont work with <IMG SRC="" OVERSRC="">
it change oversrc instead src and left src unchanged
the problem is on the tag array that use a tag and one posible value to change..but here img tag has two values to change src and oversrc
i hope this project is still under develop because the overall idea is really good. i found this project because i was making my own with curl, and think may be someone else did something similar and here i am.
hang in there pal! it almost perfect just need a little touch and fine tunning to reach the goal.
don forget the post stuff and https://
xD
gaucho - 2013-02-25 15:54:24 - In reply to message 1 from coverup
you wrote to replace "PHP_SERVER_VARS" but i only found "HTTP_SERVER_VARS"
|