Danny696 Posted May 26, 2012 Posted May 26, 2012 (edited) Hey guys, Now, Noticed this before and have noticed it today, when roaming around the site, I often see little snippets of code, for example; '); var sidebar_align = 'right'; var content_container_margin = parseInt('290px'); var sidebar_width = parseInt('270px'); //--> Which was located above the very logo, AND '); loadVbCss(yuipath + '/treeview/assets/skins/sam/treeview.css'); //--> Which was located above the "Sections" box on the homepage AND '); } else { document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); } document.write(''); //--> Which was located on the "My Profile" page at the top There to two easily findable, Just wondering if anyone else has this problem. Its not site-destorying, but rather annoying. Thanks Dan. Edited May 26, 2012 by Danny696 Quote
Djkanna Posted May 27, 2012 Posted May 27, 2012 I can not say this has happened for me, but sucks nonetheless. Quote
Dabomstew Posted May 27, 2012 Posted May 27, 2012 This happens for me on old (3.x) versions of Firefox; can I suggest an upgrade if possible if you're in the same position? It seems to be to do with javascript containing the text "</script>" inside a javascript quoted string. Quote
Danny696 Posted May 27, 2012 Author Posted May 27, 2012 Oh rite, thats fine, I did think that before, but it is ungradeable, as on my laptop I run off a linux disk Quote
HauntedDawg Posted May 27, 2012 Posted May 27, 2012 Oh rite, thats fine, I did think that before, but it is ungradeable, as on my laptop I run off a linux disk firefox.com and download new version? Quote
Spudinski Posted May 27, 2012 Posted May 27, 2012 It might be due to either a slow connection(here or by you) or packet loss. It's simply the browser loading the page so slowly, it begins to render the DOM before everything is transfered completely. I'd suggest you use Opera or Chrome, which actually waits for a page to finish loading before rendering anything. Quote
Danny696 Posted May 31, 2012 Author Posted May 31, 2012 firefox.com and download new version? I run a demo version each time I load my computer, My HDD is broken, so cannot access it, so this would be impossible. Quote
Dave Posted May 31, 2012 Posted May 31, 2012 I run a demo version each time I load my computer, My HDD is broken, so cannot access it, so this would be impossible. Either buy a new HDD and install the operating system.. or you could potentially just install it upon a USB stick? Quote
Spudinski Posted June 1, 2012 Posted June 1, 2012 (edited) Word of advise: your hard drives needs to be in such a way that if the FBI came knocking on your door, you can take a 10 pound sledge hammer to them and still have all your data afterwards. Edit: With reply to Dave's comment.. Install a Live OS on your USB, and fix the disk. It's probably just one thing on your hard drive that's failing, so you can work around that. See mine for example: [ATTACH=CONFIG]419[/ATTACH] Edited June 1, 2012 by Spudinski Quote
runthis Posted June 1, 2012 Posted June 1, 2012 i always wondered if old browsers would spew out php code Quote
Arson Posted June 10, 2012 Posted June 10, 2012 Word of advise: your hard drives needs to be in such a way that if the FBI came knocking on your door, you can take a 10 pound sledge hammer to them and still have all your data afterwards. If you can recover your data, so can anyone else...especially the FBI lol... Quote
Danny696 Posted June 14, 2012 Author Posted June 14, 2012 (edited) Word of advise: your hard drives needs to be in such a way that if the FBI came knocking on your door, you can take a 10 pound sledge hammer to them and still have all your data afterwards. What happens if its not? And would that be possible for it to survive a 10 pound sledge hammer and anything/one to retrieve the data? [ATTACH=CONFIG]495[/ATTACH] [ATTACH=CONFIG]496[/ATTACH] There the two bad sectors, also seems to be an I/O error Edited June 14, 2012 by Danny696 Quote
JakeB Posted July 13, 2012 Posted July 13, 2012 (edited) i always wondered if old browsers would spew out php code PHP is processed on the server side, so there is no way for a browser to cause code to be visible, the only way php code would be visible is if you stuck it into a .html file (and even then it might not, depends on how your server is configured) or to forget the <?php tags. Just sayin' Edited July 13, 2012 by booher Quote
Spudinski Posted July 14, 2012 Posted July 14, 2012 PHP is processed on the server side, so there is no way for a browser to cause code to be visible, the only way php code would be visible is if you stuck it into a .html file (and even then it might not, depends on how your server is configured) or to forget the <?php tags. Just sayin' Or your server isn't configured to serve PHP pages, which would cause the server to spew out the content in form of the file's mime-type. For PHP it's text/plain. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.