7,9c7,8 < var selectoris=""; < var selectorplusis=""; < var scriptplusis=""; --- > var selectoris=''; > var selectorplusis=''; 13,14c12,13 < var absval=""; < var urltosend=""; --- > var absval=''; > var urltosend=''; 16,18c15,16 < var wasplaceholder=""; < var thejs=location.search.split("thescript=")[1] ? decodeURIComponent(location.search.split("thescript=")[1].split('&')[0]).replace(/\;\ /g, '; ' + String.fromCharCode(10)) : ""; < var documentURL="" + document.URL.split("#")[0]; --- > var wasplaceholder=''; > var documentURL='' + document.URL.split('#')[0]; 35c33 < zhr.open('post', 'http://localhost:8888/fgc/?rand=' + Math.floor(Math.random() * 198765432), true); --- > zhr.open('post', 'http://localhost:8888/fgc/', true); 37c35 < zhr.open('post', '//www.rjmprogramming.com.au/PHP/fgc/?rand=' + Math.floor(Math.random() * 198765432), true); --- > zhr.open('post', '//www.rjmprogramming.com.au/PHP/fgc/', true); 62,65d59 < var delim='#'; < if (ourdecodeURIComponent('' + ino.value).indexOf('`') != -1) { < delim='`'; < } 76c70 < urltosend=ino.value.split(delim)[0]; --- > urltosend=ino.value.split('#')[0]; 84c78 < if (ino.value.indexOf(delim) != -1) { --- > if (ino.value.indexOf('#') != -1) { 104,108c98,99 < if (ourdecodeURIComponent(ino.value).split(delim).length > 2) { < scriptplusis=ourdecodeURIComponent(ino.value.substring(eval(1 + ino.value.indexOf(delim))).split(delim)[1].replace(/NO\%WAY/g, 'NO%25WAY')).replace(/\;\ /g, '; ' + String.fromCharCode(10)); < } < if (ourdecodeURIComponent(ino.value.substring(eval(1 + ino.value.indexOf(delim))).replace(/NO\%WAY/g, 'NO%25WAY')).indexOf('{') != -1) { < selectorplusis=ourdecodeURIComponent(ino.value.substring(eval(1 + ino.value.indexOf(delim))).split(delim)[0].replace(/NO\%WAY/g, 'NO%25WAY')).replace(/\;\ /g, '; ' + String.fromCharCode(10)); --- > if (ourdecodeURIComponent(ino.value.substring(eval(1 + ino.value.indexOf('#'))).replace(/NO\%WAY/g, 'NO%25WAY')).indexOf('{') != -1) { > selectorplusis=ourdecodeURIComponent(ino.value.substring(eval(1 + ino.value.indexOf('#'))).replace(/NO\%WAY/g, 'NO%25WAY')); 110c101 < selectoris=ourdecodeURIComponent(ino.value.substring(eval(1 + ino.value.indexOf(delim))).split(delim)[0].replace(/NO\%WAY/g, 'NO%25WAY')).split('{')[0].trim(); --- > selectoris=ourdecodeURIComponent(ino.value.substring(eval(1 + ino.value.indexOf('#'))).replace(/NO\%WAY/g, 'NO%25WAY')).split('{')[0].trim(); 118c109 < } else if (ino.value.split(delim)[0].trim() == '' && 1 == 2) { --- > } else if (ino.value.split('#')[0].trim() == '' && 1 == 2) { 123c114 < } else if (ino.value.split(delim)[0].trim() == '') { --- > } else if (ino.value.split('#')[0].trim() == '') { 131c122 < document.getElementById('ifgoeshere').innerHTML=""; --- > document.getElementById('ifgoeshere').innerHTML=""; 154c145 < var xbodyt=atob(('' + ioissrc).split(';base64,')[1]).replace('', ' " + scriptplusis + ' '); --- > var xbodyt=atob(('' + ioissrc).split(';base64,')[1]).replace('', ' '); 162c153 < wois.document.write(atob(('' + ioissrc).split(';base64,')[1]).replace('', ' " + scriptplusis + ' ')); --- > wois.document.write(atob(('' + ioissrc).split(';base64,')[1]).replace('', ' ')); 169c160 < document.getElementById('ifsd').srcdoc=atob(('' + ioissrc).split(';base64,')[1]).replace('', ' " + scriptplusis + ' '); --- > document.getElementById('ifsd').srcdoc=atob(('' + ioissrc).split(';base64,')[1]).replace('', ' '); 185c176 < aconto.body.innerHTML+=' " + scriptplusis + ' '; --- > aconto.body.innerHTML+=' '; 212,219d202 < function onl(injs) { < if (injs.trim() != '') { < var tag = document.createElement('script'); < tag.type='text/javascript'; < tag.src='data:text/javascript;base64,' + btoa(injs); < document.head.appendChild(tag); < } < } 222c205 < --- > 225c208 < --- >