Jump to content
UBot Underground

[Solved] AutoUpdate bot ?


Recommended Posts

Hello people,

I want to auto update bot when there is new version of bot available on my website..
I know this can be done with botguru secured, but i am disturbing my bot for free.(building list before launching my awesome software).


I would have bought it too but i am super tight on money. Just graduated, and got kicked out of house and have around 50k(around 1k$) Rupees in my bank account , not kidding. (ノಠ_ಠ)ノ彡┻━┻


Can anyone help me out with auto-updating thing?

Thanks

Link to post
Share on other sites

set variable in your software

set version = 1.00

 

 

in your site have a txt file

version.txt

 

 

in it put 1.00

 

if new update change it

 

1.01

 

 

 

In your software have it read file (fill http path to the version.txt )

 

in the very beginning

if( comparison( read file > #version))
than Alert with download link, or navigate to download page and stop script

else

do nothing

  • Like 6
Link to post
Share on other sites
set variable in your software

set version = 1.00

 

 

in your site have a txt file

version.txt

 

 

in it put 1.00

 

if new update change it

 

1.01

 

 

 

In your software have it read file (fill http path to the version.txt )

 

in the very beginning

if( comparison( read file > #version))

than Alert with download link, or navigate to download page and stop script

else

do nothing

Wow, thanks a lot.

That was a simple logic, thank you so much :)

 

 

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...