The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Affiliate Links
#1
My problem is similar to the issue with the Hostgator links showing blank with the exception that apparently GetSimple is adding code when I copy and paste in to the component i.e. :
<a href="http://www.tkqlhce.com/click-7886760-12077207-1425667166000" target="_blank">
<img src="http://www.ftjcfx.com/image-7886760-12077207-1425667166000" width="250" height="250" alt="" border="0"/></a>
what the site is showing:
<a href="http://www.tkqlhce.com/click-7886760-12077207-1425667166000" target="_blank">
<img src="http://www.yceml.net/0151/12077207-1425668655716" width="0" height="0" alt="" border="0" style="display: none !important; visibility: hidden !important; opacity: 0 !important; background-position: 250px 250px;"></a>
I can replace the <img tag with text and it will show - why is GetSimple adding:
width="0" height="0" alt="" border="0" style="display: none !important; visibility: hidden !important; opacity: 0 !important; background-position: 250px 250px;"
to the images??
Reply
#2
(2015-08-28, 05:10:58)bluzer Wrote: My problem is similar to the issue with the Hostgator links showing blank with the exception that apparently GetSimple is adding code when I copy and paste in to the component i.e. :
<a href="http://www.tkqlhce.com/click-7886760-12077207-1425667166000" target="_blank">
<img src="http://www.ftjcfx.com/image-7886760-12077207-1425667166000" width="250" height="250" alt="" border="0"/></a>
what the site is showing:
<a href="http://www.tkqlhce.com/click-7886760-12077207-1425667166000" target="_blank">
<img src="http://www.yceml.net/0151/12077207-1425668655716" width="0" height="0" alt="" border="0" style="display: none !important; visibility: hidden !important; opacity: 0 !important; background-position: 250px 250px;"></a>
I can replace the <img tag with text and it will show - why is GetSimple adding:
width="0" height="0" alt="" border="0" style="display: none !important; visibility: hidden !important; opacity: 0 !important; background-position: 250px 250px;"
to the images??

The first img src is a redirect. Maybe that's why GetSimple blocks the image.
try this (use the second img src)


Code:
<a href="http://www.tkqlhce.com/click-7886760-12077207-1425667166000" target="_blank">
<img src="http://www.yceml.net/0151/12077207-1425668655716" width="250" height="250" alt="" border="0"/></a>
Reply
#3
Hi Bluzer, just checking on this. Did you try the suggested html code? I was wondering if this worked for you. [Image: 1.gif]
Reply




Users browsing this thread: 1 Guest(s)