Dwaggy
Sep 2001
 hehe hi ;-)
|
Re: Yeah, I've got it working on my web server
quote: Originally posted by beosmr._x
http://quickfoxbrowser.com/test/nfotest.php
using an nfo file from my music collection, those guys above are mad at me but maybe they still want to help.
Questions:
How can I make the whole php thing work without uploading the all the php files to my server?
How can I make the generated image not use my cpu and use the server's cpu?
How can I make a thing where users can upload their nfo files from within a webpage and then hit a convert to png button so they can view what ever png files they want? (for OS's that cannot view the characters)
The image creation is all done serverside, nothing happens on your computer apart from you viewing a page in your webbrowser,
You could write a form that uploaded the nfo file to the server, passing the uploaded nfo file through your nfo to image script and finally saving the results on your server as an image.
Couple this with a database of all the submitted files and you could write a simple php list of the submitted files
__________________


i have sigs off 
Report this post to a moderator | IP: Logged
|