can someone get the incoming haul script to work?

DeletedUser

Guest
javascript:var%20ukScript="http://ftp.innogames.net/~tracey/scripts/twcheese_commandHauls.js";var%20gameDoc=(window.fr ames.length>0)?window.main.document:document;var%2 0script=document.createElement('script');script.ty pe='text/javascript';script.src=ukScript;gameDoc.getElement sByTagName('head')[0].appendChild(script);void(0);

I want to know if someone can get this to work. I can't for some reason
 

DeletedUser

Guest
[noparse]javascript:ukScript="http://ftp.innogames.net/~tracey/scripts/twcheese_commandHauls.js";s=document.createElement('script');s.type='text/javascript';s.src=ukScript+'?'+Math.floor((new Date()).valueOf()/604800000);document.getElementsByTagName('head')[0].appendChild(s);void 0;[/noparse][/spoil]

That works just fine for me on getting all returning hauls to appear.
 
Last edited by a moderator:

DeletedUser

Guest
McMoney, the script you posted has some strange spacing that would cause it not to work.
For example, what should be "type" is written as "ty pe"

Try this:
Code:
javascript:ukScript="http://ftp.innogames.net/~tracey/scripts/twcheese_commandHauls.js";s=document.createElement('script');s.type='text/javascript';s.src=ukScript+'?'+Math.floor((new Date()).valueOf()/604800000);document.getElementsByTagName('head')[0].appendChild(s);void 0;
 

DeletedUser1446

Guest
[spoil][noparse]javascript:ukScript="http://ftp.innogames.net/~tracey/scripts/twcheese_commandHauls.js";s=document.createElement('script');s.type='text/javascript';s.src=ukScript+'?'+Math.floor((new Date()).valueOf()/604800000);document.getElementsByTagName('head')[0].appendChild(s);void 0;[/noparse][/spoil]

That works just fine for me on getting all returning hauls to appear.


Yep working just fine for me also!
 
Top