Convivea
News:
Summer is approaching.. who's ready for the heat!?
Home
Help
Search
Login
Register
Convivea
»
Bit Che
»
Scripts & Development
»
HTML Comments Stripped?
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: HTML Comments Stripped? (Read 8549 times)
CuF
Sr. Member
Posts: 331
Karma: +40/-0
HTML Comments Stripped?
«
on:
October 10, 2016, 08:34:57 am »
I'm still working on PornLeech.
They hide the download link inside a comment <!-- -->
Bit Che seems to automatically strip comments. I even tried doing a search/replace on the tags with no luck.
Is there a way to preserve the comment lines?
Logged
chip!
Bad Ass
Administrator
Unstoppable
Posts: 2301
Karma: +629/-6
Re: HTML Comments Stripped?
«
Reply #1 on:
October 16, 2016, 02:33:47 am »
is the <!-- --> comment visible in the debugger in the variable after you pull the string from the array.. like t=array(@q,0) ?
it should only strip out upon the save (anytime saving to $variable), extract, or scrub functions..
«
Last Edit: October 16, 2016, 02:35:24 am by chip!
»
Logged
-
https://convivea.com
- And... boom goes the dynamite.
CuF
Sr. Member
Posts: 331
Karma: +40/-0
Re: HTML Comments Stripped?
«
Reply #2 on:
October 20, 2016, 02:11:16 pm »
I don't think it was visible, but something has come up and I won't have time to take a good like at this for a while. I'll definitely update you when I can.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Convivea
»
Bit Che
»
Scripts & Development
»
HTML Comments Stripped?