| .//1.html | File has no script tags |
|
| .//3_column_design.html | File has no script tags |
|
| .//3_links.html | File has no script tags |
|
| .//a-venit-roxx.php | Found 1 script tags: <script type="text/javascript">
(function(){
var Days = document.getElementById('Days');
var Hours = document.getElementById('Hours');
var Minutes = document.getElementById('Minutes');
var Seconds = document.getElementById('Seconds');
var d = parseInt(Days.innerHTML);
var h = parseInt(Hours.innerHTML);
var m = parseInt(Minutes.innerHTML);
var s = parseInt(Seconds.innerHTML);
var interval = setInterval(function(){
s++;
if( s > 59) {
s = 0;
m++;
if( m > 59 ) {
m = 0;
h++;
if( h > 59 ) {
h = 0;
d++;
}
}
}
Days.innerHTML = d;
Hours.innerHTML = h;
Minutes.innerHTML = m;
Seconds.innerHTML = s;
}, 1000);
})();
</script>
|
|
| .//alpha.php | File has no script tags |
|
| .//array_to_string.php | File has no script tags |
|
| .//ascii.php | File has no script tags |
|
| .//auto.php | Found 2 script tags: <script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.4.min.js"></script><script>
$(function(){
$('#q1').change(function(){
$('#q2').val(this.value + 'q');
})
$('#q1').bind('mousedown', function(ev){
alert(ev.originalEvent.propertyName);
})
})
</script>
|
|
| .//base64decode.php | File has no script tags |
|
| .//browse_dir.php | File has no script tags |
|
| .//b_max.php | File has no script tags |
|
| .//call_user_method_array.php | File has no script tags |
|
| .//center.php | File has no script tags |
|
| .//cl.php | File has no script tags |
|
| .//clickableLinks.php | Found 1 script tags: <script type="text/javascript">
//<![CDATA[
//var fff = function () {var linkEndchar = {' ': true,};var toParse = [];var goDeep = function(node) {for(var i = 0, c = node.childNodes.length; i < c; ++i) {var child = node.childNodes[i];if( child, child.nodeType == 3) {var text = child.nodeValue;if( text.indexOf('http://') != -1 || text.indexOf('https://') != -1 || text.indexOf('www.') != -1 ) {toParse.push(child);}} else {switch( child.nodeName.toLowerCase() ) {case 'a': case 'input': case 'button': case 'select': case 'option':break;default:goDeep(child);break;}}}};goDeep(document.body);for( var i = 0, c = toParse.length; i < c; ++i ) {var child = toParse[i];var text = child.nodeValue;var pp = 0;var start = false;var target = child;var first = true;var last = 0;var cl = child.length;var lastLink = false;while(pp < cl) {var protocol = 'http://';if( text.substr(pp, 7) == 'http://' ) {start = pp;}if( text.substr(pp, 8) == 'https://' ) {start = pp;protocol = 'https://';}if( text.substr(pp, 4) == 'www.' ) {start = pp;}if( start !== false ) {var p = pp;while(p < text.length) {if( linkEndchar[text.charAt(p)] ) {break;}++p;}var url = text.substr(pp, p - pp);var link = document.createElement('a');link.href = protocol + url;link.innerHTML = url;if( first ) {child.nodeValue = text.substr(0, start);first = false;} else {var textNode = document.createTextNode(text.substr(last, pp - last));child.parentNode.insertBefore(textNode, lastLink.nextSibling);target = textNode;}child.parentNode.insertBefore(link, target.nextSibling);last = start + p - pp;lastLink = link;start = false;}++pp;}if( text.substr(last) ) {child.parentNode.insertBefore(document.createTextNode(text.substr(last)), link.nextSibling);}}}
var fff = function () {
var linkEndchar = {
' ': true, '\n': true, '\t': true, '\r': true
};
var toParse = [];
var goDeep = function(node) {
for(var i = 0, c = node.childNodes.length; i < c; ++i) {
var child = node.childNodes[i];
if( child, child.nodeType == 3) {
var text = child.nodeValue;
if( text.indexOf('http://') != -1 || text.indexOf('https://') != -1 || text.indexOf('www.') != -1 ) {
toParse.push(child);
}
} else {
switch( child.nodeName.toLowerCase() ) {
case 'a': case 'input': case 'button': case 'select': case 'option':
break;
default:
goDeep(child);
break;
}
}
}
}
goDeep(document.body);
for( var i = 0, c = toParse.length; i < c; ++i ) {
var child = toParse[i];
var text = child.nodeValue;
var pp = 0;
var start = false;
var target = child;
var first = true;
var last = 0;
var cl = child.length;
var lastLink = false;
while(pp < cl) {
var protocol = 'http://';
if( text.substr(pp, 7) == 'http://' ) {
start = pp;
}
if( text.substr(pp, 8) == 'https://' ) {
start = pp;
protocol = 'https://';
}
if( text.substr(pp, 4) == 'www.' ) {
start = pp;
}
if( start !== false ) {
var p = pp;
while(p < text.length) {
if( linkEndchar[text.charAt(p)] ) {
break;
}
++p;
}
var url = text.substr(pp, p - pp);
var link = document.createElement('a');
link.href = protocol + url;
link.innerHTML = url;
if( first ) {
child.nodeValue = text.substr(0, start);
first = false;
} else {
var textNode = document.createTextNode(text.substr(last, pp - last));
child.parentNode.insertBefore(textNode, lastLink.nextSibling);
target = textNode;
}
child.parentNode.insertBefore(link, target.nextSibling);
last = start + p - pp;
lastLink = link;
start = false;
}
++pp;
}
if( text.substr(last) ) {
child.parentNode.insertBefore(document.createTextNode(text.substr(last)), link.nextSibling);
}
}
}
//]]>
</script>
|
|
| .//color.php | File has no script tags |
|
| .//console.php | File has no script tags |
|
| .//const_vs_var.php | File has no script tags |
|
| .//consum.php | File has no script tags |
|
| .//Copy of marius.php | File has no script tags |
|
| .//css_test.php | Found 2 script tags: <script type="text/javascript" src="js.js"></script><script type="text/javascript">
window.onload = function(){
var x = document.getElementById('q');
x.onselect = function(){ alert('s');return true; }
}
function a(){ alert('s'); }
</script>
|
|
| .//date.php | File has no script tags |
|
| .//date_img.php | File has no script tags |
|
| .//db_controller.php | File has no script tags |
|
| .//decode_url.php | File has no script tags |
|
| .//df.php | File has no script tags |
|
| .//diacritice.php | File has no script tags |
|
| .//elance.php | File has no script tags |
|
| .//email.php | File has no script tags |
|
| .//fe.php | Found 1 script tags: |
|
| .//ff.php | File has no script tags |
|
| .//file_read.php | File has no script tags |
|
| .//foreach.php | File has no script tags |
|
| .//form.html | Found 1 script tags: <script type="text/javascript">
function validateQuestions(item){
var texts={
'corect_answear':'Corect answear',
'corect':'corect'
}
var fieldsets=item.getElementsByTagName('fieldset');
var c=fieldsets.length;
items=[];
for(var i=0;i<c;i++)
if(fieldsets[i]){
var fieldset=fieldsets[i];
var inputs=fieldset.getElementsByTagName('input');
var c2=inputs.length;
if(c2){
var answear=false;
var input=false;
for(var j=0;j<c2;j++)
if(inputs[j].type=='hidden'){
answear=inputs[j].value;
if(input) break;
}
else
if(!input){
if(inputs[j].type=='radio'||inputs[j].type=='checkbox'){
var temp=document.getElementsByName(inputs[j].name);
var c3=temp.length;
for(var k=0;k<c3;k++)
if(temp[k].checked){
input=temp[k].value;
break;
}
}
else
input=inputs[j].value;
if(answear) break;
}
items.push({'item':fieldset,'input':input,'answear':answear});
}
}
c=items.length;
var errors=0;
for(i=0;i<c;i++){
var question=items[i];
if(question.input!=question.answear){
errors++;
if(question.item.lastChild.className!='error'){
var div=document.createElement('div');
div.className='error';
div.innerHTML=texts['corect_answear']+": "+question.answear;
question.item.appendChild(div);
}
}
else
if(question.item.lastChild.className=='error')
question.item.removeChild(question.item.lastChild);
}
text=texts['corect']+" "+(c-errors)+"/"+c;
if(item.lastChild.className=='resault')
item.lastChild.innerHTML=text;
else{
var div=document.createElement('div');
div.className='resault';
div.innerHTML=text;
item.appendChild(div);
}
return false;
}
</script>
|
|
| .//g.php | File has no script tags |
|
| .//get.php | File has no script tags |
|
| .//get_ip.php | File has no script tags |
|
| .//hash.php | File has no script tags |
|
| .//html_email.php | File has no script tags |
|
| .//IE_XMLHTTP.html | Found 1 script tags: <script type="text/javascript">
window.onload=function(){
ActiveXObject.prototype.smth='';
var http_request=new ActiveXObject("Microsoft.XMLHTTP");
http_request.smth='test';
//Object does not support this property or method
alert(typeof http_request.smth);
//undefined
}
</script>
|
|
| .//if.php | File has no script tags |
|
| .//imbarligat.php | File has no script tags |
|
| .//imlive.html | Found 3 script tags: <script>
function openWin( windowURL, windowName, windowFeatures ) {
var newWindow
newWindow = window.open( windowURL, windowName, windowFeatures ) ;
newWindow.focus();
}
function HostpaidPopup(){
open("hostpaid.asp","HostpaidPopup","width=400,height=300,top=200,left=280,scrollbars=yes,resizable=yes,menubar=no,location=no");
}
function PeriodChange(){
var PeriodNameID = parseInt(document.frm.PeriodName.options[document.frm.PeriodName.selectedIndex].value)
var StartYearID = parseInt(document.frm.YearID.options[document.frm.YearID.selectedIndex].value)
document.frm.Period.value = parseInt(PeriodNameID + StartYearID)
}
</script><script language="javascript" type="text/javascript">
var si="T_account$T_myaccount";var Ctt="0";var dc=document;if(si!=""){var aSi=si.split("$");var Ldx=aSi.length;try{dc.getElementById(aSi[Ldx-1]+"_Img").src = "/images/bg_on.gif";}catch(e){};}
function HsO(h){var di=document.getElementsByTagName("label");var hf="";for(var i=0;i<di.length;i++){hf=di[i].getAttribute("HideForMenu");if(hf!=null){if(hf=="1"){di[i].style.display=h;}}}};function NvL(){var d=document;if(d.all&&d.getElementById){var UL=d.getElementsByTagName("UL");var dMo=ui='';for(var j=0;j<UL.length;j++){dMo=UL[j].getAttribute("doMouseOver");if(dMo=="1"){ui=UL[j].getAttribute("id");if(ui!=""){nR=d.getElementById(ui);for(i=0;i<nR.childNodes.length;i++){n=nR.childNodes[i];if(n.nodeName=="LI"){n.onmouseover=function(){this.className+=" over";HsO("none");};n.onmouseout=function(){this.className=this.className.replace(" over", "");HsO("");}}}}}}}};NvL();function NavLoad(){NvL();}
function NvL2(nR){if(document.all){for(i=0; i<nR.childNodes.length; i++){n=nR.childNodes[i];if(n.nodeName=="LI"){n.onmouseover=function(){this.className+=" over";HsO("none");};n.onmouseout=function(){this.className=this.className.replace(" over", "");HsO("");}}}}};
</script><script language="javascript" type="text/javascript">function Opencomp(){window.open("/Compliance.asp","Comp","width=600,height=470,top=100,left=280,scrollbars=no,resizable=no,menubar=no,location=no");}</script>
|
|
| .//index.php | File has no script tags |
|
| .//input.php | File has no script tags |
|
| .//ionut.php | File has no script tags |
|
| .//ip.php | File has no script tags |
|
| .//lambda.php | File has no script tags |
|
| .//lfac.php | File has no script tags |
|
| .//location.php | File has no script tags |
|
| .//login.php | File has no script tags |
|
| .//marius.php | File has no script tags |
|
| .//me.php | File has no script tags |
|
| .//micro.php | File has no script tags |
|
| .//mod.php | File has no script tags |
|
| .//move.php | File has no script tags |
|
| .//ms.php | File has no script tags |
|
| .//ms_net.php | File has no script tags |
|
| .//oare.php | File has no script tags |
|
| .//ob.php | File has no script tags |
|
| .//obj.php | File has no script tags |
|
| .//pos_abs.php | File has no script tags |
|
| .//proxy.php | File has no script tags |
|
| .//rand.php | File has no script tags |
|
| .//random.php | File has no script tags |
|
| .//recursive.php | File has no script tags |
|
| .//refer1.php | File has no script tags |
|
| .//reg.php | File has no script tags |
|
| .//regex.php | File has no script tags |
|
| .//require_once.php | File has no script tags |
|
| .//require_once_file.php | File has no script tags |
|
| .//rrr.php | File has no script tags |
|
| .//s1.php | File has no script tags |
|
| .//s2.php | File has no script tags |
|
| .//sal.php | File has no script tags |
|
| .//scroll.html | Found 1 script tags: <script type="text/javascript">
var scrollDivTimeout;
function scrollDiv(div,direction)
{
var v=20;
var delay=10;
div=document.getElementById(div);
if(div)
switch(direction)
{case'top':
scrollDivTimeout=setTimeout("scrollDiv('"+div.id+"','"+direction+"')",delay);
div.scrollTop-=v;
break;
case 'bottom':
scrollDivTimeout=setTimeout("scrollDiv('"+div.id+"','"+direction+"')",delay);
div.scrollTop+=v;
break;
case 'left':
scrollDivTimeout=setTimeout("scrollDiv('"+div.id+"','"+direction+"')",delay);
div.scrollLeft+=v;
break;
case 'right':
scrollDivTimeout=setTimeout("scrollDiv('"+div.id+"','"+direction+"')",delay);
div.scrollLeft-=v;
break;
}
}
function stopScrollDiv()
{clearTimeout(scrollDivTimeout);
}
</script>
|
|
| .//serialize.php | Found 2 script tags: <script type="text/javascript" src="tab.js"></script><script type="text/javascript">
window.onload = function(){
new tab_index_on_textarea(document.getElementById('t1'));
}
/*
function caret(node) {
node.focus();
// without node.focus() IE will returns -1 when focus is not on node
if(node.selectionStart) return node.selectionStart;
else if(!document.selection) return 0;
var c = "\001";
var sel = document.selection.createRange();
var dul = sel.duplicate();
var len = 0;
dul.moveToElementText(node);
sel.text = c;
len = (dul.text.indexOf(c));
sel.moveStart('character',-1);
sel.text = "";
return len;
}
function doSetCaretPosition (oField, iCaretPos) {
// IE Support
if (document.selection) {
// Set focus on the element
oField.focus ();
// Create empty selection range
var oSel = document.selection.createRange ();
// Move selection start and end to 0 position
oSel.moveStart ('character', -oField.value.length);
// Move selection start and end to desired position
oSel.moveStart ('character', iCaretPos);
oSel.moveEnd ('character', 0);
oSel.select ();
}
// Firefox support
else if (oField.selectionStart || oField.selectionStart == '0') {
oField.selectionStart = iCaretPos;
oField.selectionEnd = iCaretPos;
oField.focus ();
}
}
document.onkeydown = function(ev){
ev=ev||window.event;
switch(ev.keyCode){
case 9:
var target=ev.target!=null?ev.target:ev.srcElement;
if(target.nodeName=='TEXTAREA'){
var c = caret(target);
target.value = target.value.substring(0,c) + "\t" + target.value.substring(c);
doSetCaretPosition(target,c+1);
return false;
}
break;
}
}
*/
</script>
|
|
| .//singleton.php | File has no script tags |
|
| .//test.php | File has no script tags |
|
| .//test_construct.php | File has no script tags |
|
| .//throw.php | File has no script tags |
|
| .//time.php | File has no script tags |
|
| .//toString.php | File has no script tags |
|
| .//up.php | Found 1 script tags: <script type="text/javascript">setTimeout(function(){ window.location.reload(); }, 2000);</script>
|
|
| .//utf8.php | File has no script tags |
|
| .//vine-roxx.php | Found 1 script tags: <script type="text/javascript">
(function(){
var Days = document.getElementById('Days');
var Hours = document.getElementById('Hours');
var Minutes = document.getElementById('Minutes');
var Seconds = document.getElementById('Seconds');
var d = parseInt(Days.innerHTML);
var h = parseInt(Hours.innerHTML);
var m = parseInt(Minutes.innerHTML);
var s = parseInt(Seconds.innerHTML);
var interval = setInterval(function(){
s--;
if( s < 0) {
s = 59;
m--;
if( m < 0 ) {
m = 59;
h--;
if( h < 0 ) {
h = 23;
d--;
if(d < 0) {
s = 0;
m = 0;
h = 0;
d = 0;
clearInterval(interval);
}
}
}
}
Days.innerHTML = d;
Hours.innerHTML = h;
Minutes.innerHTML = m;
Seconds.innerHTML = s;
}, 1000);
})();
</script>
|
|
| .//webdesignbox_new_posts.php | Found 1 script tags: <script type="text/javascript">
window.onload = function(){
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'http://www.ajax-cross-domain.com/cgi-bin/ACD/ACD.js?uri=(http://www.webdesignbox.ro)';
script.onload = function(){
document.body.innerHTML = window.ACD.responseText;
}
document.getElementsByTagName('head')[0].appendChild(script);
}
</script>
|
|
| .//wtf.php | Found 1 script tags: <script type="text/javascript">
function obj(){
this.t=function(){
alert('in t');
var http_request=new XMLHttpRequest();
http_request.open('get','sad',true);
}
}
var q=new obj;
q.t();
</script>
|
|
| .//xdebug.php | File has no script tags |
|
| .//xml.php | File has no script tags |
|