Gamesys The Chiken God wrote:
dankek wrote:
SkeletonWarrior wrote:
dankek wrote:
Downloading again, as you do since there's no auto updater, rip
I'm too noob to set up an auto updater
You can scrape the web so it checks if there are different versions available, I'll see if I can make it when I get the chance because I've got 500 pages to study + a full blown project by next monday LOL
It'll be in Python tho, but I'll see if I can make it work with C#
easy on c# just needs a web server. (IMO the easiest way)
-> check the current version's hash with PHP->send a request to PHP getting the current hash->get own hash->compare the two-> if matches->fine if not->download the newest and replace it with an invisible cmd afterwards and start it.
wouldn't that interfere with people editing their posts in the first page, or there being more and more pages of replies in the page, as that'd fuck up the hash?
That's all unless I'm terribly wrong since I don't have a clue about hashes, I'd guess though it would check if the page remains the same, hence why you'd want to compare hashes
(?)