The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
One formtools installation - XSS and IE8! - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: One formtools installation - XSS and IE8! (/showthread.php?tid=1364)



One formtools installation - XSS and IE8! - cordial - Jun 13th, 2011

Hello,

I have a small number of clients who each have a basic contact form on their site. I want to have a single formtools installation on my domain and allow each of the individual sites to send their forms to this single domain for processing.

This works great in everything apart from IE8 which is strict with XSS, (cross-server scripting).

I've tried disabling XSS security via .htaccess but am not having any luck. Has anyone created a similar setup and got this working? I've a dedicated server so have access to the underbelly if it's needed - not that I'm particularly confident at messing with it.

Any advice appreciated!


RE: One formtools installation - XSS and IE8! - cordial - Jun 13th, 2011

Ah so I realise my problem is not with sending data to a different domain, it's sending data to a different domain via AJAX. Cross-site scripting not allowed in IE8!

When I submit the form as per usual, it works perfectly.


RE: One formtools installation - XSS and IE8! - Ben - Jun 14th, 2011

Excellent! And I have to leap to IE's defence here (there's a first time for everything...!) - that's actually going to be the case with all browsers.

Glad it's working now, though!

- Ben


RE: One formtools installation - XSS and IE8! - cordial - Jun 14th, 2011

I haven't encountered an issue like this before as I haven't messed with AJAX, but it seemed to be working fine in everything apart from IE8.

I've been using this script - http://www.malsup.com/jquery/form/ - and it was working great. As far as I could tell, only IE8 was refusing to co-operate.


RE: One formtools installation - XSS and IE8! - Ben - Jun 17th, 2011

Huh! Interesting.

Anyway, glad it's working now. :-)

- Ben