o your 1st job wolvan can you make a logo/banner for CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
o your 1st job wolvan can you make a logo/banner for CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
o your 1st job wolvan can you make a logo/banner for CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
Some special requests? Size? Colors? Text?
na just do and u plez
ComputerCraftFan11, on 05 April 2012 - 12:05 AM, said:
I'll help, I made a auto updater with and without pastebin in another post
that wood be real nice and can u make it read off a file for what it need to download and what to save it as
o your 1st job wolvan can you make a logo/banner for CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
Some special requests? Size? Colors? Text?
na just do and u plez
ComputerCraftFan11, on 05 April 2012 - 12:05 AM, said:
I'll help, I made a auto updater with and without pastebin in another post
that wood be real nice and can u make it read off a file for what it need to download and what to save it as
Here:
ComputerCraftFan11, on 03 April 2012 - 06:27 AM, said:
Server:
version = "1.0"
pastebin = "change to pastebin Id"
while true do
id, message = rednet.recieve()
if message == "check" then
rednet.send(id, version)
elseif message == "update" then
rednet.send(id, pastebin)
end
end
Client:
version = 1.0
programname = "startup"
function update()
rednet.broadcast("check")
id, message = rednet.receive()
if version == message then
else
rednet.send(id, "update")
id, message = rednet.receive()
write("Update available! Would you like to update? [y/n] ")
input = read()
if input == "y" then
shell.run("pastebin", "get", message, programname)
shell.run(programname)
end
end
end
update()
Change the server's version and change the pastebin I'd to the files ID on pastebin (pastebin.com/* <---)
ComputerCraftFan11, on 05 April 2012 - 06:36 AM, said:
rex41043, on 05 April 2012 - 02:31 AM, said:
Wolvan, on 04 April 2012 - 10:43 PM, said:
rex41043, on 04 April 2012 - 10:40 PM, said:
Wolvan, on 04 April 2012 - 09:19 PM, said:
Would help too
o your 1st job wolvan can you make a logo/banner for CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
Some special requests? Size? Colors? Text?
na just do and u plez
ComputerCraftFan11, on 05 April 2012 - 12:05 AM, said:
I'll help, I made a auto updater with and without pastebin in another post
that wood be real nice and can u make it read off a file for what it need to download and what to save it as
Here:
ComputerCraftFan11, on 03 April 2012 - 06:27 AM, said:
Server:
version = "1.0"
pastebin = "change to pastebin Id"
while true do
id, message = rednet.recieve()
if message == "check" then
rednet.send(id, version)
elseif message == "update" then
rednet.send(id, pastebin)
end
end
Client:
version = 1.0
programname = "startup"
function update()
rednet.broadcast("check")
id, message = rednet.receive()
if version == message then
else
rednet.send(id, "update")
id, message = rednet.receive()
write("Update available! Would you like to update? [y/n] ")
input = read()
if input == "y" then
shell.run("pastebin", "get", message, programname)
shell.run(programname)
end
end
end
update()
Change the server's version and change the pastebin I'd to the files ID on pastebin (pastebin.com/* <---)
sweet but its not what we need for this OS i'm thinking of makeing it so the program reads off the file that tell the update program what to download and what to save it as
ComputerCraftFan11, on 05 April 2012 - 06:36 AM, said:
rex41043, on 05 April 2012 - 02:31 AM, said:
Wolvan, on 04 April 2012 - 10:43 PM, said:
rex41043, on 04 April 2012 - 10:40 PM, said:
Wolvan, on 04 April 2012 - 09:19 PM, said:
Would help too
o your 1st job wolvan can you make a logo/banner for CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
Some special requests? Size? Colors? Text?
na just do and u plez
ComputerCraftFan11, on 05 April 2012 - 12:05 AM, said:
I'll help, I made a auto updater with and without pastebin in another post
that wood be real nice and can u make it read off a file for what it need to download and what to save it as
Here:
ComputerCraftFan11, on 03 April 2012 - 06:27 AM, said:
Server:
version = "1.0"
pastebin = "change to pastebin Id"
while true do
id, message = rednet.recieve()
if message == "check" then
rednet.send(id, version)
elseif message == "update" then
rednet.send(id, pastebin)
end
end
Client:
version = 1.0
programname = "startup"
function update()
rednet.broadcast("check")
id, message = rednet.receive()
if version == message then
else
rednet.send(id, "update")
id, message = rednet.receive()
write("Update available! Would you like to update? [y/n] ")
input = read()
if input == "y" then
shell.run("pastebin", "get", message, programname)
shell.run(programname)
end
end
end
update()
Change the server's version and change the pastebin I'd to the files ID on pastebin (pastebin.com/* <---)
sweet but its not what we need for this OS i'm thinking of makeing it so the program reads off the file that tell the update program what to download and what to save it as
That's what it does, you can add a read() function asking what you want to save it as and replace the "programname" with the users inout
ComputerCraftFan11, on 05 April 2012 - 04:59 PM, said:
rex41043, on 05 April 2012 - 08:11 AM, said:
ComputerCraftFan11, on 05 April 2012 - 06:36 AM, said:
rex41043, on 05 April 2012 - 02:31 AM, said:
Wolvan, on 04 April 2012 - 10:43 PM, said:
rex41043, on 04 April 2012 - 10:40 PM, said:
Wolvan, on 04 April 2012 - 09:19 PM, said:
Would help too
o your 1st job wolvan can you make a logo/banner for CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
Some special requests? Size? Colors? Text?
na just do and u plez
ComputerCraftFan11, on 05 April 2012 - 12:05 AM, said:
I'll help, I made a auto updater with and without pastebin in another post
that wood be real nice and can u make it read off a file for what it need to download and what to save it as
Here:
ComputerCraftFan11, on 03 April 2012 - 06:27 AM, said:
Server:
version = "1.0"
pastebin = "change to pastebin Id"
while true do
id, message = rednet.recieve()
if message == "check" then
rednet.send(id, version)
elseif message == "update" then
rednet.send(id, pastebin)
end
end
Client:
version = 1.0
programname = "startup"
function update()
rednet.broadcast("check")
id, message = rednet.receive()
if version == message then
else
rednet.send(id, "update")
id, message = rednet.receive()
write("Update available! Would you like to update? [y/n] ")
input = read()
if input == "y" then
shell.run("pastebin", "get", message, programname)
shell.run(programname)
end
end
end
update()
Change the server's version and change the pastebin I'd to the files ID on pastebin (pastebin.com/* <---)
sweet but its not what we need for this OS i'm thinking of makeing it so the program reads off the file that tell the update program what to download and what to save it as
That's what it does, you can add a read() function asking what you want to save it as and replace the "programname" with the users inout
ya but for the way that we will need it to work it needs to read what it needs to DOWNLOAD OFF A FILE and have it run with out a update server
o your 1st job wolvan can you make a logo/banner for CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
ComputerCraftFan11, on 05 April 2012 - 04:59 PM, said:
rex41043, on 05 April 2012 - 08:11 AM, said:
ComputerCraftFan11, on 05 April 2012 - 06:36 AM, said:
rex41043, on 05 April 2012 - 02:31 AM, said:
Wolvan, on 04 April 2012 - 10:43 PM, said:
rex41043, on 04 April 2012 - 10:40 PM, said:
Wolvan, on 04 April 2012 - 09:19 PM, said:
Would help too
o your 1st job wolvan can you make a logo/banner for CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
Some special requests? Size? Colors? Text?
na just do and u plez
ComputerCraftFan11, on 05 April 2012 - 12:05 AM, said:
I'll help, I made a auto updater with and without pastebin in another post
that wood be real nice and can u make it read off a file for what it need to download and what to save it as
Here:
ComputerCraftFan11, on 03 April 2012 - 06:27 AM, said:
Server:
version = "1.0"
pastebin = "change to pastebin Id"
while true do
id, message = rednet.recieve()
if message == "check" then
rednet.send(id, version)
elseif message == "update" then
rednet.send(id, pastebin)
end
end
Client:
version = 1.0
programname = "startup"
function update()
rednet.broadcast("check")
id, message = rednet.receive()
if version == message then
else
rednet.send(id, "update")
id, message = rednet.receive()
write("Update available! Would you like to update? [y/n] ")
input = read()
if input == "y" then
shell.run("pastebin", "get", message, programname)
shell.run(programname)
end
end
end
update()
Change the server's version and change the pastebin I'd to the files ID on pastebin (pastebin.com/* <---)
sweet but its not what we need for this OS i'm thinking of makeing it so the program reads off the file that tell the update program what to download and what to save it as
That's what it does, you can add a read() function asking what you want to save it as and replace the "programname" with the users inout
ya but for the way that we will need it to work it needs to read what it needs to DOWNLOAD OFF A FILE and have it run with out a update server
To run it without a server, you need a pastebin account and make it read from a pastebin link and if u make anew version, you edit that pastebin file
ComputerCraftFan11, on 06 April 2012 - 01:11 AM, said:
rex41043, on 05 April 2012 - 08:27 PM, said:
ComputerCraftFan11, on 05 April 2012 - 04:59 PM, said:
rex41043, on 05 April 2012 - 08:11 AM, said:
ComputerCraftFan11, on 05 April 2012 - 06:36 AM, said:
rex41043, on 05 April 2012 - 02:31 AM, said:
Wolvan, on 04 April 2012 - 10:43 PM, said:
rex41043, on 04 April 2012 - 10:40 PM, said:
Wolvan, on 04 April 2012 - 09:19 PM, said:
Would help too
o your 1st job wolvan can you make a logo/banner for CubeLink Industries and to the 2 of u when i have a email form you i will give you a ip to a private test server! have fun
Some special requests? Size? Colors? Text?
na just do and u plez
ComputerCraftFan11, on 05 April 2012 - 12:05 AM, said:
I'll help, I made a auto updater with and without pastebin in another post
that wood be real nice and can u make it read off a file for what it need to download and what to save it as
Here:
ComputerCraftFan11, on 03 April 2012 - 06:27 AM, said:
Server:
version = "1.0"
pastebin = "change to pastebin Id"
while true do
id, message = rednet.recieve()
if message == "check" then
rednet.send(id, version)
elseif message == "update" then
rednet.send(id, pastebin)
end
end
Client:
version = 1.0
programname = "startup"
function update()
rednet.broadcast("check")
id, message = rednet.receive()
if version == message then
else
rednet.send(id, "update")
id, message = rednet.receive()
write("Update available! Would you like to update? [y/n] ")
input = read()
if input == "y" then
shell.run("pastebin", "get", message, programname)
shell.run(programname)
end
end
end
update()
Change the server's version and change the pastebin I'd to the files ID on pastebin (pastebin.com/* <---)
sweet but its not what we need for this OS i'm thinking of makeing it so the program reads off the file that tell the update program what to download and what to save it as
That's what it does, you can add a read() function asking what you want to save it as and replace the "programname" with the users inout
ya but for the way that we will need it to work it needs to read what it needs to DOWNLOAD OFF A FILE and have it run with out a update server
To run it without a server, you need a pastebin account and make it read from a pastebin link and if u make anew version, you edit that pastebin file
ya the idea form haveing it read form a file is that its bilt in to update that 1st and then read form the file and do that updates like to so if u want to code the update stuff u can
I think you mean like this:
1. Download all files
2. Download some kind of changelog
3. Read the changelog and read, which scripts were modified
4. Delete these local scripts
5. replace them with the modified
I think you mean like this:
1. Download all files
2. Download some kind of changelog
3. Read the changelog and read, which scripts were modified
4. Delete these local scripts
5. replace them with the modified
sort of ok it downloads a file ok and in the file is a line and on that like is 2 things 1 the pastebin code 2 the file is replaceing and then with that it downloads the pastebin at replaces the file so
1. download the update info
2. read the update info
3. delete the old file
4. download the update
5. save the update
6. read the next update line
7. goto 3
Try to avoid the super long quote trails. xD
I can help make a auto-updater. Pastebin, Dropbox, or whatever you use to share files.
My E-mail is: [email protected]