Firewolf Website Browser 2.5 - Brand New Internals (again)!
#201
Posted 22 January 2013 - 11:35 AM
#204
Posted 27 January 2013 - 05:25 PM
local hi = shell
hi.run("delete","programname")
print("I got past your antivirus!")
I just tried this on a friends firewolf server and I also made a test one and it still works on it. I don't know how your antivirus works but I think if you CAN add protection against that, you should.
EDIT: I just looked at your "Known Bugs" page on your website and found this, so you already know about it then. Sorry.
#205
Posted 27 January 2013 - 06:41 PM
Okyloky9, on 27 January 2013 - 05:25 PM, said:
local hi = shell
hi.run("delete","programname")
print("I got past your antivirus!")
I just tried this on a friends firewolf server and I also made a test one and it still works on it. I don't know how your antivirus works but I think if you CAN add protection against that, you should.
EDIT: I just looked at your "Known Bugs" page on your website and found this, so you already know about it then. Sorry.
Update: Silly meh! Fixed
#206
Posted 28 January 2013 - 03:47 AM
#207
Posted 28 January 2013 - 04:46 AM
karelmikie3, on 28 January 2013 - 03:47 AM, said:
Oooooo that's a tricky one to do, and it shouldn't be. Since Firewolf only downloads the page it's loading to the computer the request was performed on, the API you'll want to load isn't downloaded, and therefore os.loadAPI will fail. So you'd have to download the API from the server onto the computer before you load it, which is easy to do, but your page will then trigger the antivirus.
1lann, maybe we could override os.loadAPI and get it to include all the files on the server's computer in the function's search path, and load the API from the server computer if the API's found. We would also have to keep track of all the loaded APIs so we could unload them when the website has finished, so they don't interfere with anything in Firewolf, and aren't able to perform any malicious functions.
Basically, right now you'd have to download the API file from the server, save it, then os.loadAPI it. This will trigger the Firewolf antivirus though, unless you use the built in download API.
#208
Posted 28 January 2013 - 04:51 AM
GravityScore, on 28 January 2013 - 04:46 AM, said:
karelmikie3, on 28 January 2013 - 03:47 AM, said:
Oooooo that's a tricky one to do, and it shouldn't be. Since Firewolf only downloads the page it's loading to the computer the request was performed on, the API you'll want to load isn't downloaded, and therefore os.loadAPI will fail. So you'd have to download the API from the server onto the computer before you load it, which is easy to do, but your page will then trigger the antivirus.
1lann, maybe we could override os.loadAPI and get it to include all the files on the server's computer in the function's search path, and load the API from the server computer if the API's found. We would also have to keep track of all the loaded APIs so we could unload them when the website has finished, so they don't interfere with anything in Firewolf, and aren't able to perform any malicious functions.
Basically, right now you'd have to download the API file from the server, save it, then os.loadAPI it. This will trigger the Firewolf antivirus though, unless you use the built in download API.
thank you for saying
#209
Posted 30 January 2013 - 09:58 AM
#210
Posted 30 January 2013 - 03:11 PM
mtwiscool, on 30 January 2013 - 09:58 AM, said:
Use this:
PixelToast, on 09 January 2013 - 03:13 PM, said:
Henness, on 09 January 2013 - 09:17 AM, said:
LAN cables are so much better because they can send information over any distance even through unloaded chunks.
just run "lan"
requires "apis/lan" to be loaded (too lazy to combine them)
#211
Posted 31 January 2013 - 02:30 PM
Vladious, on 31 January 2013 - 02:20 PM, said:
pl0x~!
Wat..... It took me a good five minutes to work out what you were trying to say. Please learn to type properly.
I think I can translate though: 1lann, can you make Firewolf able to connect to the Rednet Explorer HTTP database servers? Please?
And the answer is we can't without a large amount of co-operation from ComputerCraftFan11 (who made Rednet Explorer). I'm working on HTTP support for Firewolf, and it should be done soon... (maybe)
#212
Posted 01 February 2013 - 03:09 AM
GravityScore, on 31 January 2013 - 02:30 PM, said:
Vladious, on 31 January 2013 - 02:20 PM, said:
pl0x~!
Wat..... It took me a good five minutes to work out what you were trying to say. Please learn to type properly.
I think I can translate though: 1lann, can you make Firewolf able to connect to the Rednet Explorer HTTP database servers? Please?
And the answer is we can't without a large amount of co-operation from ComputerCraftFan11 (who made Rednet Explorer). I'm working on HTTP support for Firewolf, and it should be done soon... (maybe)
Hey, give me a word and I'll see if I can drop by and help. You can also usually find me on IRC, and if you message me while I'm offline my bouncer will still record it...
If you're having trouble with the server-side coding I think I can help. At least, I'll try.
#213
Posted 01 February 2013 - 09:09 AM
1lann, on 30 January 2013 - 03:11 PM, said:
mtwiscool, on 30 January 2013 - 09:58 AM, said:
Use this:
PixelToast, on 09 January 2013 - 03:13 PM, said:
Henness, on 09 January 2013 - 09:17 AM, said:
LAN cables are so much better because they can send information over any distance even through unloaded chunks.
just run "lan"
requires "apis/lan" to be loaded (too lazy to combine them)
i tried that and get this error:

photo storage
#214
Posted 01 February 2013 - 01:48 PM
#215
Posted 01 February 2013 - 02:02 PM
Beastly, on 01 February 2013 - 01:48 PM, said:
I don't want to say a release date, because that just puts pressure on me to finish it quickly
School is starting in 3 days, so it could take longer than expected. The answer then: I really don't know
#216
Posted 02 February 2013 - 10:27 PM
Thanks
#217
Posted 02 February 2013 - 10:46 PM
Mrrraou, on 02 February 2013 - 10:27 PM, said:
Thanks
Oh and comming soon: Speed improvements to startup and better security to prevent interceptors
#218
Posted 03 February 2013 - 04:57 AM
also you spelled virtual wrong on the website
Quote
#219
Posted 03 February 2013 - 12:29 PM
#220
Posted 03 February 2013 - 06:47 PM
Includes quite a few changes, but none really big for the user - mainly under the hood. The biggest thing would be the built-in databases and themes, and the ID conflict resolver (ty 1lann
P.S thanks for all the encouragement and kind words - it means a lot to 1lann and I
EDIT: I fixed that spelling error too, Skullblade! Thanks for pointing it out!
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users











