Quote:
Originally Posted by semprot
Open the XML file.. Look at the 351st line (v2.3.4) there is a line looks like this
PHP Code:
$url = $bburl . '/rbs_banner.php?id=' . $rs['id'] . '&userid=' . $rbs_userid;
Change it to
PHP Code:
$url = $bburl . '/rbs_banner.php?id=' . $rs['id'] . '&userid=' . $rbs_userid;
And i believe last step is reupload the XML file.
|
Yes that's what I was looking for! I had searched in all the included files but never looked in the xml itself. I hope this is the only location in code where the URLs are formed or I may have to make this change elsewhere.
Now the developer needs to add this to the source too.
Thanks!