SMFHacks.com

Ad Seller Pro => Support => Topic started by: Black Viper on February 02, 2010, 02:19:16 am

Title: Invalid image tracking URL using &
Post by: Black Viper on February 02, 2010, 02:19:16 am
The image tracking URL is not valid XHTML and "&id" is assumed to be an entity and also it is used in XHTML (such as a div id). This is causing me many issues. May I suggest escaping all instances of '&' into '&' to be inline with XHTML standards?
This will fix W3 validation errors (both my main web site and SMF forums), could fix the template errors, and maybe more. :)

Code: [Select]
<img src="hxxp://example.com/index.php?action=adpro;sa=v&id=3&l=1000&m=0&t=1265098566" alt="" />
BV EDIT: removed the bolding tags in the line above.
Title: Re: Invalid image tracking URL using &
Post by: SMFHacks on February 02, 2010, 12:49:30 pm
Fixed xhtml validation issue for 1.0.3
Title: Re: Invalid image tracking URL using &
Post by: Black Viper on February 03, 2010, 04:13:56 am
Great, thanks!
Title: Re: Invalid image tracking URL using &
Post by: Black Viper on February 03, 2010, 09:53:00 am
As a side note, this is not specific to the image tracking code, but all URL's generated within Ad Seller that has an & in it, it just comes to the front the most with the tracking code is all.
Thanks.
Title: Re: Invalid image tracking URL using &
Post by: SMFHacks on February 03, 2010, 09:53:36 am
Yeah made sure to fix all did a scan for them.