Is it possible to write a java program that connects to a phpBB or another type of message board, logs in with your info, and can post messages or make new topics? I have used google before but i couldnt find any similar apps. What classes would I have to use to get this done?
Gink 0 Light Poster
Recommended Answers
Jump to Postwell that depends on several things...
phpBB stores its information in a sql database, now you can write a program to query those database, but most webhosts configure them so that only localhost has access to them, so unless you had physical access to the machine AND had the …
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.