Quick Question - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Quick Question (
/showthread.php?tid=383764)
Quick Question -
lsfmd - 08.10.2012
Is it possible to use a_http to get a list of files from a webpage? if so how? I'm trying to create a /music command that lists the songs on my FTP Server.
Re: Quick Question -
Vince - 08.10.2012
There's probably some PHP function for it, so yeah I suppose it is. Also I believe some webservers will show the directory listing by default if there is no index.html in the folder.
Re: Quick Question -
lsfmd - 08.10.2012
i'm trying to make a /music list command ingame for it.
Re: Quick Question -
lsfmd - 08.10.2012
is this possible with the pwncurl plugin?