Open the .pl file, and look for $INSERT_FILE and put ads.php in between the quotes. Then save the file and upload it again.
Then make the file called ads.php and place your adversal code in that.
Code:
# If either $INSERT_HTML or $INSERT_FILE is set, then that HTML text or the
# contents of that named file (respectively) will be inserted into any HTML
# page retrieved through this proxy. $INSERT_HTML takes precedence over
# $INSERT_FILE.
# When viewing a page with frames, a new top frame is created and the
# insertions go there.
# NOTE: Any HTML you insert should not have relative URLs in it! The problem
# is that there is no appropriate base URL to resolve them with. So only use
# absolute URLs in your insertion. (If you use relative URLs anyway, then
# a) if $ANONYMIZE_INSERTION is set, they'll be resolved relative to this
# script's URL, which isn't great, or b) if $ANONYMIZE_INSERTION==0,
# they'll be unchanged and the browser will simply resolve them relative
# to the current page, which is usually worse.)
# The frame handling means that it's fairly easy for a surfer to bypass this
# insertion, by pretending in effect to be in a frame. There's not much we
# can do about that, since a page is retrieved the same way regardless of
# whether it's in a frame. This script uses a parameter in the URL to
# communicate to itself between calls, but the user can merely change that
# URL to make the script think it's retrieving a page for a frame. Also,
# many browsers let the user expand a frame's contents into a full window.
# [The warning in earlier versions about setting $INSERT_HTML to '' when using
# mod_perl and $INSERT_FILE no longer applies. It's all handled elsewhere.]
# As with $INSERT_ENTRY_FORM, note that any insertion may throw off any
# precise layout, and the insertion is subject to background colors and
# other page-wide settings.
#$INSERT_HTML= "<h1>This is an inserted header</h1><hr>" ;
$INSERT_FILE= 'ads.php' ;
If you don't get that, try
$0 - $30 a day. 0 - 700,00 hits a day. (View Single Post)