Leipe_Po Posted November 14, 2005 Share Posted November 14, 2005 <?php echo "work now damnit!"; ?> Link to comment https://forums.phpfreaks.com/topic/2144-php-tags-are-back/page/2/#findComment-9636 Share on other sites More sharing options...
ober Posted November 14, 2005 Share Posted November 14, 2005 They were destroyed with the forums upgrade. The admins are trying to get them restored. Link to comment https://forums.phpfreaks.com/topic/2144-php-tags-are-back/page/2/#findComment-9639 Share on other sites More sharing options...
Leipe_Po Posted November 14, 2005 Share Posted November 14, 2005 ohh whahahahah damn i should look more to date's before i post something:P whahahahahaha Link to comment https://forums.phpfreaks.com/topic/2144-php-tags-are-back/page/2/#findComment-9640 Share on other sites More sharing options...
ober Posted March 30, 2006 Share Posted March 30, 2006 <?php echo "test"; ?> Link to comment https://forums.phpfreaks.com/topic/2144-php-tags-are-back/page/2/#findComment-22266 Share on other sites More sharing options...
redbullmarky Posted March 30, 2006 Share Posted March 30, 2006 if all the posts in a topic are parsed with the same function, how come earlier posts work and new ones don't? Link to comment https://forums.phpfreaks.com/topic/2144-php-tags-are-back/page/2/#findComment-22285 Share on other sites More sharing options...
ober Posted March 30, 2006 Share Posted March 30, 2006 Good question. Link to comment https://forums.phpfreaks.com/topic/2144-php-tags-are-back/page/2/#findComment-22399 Share on other sites More sharing options...
Zane Posted March 30, 2006 Share Posted March 30, 2006 I bet the message is parsed before it's added to the database and the PHP parts were just formated beforehand using regex or something, that would explain why the quote tags from way back are different too see check it out [a href=\"http://www.phpfreaks.com/forums/index.php?s=&showtopic=34590&view=findpost&p=126084\" target=\"_blank\"]http://www.phpfreaks.com/forums/index.php?...ndpost&p=126084[/a] Link to comment https://forums.phpfreaks.com/topic/2144-php-tags-are-back/page/2/#findComment-22412 Share on other sites More sharing options...
wildteen88 Posted March 30, 2006 Share Posted March 30, 2006 When you use BBCodes the BBCode parser in IPB parses these BBCode to HTML and then puts it in htmlentities. Once it gets requested IPB then decodes the htmlentities into normal HTML so the browser parses it correctly. When you go to edit your post IPB then goes through a complicated process putting back in the bbcodes! Why IPB decided to do it this anyones guess as I think it would of been better to parse the BBCode when you request the data! So when it gets stored its just the raw data. This is why you see old posts with highlighted php code in them! I got so I excited when say this thread but it was just an old thread that got replied to Link to comment https://forums.phpfreaks.com/topic/2144-php-tags-are-back/page/2/#findComment-22423 Share on other sites More sharing options...
JackJack Posted April 14, 2006 Share Posted April 14, 2006 PHP <?php echo "Your all crazy!!!!!"; ?> Link to comment https://forums.phpfreaks.com/topic/2144-php-tags-are-back/page/2/#findComment-26909 Share on other sites More sharing options...
GBS Posted May 4, 2006 Share Posted May 4, 2006 Hi all,, I was off for a long time & now back,, sad to see some nice features like 'php tags' & 'solved buttons' went off,, I've read few posts about,, Hoping the boss could restore them soon,, l8tr,, Link to comment https://forums.phpfreaks.com/topic/2144-php-tags-are-back/page/2/#findComment-33315 Share on other sites More sharing options...
wildteen88 Posted May 4, 2006 Share Posted May 4, 2006 This thread is extremely old and there isn't any reason for any more replys. The PHP tags or solved button may never be added back again. Hacking IPB isn't the most easiest things to do. THREAD CLOSED Link to comment https://forums.phpfreaks.com/topic/2144-php-tags-are-back/page/2/#findComment-33319 Share on other sites More sharing options...
Recommended Posts