SMF Development > Fixed or Bogus Bugs
All 2.0.2 need to make these Changes to avoid Bug
Realinfo:
--- Quote from: nend on May 26, 2012, 12:50:21 AM ---If the ISP is causing the problem then the ISP should fix the problem. If it effects SMF then likely it will affect other websites and services as well.
Basically the bug is in your ISP's system, have them fix it or switch providers. Eventually the person leasing the connection will figure out that the ISP is no good as it is injecting extra content into web sites.
I would actually be afraid of leasing a connection from them, considering ads are getting injected into the page as they are part of it then I think this should a major concern because now it is a security issue.
--- End quote ---
ISP has to slove the problem............ but if they don't do, then we need to do something, As I have done............ As in my area, there are too many my site's members who are on issue creating ISP........... and I need to solve it by making required changes................
Arantor:
Except that, as far as your ISP is concerned, the code is identical!
emanuele:
Not exactly because I think what he is referring to is the javascript that creates the smiley popup (that BTW is always created even if there are no smiley in the popup...):
--- Code: --- sMoreSmileysPopupTemplate: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\t\t\t\t\t\t<html>\n\t\t\t\t\t\t\t<head>\n\t\t\t\t\t\t\t\t<title>Additional smileys<' + '/title>\n\t\t\t\t\t\t\t\t<link rel="stylesheet" type="text/css" href="http://media.simplemachinesweb.com/smf/default/css/index.css?fin20" />\n\t\t\t\t\t\t\t<' + '/head>\n\t\t\t\t\t\t\t<body id="help_popup">\n\t\t\t\t\t\t\t\t<div class="padding windowbg">\n\t\t\t\t\t\t\t\t\t<div class="cat_bar">\n\t\t\t\t\t\t\t\t\t\t<h3 class="catbg">\n\t\t\t\t\t\t\t\t\t\t\tPick a smiley\n\t\t\t\t\t\t\t\t\t\t<' + '/h3>\n\t\t\t\t\t\t\t\t\t<' + '/div>\n\t\t\t\t\t\t\t\t\t<div class="padding">\n\t\t\t\t\t\t\t\t\t\t%smileyRows%\n\t\t\t\t\t\t\t\t\t<' + '/div>\n\t\t\t\t\t\t\t\t\t<div class="smalltext centertext">\n\t\t\t\t\t\t\t\t\t\t<a hr'+'ef="#" id="%moreSmileysCloseLinkId%">Close Window<' + '/a>\n\t\t\t\t\t\t\t\t\t<' + '/div>\n\t\t\t\t\t\t\t\t<' + '/div>\n\t\t\t\t\t\t\t<' + '/body>\n\t\t\t\t\t\t<' + '/html>'
--- End code ---
that is changed by the ISP adding something instead of the tag <body>, he is asking to break the tag bocy in this piece of javascript.
Arantor:
Oh, I see what he's referring to now.
emanuele:
I think add the body tag to JavaScriptEscape shouldn't be a big problem.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version