PDA

Click to See Complete Forum and Search --> : Upload?


|2eM!x
Apr 10th, 2005, 11:25 AM
Well, ive never used php, i know nothing about it sorry to say...But i was told this is the way to be able to upload things up to an ftp and such, without having the password...Or something of the sort...Okay, onto my question:
I have servers running an .exe, that broadcasts there ips (its for a game browser), and i want it so that if the .exe is running, then to upload to an ftp or such..Thats all i need to do with this..if im in the wrong forum or something, could you please redirect me? Thanks so much!

visualAd
Apr 10th, 2005, 11:35 AM
I have no idea what you are talking about. :confused:

PHP is a server side scripting language. The page you are looking at right now is generated by PHP; it is responsible for pulling all the text in these posts from a database and formatting it as HTML. PHP can connect to an FTP server but you would still need to supply the password if one is required.

Can you be more specific with your question, then I will be able to identify the best forum for your question.

Your application broadcasts the IP addresses of what and for what reason?
What do you want to upload to an FTP server?
What language is your application written in?

|2eM!x
Apr 10th, 2005, 05:43 PM
okay, sorry to be very general.

its broadcasting the server ips(its for a game browser)
i want it to upload to an ftp or a main list or something,so that other people can see there server ips
visual basic 6

As i said its for a game browser, so you dont have to open the game just to see what servers up and so forth...

but i dont know how this could be done, so im gonna give up i guess....

visualAd
Apr 11th, 2005, 12:37 AM
but i dont know how this could be done, so im gonna give up i guess....
It is certainly possible. You could use a PHP application on the server. Your program can then connect and send an HTTP request containing the information the PHP script needs to add to the file.