Anyways, anyone know a way to have PHP upload files to your computer? I have a theory.
Edit: Title fix
Edit: Title fix
This is the deadest forum I have ever seen.
|
Anyways, anyone know a way to have PHP upload files to your computer? I have a theory.
Edit: Title fix
09-01-2011, 11:42 PM
? What exactly do you mean?
09-01-2011, 11:52 PM
The file protacol.
Sadly, something in the php.ini file on x10Hosting, does not allow me so. Anyway, I "hacked" roblox and printed their script.
09-02-2011, 12:01 AM
You mean like getting the contents of a web page and printing it out?
09-02-2011, 12:08 AM
Yes, something like that.
I designed my own function, gFileContents() to get the contents of a file. I was testing it out and did gFileContents("http://www.roblox.com/Default.aspx") It printed the contents. You can have the entire API if you want.
09-02-2011, 12:11 AM
Well, that's actually pretty simple, considering you can just do [lua]echo(file_get_contents("http://www.roblox.com/Default.aspx"));[/lua]
:O
09-02-2011, 12:16 AM
Never knew that existed.
There's a lot more... Let me see... sError() - Stops the script, and prints an error sNotice() - See the ATTENTION bar on Virtualscope gCookies() - prints a list of cookies. redirect() - Redirects the user without using header. More reliable than header("Location"), but slower. protect - Protects the page And so on....
05-09-2012, 01:33 AM
I've seen worse forums!
it only had 3 users and 4 posts! from January 2008
05-09-2012, 01:37 AM
This thread is from like 8 months ago...
It's not dead enough for THAT to be a normal reply timelength. |
« Next Oldest | Next Newest »
|