How can i Auto update the script

in Script development
Subscribe to How can i Auto update the script 12 posts, 6 voices



ahmed User

hello there
i am working on a script that will require a daily update

so i was thinking is their a way to auto update a script

and i mean auto check + install the script ???????

1 more thing
do you have any advice how to create a .js script document and allow multiple participates to edit it ?

 
gollum Scriptwright

1 more thing
do you have any advice how to create a .js script document and allow multiple participates to edit it ?

http://www.oss-watch.ac.uk/resources/googlecode...

 
ahmed User

thnx alot for the help in the second issue

 
Okuda Damian User

what happens with the updates for Stalker ver0.211?? where is it?

 
ScroogeMcPump Scriptwright

To "ahmed": You can add my self-updater routine to your script, and it'll tell the user when updates are available; however, AFAIK there's no way to bypass the Greasemonkey warning box and just install it, if that's what you're looking for - and for good reason.

 
ahmed User

i already got an update feature installed on the script
but i need the thing you said isnot possible

how about if i used a compiler and converted it to an addon
will i be able to do auto update then

okuda : mjore issues came out
i will try to release an updatable version and will re erase it after 24 hours so all of the users here can use it

just working on finding a secure location and the update thing

 
ScroogeMcPump Scriptwright

how about if i used a compiler

I doubt even that would work. (Disclaimer: I know next to nothing about extension development.) What you're trying to do sounds a lot like what an unscrupulous developer might do to create a conduit for getting viruses, adware, etc. onto a person's computer. That's not to say there aren't lots of legitimate reasons to do it, but only that I doubt the Firefox developers would want it to be that easy.

 
ahmed User

will you got a point

people may take advantage of that

 
Wateva User

Sorry for being a bit off topic but.. ahmed, you are doing a great job with the script.. Keep on with it..

 
ahmed User

thnx wateva
much appreciate it

man i wish there is PM feature in here :)

 
der_superdau User

hey ahmed! where are you hosting your script? because i made a little program which can manage cheatlinks and sites. perhaps we can work together?

answer pls; paid4tool@gmx.de

 
Wateva User

I'm trying to figure out something here..
function adwatchDone(){******
setTimeout(function(){
currentWindow.close();
}, 2000 + Math.random()*10000);
setTimeout(function(){
processLink();
}, 2000 + Math.random()*10000);
}

I can't make this work.. It's closing the same window it should be opening.. Why is that?

What I mean is.. AFTER closing the ad tab, wait till you open the next one..

PS: Careful with those "requests" above. ;)

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel