Forum Moderators: Robert Charlton & goodroi
do you have any type of web-based control panel access to manage your server?
something like cpanel or plesk?
When you say "don't have root access", do you mean that you can't FTP into the site (or SFTP or SSH or something web-based or, or, or), look at everything that's there, and move/upload/delete files?
Or is it one of those package deals where the site gives you the software and it uploads itself?
And I don't think you've ever got around to saying what kind of web-site-generating program you're using. Could be something off the shelf or something made up by the host.
But my guess is that the "somenumber" is an auto-generated reference to your specific site. Other people's sites will have the same code, only with different numbers.
If you've got a line that says <script src...> then somewhere on the page there's got to be javascript. It might be inside a <script> section or it might be hidden in an html tag.
Immediately after each occurrence of "function" is another word. That following word is the one you look for in your page source.
I am not seeing the word function in the source code of the site’s pages.
I see it in the on page text (text in opening post) when I click on the urls such as www.example.com/scripts/siteUtil.js?somenumber from the search index and on the urls I am led to after clicking the clickable portion of <script type='text/javascript' src='scripts/siteUtil.js?somenumber'></script> in the source code. Is there anywhere else that I can look?
<script type = "text/javascript">
footnote(2)
</script> <td onclick = "makePatientTable(2,1,1)">me</td> function footnote(howmany) function makePatientTable(mood,person,number) function getCopyrightDate(iStartYear, iRangeSize, separatorString)
getCoptrightDate(one number, another number, some text)