設萬維讀者為首頁 廣告服務 技術服務 聯繫我們 關於萬維
簡體 繁體 手機版
分類廣告
版主:諍友
萬維讀者網 > 教育學術 > 帖子
Inoutscripts socialtiles軟件的13個錯誤分析
送交者: 小股 2018年03月12日11:35:10 於 [教育學術] 發送悄悄話

20 months ago, I spent $447 buying Inoutscripts Socialtiles and its addons, but found nothing is working. They did not solve any issues and refused to refund me. In addition, I lost a lot with hosting. I checked online, there are 13 bug with this script. The below is the details of its coding bugs.

  1. Warning Line 73, Column 25character “<” is the first character of a delimiter but occurred as data

    			  if (opera.version()<11){

    This message may appear in several cases:

    • You tried to include the “<” character in your page: you should escape it as “&lt;”

    • You used an unescaped ampersand “&”: this may be valid in some contexts, but it is recommended to use “&amp;”, which is always safe.

    • Another possibility is that you forgot to close quotes in a previous tag.

  2. Warning Line 82, Column 17character “<” is the first character of a delimiter but occurred as data

    		 if (ffversion<5){

    This message may appear in several cases:

    • You tried to include the “<” character in your page: you should escape it as “&lt;”

    • You used an unescaped ampersand “&”: this may be valid in some contexts, but it is recommended to use “&amp;”, which is always safe.

    • Another possibility is that you forgot to close quotes in a previous tag.

  3. Warning Line 149, Column 10character “<” is the first character of a delimiter but occurred as data

    		if (num<5){

    This message may appear in several cases:

    • You tried to include the “<” character in your page: you should escape it as “&lt;”

    • You used an unescaped ampersand “&”: this may be valid in some contexts, but it is recommended to use “&amp;”, which is always safe.

    • Another possibility is that you forgot to close quotes in a previous tag.

  4. Error Line 236, Column 87document type does not allow element “div” here; missing one of “object”, “applet”, “map”, “iframe”, “button”, “ins”, “del” start-tag

    …s://shensor.com/social/index.php?page=index/index"><div class="logo"></div></a>

    The mentioned element is not allowed to appear in the context in which you’ve placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you’ve forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as “<p>” or “<table>”) inside an inline element (such as “<a>”, “<span>”, or “<font>”).

  5. Error Line 242, Column 52there is no attribute “data-reveal-id”

    …lass="sign_up jpclick" data-reveal-id="myModal" data-animation="none">SignUp</…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the “Strict” document type with a document that uses frames (e.g. you must use the “Transitional” document type to get the “target” attribute), or by using vendor proprietary extensions such as “marginheight” (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  6. Error Line 242, Column 77there is no attribute “data-animation”

    …ass="sign_up jpclick" data-reveal-id="myModal" data-animation="none">SignUp</a>

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the “Strict” document type with a document that uses frames (e.g. you must use the “Transitional” document type to get the “target” attribute), or by using vendor proprietary extensions such as “marginheight” (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  7. Error Line 428, Column 163there is no attribute “onSubmit”

    …or.com/social/index.php?page=index/login" onSubmit="return verifyForm_login()">

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the “Strict” document type with a document that uses frames (e.g. you must use the “Transitional” document type to get the “target” attribute), or by using vendor proprietary extensions such as “marginheight” (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  8. Error Line 437, Column 92there is no attribute “placeholder”

    …name"  id="username"  class="text username_input" placeholder="用戶名" value="" />

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the “Strict” document type with a document that uses frames (e.g. you must use the “Transitional” document type to get the “target” attribute), or by using vendor proprietary extensions such as “marginheight” (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  9. Warning Line 726, Column 9character “<” is the first character of a delimiter but occurred as data

    	if (num<5){

    This message may appear in several cases:

    • You tried to include the “<” character in your page: you should escape it as “&lt;”

    • You used an unescaped ampersand “&”: this may be valid in some contexts, but it is recommended to use “&amp;”, which is always safe.

    • Another possibility is that you forgot to close quotes in a previous tag.

  10. Warning Line 772, Column 18character “&” is the first character of a delimiter but occurred as data

    	if ( ( !start ) && ( name != document.cookie.substring( 0, name.length ) ) )

    This message may appear in several cases:

    • You tried to include the “<” character in your page: you should escape it as “&lt;”

    • You used an unescaped ampersand “&”: this may be valid in some contexts, but it is recommended to use “&amp;”, which is always safe.

    • Another possibility is that you forgot to close quotes in a previous tag.

  11. Warning Line 772, Column 19character “&” is the first character of a delimiter but occurred as data

    	if ( ( !start ) && ( name != document.cookie.substring( 0, name.length ) ) )

    This message may appear in several cases:

    • You tried to include the “<” character in your page: you should escape it as “&lt;”

    • You used an unescaped ampersand “&”: this may be valid in some contexts, but it is recommended to use “&amp;”, which is always safe.

    • Another possibility is that you forgot to close quotes in a previous tag.

  12. Error Line 802, Column 7end tag for “div” omitted, but OMITTAG NO was specified

    </body>

    You may have neglected to close an element, or perhaps you meant to “self-close” an element, that is, ending it with “/>” instead of “>”.

  13. Info Line 256, Column 1start tag was here

    <div class="mainBoard">


0%(0)
0%(0)
標 題 (必選項):
內 容 (選填項):
實用資訊
回國機票$360起 | 商務艙省$200 | 全球最佳航空公司出爐:海航獲五星
海外華人福利!在線看陳建斌《三叉戟》熱血歸回 豪情築夢 高清免費看 無地區限制
一周點擊熱帖 更多>>
一周回復熱帖
歷史上的今天:回復熱帖
2017: 彭運生解《西遊記》(2)
2017: 彭運生:文化沉思錄(64)
2016: 老幾:談談機器狗與圍棋
2016: 阿拉斯加,美國撿了個大便宜
2015: 洪岩:成功的路不止一條
2015: 史語:有序的哲學
2014: 再問各位物理大拿一個簡單的物理問題:
2013: 人只要有悲天憐憫之心憫恤蒼生,即便夜
2013: 解讀NASA發布會:地球上的外星生命