26-08-2006, 02:07 AM
I want to know if it's possible to read INI data from a webserver or FTP.
I know how to read files, I just don't knwo how to read specific information from them. Example:
I want to open News.ini from valaron.awardspace.com
News.ini looks like this:
I want to read the news and show it on the main menu, then after log in, read the Motd and display it in the chat box... just not sure how I would do that.
Any help would be appreciated
I know how to read files, I just don't knwo how to read specific information from them. Example:
I want to open News.ini from valaron.awardspace.com
News.ini looks like this:
Code:
[News]
News=No news for today, sorry!
[MOTD]
Motd=Message of the day: You are here!
I want to read the news and show it on the main menu, then after log in, read the Motd and display it in the chat box... just not sure how I would do that.
Any help would be appreciated
