![]() |
FAQ/Help |
Calendar |
Search |
#1
|
||||
|
||||
To remove the ICQ-flowers, add this in the "change line" part of the script:
# ICQ remove if ($pod_line =~ m/mirabilis/) { $pod_line =~ s/<IMG.{90,120}r=0>//gi; } The same idea can also be used to remove anything else... |
#2
|
|||
|
|||
Not sure where change line is located OR which script its on (podvars vs pod.cgi). Tried varios locations in both scripts. Did not work. Any suggestions?
__________________
Trust your ad to See My Ad.Com - www.seemyad.com |
#3
|
||||
|
||||
Put it in the pod.cgi script.
I have put it just in front of the lines that says: # 1.77 $pod_line =~ s/img src=\"\/World/img src=\"http:\/\/dmoz.org\/World/gi; and don't call me "berk"! |
#4
|
|||
|
|||
Well it worked! Thank you very much.
I guess saying "Please don't call me "berk" would have been asking for to much in this "civilized" nation of ours. I apologize and won't do so again...
__________________
Trust your ad to See My Ad.Com - www.seemyad.com |
#5
|
||||
|
||||
Well, this code don't work anymore.
It has to be changed to: # ICQ remove if ($pod_line =~ m/mirabilis/) { $pod_line =~ s/<IMG.+?>//gi; } |
Reply |
|
![]() |
||||
Thread | Forum | |||
flowers | The Garden | |||
flowers to all | New Member Introductions |